diff --git a/code/__defines/holomap.dm b/code/__defines/holomap.dm index 53584a5648..2cb576c0ef 100644 --- a/code/__defines/holomap.dm +++ b/code/__defines/holomap.dm @@ -62,6 +62,7 @@ #define HOLOMAP_AREACOLOR_ARRIVALS "#0000FFCC" #define HOLOMAP_AREACOLOR_ESCAPE "#FF0000CC" #define HOLOMAP_AREACOLOR_DORMS "#CCCC0099" +#define HOLOMAP_AREACOLOR_CIV "#3ea800" //VOREStation Addition #define LIST_NUMERIC_SET(L, I, V) if(!L) { L = list(); } if (L.len < I) { L.len = I; } L[I] = V diff --git a/code/game/turfs/simulated/outdoors/outdoors_vr.dm b/code/game/turfs/simulated/outdoors/outdoors_vr.dm index 95ed8c52d8..c7ea541204 100644 --- a/code/game/turfs/simulated/outdoors/outdoors_vr.dm +++ b/code/game/turfs/simulated/outdoors/outdoors_vr.dm @@ -69,7 +69,7 @@ desc = "Concrete shaped into a path!" icon = 'icons/turf/outdoors_vr.dmi' icon_state = "sidewalk" - edge_blending_priority = 1 + edge_blending_priority = -1 movement_cost = -0.5 initial_flooring = /decl/flooring/outdoors/sidewalk can_dirty = TRUE diff --git a/code/modules/planet/virgo3c_vr.dm b/code/modules/planet/virgo3c_vr.dm index 1dcb84af60..dab72905dd 100644 --- a/code/modules/planet/virgo3c_vr.dm +++ b/code/modules/planet/virgo3c_vr.dm @@ -23,7 +23,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null /datum/time/virgo3c - seconds_in_day = 6 HOURS + seconds_in_day = 12 HOURS /datum/planet/virgo3c name = "Virgo-3c" @@ -53,15 +53,15 @@ var/datum/planet/virgo3c/planet_virgo3c = null var/min = 0 switch(sun_position) - if(0 to 0.20) // Night - low_brightness = 0.3 + if(0 to 0.45) // Night + low_brightness = 0.1 low_color = "#000066" - high_brightness = 0.5 + high_brightness = 0.2 high_color = "#66004D" min = 0 - if(0.20 to 0.30) // Twilight + if(0.45 to 0.50) // Twilight low_brightness = 0.5 low_color = "#66004D" @@ -69,7 +69,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null high_color = "#CC3300" min = 0.40 - if(0.30 to 0.40) // Sunrise/set + if(0.50 to 0.55) // Sunrise/set low_brightness = 0.9 low_color = "#CC3300" @@ -77,7 +77,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null high_color = "#FF9933" min = 0.50 - if(0.40 to 1.00) // Noon + if(0.55 to 1.00) // Noon low_brightness = 3.0 low_color = "#DDDDDD" diff --git a/code/modules/recycling/recycling.dm b/code/modules/recycling/recycling.dm index 37a6081de9..637c6e369f 100644 --- a/code/modules/recycling/recycling.dm +++ b/code/modules/recycling/recycling.dm @@ -5,7 +5,8 @@ anchored = TRUE var/working = FALSE - + var/negative_dir = null //VOREStation Addition + /obj/machinery/recycling/process() return PROCESS_KILL // these are all stateful @@ -85,7 +86,12 @@ /obj/machinery/recycling/crusher/can_accept_item(obj/item/O) if(LAZYLEN(O.matter)) return ..() - return FALSE + //VOREStation Addition Start - Let's the machine decide to put things it can't accept somewhere else. + else if(negative_dir && isitem(O) && !ishuman(O.loc)) + O.forceMove(get_step(src, negative_dir)) + else + return FALSE + //VOREStation Addition End /obj/machinery/recycling/crusher/take_item(obj/item/O) . = ..() diff --git a/maps/groundbase/gb-z1.dmm b/maps/groundbase/gb-z1.dmm index a216fb914f..7a2dd7db93 100644 --- a/maps/groundbase/gb-z1.dmm +++ b/maps/groundbase/gb-z1.dmm @@ -1,199 +1,2745 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "HoSdoor"; + name = "Head of Security"; + req_access = list(58) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"af" = ( +/obj/machinery/computer/arcade/battle{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"aj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Medical" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"al" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"an" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"ap" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/device/holowarrant, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"aq" = ( +/obj/machinery/door/window/westright{ + name = "Engineering Reception Desk"; + req_access = list(10) + }, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/turf/simulated/floor, +/area/groundbase/engineering) +"as" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled, +/area/groundbase/level1/centsquare) +"az" = ( +/obj/structure/table/bench/steel, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"aA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"aB" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"aC" = ( +/obj/machinery/vending/tool, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/level1/centsquare) +"aF" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "ce_office" + }, +/obj/structure/cable/orange{ + icon_state = "0-2" + }, +/turf/simulated/floor, +/area/groundbase/engineering) +"aI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/northspur) "aJ" = ( /obj/machinery/gateway{ dir = 6 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/exploration) +"aM" = ( +/obj/machinery/requests_console/preset/engineering{ + pixel_x = -30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"aS" = ( +/obj/machinery/atmospherics/pipe/tank/air, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"aT" = ( +/obj/structure/extinguisher_cabinet{ + dir = 1; + pixel_y = -30 + }, +/obj/structure/closet/crate/bin{ + anchored = 1 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"aW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "CEdoor"; + name = "Chief Engineer"; + req_access = list(56) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"ba" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"bb" = ( +/turf/simulated/wall, +/area/groundbase/level1/ne) +"bc" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/deployable/barrier, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "be" = ( /turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/cargo) +"bt" = ( +/obj/machinery/computer/atmoscontrol, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"bu" = ( +/obj/machinery/atmospherics/pipe/tank/nitrous_oxide, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"bw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Teleporter" + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"bx" = ( +/obj/structure/table/reinforced, +/obj/item/device/floor_painter, +/obj/item/device/t_scanner, +/obj/item/device/multitool{ + pixel_x = 5 + }, +/obj/item/weapon/reagent_containers/spray/cleaner, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"by" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "bD" = ( /obj/machinery/gateway{ dir = 5 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) -"cX" = ( -/obj/effect/landmark{ - name = "JoinLateCryo" +/area/groundbase/exploration) +"bG" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/gun/projectile/shotgun/pump{ + ammo_type = /obj/item/ammo_casing/a12g/pellet; + pixel_x = 1; + pixel_y = 4 }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) +/obj/item/weapon/gun/projectile/shotgun/pump{ + ammo_type = /obj/item/ammo_casing/a12g/pellet; + pixel_x = 2; + pixel_y = -6 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"bH" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/effect/landmark{ + name = "JoinLateGateway" + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"bT" = ( +/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 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"bU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Cryogenic Storage" + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"ca" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/swtunnel) +"cc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"cd" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced/polarized/full{ + id = "ce_office" + }, +/obj/structure/cable/orange{ + icon_state = "0-2" + }, +/turf/simulated/floor, +/area/groundbase/engineering) +"ch" = ( +/obj/machinery/atmospherics/binary/passive_gate/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"cj" = ( +/obj/machinery/atmospherics/valve/digital{ + name = "scrubber isolation valve" + }, +/obj/effect/catwalk_plated/dark, +/turf/simulated/floor, +/area/groundbase/security) +"ck" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/southeastspur) +"cl" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/firstaid/adv{ + name = "human repair kit"; + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/weapon/storage/firstaid/adv{ + pixel_x = -9; + pixel_y = 1 + }, +/obj/item/weapon/storage/firstaid/fire{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/weapon/storage/firstaid/fire{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"cn" = ( +/obj/structure/table/reinforced, +/obj/item/device/retail_scanner/security, +/obj/item/device/radio{ + pixel_x = -4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"cq" = ( +/obj/structure/table/standard, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/device/paicard, +/obj/effect/landmark/vines, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/level1/centsquare) +"ct" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"cu" = ( +/obj/item/weapon/storage/secure/briefcase/ml3m_pack_med, +/obj/structure/table/reinforced, +/obj/item/weapon/storage/secure/briefcase/ml3m_pack_med, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"cx" = ( +/obj/machinery/atmospherics/valve/digital{ + name = "supply isolation valve" + }, +/obj/effect/catwalk_plated/dark, +/turf/simulated/floor, +/area/groundbase/security) +"cy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"cA" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"cB" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/westspur) +"cO" = ( +/obj/effect/floor_decal/milspec/color/orange/half{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"cP" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/deliveryChute, +/turf/simulated/floor, +/area/groundbase/cargo) +"cQ" = ( +/obj/structure/table/standard, +/obj/item/weapon/aiModule/nanotrasen, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"cR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"cU" = ( +/obj/item/weapon/stock_parts/manipulator, +/obj/item/weapon/stock_parts/matter_bin, +/obj/item/weapon/stock_parts/matter_bin, +/obj/item/weapon/stock_parts/manipulator, +/obj/structure/table/rack/steel, +/obj/item/weapon/stock_parts/console_screen, +/obj/item/weapon/circuitboard/autolathe, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"cW" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/circuitboard/mech_recharger{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/weapon/circuitboard/cell_charger{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/recharger{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/weapon/circuitboard/recharge_station{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/weapon/circuitboard/arcade/battle, +/obj/item/weapon/circuitboard/arcade/clawmachine{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/weapon/circuitboard/arcade/orion_trail{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/weapon/circuitboard/jukebox{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"cX" = ( +/obj/machinery/porta_turret/stationary, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"cY" = ( +/obj/machinery/camera/network/medbay{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"db" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Restroom Stall" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/civilian) +"dc" = ( +/obj/machinery/door/airlock/hatch{ + icon_state = "door_locked"; + id_tag = null; + locked = 1; + name = "AI Core"; + req_access = list(16) + }, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"de" = ( +/obj/machinery/cryopod/robot/door/gateway, +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"df" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level1/eastspur) "dj" = ( /obj/structure/table/marble, /obj/machinery/chemical_dispenser/bar_soft/full, -/turf/simulated/floor/tiled/dark, -/area/groundbase/level1) +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"dq" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/groundbase/security) "dw" = ( /obj/machinery/gateway{ dir = 1 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/exploration) +"dy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"dz" = ( +/turf/simulated/floor/outdoors/sidewalk/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/swtunnel) +"dD" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/circuitboard/grinder{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/weapon/circuitboard/grill{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/fryer{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/weapon/circuitboard/oven{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/weapon/circuitboard/microwave, +/obj/item/weapon/circuitboard/cerealmaker{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/weapon/circuitboard/candymachine{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/weapon/circuitboard/biogenerator{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"dF" = ( +/obj/machinery/light/bigfloorlamp, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/eastspur) +"dG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"dH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"dI" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/machinery/door/window/northleft{ + name = "Atmospherics Hardsuits"; + req_access = list(24) + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/atmos, +/obj/item/clothing/suit/space/void/atmos, +/obj/item/clothing/head/helmet/space/void/atmos, +/obj/item/clothing/head/helmet/space/void/atmos, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"dJ" = ( +/obj/structure/table/reinforced, +/obj/item/device/gps/engineering{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/device/gps/engineering{ + pixel_y = 3 + }, +/obj/item/device/gps/engineering{ + pixel_x = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"dK" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"dL" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level1/northspur) +"dM" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/swtunnel) "dN" = ( /obj/structure/cable{ icon_state = "2-4" }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) -"ec" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"dR" = ( +/obj/effect/floor_decal/industrial/loading{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"ea" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"ed" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"ee" = ( +/obj/structure/closet/walllocker_double{ + pixel_y = 28 + }, +/obj/item/weapon/storage/box/gloves, +/obj/item/weapon/reagent_containers/syringe, +/obj/item/device/mass_spectrometer/adv, +/obj/item/weapon/reagent_containers/spray/luminol, +/obj/item/device/reagent_scanner, +/obj/item/device/uv_light, +/obj/item/weapon/forensics/sample_kit/powder, +/obj/item/weapon/forensics/sample_kit, +/obj/item/weapon/storage/box/swabs{ + layer = 5 + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"ef" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"ei" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/swtunnel) +"ej" = ( +/obj/structure/table/steel, +/obj/item/weapon/module/power_control, +/obj/item/weapon/airlock_electronics, +/obj/item/weapon/module/power_control, +/obj/item/weapon/airlock_electronics, +/obj/item/device/aicard, +/obj/item/weapon/aiModule/reset, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "ek" = ( /obj/structure/cable{ icon_state = "1-2" }, /turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"el" = ( +/turf/simulated/wall/r_wall, +/area/groundbase/command) +"eo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"ep" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"eq" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"ex" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/power/apc{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"ez" = ( +/obj/structure/closet/toolcloset, +/obj/item/weapon/pickaxe, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"eA" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/groundbase/cargo) +"eC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/green{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"eD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"eE" = ( +/obj/structure/flora/pottedplant, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"eF" = ( +/obj/structure/table/bench/steel, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "eG" = ( /obj/effect/floor_decal/industrial/danger/corner{ dir = 1 }, /obj/effect/floor_decal/industrial/danger/corner, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"eH" = ( +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"eI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/westspur) +"eK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"eL" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "recycling" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor, +/area/groundbase/cargo) +"eN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"eO" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/groundbase/cargo) +"eT" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/westspur) "eU" = ( /obj/machinery/power/smes/buildable, /turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/engineering) +"eX" = ( +/obj/machinery/suit_cycler/security, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"eY" = ( +/obj/machinery/computer/prisoner, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"eZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Hallway"; + req_access = list(16); + req_one_access = list() + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"fb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"fe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass/polarized{ + id_tag = "BrigFoyer"; + name = "Security"; + req_one_access = list(38,63) + }, +/turf/simulated/floor/bmarble, +/area/groundbase/security) +"fh" = ( +/obj/effect/floor_decal/steeldecal/steel_decals6, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"fi" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) "fm" = ( /turf/simulated/floor/tiled/dark/virgo3c, -/area/groundbase/level1) +/area/groundbase/security) +"fn" = ( +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"fo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/groundbase/cargo) +"fu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"fv" = ( +/obj/machinery/computer/atmos_alert, +/obj/machinery/requests_console/preset/engineering{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"fx" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level1/southwestspur) "fz" = ( /obj/effect/floor_decal/industrial/danger/corner{ dir = 8 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"fA" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/groundbase/cargo) "fD" = ( -/turf/simulated/floor, +/turf/simulated/floor/tiled, /area/holodeck_control) "fF" = ( /obj/structure/cable/yellow{ icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"fI" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"fJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/freezer{ + dir = 1; + icon_state = "freezer_1"; + set_temperature = 73; + use_power = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"fS" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/flasher/portable, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"fU" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/circuitboard/powermonitor{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/stationalert_engineering{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/weapon/circuitboard/atmos_alert{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/weapon/circuitboard/rcon_console, +/obj/item/weapon/circuitboard/atmoscontrol{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/weapon/circuitboard/drone_control{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "fV" = ( /turf/unsimulated/wall/planetary/virgo3c{ alpha = 0 }, -/area/groundbase/level1) +/area/groundbase/level1/ne) +"fX" = ( +/obj/structure/table/standard, +/obj/machinery/alarm/angled, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"fZ" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/machinery/cryopod{ + dir = 1 + }, +/turf/simulated/floor, +/area/groundbase/civilian) +"gc" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor, +/area/groundbase/cargo) +"gf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"gj" = ( +/obj/structure/table/standard, +/obj/item/weapon/phone, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"gm" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"gn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_security/polarized{ + id_tag = "detdoor"; + id_tint = "detoffice"; + name = "Detective"; + req_access = list(4) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"go" = ( +/obj/machinery/computer/security/engineering{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"gq" = ( +/obj/machinery/atmospherics/pipe/tank/oxygen{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"gD" = ( +/obj/structure/table/standard, +/obj/item/device/healthanalyzer, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"gH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + id = "Cell A"; + name = "Cell A"; + req_access = list(2) + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "briglockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"gL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"gN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"gP" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/structure/cryofeed{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"gT" = ( +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"gU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"gX" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -28; + req_access = list(67) + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"gY" = ( +/obj/machinery/telecomms/hub/preset/groundbase, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"gZ" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) "hb" = ( /obj/machinery/gateway{ dir = 8 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/exploration) +"he" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = -27 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"hf" = ( +/obj/machinery/vending/engivend, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"hi" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 20 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"hj" = ( +/obj/structure/table/steel_reinforced, +/obj/item/weapon/hand_labeler, +/turf/simulated/floor/carpet, +/area/groundbase/security) +"hk" = ( +/obj/machinery/door/airlock/mining{ + name = "Trash Pit" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/cargo) +"ho" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/eastspur) +"hs" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/folder/red_hos, +/obj/item/weapon/stamp/hos, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -14; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"ht" = ( +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"hz" = ( +/obj/machinery/vending/assist, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"hE" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/groundbase/level1/se) +"hI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"hJ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 1 + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"hK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/southeastspur) +"hN" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"hP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/eastleft{ + req_access = list(3) + }, +/obj/structure/table/reinforced, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "warden"; + layer = 3.1; + name = "Warden's Office Shutters"; + opacity = 0 + }, +/turf/simulated/floor, +/area/groundbase/security) +"hQ" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"hR" = ( +/obj/machinery/mineral/output, +/obj/machinery/conveyor{ + dir = 8; + id = "miningops" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"hS" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"hT" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"hY" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"hZ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/swtunnel) +"ib" = ( +/obj/machinery/door/airlock/mining{ + name = "Trash Pit"; + req_one_access = null + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/cargo) +"ic" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/gun/energy/gun{ + pixel_y = 7 + }, +/obj/item/weapon/gun/energy/gun{ + pixel_y = -5 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"id" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/device/radio/off, +/obj/item/weapon/reagent_containers/food/drinks/flask/barflask{ + pixel_x = -9; + pixel_y = -2 + }, +/obj/item/device/taperecorder{ + pixel_x = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"ie" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/wrench, +/obj/item/weapon/hand_labeler, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "ig" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"im" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"io" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"iq" = ( +/obj/structure/closet/walllocker_double/medical/north{ + dir = 8; + pixel_x = -32; + pixel_y = 0 + }, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/item/weapon/storage/firstaid/regular, +/obj/item/weapon/storage/firstaid/regular, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"is" = ( +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"iv" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"iw" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Warden's Office" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"iz" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"iA" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower/medical, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"iC" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/circuitboard/transhuman_resleever{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/circuit_imprinter{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/weapon/circuitboard/aiupload{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/weapon/circuitboard/borgupload{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"iD" = ( +/obj/structure/closet{ + name = "Forensics Gear" + }, +/obj/item/weapon/storage/box/gloves, +/obj/item/weapon/storage/box/evidence, +/obj/item/weapon/storage/box/bodybags, +/obj/item/weapon/storage/briefcase/crimekit, +/obj/item/weapon/storage/briefcase/crimekit, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"iG" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/maintenance/groundbase/level1/netunnel) +"iJ" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/machinery/door/window/northleft{ + name = "Engineering Hardsuits"; + req_access = list(11) + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/engineering, +/obj/item/clothing/suit/space/void/engineering, +/obj/item/clothing/head/helmet/space/void/engineering, +/obj/item/clothing/head/helmet/space/void/engineering, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"iL" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/maintenance/groundbase/level1/nwtunnel) "iN" = ( /obj/effect/floor_decal/industrial/danger/corner{ dir = 4 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"iP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"iR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"iW" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/groundbase/level1/northspur) +"iZ" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/storage/box/trackimp{ + pixel_y = -4 + }, +/obj/item/weapon/storage/box/trackimp{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"jf" = ( +/obj/structure/table/reinforced, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/structure/closet/walllocker_double/north{ + dir = 4; + pixel_x = 32; + pixel_y = 0 + }, +/obj/fiftyspawner/wood, +/obj/item/stack/material/glass/phoronrglass{ + amount = 20 + }, +/obj/fiftyspawner/rods, +/obj/fiftyspawner/rods, +/obj/fiftyspawner/plastic, +/obj/fiftyspawner/plastic, +/obj/item/stack/material/plasteel{ + amount = 30 + }, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"ji" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/westspur) +"jn" = ( +/turf/simulated/wall, +/area/groundbase/medical) +"jp" = ( +/obj/structure/closet/walllocker_double{ + dir = 1; + pixel_y = -28 + }, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"jq" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/cell/device/weapon{ + pixel_y = -2 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_y = -8 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_y = 4 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_y = 11 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"jt" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"jv" = ( +/obj/machinery/door_timer/cell_3{ + id = "Cell C"; + name = "Cell C"; + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"jw" = ( +/obj/structure/closet/crate{ + icon_state = "crate"; + name = "Grenade Crate" + }, +/obj/item/weapon/grenade/chem_grenade, +/obj/item/weapon/grenade/chem_grenade, +/obj/item/weapon/grenade/chem_grenade, +/obj/item/device/assembly/timer, +/obj/item/device/assembly/timer, +/obj/item/device/assembly/timer, +/obj/item/device/assembly/igniter, +/obj/item/device/assembly/igniter, +/obj/item/device/assembly/igniter, +/obj/item/weapon/tool/screwdriver, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"jA" = ( +/obj/structure/reagent_dispensers/foam, +/turf/simulated/floor/tiled, +/area/groundbase/level1/centsquare) +"jE" = ( +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"jF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/setunnel) +"jH" = ( +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"jL" = ( +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/carpet, +/area/groundbase/security) +"jM" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"jN" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/button/windowtint/multitint{ + id = "detoffice0"; + pixel_x = -15; + pixel_y = -30 + }, +/turf/simulated/floor/carpet, +/area/groundbase/security) +"jP" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + name = "Air to Distro" + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"jT" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) "jV" = ( /obj/item/weapon/stool/baystool/padded{ dir = 4 }, /turf/simulated/floor/lino, -/area/groundbase/level1) +/area/groundbase/civilian) +"kb" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"kf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/telecomms/server/presets/engineering, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"kk" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/tool/crowbar, +/obj/item/clothing/gloves/black, +/obj/item/weapon/storage/box/lights/mixed, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"km" = ( +/obj/structure/table/steel, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/pen{ + pixel_x = 11; + pixel_y = 3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"ko" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/medical_stand, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"kp" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) "kr" = ( /obj/machinery/gateway{ dir = 9 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/exploration) +"ku" = ( +/turf/simulated/floor/tiled, +/area/groundbase/security) +"kw" = ( +/obj/machinery/message_server, +/turf/simulated/floor/tiled, +/area/groundbase/command) "kx" = ( /turf/simulated/floor/outdoors/sidewalk/side/virgo3c{ outdoors = 0 }, -/area/groundbase/level1) -"kF" = ( -/obj/machinery/light/bigfloorlamp, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"kz" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/northspur) +"kE" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + dir = 1; + id = "Resleeving"; + name = "Exit Button"; + pixel_x = 28; + pixel_y = -29 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"kH" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/groundbase/cargo) +"kI" = ( +/obj/structure/disposalpipe/up{ + dir = 4 + }, +/turf/simulated/wall, +/area/groundbase/cargo) +"kJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "SMES Access"; + req_access = list(11) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"kM" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/security, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/security, +/obj/item/device/gps/security{ + pixel_y = 3 + }, +/obj/item/device/gps/security{ + pixel_x = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"kQ" = ( +/obj/machinery/power/apc{ + dir = 8; + nightshift_setting = 2 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/centsquare) +"kT" = ( +/obj/machinery/computer/telecomms/server{ + dir = 8; + network = "tcommsat" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"lb" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/swtunnel) +"le" = ( +/obj/machinery/telecomms/broadcaster/preset_right/groundbase, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"lf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Engineering"; + req_access = list(10) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"li" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/stunnel) +"lk" = ( +/obj/structure/table/steel, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/holowarrant, +/obj/item/device/holowarrant, +/obj/item/device/holowarrant, +/obj/item/device/holowarrant, +/obj/item/device/retail_scanner/security, +/obj/structure/closet/walllocker_double{ + dir = 8; + pixel_x = -28 + }, +/obj/item/device/retail_scanner/security, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"ln" = ( +/obj/machinery/vending/wardrobe/detdrobe, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"lq" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/groundbase/level1/centsquare) +"lr" = ( +/obj/structure/table/rack/steel, +/obj/item/clothing/gloves/arm_guard/bulletproof, +/obj/item/clothing/shoes/leg_guard/bulletproof, +/obj/item/clothing/suit/armor/bulletproof/alt, +/obj/item/clothing/head/helmet/bulletproof, +/obj/item/clothing/gloves/arm_guard/bulletproof, +/obj/item/clothing/shoes/leg_guard/bulletproof, +/obj/item/clothing/suit/armor/bulletproof/alt, +/obj/item/clothing/head/helmet/bulletproof, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"lv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"lw" = ( +/obj/machinery/shieldgen, +/turf/simulated/floor, +/area/groundbase/engineering) +"ly" = ( +/obj/machinery/atmospherics/pipe/tank/nitrogen{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"lA" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Security" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"lD" = ( +/obj/structure/table/rack, +/obj/item/roller, +/obj/item/roller{ + pixel_y = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) "lE" = ( /turf/simulated/wall/r_wall, -/area/groundbase/level1) +/area/groundbase/exploration) +"lG" = ( +/obj/structure/table/standard, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/level1/centsquare) +"lJ" = ( +/obj/machinery/body_scanconsole, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"lL" = ( +/obj/machinery/computer/aiupload{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) "lQ" = ( /obj/machinery/gateway, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/exploration) +"lR" = ( +/obj/structure/cable/orange{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"lS" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "recycling"; + name = "Recycling conveyor switch"; + pixel_y = 20; + req_access = null; + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) "lU" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"lV" = ( +/obj/effect/floor_decal/milspec/color/orange/half, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"lW" = ( +/obj/machinery/vending/wardrobe/secdrobe, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"lX" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/weapon/soap/nanotrasen, +/obj/item/weapon/storage/belt/medical, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"lY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"lZ" = ( +/obj/machinery/atmospherics/omni/atmos_filter{ + name = "CO2 Filter"; + tag_north = 1; + tag_south = 2; + tag_west = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"md" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/southeastspur) +"mf" = ( +/obj/machinery/cryopod{ + dir = 2 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/simulated/floor, +/area/groundbase/civilian) +"mj" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"mo" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/groundbase/engineering) "my" = ( -/turf/simulated/floor/outdoors/newdirt/virgo3c, -/area/groundbase/level1) +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/groundbase/level1/ne) +"mz" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/yellow, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"mH" = ( +/obj/structure/table/woodentable, +/obj/item/clothing/accessory/permit/gun{ + desc = "An example of a card indicating that the owner is allowed to carry a firearm. There's a note saying to fax CentCom if you want to order more blank permits."; + name = "sample weapon permit"; + owner = 1 + }, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/pen/multi, +/obj/item/device/megaphone, +/obj/item/clothing/accessory/permit/gun, +/obj/item/clothing/accessory/permit/gun, +/obj/item/clothing/accessory/permit/gun, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"mK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_security{ + name = "Security" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"mN" = ( +/obj/machinery/media/jukebox/hacked, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"mO" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"mQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"mR" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"mW" = ( +/obj/structure/table/standard, +/obj/item/weapon/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/device/radio/intercom/department/medbay{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"mY" = ( +/turf/simulated/floor/carpet/deco, +/area/groundbase/civilian) +"mZ" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"nc" = ( +/obj/machinery/bodyscanner, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"ne" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/obj/item/clothing/glasses/welding/superior, +/obj/item/device/flashlight/lamp, +/turf/simulated/floor/carpet/oracarpet, +/area/groundbase/engineering) +"nh" = ( +/obj/effect/floor_decal/industrial/danger, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"ni" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/oracarpet, +/area/groundbase/engineering) +"nr" = ( +/obj/machinery/pipedispenser, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"nt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + name = "Engineering EVA Storage"; + req_access = list(11,24) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"nw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_atmos{ + name = "Atmospherics Monitoring Room"; + req_access = list(24) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"nA" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/suit/armor/vest/wolftaur{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/clothing/suit/armor/vest/wolftaur{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/weapon/storage/lockbox, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"nB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"nC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) +"nD" = ( +/obj/machinery/power/emitter, +/turf/simulated/floor/plating, +/area/groundbase/engineering) +"nF" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/rcd, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/obj/item/weapon/rcd_ammo, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"nG" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/firstaid/toxin{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/item/weapon/storage/firstaid/toxin{ + pixel_x = -9; + pixel_y = 1 + }, +/obj/item/weapon/storage/firstaid/o2{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/weapon/storage/firstaid/o2{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"nH" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level1/ne) "nI" = ( /obj/machinery/computer/HolodeckControl, /turf/simulated/floor, /area/holodeck_control) +"nJ" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/surgery, +/obj/item/device/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"nL" = ( +/obj/structure/closet/l3closet/security, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"nM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/groundbase/medical) +"nS" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/stunnel) +"nW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"nX" = ( +/obj/machinery/atmospherics/unary/freezer{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "oe" = ( /obj/item/weapon/stool/padded, /turf/simulated/floor/lino, -/area/groundbase/level1) +/area/groundbase/civilian) +"oi" = ( +/obj/structure/cryofeed{ + dir = 2 + }, +/turf/simulated/floor, +/area/groundbase/civilian) +"oj" = ( +/obj/machinery/suit_cycler/engineering, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"ol" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/weapon/storage/toolbox/electrical, +/obj/item/weapon/reagent_containers/spray/cleaner, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"oo" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/device/suit_cooling_unit, +/obj/item/weapon/tank/oxygen, +/obj/machinery/door/window/brigdoor/eastleft{ + name = "Protosuit Storage"; + req_access = list(58) + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/security/prototype, +/obj/item/clothing/head/helmet/space/void/security/prototype, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"oq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"oz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre 1"; + req_access = list(45) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) "oB" = ( /obj/structure/cable/yellow{ icon_state = "2-4" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"oC" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/gun/energy/ionrifle, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"oH" = ( +/turf/simulated/floor/tiled/dark/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/security) +"oN" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "recycling" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/cargo) +"oO" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"oZ" = ( +/obj/machinery/door/window/southright{ + dir = 1; + name = "Jetpack Storage"; + req_one_access = list(11,24) + }, +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/weapon/tank/jetpack/carbondioxide, +/obj/item/weapon/tank/jetpack/carbondioxide, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "pb" = ( /obj/structure/cable{ icon_state = "1-8" }, -/turf/simulated/floor/virgo3c, -/area/groundbase/level1) +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) +"pc" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level1/southwestspur) +"pf" = ( +/obj/structure/table/reinforced, +/obj/random/powercell, +/obj/random/tech_supply, +/obj/item/device/t_scanner, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"pk" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"pm" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/westspur) +"pp" = ( +/mob/living/simple_mob/vore/alienanimals/catslug{ + color = "#fcb849"; + desc = "Not a lizard."; + faction = "neutral"; + name = "Engineer O'Brimn" + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "pu" = ( -/obj/machinery/power/smes/buildable, +/obj/machinery/power/smes/buildable{ + RCon_tag = "Power - Main"; + charge = 2e+007; + cur_coils = 4; + input_attempt = 1; + input_level = 500000; + name = "Main"; + output_level = 1e+006 + }, /obj/structure/cable, /turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/engineering) +"pv" = ( +/obj/structure/table/bench/standard, +/obj/effect/floor_decal/milspec/color/orange/half{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"pz" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"pC" = ( +/turf/simulated/floor/carpet/oracarpet, +/area/groundbase/engineering) "pF" = ( /turf/simulated/wall, -/area/groundbase/level1) +/area/groundbase/cargo) +"pG" = ( +/obj/machinery/shieldwallgen, +/turf/simulated/floor, +/area/groundbase/engineering) +"pI" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"pK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"pP" = ( +/obj/machinery/vending/loadout/uniform, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) "pS" = ( /obj/structure/cable/yellow{ icon_state = "1-2" }, /turf/simulated/floor/reinforced, -/area/groundbase/level1) +/area/groundbase/engineering) "pU" = ( /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ outdoors = 0 }, -/area/groundbase/level1) +/area/maintenance/groundbase/level1/netunnel) +"qb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/green{ + dir = 5 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "qd" = ( /turf/simulated/floor/lino, -/area/groundbase/level1) +/area/groundbase/civilian) +"qf" = ( +/obj/machinery/atmospherics/pipe/tank/phoron{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"qj" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + dir = 8; + pixel_y = 7 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"qk" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/bmarble, +/area/groundbase/security) +"qo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor, +/area/groundbase/cargo) "qp" = ( /turf/simulated/floor/tiled/white, -/area/groundbase/level1) +/area/groundbase/medical) +"qq" = ( +/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 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"qt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + name = "Distro Loop Drain" + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"qv" = ( +/obj/structure/table/steel, +/obj/item/weapon/storage/box/evidence, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"qx" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/stamp/internalaffairs, +/obj/item/weapon/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/sign/painting/public{ + pixel_x = -30 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"qE" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level1/ne) +"qJ" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "recycling" + }, +/obj/machinery/recycling/crusher{ + dir = 4; + negative_dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/cargo) +"qS" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/structure/cryofeed{ + dir = 1 + }, +/turf/simulated/floor, +/area/groundbase/civilian) "qY" = ( /obj/machinery/power/terminal, /obj/structure/cable/yellow{ icon_state = "0-4" }, /turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/engineering) +"qZ" = ( +/obj/structure/table/reinforced, +/obj/item/device/retail_scanner/medical, +/obj/item/weapon/storage/box/body_record_disk, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"rc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Robotic Storage"; + req_access = list(16); + req_one_access = list() + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"rf" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/structure/bookcase, +/obj/item/weapon/book/manual/standard_operating_procedure, +/obj/item/weapon/book/manual/standard_operating_procedure, +/obj/item/weapon/book/manual/security_space_law, +/obj/item/weapon/book/manual/security_space_law, +/obj/item/weapon/book/manual/command_guide, +/obj/item/weapon/book/manual/command_guide, +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"rh" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"rj" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/circuitboard/rdserver{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/protolathe{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/weapon/circuitboard/destructive_analyzer{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/weapon/circuitboard/rdconsole, +/obj/item/weapon/circuitboard/autolathe{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/weapon/circuitboard/mechfab{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/weapon/circuitboard/prosthetics{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"rk" = ( +/obj/machinery/telecomms/receiver/preset_right/groundbase, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"rp" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"rt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"ry" = ( +/obj/effect/floor_decal/industrial/danger, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"rA" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/folder{ + pixel_x = -4 + }, +/obj/item/weapon/folder/blue{ + pixel_x = 5 + }, +/obj/item/weapon/folder/red{ + pixel_y = 3 + }, +/obj/item/weapon/folder/yellow, +/obj/item/weapon/clipboard, +/obj/item/weapon/storage/briefcase{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"rF" = ( +/obj/machinery/transhuman/autoresleever, +/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{ + external_pressure_bound = 101.3; + external_pressure_bound_default = 101.3; + pressure_checks = 1; + pressure_checks_default = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"rG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/telecomms/server/presets/medical, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"rQ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/southwestspur) +"rR" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"rZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"sc" = ( +/obj/machinery/computer/secure_data{ + dir = 8; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"sh" = ( +/obj/item/clothing/accessory/stethoscope, +/obj/item/clothing/accessory/stethoscope, +/obj/item/clothing/accessory/stethoscope, +/obj/item/weapon/storage/box/syringes{ + pixel_y = 9 + }, +/obj/item/weapon/storage/box/syringes{ + pixel_y = 9 + }, +/obj/random/medical, +/obj/item/weapon/storage/box/beakers{ + pixel_x = 14; + pixel_y = 10 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"sj" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "sm" = ( -/turf/simulated/floor/outdoors/newdirt/virgo3c{ +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ outdoors = 0 }, -/area/groundbase/level1) +/area/groundbase/level1/ne) +"sn" = ( +/obj/structure/table/steel, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "so" = ( /obj/structure/cable/yellow{ icon_state = "2-8" @@ -202,40 +2748,310 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) -"sF" = ( -/turf/simulated/floor/water/virgo3c{ +/area/groundbase/engineering) +"st" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + dir = 1; + frequency = 1380; + master_tag = "tcommsairlock"; + pixel_x = -32; + req_one_access = list(61) + }, +/obj/effect/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/maintenance_hatch{ + frequency = null; + icon_state = "door_locked"; + id_tag = null; + locked = 1; + name = "Telecoms Server Access"; + req_access = list(61) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"sv" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"sx" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/closet/crate/freezer, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"sy" = ( +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/westspur) +"sz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/virgo3c{ outdoors = 0 }, -/area/groundbase/level1) +/area/maintenance/groundbase/level1/swtunnel) +"sB" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"sC" = ( +/obj/structure/table/reinforced, +/obj/item/device/retail_scanner/engineering, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"sD" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"sF" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/maintenance/groundbase/level1/netunnel) +"sK" = ( +/obj/machinery/porta_turret/ai_defense, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"sN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Mining/Recycling" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/bmarble, +/area/groundbase/cargo) +"sP" = ( +/obj/structure/table/standard, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/structure/symbol/sa{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/level1/centsquare) +"sR" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/westspur) +"sT" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"sU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/ntnet_relay, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"sV" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/setunnel) +"sX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"td" = ( +/obj/machinery/power/apc{ + dir = 1; + nightshift_setting = 2 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/eastspur) +"th" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"tk" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/swtunnel) +"tr" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_magazine/ammo_box/b12g/flash{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"tw" = ( +/obj/item/weapon/book/manual/security_space_law, +/obj/item/gunbox/warden, +/obj/structure/closet/secure_closet/warden, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"tx" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/remote/airlock{ + dir = 1; + id = "CEdoor"; + name = "CE Office Door Control"; + pixel_x = -5; + pixel_y = 4 + }, +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "englockdown"; + name = "Engineering Lockdown"; + pixel_x = 5; + pixel_y = 4; + req_access = list(10) + }, +/obj/machinery/keycard_auth{ + pixel_y = -6 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "ty" = ( /obj/structure/cable{ icon_state = "1-4" }, -/turf/simulated/floor/virgo3c, -/area/groundbase/level1) +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) "tF" = ( /obj/structure/cable{ icon_state = "2-4" }, /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1) +/area/maintenance/groundbase/level1/swtunnel) "tG" = ( /turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"tJ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"tK" = ( +/obj/machinery/vitals_monitor, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"tL" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/groundbase/security) "tN" = ( /obj/structure/stairs/spawner/north, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/westspur) +"tO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"tQ" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/command) +"tS" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/gun/energy/laser{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/weapon/gun/energy/laser{ + pixel_x = -1; + pixel_y = -11 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"tU" = ( +/obj/machinery/mineral/stacking_unit_console{ + density = 0; + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"tV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/southwestspur) "tW" = ( /turf/simulated/floor/outdoors/mud, -/area/groundbase/level1) +/area/groundbase/level1/eastspur) "tX" = ( /obj/effect/floor_decal/industrial/danger{ dir = 8 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"tY" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 7 + }, +/obj/item/weapon/pen{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/weapon/storage/box/donut, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"uf" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/sub_filter, +/obj/item/weapon/stock_parts/subspace/sub_filter, +/obj/item/weapon/stock_parts/subspace/sub_filter, +/obj/item/weapon/stock_parts/subspace/sub_filter, +/obj/item/weapon/stock_parts/subspace/sub_filter, +/obj/machinery/light/no_nightshift, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"uk" = ( +/obj/machinery/mineral/input, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) "ul" = ( /obj/structure/cable{ icon_state = "0-2" @@ -243,60 +3059,360 @@ /obj/structure/cable{ icon_state = "2-4" }, +/obj/machinery/power/sensor{ + name = "Powernet Sensor - Master Grid"; + name_tag = "Master" + }, /turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/engineering) +"ur" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/green, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) "ut" = ( /obj/structure/table/bench/padded, /turf/simulated/floor/tiled/dark, -/area/groundbase/level1) +/area/groundbase/civilian) +"uC" = ( +/obj/structure/closet/bombcloset/double, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"uD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Holodeck" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/civilian) +"uH" = ( +/turf/simulated/floor/water/virgo3c, +/area/groundbase/level1/eastspur) +"uI" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"uK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security"; + req_access = null + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "briglockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"uL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + name = "Waste to Filter" + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) "uO" = ( /obj/structure/cable{ icon_state = "1-2" }, -/turf/simulated/floor/virgo3c, -/area/groundbase/level1) +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) +"uP" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/engineering) "uQ" = ( /obj/machinery/gateway{ dir = 10 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/exploration) "uT" = ( /obj/machinery/door/airlock/maintenance_hatch{ - name = "Engine Airlock" + name = "Engine Airlock"; + req_access = list(10); + req_one_access = null }, /obj/machinery/door/firedoor, -/turf/simulated/floor, -/area/groundbase/level1) +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"uY" = ( +/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 = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"va" = ( +/obj/structure/frame, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"vc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/southwestspur) +"vf" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/swtunnel) +"vg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) "vj" = ( -/turf/simulated/floor/water/virgo3c, -/area/groundbase/level1) +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/setunnel) "vk" = ( /obj/structure/stairs/spawner/east, /turf/simulated/floor/tiled/dark, -/area/groundbase/level1) +/area/groundbase/civilian) "vm" = ( /obj/machinery/smartfridge/drinks, -/turf/simulated/floor/tiled/dark, -/area/groundbase/level1) +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"vn" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Internal Affairs Agent" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"vp" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/stunnel) +"vt" = ( +/obj/effect/floor_decal/milspec/color/orange/half{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"vu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/setunnel) "vw" = ( /obj/machinery/gateway{ dir = 4 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) -"wc" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 +/area/groundbase/exploration) +"vy" = ( +/obj/machinery/oxygen_pump/anesthetic, +/turf/simulated/wall, +/area/groundbase/medical) +"vz" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/atmos, +/obj/item/clothing/suit/space/void/atmos, +/obj/item/clothing/head/helmet/space/void/atmos, +/obj/item/clothing/head/helmet/space/void/atmos, +/obj/machinery/door/window/southright{ + dir = 1; + name = "Jetpack Storage"; + req_one_access = list(11,24) + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"vB" = ( +/obj/machinery/door_timer/cell_3{ + id = "Cell A"; + name = "Cell A"; + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"vE" = ( +/obj/machinery/computer/arcade/orion_trail{ dir = 8 }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"vG" = ( +/obj/machinery/porta_turret/stationary, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"vH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_security{ + name = "Security" + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "briglockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"vJ" = ( +/obj/effect/landmark/arrivals, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"vM" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/southwestspur) +"vR" = ( +/obj/structure/table/steel_reinforced, +/obj/item/weapon/folder/red, +/obj/item/weapon/folder/blue{ + pixel_y = -3 + }, +/obj/item/weapon/folder/yellow{ + pixel_y = -5 + }, +/obj/item/weapon/hand_labeler, +/turf/simulated/floor/carpet, +/area/groundbase/security) +"vS" = ( +/obj/machinery/vending/wardrobe/atmosdrobe, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"vT" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"wc" = ( +/obj/machinery/suit_cycler/prototype, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"wd" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"wf" = ( +/obj/structure/table/reinforced, +/obj/item/device/glasses_kit, +/obj/item/weapon/storage/box/rxglasses{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/weapon/storage/box/rxglasses, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"wh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access = list(16); + req_one_access = list() + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"wi" = ( +/obj/machinery/button/remote/airlock{ + dir = 8; + id = "BrigFoyer"; + name = "Brig Foyer"; + pixel_x = 24; + pixel_y = 5; + req_access = list(1) + }, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"wk" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"ww" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/stunnel) +"wy" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) "wB" = ( /turf/simulated/floor/tiled/dark, -/area/groundbase/level1) +/area/groundbase/medical) +"wC" = ( +/obj/machinery/vending/wallmed1{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"wF" = ( +/obj/item/stack/material/phoron{ + amount = 25 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"wG" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/glasses/hud/security, +/obj/item/clothing/glasses/hud/security, +/obj/item/clothing/glasses/hud/security, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"wH" = ( +/turf/simulated/wall, +/area/groundbase/civilian) "wL" = ( /obj/machinery/door/window/brigdoor/northleft{ dir = 4; @@ -304,81 +3420,1039 @@ req_access = list(25) }, /turf/simulated/floor/lino, -/area/groundbase/level1) -"wP" = ( -/turf/simulated/floor/outdoors/grass/virgo3c{ +/area/groundbase/civilian) +"wN" = ( +/obj/structure/table/reinforced, +/obj/item/device/flashlight/lamp/green{ + pixel_y = 7 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"wQ" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/effect/landmark{ + name = "JoinLateGateway" + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"wS" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/circuitboard/sleeper{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/sleeper_console{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/weapon/circuitboard/body_scanner{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/weapon/circuitboard/scanner_console, +/obj/item/weapon/circuitboard/grinder{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/weapon/circuitboard/bioprinter{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/weapon/circuitboard/chem_master{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"wU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/green{ + dir = 1 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"wV" = ( +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/exploration) +"wX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/virgo3c{ outdoors = 0 }, -/area/groundbase/level1) +/area/maintenance/groundbase/level1/swtunnel) +"wZ" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "miningops" + }, +/obj/machinery/mineral/output, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"xa" = ( +/obj/machinery/vending/wardrobe/medidrobe, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"xd" = ( +/obj/structure/table/standard, +/obj/item/weapon/aiModule/consuming_eradicator, +/obj/item/weapon/aiModule/guard_dog, +/obj/item/weapon/aiModule/pleasurebot, +/obj/item/weapon/aiModule/protective_shell, +/obj/item/weapon/aiModule/scientific_pursuer, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"xi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"xl" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"xn" = ( +/obj/structure/table/glass, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/device/flashlight/pen{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/computer/guestpass{ + dir = 8; + pixel_x = 25 + }, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"xq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Warden's Office"; + req_access = list(3); + req_one_access = list() + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"xr" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/donut, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"xx" = ( +/obj/machinery/computer/message_monitor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"xy" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/transmitter, +/obj/item/weapon/stock_parts/subspace/transmitter, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"xz" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/machinery/button/windowtint{ + id = "ce_office"; + layer = 3.3; + pixel_x = -26; + pixel_y = 10 + }, +/obj/effect/landmark/start{ + name = "Chief Engineer" + }, +/obj/structure/cable/orange{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/oracarpet, +/area/groundbase/engineering) "xD" = ( /obj/effect/floor_decal/industrial/danger/corner, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"xE" = ( +/obj/machinery/media/jukebox, +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"xG" = ( +/obj/machinery/telecomms/processor/preset_one, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) "xH" = ( /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ outdoors = 0 }, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"xK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "briglockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor, +/area/groundbase/security) "xN" = ( /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/machinery/door/firedoor, /turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/engineering) +"xP" = ( +/obj/machinery/lapvend, +/turf/simulated/floor/tiled, +/area/groundbase/level1/centsquare) +"xQ" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"xU" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/maintenance/groundbase/level1/stunnel) +"xY" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) "ya" = ( /obj/effect/floor_decal/industrial/danger, /obj/structure/cable/yellow{ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"yb" = ( +/turf/simulated/wall/r_wall, +/area/groundbase/security) +"yg" = ( +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"yi" = ( +/obj/machinery/computer/borgupload{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"yl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access = list(23); + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"yn" = ( +/obj/machinery/mineral/stacking_machine, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"ys" = ( +/obj/machinery/atmospherics/omni/atmos_filter{ + name = "Phoron Filter"; + tag_east = 2; + tag_north = 1; + tag_west = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"yt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/wall/r_wall, +/area/groundbase/command) +"yu" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/groundbase/medical) +"yv" = ( +/obj/machinery/atmospherics/pipe/tank/carbon_dioxide{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"yw" = ( +/obj/effect/landmark/start{ + name = "AI" + }, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"yx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre 2"; + req_access = list(45) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"yD" = ( +/obj/structure/table/standard, +/obj/item/weapon/aiModule/oxygen, +/obj/item/weapon/aiModule/oneHuman, +/obj/item/weapon/aiModule/purge, +/obj/item/weapon/aiModule/antimov, +/obj/item/weapon/aiModule/teleporterOffline, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"yE" = ( +/obj/machinery/atmospherics/omni/mixer{ + name = "Air Mixer"; + tag_east = 1; + tag_east_con = 0.21; + tag_north = 2; + tag_north_con = null; + tag_south = 1; + tag_south_con = 0.79 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"yF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"yH" = ( +/obj/machinery/atmospherics/binary/pump/high_power/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"yL" = ( +/obj/structure/table/steel_reinforced, +/obj/item/device/flashlight/lamp/green{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet, +/area/groundbase/security) +"yR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"yS" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_x = -18; + pixel_y = 7 + }, +/obj/item/weapon/pen/blue{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/weapon/pen, +/obj/item/weapon/pen/blade/red{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"yV" = ( +/obj/machinery/station_map{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"yW" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/ammo_magazine/ammo_box/b12g/pellet{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_magazine/ammo_box/b12g/pellet{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/ammo_magazine/ammo_box/b12g/pellet{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"yY" = ( +/obj/effect/floor_decal/industrial/danger, +/obj/machinery/atmospherics/pipe/simple/hidden/green, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "za" = ( -/obj/effect/landmark{ - name = "JoinLateGateway" +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 }, +/area/groundbase/command) +"zb" = ( +/obj/machinery/door/airlock/multi_tile/glass/polarized{ + id_tag = null; + name = "Tool Storage"; + req_one_access = null + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/bmarble, +/area/groundbase/level1/centsquare) +"zf" = ( /obj/structure/cable{ - icon_state = "2-4" + icon_state = "4-8" }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/setunnel) +"zm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/telecomms/server/presets/unused, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) "zn" = ( /obj/structure/stairs/spawner/north, /turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"zp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"zs" = ( +/obj/machinery/conveyor{ + id = "recycling" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/cargo) +"zv" = ( +/obj/machinery/requests_console/preset/engineering{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"zy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"zA" = ( +/obj/machinery/telecomms/processor/preset_three, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) "zB" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/item/weapon/cell/device, +/obj/item/weapon/cell/device, /obj/structure/cable{ icon_state = "1-4" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"zF" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"zG" = ( +/obj/machinery/optable, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"zH" = ( +/obj/structure/table/standard, +/obj/item/weapon/aiModule/asimov, +/obj/item/weapon/aiModule/freeformcore, +/obj/item/weapon/aiModule/corp, +/obj/item/weapon/aiModule/paladin, +/obj/item/weapon/aiModule/robocop, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"zK" = ( +/obj/structure/flora/pottedplant/small, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"zN" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{ + dir = 1; + external_pressure_bound = 101.3; + external_pressure_bound_default = 101.3; + pressure_checks = 1; + pressure_checks_default = 1 + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"zO" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) "Ab" = ( /obj/structure/cable{ icon_state = "4-8" }, +/obj/structure/cable{ + icon_state = "1-4" + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/southwestspur) +"Ac" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/southeastspur) +"Ad" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/floor/carpet/oracarpet, +/area/groundbase/engineering) +"Ah" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level1/eastspur) +"Ai" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "miningops"; + name = "Mining Ops conveyor switch"; + pixel_x = 10; + pixel_y = 5; + req_access = list(48); + req_one_access = list(48) + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/danger, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Aj" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_y = 7 + }, +/obj/item/weapon/pen/blue{ + pixel_y = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "Am" = ( /obj/structure/cable{ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"Ao" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/gunbox{ + pixel_y = 6 + }, +/obj/item/gunbox{ + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Ar" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"As" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_security{ + name = "Equipment Storage" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"Au" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Av" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"Ax" = ( +/obj/machinery/cryopod/robot/door/gateway, +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"Az" = ( +/obj/machinery/requests_console/preset/hos{ + pixel_y = 32 + }, +/obj/structure/table/woodentable, +/obj/machinery/computer/skills{ + pixel_y = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"AB" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"AC" = ( +/obj/machinery/microscope, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"AI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Armory"; + req_access = list(3); + req_one_access = list() + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"AJ" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"AK" = ( +/obj/structure/table/bench/standard, +/obj/effect/floor_decal/milspec/color/orange/half{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"AM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/westspur) +"AU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"AW" = ( +/turf/simulated/wall/r_wall, +/area/groundbase/level1/sw) +"AY" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"AZ" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level1/sw) +"Bd" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level1/sw) +"Bh" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level1/se) +"Bk" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/maintenance/groundbase/level1/setunnel) +"Bl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Bn" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"Bo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Bar"; + req_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/civilian) +"Bp" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "Br" = ( /obj/structure/cable/yellow{ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"Bw" = ( +/obj/item/weapon/stool/padded{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"BD" = ( +/obj/item/modular_computer/console/preset/command, +/obj/structure/cable/orange{ + icon_state = "1-8" + }, +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"BF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Internal Affairs"; + req_access = list(38) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"BG" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"BH" = ( +/obj/structure/table/reinforced, +/obj/item/device/radio/off{ + pixel_y = 6 + }, +/obj/item/device/radio/off{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/device/radio/off{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/device/radio/off, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"BI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"BJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + dir = 4; + id = "armoryaccess"; + name = "Armory" + }, +/obj/machinery/door/airlock/security{ + name = "Armory"; + req_access = null; + req_one_access = list() + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"BR" = ( +/obj/machinery/mineral/equipment_vendor, +/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{ + dir = 1; + external_pressure_bound = 101.3; + external_pressure_bound_default = 101.3; + pressure_checks = 1; + pressure_checks_default = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"BT" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + dir = 4; + pixel_y = 7 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"BU" = ( +/obj/machinery/airlock_sensor{ + dir = 8; + pixel_x = 25 + }, +/obj/effect/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + frequency = 1380; + id_tag = "tcommsairlock"; + pixel_y = 24; + req_one_access = list(61) + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"BW" = ( +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Ca" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Cb" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/maintenance/groundbase/level1/stunnel) +"Ce" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/black, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Co" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Head of Security"; + pixel_y = 6 + }, +/obj/item/device/radio/intercom/department/security{ + dir = 1; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Ct" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Cu" = ( +/obj/machinery/telecomms/bus/preset_two/groundbase, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"Cw" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/setunnel) "Cx" = ( /obj/structure/cable{ icon_state = "1-8" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) -"CB" = ( +/area/groundbase/engineering) +"CA" = ( +/obj/structure/bookcase, +/obj/item/weapon/book/manual/security_space_law, +/obj/item/weapon/book/manual/security_space_law, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"CF" = ( +/turf/unsimulated/wall/planetary/virgo3c{ + alpha = 0 + }, +/area/groundbase/level1/eastspur) +"CG" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/stamp/internalaffairs, +/obj/item/weapon/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/sign/painting/public{ + pixel_x = 30 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"CK" = ( +/obj/machinery/vending/assist, +/turf/simulated/floor/tiled, +/area/groundbase/level1/centsquare) +"CM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level1/northspur) +"CN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"CO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/green{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"CQ" = ( +/obj/machinery/telecomms/bus/preset_three, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"CS" = ( /obj/machinery/door/firedoor, -/turf/simulated/floor, -/area/groundbase/level1) +/obj/machinery/door/airlock/security{ + name = "Security"; + req_access = null + }, +/turf/simulated/floor/bmarble, +/area/groundbase/security) +"CV" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"CW" = ( +/obj/structure/flora/pottedplant/decorative, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"CX" = ( +/obj/effect/floor_decal/milspec/color/orange/half{ + dir = 10 + }, +/obj/machinery/computer/arcade{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"Dh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Dk" = ( +/obj/structure/table/steel_reinforced, +/obj/item/ammo_magazine/m45/rubber{ + pixel_y = 9 + }, +/obj/item/ammo_magazine/m45/rubber{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/ammo_magazine/m45/rubber{ + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Dl" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell A" + }, +/obj/effect/floor_decal/milspec/color/orange/half{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"Do" = ( +/obj/machinery/atmospherics/pipe/simple/visible/supply, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Dq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Dt" = ( +/turf/simulated/wall, +/area/groundbase/level1/centsquare) "Dw" = ( /obj/machinery/power/grid_checker, /obj/structure/cable, @@ -386,48 +4460,408 @@ icon_state = "0-2" }, /turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/engineering) +"Dz" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/groundbase/medical) "DA" = ( /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"DC" = ( +/obj/structure/bookcase, +/obj/item/weapon/book/manual/security_space_law, +/obj/item/weapon/book/manual/standard_operating_procedure, +/obj/item/weapon/book/manual/command_guide, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"DG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"DK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"DM" = ( +/obj/machinery/light/bigfloorlamp, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/westspur) +"DO" = ( +/obj/machinery/mineral/output, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"DT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"DW" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "miningops" + }, +/obj/machinery/mineral/input, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Ea" = ( +/obj/structure/table/steel, +/obj/item/weapon/folder/red{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/weapon/folder/red, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"Eb" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/centsquare) +"Ec" = ( +/obj/machinery/door/window/westleft{ + name = "Engineering Reception Desk"; + req_access = list(10) + }, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/turf/simulated/floor, +/area/groundbase/engineering) +"Eg" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/maintenance/groundbase/level1/swtunnel) +"Ei" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"Ej" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/sw) +"Em" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Eo" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Eq" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/circuitboard/crew{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/card, +/obj/item/weapon/circuitboard/communications{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Er" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Chief Engineer's Office" + }, +/obj/structure/cable/orange{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "Es" = ( /obj/structure/table/marble, /turf/simulated/floor/lino, -/area/groundbase/level1) +/area/groundbase/civilian) +"Ex" = ( +/obj/structure/table/standard, +/obj/item/weapon/aiModule/reset, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"Ez" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) "ED" = ( /turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"EM" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/ne) +"EO" = ( +/obj/machinery/light/bigfloorlamp, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/centsquare) +"ES" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + id_tag = null; + name = "Restroom" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/civilian) +"ET" = ( +/obj/machinery/holoplant, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"EV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"Fa" = ( +/obj/machinery/power/smes/buildable{ + charge = 5e+006; + input_attempt = 1; + input_level = 200000; + output_level = 200000 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"Fi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) +"Fk" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) "Fm" = ( /obj/structure/cable{ icon_state = "2-4" }, -/turf/simulated/floor/virgo3c, -/area/groundbase/level1) +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) +"Fp" = ( +/obj/machinery/vending/wardrobe/virodrobe, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Fs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"Ft" = ( +/obj/structure/bed/chair/comfy/black, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"FD" = ( +/obj/machinery/dnaforensics, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"FE" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level1/centsquare) +"FF" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) +"FI" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecoms Control Room"; + req_access = list(61) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) "FK" = ( /obj/effect/floor_decal/industrial/danger, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) "FL" = ( /turf/unsimulated/wall/planetary/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/nw) +"FS" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full, +/turf/simulated/floor, +/area/groundbase/engineering) +"FV" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/holodeck_control) +"FW" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"FY" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/flasher/portable, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"FZ" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"Gb" = ( +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/security) +"Gg" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) "Gh" = ( /obj/effect/floor_decal/industrial/danger{ dir = 1 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"Gk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Gl" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/suit/armor/vest/alt{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/clothing/suit/armor/vest/alt{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/suit/armor/vest/alt{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/vest/alt{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Go" = ( +/obj/machinery/mineral/processing_unit_console{ + density = 0; + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Gw" = ( +/obj/structure/table/reinforced, +/obj/random/toolbox, +/obj/item/device/geiger, +/obj/machinery/alarm/angled{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Gz" = ( +/obj/machinery/vending/wardrobe/chemdrobe, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) "GA" = ( /obj/machinery/vending/boozeomat, -/turf/simulated/floor/tiled/dark, -/area/groundbase/level1) +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"GC" = ( +/obj/item/weapon/circuitboard/telecomms/processor, +/obj/item/weapon/circuitboard/telecomms/processor, +/obj/item/weapon/circuitboard/telecomms/receiver, +/obj/item/weapon/circuitboard/telecomms/server, +/obj/item/weapon/circuitboard/telecomms/server, +/obj/item/weapon/circuitboard/telecomms/bus, +/obj/item/weapon/circuitboard/telecomms/bus, +/obj/item/weapon/circuitboard/telecomms/broadcaster, +/obj/item/weapon/circuitboard/telecomms/exonet_node, +/obj/item/weapon/circuitboard/ntnet_relay, +/obj/item/weapon/circuitboard/telecomms/relay, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"GD" = ( +/obj/structure/table/reinforced, +/obj/random/tetheraid, +/obj/random/tetheraid, +/obj/item/clothing/gloves/sterile/nitrile, +/obj/item/clothing/gloves/sterile/nitrile, +/obj/item/weapon/storage/belt/medical, +/obj/item/weapon/storage/belt/medical, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) "GF" = ( /obj/structure/table/glass, /turf/simulated/floor/tiled/dark, -/area/groundbase/level1) -"GG" = ( -/obj/machinery/recycling/stamper, -/turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/civilian) "GI" = ( /obj/effect/floor_decal/industrial/danger/corner{ dir = 8 @@ -436,12 +4870,38 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"GK" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level1/northspur) +"GN" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"GP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"GQ" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/centsquare) "GR" = ( /obj/structure/table/marble, /obj/machinery/chemical_dispenser/bar_alc/full, -/turf/simulated/floor/tiled/dark, -/area/groundbase/level1) +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"GX" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/ore_box, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) "GY" = ( /obj/machinery/door/window/brigdoor/northleft{ dir = 8; @@ -449,18 +4909,214 @@ req_access = list(25) }, /turf/simulated/floor/lino, -/area/groundbase/level1) +/area/groundbase/civilian) +"Hb" = ( +/obj/machinery/mineral/input, +/obj/machinery/conveyor{ + dir = 8; + id = "miningops" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"He" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Hf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Messaging Server"; + req_one_access = list(16,17,61) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"Hg" = ( +/obj/structure/ore_box, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Hj" = ( +/obj/machinery/door_timer/cell_3{ + id = "Cell B"; + name = "Cell B"; + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "Hn" = ( /turf/simulated/floor/outdoors/sidewalk/virgo3c{ outdoors = 0 }, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"Hr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/danger, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Hs" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/ansible, +/obj/item/weapon/stock_parts/subspace/ansible, +/obj/item/weapon/stock_parts/subspace/ansible, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"Hu" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/amplifier, +/obj/item/weapon/stock_parts/subspace/amplifier, +/obj/item/weapon/stock_parts/subspace/amplifier, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"Hv" = ( +/obj/structure/closet/secure_closet/hos2, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Hz" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level1/southeastspur) +"HA" = ( +/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/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"HC" = ( +/obj/structure/table/reinforced, +/obj/item/device/radio{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/device/radio{ + pixel_x = -4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"HE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access = list(19,23); + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) "HG" = ( /obj/structure/cable{ icon_state = "2-8" }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/eastspur) +"HK" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"HL" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"HN" = ( +/obj/machinery/disposal/wall{ + dir = 1; + name = "Auto-Resleeving Item Deposit" + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"HS" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"HU" = ( +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"HY" = ( +/obj/machinery/power/apc{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Ij" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/analyzer, +/obj/item/weapon/stock_parts/subspace/analyzer, +/obj/item/weapon/stock_parts/subspace/analyzer, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"Im" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"In" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + name = "Air to Distro" + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Ip" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Ir" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/gun/energy/ionrifle/pistol, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Is" = ( +/obj/machinery/vending/loadout/uniform, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"It" = ( +/obj/machinery/mineral/processing_unit, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Iv" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"Ix" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Iz" = ( +/obj/structure/table/reinforced, +/obj/item/device/megaphone, +/obj/item/device/radio{ + pixel_x = -4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "IA" = ( /obj/structure/cable{ icon_state = "1-4" @@ -472,115 +5128,1647 @@ icon_state = "2-4" }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/eastspur) +"IC" = ( +/obj/structure/table/standard, +/obj/item/weapon/aiModule/freeform, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"ID" = ( +/obj/machinery/atmospherics/binary/pump/on{ + name = "Scrubber to Waste" + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"II" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/exploration) +"IJ" = ( +/obj/machinery/computer/general_air_control{ + dir = 8; + frequency = 1443; + level = 3; + name = "Distribution and Waste Monitor"; + sensors = list("dist_main_meter" = "Surface - Distribution Loop", "scrub_main_meter" = "Surface - Scrubbers Loop", "mair_main_meter" = "Surface - Mixed Air Tank", "dist_aux_meter" = "Station - Distribution Loop", "scrub_aux_meter" = "Station - Scrubbers Loop", "mair_aux_meter" = "Station - Mixed Air Tank", "mair_mining_meter" = "Mining Outpost - Mixed Air Tank") + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"IQ" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"IS" = ( +/obj/structure/stairs/spawner/east, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/se) +"IU" = ( +/turf/simulated/floor, +/area/groundbase/engineering) +"IV" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level1/sw) +"IW" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/surgery, +/obj/item/device/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Ja" = ( +/obj/machinery/atmospherics/pipe/tank/phoron, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Je" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Ji" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 29 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 38 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 20 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Jk" = ( +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Jp" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/clipboard, +/obj/item/weapon/folder/red, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/stamp/ward, +/obj/item/weapon/stamp/denied{ + pixel_x = 5 + }, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "Js" = ( /obj/machinery/power/rtg/d_type_reg, /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/cable/yellow, /turf/simulated/floor/reinforced, -/area/groundbase/level1) +/area/groundbase/engineering) +"Jt" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Jv" = ( +/obj/machinery/clonepod/transhuman, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"Jx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"JA" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/item/device/radio/intercom/department/security{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"JC" = ( +/turf/simulated/floor/tiled, +/area/groundbase/command) "JE" = ( /obj/item/weapon/stool/baystool/padded{ dir = 8 }, /turf/simulated/floor/lino, -/area/groundbase/level1) +/area/groundbase/civilian) +"JG" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/stunnel) +"JI" = ( +/turf/simulated/wall/durasteel, +/area/groundbase/command) +"JJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + id_tag = "Resleeving"; + name = "Resleeving Lab"; + req_access = list(5); + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"JK" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + 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/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"JO" = ( +/obj/structure/closet/lawcloset, +/obj/item/weapon/storage/secure/briefcase, +/obj/item/device/tape/random, +/obj/item/device/tape/random, +/obj/item/device/taperecorder, +/obj/item/device/camera_film, +/obj/item/device/camera, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "JP" = ( /obj/structure/cable{ icon_state = "1-2" }, /obj/machinery/door/firedoor, -/turf/simulated/floor, -/area/groundbase/level1) +/turf/simulated/floor/bmarble, +/area/groundbase/engineering) +"JS" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/southwestspur) +"JU" = ( +/obj/structure/table/rack/steel, +/obj/item/clothing/gloves/arm_guard/riot, +/obj/item/clothing/shoes/leg_guard/riot, +/obj/item/clothing/suit/armor/riot/alt, +/obj/item/clothing/head/helmet/riot, +/obj/item/weapon/shield/riot, +/obj/item/clothing/gloves/arm_guard/riot, +/obj/item/clothing/shoes/leg_guard/riot, +/obj/item/clothing/suit/armor/riot/alt, +/obj/item/clothing/head/helmet/riot, +/obj/item/weapon/shield/riot, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Kb" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/belt/utility, +/obj/item/weapon/storage/belt/utility, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/box/nifsofts_engineering, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Kc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Ke" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/item/weapon/tool/wrench, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Kf" = ( +/obj/machinery/atmospherics/binary/pump/high_power/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Kg" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay recovery room door."; + id = "AutoResleeving"; + name = "Exit Button"; + pixel_x = 28; + pixel_y = 29 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"Kh" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"Kj" = ( +/obj/structure/table/steel, +/obj/item/weapon/cell/device/weapon{ + pixel_x = 3 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Kl" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/circuitboard/algae_farm{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/unary_atmos/heater, +/obj/item/weapon/circuitboard/unary_atmos/cooler{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "Km" = ( /obj/structure/cable{ icon_state = "2-8" }, -/turf/simulated/floor/virgo3c, -/area/groundbase/level1) -"KV" = ( -/obj/effect/landmark/arrivals, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) +"Kq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Storage"; + req_access = list(16); + req_one_access = list() + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"Ks" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"Kv" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/groundbase/level1/centsquare) +"Kx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"Ky" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"KA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"KB" = ( +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"KE" = ( +/obj/structure/table/standard, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/machinery/recharger{ + pixel_y = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/level1/centsquare) +"KK" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/crystal, +/obj/item/weapon/stock_parts/subspace/crystal, +/obj/item/weapon/stock_parts/subspace/crystal, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"KT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/eastspur) +"KV" = ( +/obj/machinery/telecomms/server/presets/service/groundbase, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"KY" = ( +/obj/structure/medical_stand, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Lb" = ( +/turf/simulated/floor/water/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level1/eastspur) +"Lc" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + id_tag = null + }, +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"Li" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"Lk" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/groundbase/level1/centsquare) +"Ln" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"Lr" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"Ls" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Lt" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level1/se) +"Lx" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/machinery/computer/station_alert/all, +/obj/structure/cable/orange{ + icon_state = "2-4" + }, +/obj/structure/cable/orange{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"LB" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"LD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"LF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"LG" = ( +/obj/machinery/computer/power_monitor, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"LH" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level1/sw) +"LK" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/maintenance/groundbase/level1/swtunnel) +"LU" = ( +/obj/structure/cable/orange{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"LV" = ( +/obj/structure/table/reinforced, +/obj/random/maintenance/clean, +/obj/random/powercell, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"LW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"LY" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/medical) "Ma" = ( /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"Md" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Mf" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"Mg" = ( +/obj/structure/table/steel, +/obj/item/weapon/storage/box/holowarrants, +/obj/item/weapon/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/weapon/storage/box/handcuffs{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/weapon/storage/box/evidence, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Mi" = ( +/obj/effect/landmark{ + name = "JoinLateCryo" + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"Mj" = ( +/obj/structure/railing/grey, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/centsquare) +"Mk" = ( +/obj/structure/table/bench/standard, +/obj/effect/floor_decal/milspec/color/orange/half{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"Mm" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell B" + }, +/obj/effect/floor_decal/milspec/color/orange/half{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"Mo" = ( +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Mp" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Ms" = ( +/obj/machinery/atmospherics/unary/heater{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Mu" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"Mv" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/civilian) +"Mw" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/northspur) "My" = ( -/turf/simulated/floor/virgo3c, -/area/groundbase/level1) +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) "ME" = ( /obj/effect/floor_decal/industrial/danger{ dir = 4 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"MF" = ( +/obj/machinery/organ_printer/flesh, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"MJ" = ( +/obj/structure/table/standard, +/obj/item/device/defib_kit/loaded, +/obj/item/weapon/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/device/radio/intercom/department/medbay{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"MK" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/eastspur) "MO" = ( /turf/simulated/mineral/cave/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/nw) +"MP" = ( +/turf/simulated/floor/tiled/white, +/area/groundbase/civilian) +"MQ" = ( +/obj/machinery/computer/transhuman/resleeving{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"MS" = ( +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Nd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + id = "Cell B"; + name = "Cell B"; + req_access = list(2) + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "briglockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) "Ng" = ( /obj/structure/table/marble, +/obj/item/device/retail_scanner/civilian, +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"Nj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"No" = ( +/obj/machinery/computer/med_data/laptop{ + dir = 8 + }, +/obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled/dark, -/area/groundbase/level1) +/area/groundbase/security) +"Ns" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Nt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Nu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/exonet_node{ + anchored = 1 + }, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"Nv" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level1/centsquare) +"NA" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) +"NC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) +"NG" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/machinery/conveyor{ + dir = 4; + id = "recycling" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/cargo) "NH" = ( /obj/machinery/gateway/centerstation, /turf/simulated/floor/tiled, -/area/groundbase/level1) -"NI" = ( -/obj/machinery/recycling/sorter, -/turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/exploration) +"NK" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/stunnel) "NP" = ( /obj/structure/stairs/spawner/south, /turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/cargo) +"NQ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/machinery/button/windowtint/multitint{ + id = "sec_processing"; + pixel_x = -12; + pixel_y = 31; + req_access = list(1) + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"NR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1380; + master_tag = "tcommsairlock"; + pixel_x = 32; + req_one_access = list(61) + }, +/obj/effect/map_helper/airlock/door/int_door, +/obj/machinery/door/airlock/maintenance_hatch{ + frequency = null; + icon_state = "door_locked"; + id_tag = null; + locked = 1; + name = "Telecoms Server Access"; + req_access = list(61) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"NV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/danger, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Oe" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/reinforced, +/area/groundbase/engineering) +"Of" = ( +/obj/structure/closet/walllocker_double/north{ + dir = 8; + pixel_x = -32; + pixel_y = 0 + }, +/obj/item/weapon/pipe_dispenser, +/obj/item/device/pipe_painter, +/obj/item/weapon/stock_parts/console_screen, +/obj/item/weapon/stock_parts/scanning_module, +/obj/item/weapon/stock_parts/scanning_module, +/obj/item/weapon/stock_parts/capacitor, +/obj/item/weapon/stock_parts/capacitor, +/obj/item/weapon/stock_parts/micro_laser, +/obj/item/weapon/stock_parts/matter_bin, +/obj/item/weapon/stock_parts/manipulator, +/obj/item/weapon/stock_parts/manipulator, +/obj/item/weapon/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/yellow, +/obj/item/device/multitool, +/obj/item/weapon/computer_hardware/hard_drive/portable, +/obj/item/weapon/computer_hardware/hard_drive/portable, +/obj/item/weapon/computer_hardware/nano_printer, +/obj/item/weapon/computer_hardware/tesla_link, +/obj/item/weapon/computer_hardware/processor_unit/small, +/obj/item/weapon/computer_hardware/processor_unit, +/obj/item/weapon/computer_hardware/processor_unit, +/obj/item/weapon/computer_hardware/processor_unit, +/obj/item/weapon/computer_hardware/network_card/wired, +/obj/item/weapon/computer_hardware/network_card, +/obj/item/weapon/computer_hardware/network_card, +/obj/item/weapon/computer_hardware/hard_drive/micro, +/obj/item/weapon/computer_hardware/hard_drive, +/obj/item/weapon/computer_hardware/hard_drive, +/obj/item/weapon/computer_hardware/battery_module/nano, +/obj/item/weapon/computer_hardware/battery_module, +/obj/item/weapon/computer_hardware/battery_module, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Oh" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) "Op" = ( /obj/structure/stairs/spawner/south, /turf/simulated/floor/tiled/white, -/area/groundbase/level1) +/area/groundbase/medical) +"Or" = ( +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Os" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/eastspur) +"Ou" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"Ow" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"Ox" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/circuitboard/robotics{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/mecha_control, +/obj/item/weapon/circuitboard/aifixer{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"OA" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/centsquare) +"OL" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock{ + start_pressure = 4559.63 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"OM" = ( +/obj/machinery/transhuman/resleever, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"ON" = ( +/obj/structure/sink{ + pixel_y = 20 + }, +/obj/structure/mirror{ + pixel_y = 37 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/civilian) +"OQ" = ( +/obj/machinery/atmospherics/pipe/tank/carbon_dioxide, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"OR" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) "OS" = ( /obj/structure/cable{ icon_state = "1-8" }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/eastspur) +"OT" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/flasher/portable, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"OU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"OX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_security/polarized{ + id_tint = "sec_processing"; + name = "Security Processing"; + req_access = list(63) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) "OY" = ( /obj/structure/cable{ icon_state = "2-8" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"Pc" = ( +/obj/machinery/atmospherics/omni/atmos_filter{ + name = "N2/O2 Filter"; + tag_east = 4; + tag_north = 3; + tag_south = 2; + tag_west = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Pi" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level1/northspur) +"Pm" = ( +/obj/machinery/drone_fabricator, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"Pp" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level1/southeastspur) +"Pv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"PB" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/black, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"PC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/swtunnel) +"PD" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 8; + network = "tcommsat" + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"PE" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/eastright{ + dir = 2 + }, +/obj/machinery/door/window/westright{ + dir = 1 + }, +/turf/simulated/floor, +/area/groundbase/security) +"PG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/centsquare) +"PI" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"PJ" = ( +/obj/structure/table/standard, +/obj/item/device/healthanalyzer, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"PK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"PL" = ( +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"PT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Telecomms Storage"; + req_one_access = list(61,12) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"PV" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/shoes/magboots/adv, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "PX" = ( /obj/structure/cable/yellow{ icon_state = "1-2" }, /obj/machinery/door/airlock/maintenance_hatch{ - name = "Engine Airlock" + name = "Engine Airlock"; + req_access = list(10); + req_one_access = null }, /obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"PZ" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"Qb" = ( +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level1/sw) +"Qf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, /turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/cargo) +"Qg" = ( +/obj/machinery/computer/cryopod/gateway{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"Qh" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "recycling" + }, +/obj/machinery/recycling/sorter{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/cargo) +"Qn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Qs" = ( +/obj/machinery/pda_multicaster/prebuilt, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"Qu" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/suit/storage/vest/heavy/officer{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/clothing/suit/storage/vest/heavy/officer{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/clothing/suit/storage/vest/heavy/officer{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/item/clothing/suit/storage/vest/heavy/officer{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Qx" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "recycling" + }, +/obj/machinery/recycling/stamper{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/cargo) +"QA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"QD" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level1/westspur) +"QG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + name = "Mainframe Base"; + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"QH" = ( +/obj/structure/table/reinforced, +/obj/item/device/sleevemate, +/obj/item/device/denecrotizer/medical, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"QN" = ( +/obj/structure/table/standard, +/obj/item/stack/nanopaste, +/obj/machinery/power/apc{ + dir = 1 + }, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"QT" = ( +/obj/machinery/pipedispenser/disposal, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"QZ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/setunnel) "Ra" = ( /obj/structure/cable/yellow{ icon_state = "2-8" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"Rf" = ( +/obj/machinery/atmospherics/pipe/tank/oxygen, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Rj" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/black, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Rk" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/machinery/door/window/southright{ + dir = 1; + name = "Engineering Hardsuits"; + req_one_access = list(11) + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/engineering, +/obj/item/clothing/suit/space/void/engineering, +/obj/item/clothing/head/helmet/space/void/engineering, +/obj/item/clothing/head/helmet/space/void/engineering, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Rl" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level1/westspur) +"Rm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/dispenser, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Rn" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/maintenance/groundbase/level1/nwtunnel) "Ro" = ( /obj/structure/cable{ icon_state = "4-8" }, -/turf/simulated/floor/virgo3c, -/area/groundbase/level1) -"SB" = ( -/obj/machinery/recycling/crusher, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) +"Rr" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"Ru" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, /turf/simulated/floor, -/area/groundbase/level1) -"SV" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/area/groundbase/cargo) +"Rx" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/centsquare) +"Ry" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_y = 3 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"RD" = ( +/obj/move_trader_landmark{ + dir = 4; + trader_type = /obj/trader/general + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/eastspur) +"RE" = ( +/obj/machinery/vending/security, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"RG" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"RL" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"RU" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/bmarble, +/area/groundbase/exploration) +"RW" = ( +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"RX" = ( +/obj/machinery/vending/wardrobe/engidrobe, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Sa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Se" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Sh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + name = "Atmospherics"; + req_access = list(24) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"Sm" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/circuitboard/body_designer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/resleeving_control{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/weapon/circuitboard/transhuman_clonepod{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/weapon/circuitboard/transhuman_synthprinter{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Sp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 4 }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1) +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Sr" = ( +/obj/structure/table/steel, +/obj/item/device/taperecorder, +/obj/item/device/retail_scanner/security, +/obj/item/device/camera, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"Ss" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) +"Sy" = ( +/obj/machinery/cryopod/robot, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"SB" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"SC" = ( +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"SH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/stunnel) +"SJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/westspur) +"SN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_security{ + name = "Security"; + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"SQ" = ( +/turf/simulated/floor/tiled, +/area/groundbase/level1/centsquare) +"SU" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"SX" = ( +/obj/effect/floor_decal/techfloor/orange, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"Tc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"Te" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"Tg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Th" = ( +/obj/machinery/atmospherics/omni/atmos_filter{ + name = "N2O Filter"; + tag_north = 1; + tag_south = 2; + tag_west = 7 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Tn" = ( +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Tp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access = list(16); + req_one_access = list() + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"Tq" = ( +/obj/machinery/recharger, +/obj/item/weapon/storage/box/syringegun, +/obj/item/weapon/gun/launcher/syringe, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Tz" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/mask/breath, +/obj/item/weapon/rig/ce/equipped, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"TA" = ( +/obj/machinery/computer/security/wooden_tv, +/turf/simulated/floor/carpet, +/area/groundbase/security) +"TD" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/circuitboard/skills{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/weapon/circuitboard/med_data{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/weapon/circuitboard/secure_data{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/weapon/circuitboard/security, +/obj/item/weapon/circuitboard/security/engineering{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/weapon/circuitboard/security/mining{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/weapon/circuitboard/stationalert_security{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"TE" = ( +/obj/effect/landmark/start{ + name = "Cyborg" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"TL" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/stock_parts/matter_bin, +/obj/item/weapon/stock_parts/matter_bin, +/obj/item/weapon/stock_parts/matter_bin, +/obj/item/weapon/stock_parts/manipulator, +/obj/item/weapon/stock_parts/console_screen, +/obj/item/weapon/circuitboard/partslathe, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"TN" = ( +/obj/machinery/computer/rcon{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"TQ" = ( +/obj/machinery/computer/aifixer, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"TR" = ( +/obj/item/device/radio/intercom/department/security{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"TS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"TU" = ( +/obj/structure/table/steel, +/obj/item/device/flashlight/lamp, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"TX" = ( +/obj/machinery/atmospherics/pipe/tank/nitrous_oxide{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"TZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Ua" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Ub" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/green{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Ug" = ( +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/command) +"Ui" = ( +/obj/effect/landmark{ + name = "JoinLateCyborg" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) +"Uj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/centsquare) +"Up" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Uq" = ( +/obj/structure/table/rack/steel, +/obj/item/device/slime_scanner, +/obj/item/device/sleevemate, +/obj/item/device/robotanalyzer, +/obj/item/device/reagent_scanner, +/obj/item/device/healthanalyzer, +/obj/item/device/geiger, +/obj/item/device/analyzer/plant_analyzer, +/obj/item/device/analyzer, +/obj/item/device/t_scanner, +/obj/item/weapon/circuitboard/machine/reg, +/obj/item/weapon/circuitboard/machine/reg, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) "Us" = ( /obj/effect/floor_decal/industrial/danger{ dir = 8 @@ -589,36 +6777,670 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) +"Ut" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Uu" = ( +/obj/effect/landmark{ + name = "JoinLateCyborg" + }, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"Ux" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Uy" = ( +/obj/structure/stairs/spawner/east, +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"Uz" = ( +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "UD" = ( /obj/effect/floor_decal/industrial/danger/corner{ dir = 1 }, /turf/simulated/floor/tiled, -/area/groundbase/level1) -"UG" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 +/area/groundbase/engineering) +"UE" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c{ + outdoors = 0 }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1) +/area/maintenance/groundbase/level1/netunnel) +"UH" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/subspace/treatment, +/obj/item/weapon/stock_parts/subspace/treatment, +/obj/item/weapon/stock_parts/subspace/treatment, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"UP" = ( +/obj/structure/table/rack/steel, +/obj/item/clothing/gloves/arm_guard/laserproof, +/obj/item/clothing/shoes/leg_guard/laserproof, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/clothing/head/helmet/laserproof, +/obj/item/clothing/gloves/arm_guard/laserproof, +/obj/item/clothing/shoes/leg_guard/laserproof, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/clothing/head/helmet/laserproof, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"UU" = ( +/turf/simulated/floor/carpet, +/area/groundbase/security) +"UV" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "UX" = ( /turf/simulated/floor/outdoors/grass/forest/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"Va" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Vd" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Vg" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Vi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_engineering, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/engineering) +"Vo" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"Vq" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level1/southwestspur) +"Vs" = ( +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/centsquare) +"Vt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/green{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Vz" = ( +/obj/structure/table/standard, +/obj/item/weapon/stock_parts/micro_laser, +/obj/item/weapon/stock_parts/manipulator, +/obj/item/weapon/stock_parts/manipulator, +/obj/item/weapon/stock_parts/manipulator, +/obj/item/weapon/stock_parts/manipulator, +/obj/item/weapon/stock_parts/capacitor, +/obj/item/weapon/stock_parts/micro_laser/high, +/obj/item/weapon/stock_parts/micro_laser/high, +/obj/item/weapon/stock_parts/micro_laser/high, +/obj/item/weapon/stock_parts/micro_laser/high, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"VA" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/machinery/conveyor{ + dir = 4; + id = "recycling" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/tiled/dark, +/area/groundbase/cargo) +"VB" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 2 + }, +/obj/machinery/door/window/westleft{ + dir = 1 + }, +/turf/simulated/floor, +/area/groundbase/security) +"VD" = ( +/obj/effect/landmark{ + name = "JoinLateGateway" + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"VH" = ( +/mob/living/simple_mob/vore/alienanimals/catslug{ + color = "#66140e"; + desc = "Doesn't take kindly to troublemakers."; + faction = "neutral"; + name = "Officer Gatslug" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"VL" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/setunnel) +"VM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/southwestspur) +"VY" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/orange, +/obj/effect/floor_decal/milspec/color/orange/half{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"Wc" = ( +/obj/machinery/vending/tool, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"We" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/deployable/barrier, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Wl" = ( +/turf/simulated/wall/r_wall, +/area/groundbase/engineering) +"Wq" = ( +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "briglockdown"; + name = "Brig Lockdown"; + pixel_x = 28; + req_access = list(2) + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"Wt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_medical{ + name = "Medical"; + req_one_access = null + }, +/turf/simulated/floor/bmarble, +/area/groundbase/medical) +"Wu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Wx" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level1/se) +"WA" = ( +/obj/machinery/telecomms/bus/preset_one, +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/command) +"WB" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) +"WD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_medical{ + name = "Medbay Storage" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"WE" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "warden"; + layer = 3.1; + name = "Warden's Office Shutters"; + opacity = 0 + }, +/turf/simulated/floor, +/area/groundbase/security) +"WJ" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "warden"; + name = "Office Shutters"; + pixel_x = 25; + pixel_y = 9; + req_access = list(3) + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "briglockdown"; + name = "Brig Lockdown"; + pixel_x = 36; + pixel_y = 4; + req_access = list(3) + }, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "armoryaccess"; + name = "Armory Access"; + pixel_x = 25; + pixel_y = -1; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"WK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"WL" = ( +/turf/simulated/floor/outdoors/grass/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level1/northspur) +"WM" = ( +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/floor_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/machinery/cryopod{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"WS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"WV" = ( +/obj/effect/landmark/vermin, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"WX" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/maintenance/groundbase/level1/setunnel) +"Xf" = ( +/obj/structure/closet/secure_closet/hos, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) "Xg" = ( /obj/item/weapon/stool/baystool/padded{ dir = 1 }, /turf/simulated/floor/lino, -/area/groundbase/level1) +/area/groundbase/civilian) +"Xh" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"Xn" = ( +/obj/machinery/station_map{ + dir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Xo" = ( +/obj/structure/table/steel, +/obj/item/device/integrated_circuit_printer, +/obj/item/device/integrated_electronics/debugger{ + pixel_x = -5 + }, +/obj/item/device/integrated_electronics/wirer{ + pixel_x = 5 + }, +/obj/random/tech_supply/component/nofail, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/random/tech_supply/component/nofail, +/obj/random/tech_supply/component/nofail, +/obj/random/tech_supply/component/nofail, +/obj/random/tech_supply/component/nofail, +/obj/random/tech_supply/component/nofail, +/obj/random/tech_supply/component/nofail, +/obj/random/tech_supply/component/nofail, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Xr" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell C" + }, +/obj/effect/floor_decal/milspec/color/orange/half{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"Xs" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command) +"Xt" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Xv" = ( +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/security) +"Xz" = ( +/obj/structure/table/reinforced, +/obj/random/tech_supply, +/obj/random/tech_supply, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"XB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) +"XD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Engineering" + }, +/turf/simulated/floor/bmarble, +/area/groundbase/engineering) +"XJ" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"XO" = ( +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "BrigFoyer"; + name = "Brig Foyer"; + pixel_x = -24; + pixel_y = 4; + req_access = list(1) + }, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Security Officer" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"XQ" = ( +/obj/machinery/atmospherics/pipe/tank/nitrogen, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) "XS" = ( /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/exploration) +"XX" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level1/eastspur) +"XZ" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled, +/area/groundbase/security) +"Yb" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_x = 18; + pixel_y = 7 + }, +/obj/item/weapon/pen/blue{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/weapon/pen, +/obj/item/weapon/pen/blade/red{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/groundbase/security) +"Yf" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/westspur) +"Yj" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/groundbase/level1/sw) +"Yk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Yq" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "recycling" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/cargo) +"Yv" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Yw" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/stunnel) +"YA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/southwestspur) +"YC" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level1/centsquare) +"YE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4; + id = "Cell C"; + name = "Cell C"; + req_access = list(2) + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "briglockdown"; + name = "Security Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/security) +"YG" = ( +/turf/simulated/wall/r_wall, +/area/groundbase/level1/ne) "YH" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/cable/yellow, /turf/simulated/floor/reinforced, -/area/groundbase/level1) +/area/groundbase/engineering) +"YJ" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"YK" = ( +/obj/effect/floor_decal/industrial/loading{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"YM" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level1/westspur) +"YN" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/weapon/reagent_containers/spray/pepper, +/obj/item/weapon/gun/energy/taser, +/obj/item/device/camera{ + desc = "A one use - polaroid camera. 30 photos left."; + name = "detectives camera"; + pictures_left = 30; + pixel_x = 2; + pixel_y = 3 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"YO" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian) +"YQ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/groundbase/medical) +"YT" = ( +/obj/machinery/computer/cryopod/robot{ + dir = 8; + pixel_x = 28 + }, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"Zb" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.6 + }, +/obj/item/weapon/tank/jetpack/carbondioxide, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"Zd" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/engineering) +"Ze" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/folder/yellow_ce, +/obj/item/weapon/pen/multi, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Zh" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/centsquare) +"Zj" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"Zl" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/bmarble, +/area/groundbase/level1/centsquare) +"Zo" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 6; + dir = 8; + name = "Chief Engineer RC"; + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering) +"Zr" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 25 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Zu" = ( +/obj/structure/closet/crate{ + name = "Camera Assembly Crate" + }, +/obj/item/weapon/camera_assembly, +/obj/item/weapon/camera_assembly, +/obj/item/weapon/camera_assembly, +/obj/item/weapon/camera_assembly, +/obj/item/weapon/camera_assembly, +/obj/item/weapon/camera_assembly, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) "Zx" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -627,29 +7449,68 @@ icon_state = "1-4" }, /turf/simulated/floor/tiled, -/area/groundbase/level1) +/area/groundbase/engineering) "ZB" = ( /turf/simulated/floor/reinforced, -/area/groundbase/level1) +/area/groundbase/engineering) +"ZE" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/security) +"ZG" = ( +/obj/structure/undies_wardrobe, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical) "ZH" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, /obj/structure/cable{ icon_state = "1-8" }, -/obj/machinery/power/apc{ - dir = 1 - }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1) +/area/groundbase/level1/northspur) +"ZI" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/deployable/barrier, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"ZL" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"ZM" = ( +/obj/machinery/porta_turret/ai_defense, +/turf/simulated/floor/bluegrid, +/area/groundbase/command) +"ZN" = ( +/obj/item/device/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security) +"ZO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + id_tag = "AutoResleeving"; + name = "Auto-Resleeving Lab"; + req_access = list(5); + req_one_access = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) "ZP" = ( /turf/simulated/floor/reinforced{ name = "Holodeck Projector Floor" @@ -663,7 +7524,26 @@ icon_state = "0-4" }, /turf/simulated/floor, -/area/groundbase/level1) +/area/groundbase/engineering) +"ZV" = ( +/obj/machinery/door/airlock/medical{ + id_tag = "Resleeving"; + name = "Resleeving Lab"; + req_access = null; + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"ZX" = ( +/obj/machinery/mineral/unloading_machine, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"ZY" = ( +/obj/machinery/computer/drone_control{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command) "ZZ" = ( /turf/simulated/wall, /area/holodeck_control) @@ -718,97 +7598,97 @@ FL FL FL FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +Rl +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV +IV "} (2,1,1) = {" FL @@ -860,97 +7740,97 @@ MO MO MO MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +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 +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 +IV "} (3,1,1) = {" FL @@ -997,102 +7877,102 @@ MO MO MO MO -pU +FF MO MO MO MO -tG -tG -tG -UX -tG -UX -tG -tG -tG -tG -UX -UX -tG -tG -tG -UX -tG -UX -UX -tG -tG -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +cB +cB +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +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 +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 +IV "} (4,1,1) = {" FL @@ -1139,102 +8019,102 @@ MO MO MO MO -pU -pU -pU +FF +FF +FF MO MO MO -tG -tG -UX -UX -UX -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +cB +cB +cB +cB +cB +cB +cB +cB +cB +QD +QD +QD +QD +QD +QD +QD +QD +QD +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 +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 +IV "} (5,1,1) = {" FL @@ -1280,103 +8160,103 @@ MO MO MO MO -pU -pU -pU -pU -pU +FF +FF +FF +FF +FF MO MO -tG -tG -tG -tG -tG -tG -UX -UX -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +cB +QD +QD +QD +QD +QD +QD +QD +cB +QD +QD +cB +cB +cB +cB +cB +QD +QD +QD +QD +cB +cB +QD +QD +QD +QD +QD +QD +QD +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 +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 +IV "} (6,1,1) = {" FL @@ -1384,80 +8264,12 @@ MO MO MO MO -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE MO MO MO -pU -pU -pU -pU -pU -pU -pU MO MO MO -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG MO MO MO @@ -1488,37 +8300,105 @@ MO MO MO MO +FF +FF +FF +FF +FF +FF +FF MO MO MO -MO -MO -MO -MO -MO -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +cB +cB +QD +QD +QD +cB +cB +cB +cB +cB +cB +QD +QD +QD +QD +QD +QD +QD +QD +QD +cB +QD +QD +QD +QD +QD +QD +cB +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 +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (7,1,1) = {" FL @@ -1526,141 +8406,141 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE -MO -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -tG -tG -tG +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el MO MO MO MO MO MO +el +el +el +el +el +el +el +el +el +el +el +MO +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -MO -MO -MO -MO -MO -pU -pU -MO -pU -pU -MO -MO -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +cB +cB +cB +cB +cB +cB +cB +cB +cB +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +cB +cB +cB +cB +QD +QD +cB +cB +cB +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +AZ +AZ +AZ +AZ +AZ +dM +dM +AZ +dM +dM +AZ +AZ +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (8,1,1) = {" FL @@ -1668,56 +8548,56 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +cX +za +HA +za +za +JK +cX +el +ET +nW +hN +hN +eo +ET +el +el +el +el +el +el +el +el +mN +hN +hN +ZM +PL +ZM +hN +hN +hN +el MO MO -pU -pU -pU -pU +FF +FF +FF +FF MO MO MO -pU -pU -pU +FF +FF +FF MO MO -my -my -my +Rn +Rn +Rn MO MO MO @@ -1725,84 +8605,84 @@ MO MO MO MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -tG -tG -tG -my -my -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -MO -MO -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +QD +QD +QD +QD +QD +QD +QD +cB +cB +cB +cB +cB +cB +QD +QD +QD +cB +cB +cB +ca +Eg +Eg +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +AZ +AZ +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (9,1,1) = {" FL @@ -1810,56 +8690,56 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +za +QG +za +za +QG +za +tQ +hN +CN +ct +ct +fu +mQ +el +Ij +gT +Hu +GC +gT +xy +el +Fa +ET +hN +PL +PL +PL +hN +ET +hN +el MO MO -pU -pU +FF +FF MO -pU +FF MO MO MO -pU -pU -pU +FF +FF +FF MO MO -my -my -my +WB +Rn +WB MO MO MO @@ -1874,77 +8754,77 @@ MO MO MO MO -tG -tG -tG -tG -tG -tG -UX -UX -UX -tG -tG -tG -my -my -my -my -my -MO -MO -MO -pU -MO -MO -MO -pU -pU -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -MO -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +cB +cB +cB +cB +cB +cB +QD +QD +QD +cB +cB +cB +ca +ca +Eg +Eg +Eg +AZ +AZ +AZ +dM +AZ +AZ +AZ +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +dM +AZ +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (10,1,1) = {" FL @@ -1952,56 +8832,56 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +za +kf +sT +za +QG +za +tQ +hN +hN +hN +hN +hN +oq +el +KK +gT +gT +gT +gT +UH +el +hN +hN +hN +PL +PL +PL +hN +hN +hN +el MO MO -pU -pU +FF +FF MO MO MO MO MO -pU -pU -pU -pU -pU -pU -my -pU +FF +FF +FF +FF +FF +WB +WB +WB MO MO MO @@ -2017,76 +8897,76 @@ MO MO MO MO -MO -tG -tG -tG -tG -UX -UX -UX -tG -tG -tG -tG -my -my -my -my -my -MO -pU -pU -MO -pU -pU -pU -pU -pU -MO -MO -MO -MO -Fm -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -ty -MO -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +AZ +cB +cB +cB +cB +cB +QD +QD +cB +cB +cB +cB +ca +ca +Eg +Eg +LK +AZ +dM +dM +AZ +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +tk +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +sz +ei +AZ +dM +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (11,1,1) = {" FL @@ -2094,54 +8974,54 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +gZ +QG +za +KV +vG +za +tQ +hN +hN +hN +hN +hN +oq +el +Hs +gT +gT +gT +gT +Vz +el +ZM +PL +PL +PL +PL +PL +PL +PL +ZM +el MO MO MO -pU -pU +FF +FF MO MO MO MO MO -pU -pU -pU -pU -pU +FF +FF +FF +WB +WB MO MO MO @@ -2159,76 +9039,76 @@ MO MO MO MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -my -my -my -my -pU -pU -pU -Fm -uO -uO -uO -uO -ty -pU -MO -MO -pU -Ro -pU -pU -pU -pU -MO -pU -MO -pU -pU -pU -pU -MO -pU -pU -pU -pU -MO -MO -MO -MO -Ro -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +ca +Eg +Eg +LK +dM +dM +dM +tk +sz +sz +sz +sz +ei +dM +AZ +AZ +dM +PC +dM +dM +dM +dM +AZ +dM +AZ +dM +dM +dM +dM +AZ +dM +dM +dM +dM +AZ +AZ +AZ +AZ +PC +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (12,1,1) = {" FL @@ -2236,44 +9116,44 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +za +QG +za +za +QG +za +tQ +hN +hN +hN +hN +hN +oq +el +gT +gT +Xs +gT +gT +gT +el +PL +PL +JI +JI +dc +JI +JI +PL +PL +el MO -pU -pU -pU -pU +FF +FF +FF +FF MO MO MO @@ -2301,76 +9181,76 @@ MO MO MO MO -MO -MO -my -my -tG -tG -tG -tG -tG -dN -ek -ek -ek -uO -uO -uO -uO -uO -uO -uO -pb -pU -MO -pU -pU -Km -uO -uO -uO -uO -pb -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -Km -ty -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +Rn +Rn +cB +cB +cB +cB +cB +SJ +AM +AM +AM +sz +sz +sz +sz +sz +sz +sz +hZ +dM +AZ +dM +dM +wX +sz +sz +sz +sz +hZ +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +wX +ei +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (13,1,1) = {" FL @@ -2378,44 +9258,44 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +cX +QG +za +PI +sU +za +el +hN +hN +hN +hN +hN +oq +el +gT +gT +gT +gT +gT +uf +el +PL +PL +JI +yw +PL +PL +JI +PL +PL +el MO MO -pU -pU -pU +FF +FF +FF MO MO ZZ @@ -2443,76 +9323,76 @@ MO MO MO MO -MO -MO -MO -my -tG -tG -tG -tG -tG -lU -tG -tG -tG -tG -my -my -my -my -pU -pU -pU -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -Ro -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +AZ +Rn +cB +cB +cB +cB +cB +eI +YM +cB +cB +cB +ca +Eg +LK +LK +dM +dM +dM +AZ +AZ +AZ +AZ +dM +dM +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +PC +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (14,1,1) = {" FL @@ -2520,43 +9400,43 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +za +QG +za +Cu +WA +Ez +yt +yt +yt +yt +fJ +hN +oq +el +el +el +PT +el +el +el +el +PL +PL +JI +JI +dc +JI +JI +PL +PL +el MO MO -pU -pU +FF +FF MO MO MO @@ -2585,76 +9465,76 @@ MO MO MO MO -MO -MO -my -my -my -tG -tG -tG -tG -lU -tG -tG -tG -tG -my -my -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +WB +Rn +Rn +cB +cB +cB +cB +eI +cB +cB +cB +cB +ca +Eg +LK +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +PC +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (15,1,1) = {" FL @@ -2662,43 +9542,43 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +le +QG +za +za +xG +za +el +hN +OL +el +ch +hN +pI +el +JC +JC +JC +JC +JC +kw +el +ZM +PL +PL +PL +PL +PL +PL +PL +ZM +el MO MO -pU -pU +FF +FF MO MO MO @@ -2727,76 +9607,76 @@ MO MO MO MO -MO -MO -my -my -my -tG -tG -tG -tG -lU -tG -tG -tG -tG -my -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -Ro -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +WB +Rn +Rn +cB +cB +cB +YM +eI +cB +cB +cB +cB +ca +Eg +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +PC +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (16,1,1) = {" FL @@ -2804,44 +9684,44 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +gY +Qs +dy +zm +xl +cy +za +st +hN +gU +NR +LW +uI +LF +FI +JC +JC +Bn +JC +JC +Zj +el +hN +hN +hN +PL +sv +PL +hN +hN +hN +el MO MO -pU -pU -pU +FF +FF +FF MO MO ZZ @@ -2869,76 +9749,76 @@ MO MO MO MO -Fm -uO -uO -uO -uO -ek -ek -ek -ek -OS -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Ro -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Ss +nC +nC +nC +nC +AM +AM +AM +AM +ji +cB +cB +cB +cB +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +PC +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (17,1,1) = {" FL @@ -2946,44 +9826,44 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +rk +QG +za +za +zA +za +el +BU +Lc +el +cR +hN +uY +el +JC +JC +JC +JC +JC +xx +el +hN +ET +hN +PL +PL +PL +hN +ET +hN +el MO MO MO -pU -pU +FF +FF MO MO ZZ @@ -3010,77 +9890,77 @@ MO MO MO MO -pU -Ro -pU -my -my -my -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -Ro -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +FF +Fi +FF +WB +Rn +Rn +cB +cB +cB +cB +cB +cB +cB +cB +cB +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +PC +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (18,1,1) = {" FL @@ -3088,44 +9968,44 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +za +QG +za +PZ +CQ +za +el +el +el +el +Fs +hN +zy +el +el +el +Hf +el +el +el +el +hN +hN +hN +ZM +PL +ZM +hN +hN +hN +el MO -pU +FF MO -pU -pU +FF +FF MO MO ZZ @@ -3149,80 +10029,80 @@ MO MO MO MO -pU +FF MO -pU -pU -Ro -pU -my -my -my -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -Ro -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +FF +FF +Fi +FF +WB +WB +Rn +cB +cB +cB +cB +cB +cB +cB +QD +cB +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +dM +PC +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (19,1,1) = {" FL @@ -3230,44 +10110,44 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +cX +QG +za +fi +Nu +za +el +hN +hN +hN +CN +ct +AU +el +Pm +PL +hN +ZY +PL +Pm +el +el +el +el +el +el +el +el +wh +el +el MO -pU -pU -pU -pU +FF +FF +FF +FF MO MO ZZ @@ -3290,81 +10170,81 @@ MO MO MO MO -pU -Fm -uO -uO -uO -pb -my -my -my -my -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -Km -ty -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +FF +Ss +nC +nC +nC +Oh +iL +WB +Rn +Rn +cB +cB +cB +cB +cB +QD +QD +QD +cB +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +dM +wX +ei +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (20,1,1) = {" FL @@ -3372,43 +10252,43 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +za +QG +za +za +QG +za +tQ +hN +hN +hN +hN +hN +oq +el +PL +PL +hN +TE +PL +PL +el +PL +hN +PL +el +sK +hN +hN +hN +sK +el MO MO -pU -pU +FF +FF MO MO MO @@ -3431,82 +10311,82 @@ MO MO MO MO -Fm -uO -pb +Ss +nC +Oh MO MO MO -MO -my -my -my -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -Km -ty -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -FL +AZ +iL +Rn +Rn +cB +cB +cB +cB +cB +QD +QD +QD +QD +cB +cB +cB +cB +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +dM +dM +dM +wX +ei +dM +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (21,1,1) = {" FL @@ -3514,43 +10394,43 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +hY +QG +za +xQ +vG +za +tQ +hN +hN +hN +hN +hN +oq +el +Qg +hN +hN +uI +hN +hN +el +PL +hN +PL +el +hN +PL +lL +PL +hN +el MO -pU -pU -pU +FF +FF +FF MO MO MO @@ -3573,82 +10453,82 @@ MO MO MO MO -Ro -pU -pU +Fi +FF +FF MO MO MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -my -my -my -MO -MO -MO -MO -pU -pU -pU -MO -MO -MO -MO -lE -lE -lE -lE -lE -lE -lE -lE -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Km -ty -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +AZ +cB +cB +cB +cB +cB +QD +QD +QD +QD +QD +cB +cB +cB +cB +Eg +Eg +ca +AZ +AZ +AZ +AZ +dM +dM +dM +AZ +AZ +AZ +AZ +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +wX +ei +dM +dM +dM +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (22,1,1) = {" FL @@ -3656,43 +10536,43 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +za +rG +FZ +za +QG +za +tQ +hN +an +eD +eD +iP +Ei +el +Rr +Ui +hN +hN +hN +hN +rc +hN +uI +hN +rc +hN +PL +sv +PL +hN +el MO -pU -pU -pU +FF +FF +FF MO MO MO @@ -3715,82 +10595,82 @@ MO MO MO MO -Ro -pU +Fi +FF MO MO MO MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -my -my -my -my -MO -pU -pU -pU -MO -MO -MO -MO -MO -lE -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Km -uO -uO -uO -uO -uO -ty -pU -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +AZ +cB +cB +cB +cB +QD +QD +QD +cB +QD +QD +QD +cB +cB +cB +cB +Eg +Eg +ca +LK +AZ +dM +dM +dM +AZ +AZ +AZ +AZ +AZ +yb +yg +TR +ZN +lk +ap +ap +ap +yb +Gl +Uz +wG +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +wX +sz +sz +sz +sz +sz +ei +dM +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (23,1,1) = {" FL @@ -3798,43 +10678,43 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +za +za +QG +za +za +QG +za +tQ +hN +cc +hN +hN +lv +hN +el +Sy +Uu +hN +TE +PL +Zu +el +PL +hN +PL +el +hN +PL +yi +PL +hN +el MO MO -pU -pU +FF +FF MO MO MO @@ -3856,83 +10736,83 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -my -my -my -my -my -pU -pU -MO -MO -MO -MO -MO -lE -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -pU -pU -Ro -pU -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +AZ +cB +cB +cB +cB +QD +QD +QD +QD +QD +QD +cB +QD +QD +cB +cB +cB +Eg +ca +LK +LK +LK +dM +dM +AZ +AZ +AZ +AZ +AZ +yb +eX +Uz +Uz +Uz +Uz +Uz +Uz +As +Uz +Uz +sn +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +dM +dM +dM +dM +dM +PC +dM +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (24,1,1) = {" FL @@ -3940,43 +10820,43 @@ MO MO MO MO -lE -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -be -lE +el +cX +za +bT +za +za +qq +cX +el +ET +BI +PD +kT +Li +ET +el +TQ +YT +hN +Ou +Iv +gj +el +PL +hN +PL +el +sK +hN +hN +hN +sK +el MO MO -pU -pU +FF +FF MO MO MO @@ -3986,7 +10866,7 @@ fD fD fD fD -fD +FV fD fD fD @@ -3998,83 +10878,83 @@ MO MO MO MO -pU -Ro +FF +Fi MO MO MO MO MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -UX -UX -tG -UX -UX -tG -tG -tG -tG -my -my -MO -MO -MO -pU -pU -MO -MO -MO -MO -MO -lE -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -Ro -pU -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +AZ +cB +cB +cB +cB +cB +QD +QD +QD +QD +QD +QD +QD +cB +cB +cB +cB +Eg +ca +AZ +AZ +AZ +dM +dM +AZ +AZ +AZ +AZ +AZ +yb +HK +Uz +Uz +eF +eF +UV +Zb +yb +nA +Uz +Kj +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +PC +dM +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (25,1,1) = {" FL @@ -4082,43 +10962,43 @@ MO MO MO MO -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -be -lE -lE -lE -lE -lE -lE -lE -lE +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +Kq +el +el +el +el +el +eZ +el +el +el +el +el +el +el +el MO MO -pU -pU +FF +FF MO MO MO @@ -4140,83 +11020,83 @@ MO MO MO MO -pU -Ro -pU -pU +FF +Fi +FF +FF MO MO MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -Ro -pU -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +QD +QD +QD +QD +QD +QD +QD +cB +QD +cB +cB +cB +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +yb +hi +Uz +WV +eF +eF +ba +kM +yb +RE +Uz +Mg +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +dM +PC +dM +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (26,1,1) = {" FL @@ -4239,36 +11119,36 @@ MO MO MO MO -MO -MO -MO -MO -MO -lE -be -be -be -be -be -be -be -lE +el +el +Ex +Ug +zH +el +PL +PL +hN +hN +hN +PL +PL +el MO MO MO MO MO MO -pU -pU +FF +FF MO -pF -pF -pF -pF -pF -pF -pF +wH +wH +wH +wH +wH +wH +wH nI fD fD @@ -4282,83 +11162,83 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -Ro -pU -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +QD +QD +cB +QD +QD +QD +QD +QD +cB +cB +cB +cB +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +yb +ln +Uz +Uz +Uz +Uz +Uz +jp +yb +yb +yb +yb +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +PC +dM +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (27,1,1) = {" FL @@ -4381,126 +11261,126 @@ MO MO MO MO +el +el +cQ +Ug +xd +el +hN +hN +hN +hN +hN +hN +hN +el MO MO MO MO MO -lE -be -be -be -be -be -be -be -lE +FF +FF +FF MO -MO -MO -MO -MO -pU -pU -pU -MO -pF -wB +wH +ht ut ut ut -wB -pF -pF -be -pF -pF -pF -pF -pF +ht +wH +wH +uD +wH +wH +wH +wH +wH MO MO MO MO MO -pU -pU -Ro -pU -pU +FF +FF +Fi +FF +FF MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -UX -tG -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -lE -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Ro -pU -pU -pU -pU -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +QD +QD +QD +QD +QD +QD +QD +cB +cB +cB +cB +cB +cB +AZ +AZ +AZ +AZ +AZ +AZ +AZ +yb +lW +Uz +Eo +Uz +ap +ap +ap +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +PC +dM +dM +dM +dM +AZ +AZ +AZ +IV "} (28,1,1) = {" FL @@ -4523,126 +11403,126 @@ MO MO MO MO +el +el +IC +Ug +yD +el +hN +hN +hN +uI +hN +hN +hN +el MO MO MO MO MO -lE -be -be -be -be -be -be -be -lE +FF +FF +FF MO -MO -MO -MO -MO -pU -pU -pU -MO -pF -wB +wH +ht GF GF GF -wB -wB -wB -wB +ht +ht +ht +ht ut ut ut ut -pF +wH MO MO MO MO MO -pU -pU -Ro -pU -pU +FF +FF +Fi +FF +FF MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -lE -lE -CB -lE -CB -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -pU -MO -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +cB +cB +cB +cB +cB +AZ +AZ +AZ +AZ +yb +yb +yb +As +yb +As +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +PC +dM +dM +AZ +AZ +AZ +AZ +AZ +IV "} (29,1,1) = {" FL @@ -4665,126 +11545,126 @@ MO MO MO MO +el +el +el +el +el +el +PL +PL +hN +hN +hN +PL +PL +el MO MO MO MO MO -lE -be -be -be -be -be -be -be -lE +FF +FF +FF MO -MO -MO -MO -MO -pU -pU -pU -MO -pF -wB +wH +ht ut ut ut -wB -wB -wB -wB +ht +ht +ht +ht GF GF GF ut -pF +wH MO MO MO MO MO -pU -pU -Ro -pU +FF +FF +Fi +FF MO MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -MO -MO -MO -MO -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -pU -pU -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +QD +QD +QD +cB +QD +QD +QD +QD +QD +QD +QD +QD +cB +cB +cB +cB +cB +AZ +AZ +AZ +yb +sB +Uz +Uz +Uz +Uz +Uz +yb +Ir +by +nL +UP +Uz +JU +bG +aB +Mp +OT +FY +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +PC +dM +dM +dM +AZ +AZ +AZ +AZ +IV "} (30,1,1) = {" FL @@ -4807,126 +11687,126 @@ MO MO MO MO +el +el +el +el +el +el +el +el +el +Tp +el +el +el +el MO MO MO +FF +FF +FF +FF +FF MO -MO -lE -lE -lE -lE -be -lE -lE -lE -lE -MO -MO -MO -pU -pU -pU -pU -pU -MO -pF -wB -wB -wB -wB -wB -wB -wB -wB +wH +ht +ht +ht +ht +ht +mj +ht +ht ut ut GF ut -pF +wH MO MO MO MO MO -pU -pU -Ro -pU +FF +FF +Fi +FF MO MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -tG -UX -tG -tG -tG -tG -tG -MO -MO -MO -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -My -My -My -MO -MO -pU -Ro -pU -pU -pU -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +QD +QD +QD +QD +QD +QD +QD +QD +QD +cB +QD +cB +cB +cB +cB +cB +AZ +AZ +yb +mO +Uz +az +az +az +Uz +yb +iZ +DT +uC +tr +Uz +lr +yW +DT +sX +OT +fS +yb +AZ +AZ +AZ +AZ +AZ +Qb +Qb +Qb +AZ +AZ +dM +PC +dM +dM +dM +AZ +AZ +AZ +AZ +IV "} (31,1,1) = {" FL @@ -4956,24 +11836,24 @@ MO MO MO MO -pU -pU +FF +FF My -pU -pU +FF +FF MO MO MO MO -pU -pU -pU -pU -pU +FF +FF +FF +FF +FF MO MO -pF -wB +wH +qd qd jV jV @@ -4981,94 +11861,94 @@ jV jV qd qd -wB +ht ut GF ut -pF +wH MO MO MO MO -pU -pU -pU -Ro -pU -pU +FF +FF +FF +Fi +FF +FF MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -MO -MO -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -My -My -My -MO -MO -pU -Ro -pU -pU -pU -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +QD +cB +cB +QD +QD +QD +QD +QD +QD +QD +QD +cB +cB +cB +cB +cB +cB +AZ +yb +yb +Uz +jH +jH +az +Uz +yb +Ji +GP +Ky +Ky +Ux +Ky +Ky +tO +sX +Uz +DT +yb +AZ +AZ +AZ +AZ +AZ +Qb +Qb +Qb +AZ +AZ +dM +PC +dM +dM +dM +AZ +AZ +AZ +AZ +IV "} (32,1,1) = {" FL @@ -5098,24 +11978,24 @@ MO MO MO MO -pU -pU +FF +FF My -pU -pU -pU +FF +FF +FF MO MO MO MO -pU -pU -pU -pU +FF +FF +FF +FF MO MO -pF -Ng +wH +Es GY Es Es @@ -5123,94 +12003,94 @@ Es Es jV qd -wB -wB -wB -wB -pF +ht +ht +ht +ht +wH MO MO MO MO -pU -pU -pU -Ro -pU -pU +FF +FF +FF +Fi +FF +FF MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -MO -MO -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -My -My -My -MO -MO -MO -Ro -pU -pU -pU -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +cB +QD +QD +cB +cB +QD +QD +QD +QD +QD +QD +QD +QD +cB +cB +cB +AZ +AZ +yb +Xv +Gb +jH +az +Uz +BJ +DK +Gk +cx +Ky +Em +Ky +Ky +Ky +PK +Ky +eK +yb +AZ +AZ +AZ +AZ +AZ +Qb +Qb +Qb +AZ +AZ +AZ +PC +dM +dM +dM +AZ +AZ +AZ +AZ +IV "} (33,1,1) = {" FL @@ -5239,24 +12119,24 @@ MO MO MO MO -Fm -uO -uO -uO -uO -ty -pU +Ss +nC +nC +nC +nC +NC +FF MO MO MO MO -pU -pU -pU -pU +FF +FF +FF +FF MO MO -pF +wH Ng qd qd @@ -5265,94 +12145,94 @@ qd Es Es Xg -wB -wB -wB -wB -pF +ht +ht +ht +ht +wH MO MO MO MO -pU -pU -pU -Ro -pU -pU -pU -pU +FF +FF +FF +Fi +FF +FF +FF +FF MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -MO -MO -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -pU -pU -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +cB +cB +cB +cB +QD +QD +cB +cB +QD +QD +QD +QD +QD +cB +cB +cB +AZ +AZ +yb +Xv +Gb +jH +az +Uz +BJ +fb +Gk +cj +Dq +rZ +Dq +Dq +Dq +Ls +Uz +GN +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +PC +dM +dM +dM +AZ +AZ +AZ +AZ +IV "} (34,1,1) = {" FL @@ -5380,121 +12260,121 @@ MO MO MO MO -Fm -pb -pU -pU -pU -pU -Ro -pU +Ss +Oh +FF +FF +FF +FF +Fi +FF MO MO MO -pU -pU -pU -pU +FF +FF +FF +FF MO MO MO -pF +wH vm -qd +ht qd qd qd qd Es Xg -wB -wB -wB -wB -pF +ht +ht +ht +ht +wH MO MO +FF +FF +FF +FF +FF +Fi +FF +FF +FF +FF MO -MO -MO -pU -pU -Ro -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -pU -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -tG -tG -tG -tG -tG -tG -tG -MO -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Ro -pU -pU -pU -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +FF +AZ +AZ +AZ +AZ +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +QD +QD +QD +QD +cB +cB +cB +cB +AZ +yb +Uz +jH +jH +az +Uz +yb +Uz +TZ +Dq +Dq +lY +Dq +Dq +Dq +Dq +Dq +Tg +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +PC +dM +dM +dM +AZ +AZ +AZ +AZ +IV "} (35,1,1) = {" FL @@ -5521,122 +12401,122 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO -pU -Ro +FF +Fi MO MO MO MO -pU -pU -pU -pU +FF +FF +FF +FF MO MO MO -pF +wH GA qd qd -qd +mY qd oe Es Xg -wB -wB -wB -wB -pF +ht +mj +ht +ht +Bo +My +My +My +My +My +My +My +Fi +FF +FF +FF +FF MO -MO -MO -MO -MO -pU -pU -Ro -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Ro -pU -pU -MO -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +cB +cB +QD +cB +cB +cB +cB +AZ +yb +Uz +az +az +az +Uz +yb +oC +sX +Uz +jq +Uz +jH +ic +Uz +Uz +We +bc +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +dM +PC +dM +dM +AZ +AZ +AZ +AZ +AZ +IV "} (36,1,1) = {" FL @@ -5663,122 +12543,122 @@ MO MO MO MO -pU -Ro +FF +Fi MO MO MO MO MO -Ro -pU +Fi +FF MO MO -pU -pU -pU -pU +FF +FF +FF +FF MO MO MO MO -pF +wH dj -qd +ht qd qd qd qd Es Xg -wB -wB -wB -wB -pF +ht +ht +ht +ht +wH MO MO MO +FF +FF +FF +FF +NA +nC +NC +FF +FF MO -MO -pU -pU -Km -uO -ty -pU -pU -MO -MO -MO -MO -MO -MO -MO -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -Ro -pU -pU -pU -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +AZ +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +AZ +yb +Uz +Uz +Uz +Uz +Uz +yb +tS +Ls +Uz +Qu +Uz +Dk +Ao +Uz +Uz +We +ZI +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +PC +dM +dM +dM +AZ +AZ +AZ +AZ +IV "} (37,1,1) = {" FL @@ -5803,28 +12683,28 @@ MO MO MO MO -pU -Fm -uO -pb +FF +Ss +nC +Oh MO MO MO MO MO -Km -uO -ty -pU -pU -pU -pU -pU +NA +nC +NC +FF +FF +FF +FF +FF MO MO MO MO -pF +wH GR qd qd @@ -5833,94 +12713,94 @@ qd Es Es Xg -wB -wB -wB -wB -pF +ht +ht +ht +ht +wH MO MO MO MO MO +FF +FF +FF +FF +Fi +FF +FF MO -pU -pU -pU -Ro -pU -pU -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -lE -lE -lE -lE -lE -CB -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -CB -lE -lE -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -Ro -pU -MO -MO -MO -MO -MO -MO -FL +AZ +AZ +AZ +AZ +AZ +AZ +FF +FF +FF +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +cB +cB +cB +cB +cB +yb +yb +yb +yb +yb +mK +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +yb +AI +yb +yb +yb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +dM +dM +PC +dM +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (38,1,1) = {" FL @@ -5945,29 +12825,29 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO MO MO MO -pU -pU -Ro -pU -pU -pU +FF +FF +Fi +FF +FF +FF MO MO MO MO MO MO -pF -Ng +wH +Es wL Es Es @@ -5975,11 +12855,11 @@ Es Es JE qd -wB -wB -wB -wB -pF +ht +ht +ht +ht +wH MO MO MO @@ -5987,82 +12867,82 @@ MO MO MO MO -pU -pU -Ro -pU -pU +FF +FF +Fi +FF +FF MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG +AZ +AZ +AZ +AZ +AZ +AZ +AZ +FF +FF +FF +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +cB +cB +cB +YM +oH fm -fm -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -lE -lE -lE -lE -lE -lE -lE -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -MO -MO -FL +yb +Uz +Uz +Uz +tY +HC +yb +eE +ku +km +JA +Ea +yb +iw +Uz +Uz +Yv +tw +yb +yb +yb +yb +yb +yb +yb +AZ +AZ +AZ +AZ +dM +PC +dM +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (39,1,1) = {" FL @@ -6086,9 +12966,9 @@ MO MO MO MO -Fm -uO -pb +Ss +nC +Oh MO MO MO @@ -6096,11 +12976,11 @@ MO MO MO MO -pU +FF MO -Ro -pU -pU +Fi +FF +FF MO MO MO @@ -6108,8 +12988,8 @@ MO MO MO MO -pF -wB +wH +xE qd JE JE @@ -6117,11 +12997,11 @@ JE JE qd qd -wB -wB -wB -wB -pF +ht +ht +ht +ht +wH MO MO MO @@ -6129,82 +13009,82 @@ MO MO MO MO -pU -pU -Ro -pU -pU +FF +FF +Fi +FF +FF MO -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -Ma -ED -ED +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +sR +sy +sy +oH fm -fm -CB -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -lE -be -be -be -be -be -lE -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -MO -MO -FL +fe +Uz +Uz +Uz +Uz +Uz +yb +ku +XZ +SC +NQ +Sr +yb +Jp +Uz +Uz +Uz +gX +yb +zK +Kh +qx +BT +rf +yb +AZ +AZ +AZ +AZ +dM +PC +dM +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (40,1,1) = {" FL @@ -6228,9 +13108,9 @@ MO MO MO MO -Ro -pU -pU +Fi +FF +FF MO MO MO @@ -6240,7 +13120,7 @@ MO MO MO MO -Ro +Fi MO MO MO @@ -6250,20 +13130,20 @@ MO MO MO MO -pF -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -pF +wH +ht +ht +ht +ht +ht +mj +ht +ht +ht +ht +Ow +ht +wH MO MO MO @@ -6272,81 +13152,81 @@ MO MO MO MO -pU -Ro -pU -pU -MO -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -DA -tG -tG +FF +Fi +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +Yf +YM +YM +oH fm -fm -CB -wB -wB -wB -wB -wB -CB -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -lE -be -be -be -be -be -lE -MO -MO -MO -MO -MO -Ro -pU -pU -MO -MO -MO -MO -MO -FL +qk +Uz +Uz +Uz +Uz +Uz +OX +ku +hT +TU +ku +qv +yb +RL +Uz +Uz +Uz +Uz +yb +Uz +Xh +Yb +vn +JO +yb +AZ +AZ +AZ +AZ +AZ +PC +dM +dM +AZ +AZ +AZ +AZ +AZ +IV "} (41,1,1) = {" FL @@ -6369,10 +13249,10 @@ MO MO MO MO -pU -Ro -pU -pU +FF +Fi +FF +FF MO MO MO @@ -6381,8 +13261,8 @@ MO MO MO MO -pU -Ro +FF +Fi MO MO MO @@ -6392,20 +13272,20 @@ MO MO MO MO -pF -wB +wH +ht ut ut ut -wB -wB -wB -wB -wB -wB +ht +ht +ht +ht +Bw +Bw +Uy vk -vk -pF +wH MO MO MO @@ -6415,80 +13295,80 @@ MO MO MO MO -Km -uO -ty -pU -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -DA -tG -tG +NA +nC +NC +FF +FF +FF +FF +FF +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +Yf +cB +cB +oH fm -fm -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -lE -be -be -be -be -be -lE -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -MO -MO -FL +yb +Uz +Uz +Uz +Uz +Uz +yb +ku +ku +ku +ku +AY +yb +ep +Uz +Uz +Uz +cn +yb +Uz +Kh +wN +Kh +rA +yb +AZ +AZ +AZ +AZ +dM +PC +dM +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (42,1,1) = {" FL @@ -6511,10 +13391,10 @@ MO MO MO MO -pU -Ro -pU -pU +FF +Fi +FF +FF MO MO MO @@ -6522,9 +13402,9 @@ MO MO MO MO -pU -pU -Ro +FF +FF +Fi MO MO MO @@ -6534,20 +13414,20 @@ MO MO MO MO -pF -wB +wH +ht GF GF GF -wB -wB -wB -wB -wB -wB -pF -pF -pF +ht +ht +ht +ht +vE +af +wH +wH +wH MO MO MO @@ -6557,80 +13437,80 @@ MO MO MO MO -pU -pU -Ro -pU -MO -MO -MO -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -DA -tG -tG +FF +FF +Fi +FF +AZ +AZ +AZ +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +Yf +cB +cB +oH fm -fm -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -lE -be -be -be -be -be -lE -MO -MO -MO -MO -pU -Ro -pU -pU -MO -MO -MO -MO -MO -FL +yb +yb +yb +tL +VH +Uz +yb +mZ +mZ +ku +ku +sD +yb +eY +CV +WJ +Uz +ie +yb +Uz +Uz +Uz +ZL +RL +yb +AZ +AZ +AZ +AZ +dM +PC +dM +dM +AZ +AZ +AZ +AZ +AZ +IV "} (43,1,1) = {" FL @@ -6654,8 +13534,8 @@ MO MO MO MO -Ro -pU +Fi +FF MO MO MO @@ -6664,10 +13544,10 @@ MO MO MO MO -pU -pU -Ro -pU +FF +FF +Fi +FF MO MO MO @@ -6676,20 +13556,20 @@ MO MO MO MO -pF -wB +wH +ht ut ut ut -wB -pF -pF -pF -pF -pF -pF -pF -pF +ht +wH +wH +ES +wH +wH +wH +wH +wH MO MO MO @@ -6699,80 +13579,80 @@ MO MO MO MO -pU -pU -Ro -pU -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -DA -tG -tG +FF +FF +Fi +FF +AZ +AZ +AZ +FF +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +Yf +cB +cB +oH fm -fm -lE -wB -wB -wB -wB -wB -lE -lE -lE -CB -lE -lE -lE -lE -lE -be -lE -lE -lE -lE -CB -lE -lE -lE -lE -MO -MO -MO -MO -pU -Ro -pU -pU -MO -MO -MO -MO -MO -FL +yb +CW +Uz +Uz +Uz +Uz +yb +yb +yb +OX +yb +yb +yb +WE +hP +yb +xq +yb +yb +yb +BF +yb +yb +yb +yb +AZ +AZ +AZ +AZ +dM +PC +dM +dM +AZ +AZ +AZ +AZ +AZ +IV "} (44,1,1) = {" FL @@ -6796,8 +13676,8 @@ MO MO MO MO -Ro -pU +Fi +FF MO MO MO @@ -6806,10 +13686,10 @@ MO MO MO MO -pU -pU -Ro -pU +FF +FF +Fi +FF MO MO MO @@ -6818,13 +13698,20 @@ MO MO MO MO -pF -pF -pF -pF -pF -pF -pF +wH +wH +wH +wH +wH +wH +wH +MP +MP +MP +MP +MP +MP +wH MO MO MO @@ -6835,86 +13722,79 @@ MO MO MO MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -DA -tG -tG +FF +Fi +FF +AZ +AZ +AZ +AZ +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +Yf +cB +cB +oH fm -fm -CB -wB -wB -wB -wB -wB -CB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -lE -be -be -be -lE -my -my -my -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -MO -MO -FL +ZE +Aj +dK +Uz +Uz +Uz +vH +Uz +Uz +Uz +Uz +Uz +Uz +Uz +Uz +Uz +Uz +Uz +yb +Uz +Uz +Uz +yb +ca +ca +ca +AZ +AZ +AZ +dM +PC +dM +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (45,1,1) = {" FL @@ -6937,9 +13817,9 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO @@ -6948,10 +13828,10 @@ MO MO MO MO -pU -pU -Ro -pU +FF +FF +Fi +FF MO MO MO @@ -6964,6 +13844,16 @@ MO MO MO MO +wH +ON +MP +MP +MP +MP +MP +MP +MP +wH MO MO MO @@ -6974,89 +13864,79 @@ MO MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -DA -tG -tG +FF +Fi +FF +AZ +AZ +AZ +FF +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +Yf +cB +cB +oH fm -fm -CB -wB -wB -wB -wB -wB -lE -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -CB -be -be -be -CB -Hn -Hn -Hn -xH -MO -my -my -Ro -my -MO -MO -MO -MO -MO -MO -FL +PE +wi +Uz +WV +Uz +Uz +yb +Uz +Uz +Uz +Uz +Uz +WV +Uz +Uz +Uz +Uz +Uz +uK +Uz +Uz +Uz +SN +dz +dz +dz +vf +AZ +ca +ca +PC +ca +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (46,1,1) = {" FL @@ -7079,9 +13959,9 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO @@ -7092,7 +13972,7 @@ MO MO MO MO -Ro +Fi MO MO MO @@ -7106,6 +13986,16 @@ MO MO MO MO +wH +ON +MP +MP +MP +MP +MP +MP +MP +wH MO MO MO @@ -7116,89 +14006,79 @@ MO MO MO MO +FF +Fi MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -MO -MO -MO -MO -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -DA -tG -tG +AZ +AZ +AZ +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +cB +Yf +cB +cB +oH fm -fm -CB -wB -wB -wB -wB -wB -CB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -wB -lE -be -be -be -lE -my -my -my -kx -my -my -my -Ro -my -my -MO -MO -MO -MO -MO -FL +ZE +hQ +Uz +Uz +Uz +Uz +vH +Uz +vB +Uz +Uz +Uz +Hj +Uz +Uz +Uz +jv +Uz +yb +Uz +Uz +Uz +yb +ca +ca +Eg +lb +ca +ca +ca +PC +ca +ca +AZ +AZ +AZ +AZ +AZ +IV "} (47,1,1) = {" FL @@ -7221,10 +14101,10 @@ MO MO MO MO -pU -Ro -pU -pU +FF +Fi +FF +FF MO MO MO @@ -7233,9 +14113,9 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO @@ -7248,6 +14128,16 @@ MO MO MO MO +wH +ON +MP +wH +db +wH +db +wH +db +wH MO MO MO @@ -7256,91 +14146,81 @@ MO MO MO MO +FF +Ss +nC +Oh MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Fm -uO -pb -MO -MO -MO -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +AZ +AZ +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ tN -Ma -ED -Ma -tG -tG -tG -DA -tG -tG +pm +sy +sR +cB +cB +cB +Yf +cB +cB +oH fm -fm -lE -wB -wB -wB -wB -wB -lE -lE -CB -lE -lE -lE -CB -lE -lE -lE -CB -lE -lE -lE -CB -lE -lE -lE -lE -my +yb +xr +Uz +Uz +Uz +Ca +yb +yb +gH +yb +yb +yb +Nd +yb +yb +yb +YE +yb +yb +yb +BF +yb +yb +yb +yb +Eg tF -uO -uO -uO -pb -my -my -MO -MO -MO -MO -MO -FL +sz +sz +sz +hZ +ca +ca +AZ +AZ +AZ +AZ +AZ +IV "} (48,1,1) = {" FL @@ -7363,9 +14243,9 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO @@ -7375,12 +14255,12 @@ MO MO MO MO -pU -Ro -pU -pU +FF +Fi +FF +FF MO -pU +FF MO MO MO @@ -7390,99 +14270,99 @@ MO MO MO MO +wH +ON +MP +wH +Mv +wH +Mv +wH +Mv +wH MO MO MO MO MO MO +FF +FF +FF +Fi +FF MO MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Ro -pU -MO -MO -MO -MO -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +AZ +AZ +FF +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ tN -Ma -ED -Ma -tG -tG -tG -DA -tG -tG +eT +sy +sR +cB +cB +cB +Yf +cB +cB +oH fm -fm -CB -wB -wB -wB -wB -wB -lE -XS -XS -XS -lE -XS -XS -XS -lE -XS -XS -XS -lE -be -be -be -be -be -lE -tG -lU -tG -tG -my -my -my -my -MO -MO -MO -MO -MO -FL +ZE +gm +Uz +Uz +Uz +Yv +yb +Mk +cO +CX +yb +Mk +cO +CX +yb +Mk +vt +CX +yb +Uz +Uz +Uz +he +RL +yb +vM +VM +vM +vM +Eg +Eg +ca +ca +AZ +AZ +AZ +AZ +AZ +IV "} (49,1,1) = {" FL @@ -7506,8 +14386,8 @@ MO MO MO MO -Ro -pU +Fi +FF MO MO MO @@ -7517,13 +14397,13 @@ MO MO MO MO -pU -Km -uO -uO -uO -uO -ty +FF +NA +nC +nC +nC +nC +NC MO MO MO @@ -7532,99 +14412,99 @@ MO MO MO MO +wH +wH +wH +wH +wH +wH +wH +wH +wH +wH MO MO MO MO +Ss +nC +nC +nC +nC +Oh MO MO MO -MO -MO -MO -MO -MO -MO -MO -Fm -uO -uO -uO -uO -pb -MO -MO -MO -MO -MO -MO -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -DA -tG -tG -tG -DA -tG -tG +AZ +AZ +AZ +FF +FF +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +Yf +cB +cB +cB +Yf +cB +cB +oH fm -fm -CB -wB -wB -wB -wB -wB -lE -XS -XS -XS -lE -XS -XS -XS -lE -XS -XS -XS -lE -be -be -be -be -be -lE -tG -lU -tG -tG -MO -my -my -my -MO -MO -MO -MO -MO -FL +VB +XO +Uz +Uz +Vg +iz +yb +pv +ku +lV +yb +pv +ku +lV +yb +pv +dG +lV +yb +Uz +Kh +wN +Kh +rA +yb +vM +VM +vM +vM +AZ +ca +ca +ca +AZ +AZ +AZ +AZ +AZ +IV "} (50,1,1) = {" FL @@ -7647,9 +14527,9 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO @@ -7661,12 +14541,12 @@ MO MO MO MO -pU -pU -pU -pU -Ro -pU +FF +FF +FF +FF +Fi +FF MO MO MO @@ -7682,91 +14562,91 @@ MO MO MO MO -pU -pU +FF +FF MO -pU -pU -pU -Ro -pU -pU -pU -pU +FF +FF +FF +Fi +FF +FF +FF +FF MO MO MO MO -MO -MO -MO -pU -MO -MO -MO -MO -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -DA -tG -tG -tG -DA -tG -tG +AZ +AZ +AZ +FF +AZ +AZ +AZ +AZ +Eb +Eb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +cB +cB +cB +cB +Yf +YM +DM +YM +Yf +cB +cB +oH fm -fm -CB -wB -wB -wB -wB -wB -lE -XS -XS -XS -lE -XS -XS -XS -lE -XS -XS -XS -lE -be -be -be -be -be -lE -tG -lU -tG -tG -tG -MO -MO -my -my -MO -MO -MO -MO -FL +ZE +iz +dK +Uz +sc +lA +yb +AK +VY +Dl +yb +AK +VY +Mm +yb +AK +VY +Xr +yb +Uz +Xh +yS +vn +JO +yb +vM +VM +vM +vM +vM +AZ +AZ +Eg +Eg +AZ +AZ +AZ +AZ +IV "} (51,1,1) = {" FL @@ -7789,9 +14669,9 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO @@ -7802,16 +14682,16 @@ MO MO MO MO -pU -pU -pU +FF +FF +FF MO -pU -Ro -pU -pU +FF +Fi +FF +FF MO -pU +FF MO MO MO @@ -7823,92 +14703,92 @@ MO MO MO MO -pU -pU -pU -pU -pU -pU -pU -Ro -pU -pU -pU +FF +FF +FF +FF +FF +FF +FF +Fi +FF +FF +FF MO MO MO MO MO -MO -MO -pU -pU -MO -MO -MO -tG -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -Ma -ED -ED -ED -Ma -tG -tG -lE -lE -lE -lE -lE -lE -lE -lE -lE -xN -xN -xN -lE -xN -xN -xN -lE -xN -xN -xN -lE -be -be -be -be -be -lE -tG -lU -tG -tG -tG -tG -MO -MO -tG -tG -MO -MO -MO -FL +AZ +AZ +FF +FF +AZ +AZ +AZ +Eb +Nv +Nv +Eb +Eb +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +sR +sy +sy +sy +sR +yb +yb +yb +yb +yb +yb +yb +mK +yb +yb +yb +xK +xK +xK +yb +xK +xK +xK +yb +xK +xK +xK +yb +zK +Kh +CG +qj +rf +yb +vM +VM +vM +vM +vM +vM +AZ +AZ +vM +vM +AZ +AZ +AZ +IV "} (52,1,1) = {" FL @@ -7932,8 +14812,8 @@ MO MO MO MO -Ro -pU +Fi +FF MO MO MO @@ -7946,111 +14826,111 @@ MO MO MO MO -pU +FF MO -pU -Ro -pU -pU -pU -pU -pU -pU -pU -pU +FF +Fi +FF +FF +FF +FF +FF +FF +FF +FF MO MO MO -pU +FF MO MO -pU -pU -pU -pU -pU -pU -pU -pU -Ro -pU -pU -pU +FF +FF +FF +FF +FF +FF +FF +FF +Fi +FF +FF +FF MO MO MO MO MO -MO -pU -pU -pU -my -my -my -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -DA -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -my -my -my -my -MO -my -my -my -MO -my -my -my -lE -lE -lE -lE -lE -lE -lE -tG -lU -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -FL +AZ +FF +FF +WB +WB +Rn +Rn +Eb +Nv +Nv +Nv +Nv +Nv +Nv +QD +QD +QD +QD +QD +QD +cB +cB +Yf +YM +cB +cB +cB +yb +oo +Xf +Hv +Ut +id +yb +Uz +Uz +yb +Yj +Yj +Yj +Yj +AZ +Yj +Yj +Yj +AZ +Yj +Yj +Yj +yb +yb +yb +yb +yb +yb +yb +vM +VM +vM +vM +vM +pc +vM +vM +vM +vM +vM +vM +AZ +IV "} (53,1,1) = {" FL @@ -8074,9 +14954,9 @@ MO MO MO MO -Ro -pU -pU +Fi +FF +FF MO MO MO @@ -8088,34 +14968,34 @@ MO MO MO MO -pU -pU +FF +FF MO -Km -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -uO -pb -pU +NA +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +nC +Oh +FF MO MO MO @@ -8123,76 +15003,76 @@ MO MO MO MO -MO -pU -pU -pU -MO -MO -my -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -UX -UX -tG -tG -DA -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -my -my -my -my -MO -my -my -my -my -my -my -my -MO -MO -MO -MO -MO -MO -tG -tG -lU -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -FL +AZ +FF +FF +FF +AZ +AZ +Rn +Eb +Nv +Nv +Nv +Nv +Nv +Nv +Nv +QD +QD +cB +QD +QD +cB +cB +Yf +cB +cB +cB +cB +yb +jE +Uz +Uz +Uz +Uz +yb +Uz +Uz +yb +Yj +Yj +Yj +Yj +AZ +Yj +Yj +Yj +Yj +Yj +Yj +Yj +AZ +AZ +AZ +AZ +AZ +AZ +vM +vM +VM +vM +vM +pc +pc +pc +pc +pc +pc +vM +vM +AZ +IV "} (54,1,1) = {" FL @@ -8215,9 +15095,9 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO @@ -8230,32 +15110,32 @@ MO MO MO MO -pU +FF MO MO -pU -pU -pU +FF +FF +FF MO -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF +FF MO -pU +FF MO MO MO @@ -8265,76 +15145,76 @@ MO MO MO MO -MO -MO -MO -MO -MO -MO -tG -tG -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -DA -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my -my -my -my -my -my -my -my -my -my -tG -tG -MO -MO -MO -MO -MO -tG -tG -lU -tG -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -FL +AZ +AZ +AZ +AZ +AZ +AZ +Dt +Dt +Dt +Dt +Dt +Dt +Dt +Eb +Eb +Eb +Eb +cB +cB +cB +cB +YM +Yf +cB +cB +cB +cB +yb +Az +Kh +mH +Kh +Uz +ab +Uz +Uz +yb +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +Yj +vM +vM +AZ +AZ +AZ +AZ +AZ +vM +vM +VM +vM +vM +pc +pc +pc +pc +pc +pc +pc +vM +vM +fx "} (55,1,1) = {" FL @@ -8357,10 +15237,10 @@ MO MO MO MO -pU -Ro -pU -pU +FF +Fi +FF +FF MO MO MO @@ -8380,19 +15260,19 @@ MO MO MO MO -pU +FF MO -pU -pU -pU -pU -pU -pU +FF +FF +FF +FF +FF +FF MO -pU +FF MO MO -pU +FF MO MO MO @@ -8407,76 +15287,76 @@ MO MO MO MO -MO -MO -MO -MO -MO -MO -tG -tG -UX -UX -UX -UX -UX -tG -Ma -ED -ED -ED -ED -ED -ED -ED -Ma -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my -my -my -tG -tG -MO -my -my -tG -tG -tG -tG -tG -tG -MO -tG -tG -tG -lU -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -tG -FL +AZ +AZ +AZ +AZ +AZ +AZ +Dt +xP +SQ +as +jA +lq +Dt +YC +OA +Vs +Vs +Vs +Vs +sy +sy +sy +sR +cB +cB +cB +cB +yb +Co +Ft +hs +tJ +Uz +yb +Uz +Uz +yb +AZ +Yj +Yj +Yj +Yj +vM +vM +AZ +Yj +Yj +vM +vM +vM +vM +vM +vM +AZ +vM +vM +vM +VM +vM +pc +vM +pc +pc +pc +pc +pc +vM +vM +vM +fx "} (56,1,1) = {" FL @@ -8499,10 +15379,10 @@ MO MO MO MO -pU -Ro -pU -pU +FF +Fi +FF +FF MO MO MO @@ -8524,10 +15404,10 @@ MO MO MO MO -pU +FF MO MO -pU +FF MO MO MO @@ -8553,72 +15433,72 @@ lE lE lE lE -MO -MO -tG -UX -UX -UX -UX -UX -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my -my -tG -tG -tG -MO -tG -tG -tG -tG -tG -tG -UX -tG -tG -tG -tG -tG -lU -tG -tG -tG -UX -UX -UX -UX -UX -UX -tG -tG -FL +AZ +AZ +Dt +aC +SQ +SQ +SQ +SQ +zb +Vs +OA +YC +Eb +Eb +Eb +Eb +cB +cB +cB +cB +cB +cB +cB +yb +wc +Wq +Vo +Kh +DC +yb +WV +Uz +yb +AZ +Yj +Yj +Yj +vM +vM +vM +AZ +vM +vM +vM +vM +vM +vM +pc +vM +vM +vM +vM +vM +VM +vM +pc +pc +pc +pc +pc +pc +pc +pc +vM +vM +fx "} (57,1,1) = {" FL @@ -8641,9 +15521,9 @@ MO MO MO MO -pU -Ro -pU +FF +Fi +FF MO MO MO @@ -8695,72 +15575,72 @@ XS XS XS lE -MO -MO -tG -UX -UX -UX -UX -UX -tG -tG -DA -tG -tG -tG -tG -UX -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my -tG -tG -tG -tG -tG -UX -tG -tG -tG -UX -UX -UX -UX -UX -tG -tG -lU -tG -tG -UX -tG -UX -UX -UX -tG -tG -tG -tG -FL +AZ +AZ +Dt +CK +SQ +Kv +SQ +SQ +Zl +Vs +OA +Eb +Eb +Eb +Eb +Nv +Eb +cB +cB +cB +cB +yb +yb +yb +yb +yb +yb +yb +yb +yb +Uz +Uz +yb +AZ +AZ +Yj +Yj +vM +vM +vM +vM +vM +pc +vM +vM +vM +pc +pc +pc +pc +pc +vM +vM +VM +vM +vM +pc +pc +pc +pc +pc +vM +vM +vM +vM +fx "} (58,1,1) = {" FL @@ -8783,11 +15663,11 @@ MO MO MO MO -pU -Ro +WB +Fi MO -pU -pU +FF +FF MO MO MO @@ -8837,72 +15717,72 @@ XS XS XS lE -MO -MO -tG -UX -UX -UX -UX -UX -tG -tG -DA -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -UX -UX -UX -UX -tG -tG -UX -UX -UX -UX -UX -UX -UX -tG -lU -tG -tG -tG -UX -UX -UX -UX -tG -tG -tG -tG -FL +AZ +AZ +Dt +cq +KE +sP +sP +lG +Dt +YC +Zh +Eb +Eb +Eb +Nv +Nv +Eb +Eb +cB +cB +cB +yb +FD +Uz +vR +yL +UU +Uz +CA +yb +Uz +Uz +yb +AZ +AZ +AZ +vM +vM +vM +pc +pc +pc +pc +vM +vM +pc +pc +pc +pc +pc +pc +pc +vM +VM +vM +vM +pc +pc +pc +pc +pc +pc +pc +vM +vM +fx "} (59,1,1) = {" FL @@ -8923,13 +15803,13 @@ MO MO MO MO -my -my -my -Ro -pU -pU -pU +iL +iL +WB +Fi +WB +FF +FF MO MO MO @@ -8967,7 +15847,7 @@ kr hb uQ XS -be +wV XS XS XS @@ -8979,72 +15859,72 @@ XS XS XS lE -MO -MO -tG -tG -tG -UX -tG -tG -tG -tG -DA -tG -tG -tG -UX -UX -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -lU -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -tG -FL +AZ +AZ +Dt +Dt +Dt +Dt +Dt +Dt +Dt +Eb +Zh +Eb +Eb +Eb +Nv +Nv +Eb +Eb +Eb +AZ +AZ +yb +Bp +Uz +jN +jL +dq +Uz +Uz +gn +Uz +Uz +yb +AZ +AZ +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +pc +pc +vM +vM +vM +vM +vM +vM +VM +vM +vM +vM +pc +vM +pc +pc +pc +vM +vM +vM +fx "} (60,1,1) = {" FL @@ -9063,14 +15943,14 @@ tG tG tG tG -my -my -my -my -my -Ro -my -pU +Rn +Rn +Rn +WB +WB +Fi +WB +WB MO MO MO @@ -9109,7 +15989,7 @@ dw NH lQ XS -be +wV XS XS XS @@ -9121,72 +16001,72 @@ XS XS XS lE -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -DA -tG -tG -UX -UX -UX -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -lU -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -tG -FL +AZ +AZ +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Eb +Eb +Eb +AZ +AZ +yb +ep +Uz +TA +hj +UU +Uz +Uz +yb +CS +yb +yb +AZ +AZ +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +Vq +VM +vM +vM +pc +pc +pc +pc +vM +pc +vM +vM +vM +fx "} (61,1,1) = {" FL @@ -9208,11 +16088,11 @@ tG tG tG tG -my -my -Ro -my -my +Rn +Rn +Fi +Rn +Rn MO MO MO @@ -9230,9 +16110,9 @@ MO MO tG tG -wP -wP -wP +WL +WL +WL MO MO tG @@ -9251,7 +16131,7 @@ bD vw aJ XS -be +wV XS XS XS @@ -9263,72 +16143,72 @@ XS XS XS lE -MO -MO -MO -tG -tG -tG -UX -UX -tG -tG -DA -tG -tG -tG -UX -UX -UX -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -Ma -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED +AZ +AZ +AZ +Eb +Eb +Eb +Nv +Nv +Eb +Eb +Zh +Eb +Eb +Eb +Nv +Nv +Nv +Eb +Eb +AZ +AZ +yb +AC +Uz +Uz +Uz +Uz +Uz +Uz +yb +Bd +Yj +AZ +AZ +vM +vM +rQ +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV Ab -tG -tG -tG -UX -UX -UX -UX -tG -tG -tG -tG -FL +vM +vM +vM +pc +pc +pc +pc +vM +vM +vM +vM +fx "} (62,1,1) = {" FL @@ -9337,8 +16217,8 @@ MO MO MO MO -tG -tG +UX +UX MO tG tG @@ -9351,9 +16231,9 @@ tG tG tG tG -my -Ro -my +Rn +Fi +Rn tG tG tG @@ -9372,9 +16252,9 @@ tG tG tG tG -wP -wP -wP +WL +WL +WL tG tG tG @@ -9405,72 +16285,72 @@ XS XS XS lE -MO -tG -tG -tG -tG -UX -UX -UX -tG -tG -DA -tG -tG -UX -UX -UX -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -lU -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -MO -FL +AZ +Eb +Eb +Eb +Eb +Nv +Nv +Nv +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Eb +Eb +Eb +AZ +AZ +yb +ee +Uz +No +Ut +YN +iD +YJ +yb +Bd +LH +AZ +vM +vM +vM +VM +Vq +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +Vq +VM +vM +vM +pc +pc +pc +pc +vM +vM +vM +vM +AZ +IV "} (63,1,1) = {" FL @@ -9479,10 +16359,10 @@ MO MO MO MO -tG -tG -tG -tG +UX +UX +UX +UX tG UX UX @@ -9514,9 +16394,9 @@ tG UX UX UX -UX -UX -wP +dL +dL +WL tG UX tG @@ -9547,80 +16427,80 @@ XS XS XS lE -MO -tG -tG -tG -tG -UX -tG -tG -tG -tG -DA -tG -tG -tG -UX -UX -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -DA -tG -tG -tG -tG -UX -tG -UX -tG -tG -UX -UX -UX -tG -tG -tG -tG -lU -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -FL +AZ +Eb +Eb +Eb +Eb +Nv +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Eb +Nv +Nv +Eb +Eb +AZ +AZ +AZ +yb +yb +yb +yb +yb +yb +yb +yb +yb +Ej +LH +vM +vM +vM +vM +VM +vM +vM +vM +vM +pc +vM +pc +vM +vM +pc +pc +pc +vM +vM +vM +vM +VM +vM +vM +vM +vM +pc +vM +vM +vM +vM +AZ +AZ +IV "} (64,1,1) = {" FL MO -tG -tG -tG -tG +UX +UX +UX +UX UX UX UX @@ -9656,9 +16536,9 @@ UX UX tG tG -UX -UX -UX +dL +dL +dL UX UX UX @@ -9679,89 +16559,89 @@ MO MO lE lE -CB -CB -CB -CB +II +II +II +II lE -CB +RU lE -CB +RU lE lE -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -DA -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -lU -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -FL +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +JS +vM +vM +vM +vM +vM +VM +vM +vM +pc +pc +pc +pc +pc +pc +pc +pc +pc +pc +vM +vM +vM +vM +VM +vM +vM +pc +pc +vM +vM +vM +vM +vM +AZ +AZ +IV "} (65,1,1) = {" FL -tG -tG -tG -tG +UX +UX +UX +UX UX UX UX @@ -9798,9 +16678,9 @@ tG tG tG UX -UX -wP -UX +dL +WL +dL UX UX UX @@ -9819,91 +16699,91 @@ MO MO MO MO -my -my -my -my -tG -tG -tG -DA -tG -DA -tG -tG -tG -tG -tG -tG -kF -my -my -my -tG -tG -DA -tG -tG -tG -tG -tG -kF -tG -tG -tG -tG -tG -tG -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -DA -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -lU -tG -tG -tG -tG -tG -MO -tG -tG -MO -MO -MO -FL +Lk +Lk +Lk +Lk +Eb +Eb +Eb +Zh +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +EO +Lk +Lk +Lk +Eb +YC +Zh +YC +Eb +Eb +Eb +Eb +EO +Eb +Eb +Eb +Eb +Eb +Eb +AZ +AW +AZ +vM +vM +vM +vM +JS +vM +vM +vM +vM +Vq +VM +vM +pc +pc +pc +pc +pc +pc +pc +pc +pc +vM +vM +vM +vM +vM +vM +VM +vM +vM +vM +vM +vM +AZ +vM +vM +AZ +AZ +AZ +IV "} (66,1,1) = {" FL -tG -tG -tG -tG +UX +UX +UX +UX UX UX UX @@ -9919,8 +16799,9 @@ tG tG tG tG -tG +GK lU +GK tG tG tG @@ -9939,10 +16820,9 @@ tG tG tG tG -tG -wP -wP -wP +WL +WL +WL tG UX tG @@ -9958,95 +16838,95 @@ UX tG tG MO -tG +Eb MO -my -my -tG -tG -tG -tG -tG -tG -DA -tG -DA -tG -tG -tG -tG -tG -tG -my -Ma -ED -ED -ED -ED -Ma -ED -ED -ED -ED -Ma -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -Ma -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -my -Ro -my -my -my -MO -MO -MO -MO -MO -MO -MO -MO -FL +Lk +Lk +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Lk +OA +Vs +Vs +Vs +Vs +OA +Vs +Vs +Vs +Vs +OA +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +kQ +Uj +tV +tV +tV +tV +vc +tV +tV +tV +tV +tV +YA +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +AZ +AZ +Cb +SH +Cb +Cb +Cb +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (67,1,1) = {" FL -tG -tG -tG -tG -tG +UX +UX +UX +UX +UX UX UX UX @@ -10099,93 +16979,93 @@ tG UX tG tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -Ma -Ma -Ma -tG -tG -tG -tG -tG -tG -my -DA -my -tG -tG -tG -tG -tG -tG -tG -my -DA -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -tG -tG -MO -MO -MO -MO -MO -my -Ro -my -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +OA +OA +OA +Eb +Eb +Eb +Eb +Eb +Eb +Lk +Zh +Lk +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Lk +Zh +YC +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +AZ +AZ +AZ +AZ +AZ +AZ +vM +vM +AZ +AZ +AZ +AZ +AZ +xU +SH +Cb +vp +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (68,1,1) = {" FL -tG -tG +UX +UX UX UX UX @@ -10197,6 +17077,7 @@ tG tG tG lU +GK tG tG tG @@ -10207,9 +17088,9 @@ tG tG tG tG -tG -tG +GK DA +GK tG tG tG @@ -10223,17 +17104,16 @@ tG tG tG tG -tG -wP -wP -wP +WL +WL +WL tG tG tG UX tG tG -tG +GK DA tG tG @@ -10241,96 +17121,96 @@ UX UX UX UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -my -DA -tG -tG -tG -tG -UX -UX -UX -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -Ro -my -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Nv +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +YC +Zh +YC +Eb +Eb +Eb +Eb +Eb +Eb +Lk +Zh +Eb +Eb +Eb +Eb +Nv +Nv +Nv +Eb +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +vM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +SH +vp +vp +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (69,1,1) = {" FL -tG -tG -tG -tG -tG +UX +UX +UX +UX +UX UX UX UX @@ -10342,12 +17222,12 @@ lU tG tG tG -tG -tG -tG -tG -tG -tG +UX +UX +UX +UX +UX +UX tG tG tG @@ -10366,9 +17246,9 @@ UX UX UX UX -UX -UX -UX +dL +dL +dL UX UX UX @@ -10382,97 +17262,97 @@ UX UX UX UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -tG -DA -tG -tG -tG -UX -UX -UX -UX -UX -tG -DA -tG -tG -tG -tG -tG -UX -tG -tG -tG -tG -MO -MO -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Km -uO -uO -ty -my -MO -MO -MO -MO -MO -MO -MO -FL +Nv +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Eb +Nv +Nv +Nv +Nv +Nv +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Nv +Eb +Eb +Eb +Eb +AZ +AZ +vM +vM +vM +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +vp +NK +ww +ww +li +xU +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (70,1,1) = {" FL -tG -tG -tG -tG -tG +UX +UX +UX +UX +UX UX UX UX @@ -10485,12 +17365,12 @@ tG tG tG tG -tG -tG -tG -tG -tG -tG +UX +UX +UX +UX +UX +UX tG tG DA @@ -10508,9 +17388,9 @@ UX UX UX UX -UX -wP -UX +dL +WL +dL UX tG tG @@ -10519,107 +17399,107 @@ tG tG tG DA -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -SV -tG -tG -tG -tG -tG -tG -tG -tG -DA +GK tG tG UX UX -UX -UX -UX -tG -tG -DA -tG -tG -tG -tG -UX -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -Ro -MO -MO -MO -MO -MO -MO -MO -MO -FL +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +YC +Zh +YC +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Nv +Nv +Eb +Eb +Zh +Eb +Eb +Eb +Eb +Nv +Eb +Eb +Eb +Eb +Eb +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 +nS +vp +SH +AZ +AZ +AZ +AZ +AZ +AZ +AZ +AZ +IV "} (71,1,1) = {" -FL -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG +nH +UX +UX +UX +UX +UX +UX +UX +UX +UX +UX tG tG lU @@ -10631,8 +17511,8 @@ tG tG tG tG -tG -tG +UX +UX tG tG DA @@ -10640,19 +17520,19 @@ tG tG tG tG -MO -MO -MO -MO +qE +qE +qE +qE tG tG tG tG tG UX -wP -wP -wP +WL +WL +WL tG tG tG @@ -10666,283 +17546,283 @@ ED ED ED ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ED -ec -ec -wc -ec -ec -ec -ec -ec -ec -ED -ED -Ma -tG -tG -UX -UX -UX -UX -UX -tG -tG -Ma -tG -tG -tG -tG -UX -UX -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Ro -my -pU -pU -MO -MO -MO -MO -MO -FL +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +OA +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +OA +Eb +Eb +Nv +Nv +Nv +Nv +Nv +Eb +Eb +OA +Eb +Eb +Eb +Eb +Nv +Nv +Eb +Eb +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +nS +nS +nS +SH +xU +nS +nS +Lt +Lt +Lt +Lt +Lt +Bh "} (72,1,1) = {" -FL -MO -tG -tG -tG -tG -tG -tG -MO -MO -MO +nH +qE +UX +UX +UX +UX +UX +UX +qE +qE +qE tG tG Ro -my -my -MO -MO -MO -MO -MO +iG +iG +qE +qE +qE +qE +qE tG tG tG tG tG +aI +qE +tG +qE +qE +qE +qE +qE +qE +qE +qE +tG +tG +tG +tG +WL +WL +WL +qE +qE +qE +qE +qE +tG +GK DA -MO -tG -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -wP -wP -wP -MO -MO -MO -MO -MO -tG -tG -DA +GK tG tG tG tG tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UG -tG -tG -tG -tG -tG -tG -tG -tG -DA -tG -tG -UX -UX -UX -UX -UX -tG -tG -DA -tG -tG -tG -UX -UX -UX -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -Ro -my -my -MO -MO -MO -MO -MO -MO -FL +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +YC +Zh +YC +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Nv +Nv +Eb +Eb +Zh +Eb +Eb +Eb +Nv +Nv +Nv +Eb +Eb +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +nS +nS +SH +xU +xU +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (73,1,1) = {" -FL -MO -tG -MO -tG -MO -MO -MO -MO -MO -MO -MO -my +nH +qE +UX +qE +UX +qE +qE +qE +qE +qE +qE +qE +iG Ro -my -my -my -MO -MO -MO -MO -MO -MO -MO -MO +iG +UE +UE +qE +qE +qE +qE +qE +qE +qE +qE tG -DA -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -wP -wP -MO -MO -MO -MO -MO +aI +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +WL +WL +qE +qE +qE +qE +qE zn -ED +Mw ED Ma tG @@ -10950,253 +17830,252 @@ tG tG tG tG -MO -tG -tG -MO -MO -MO -tG -tG -UX -UX -tG -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -tG -DA -tG -tG -UX -UX -UX -UX -tG -tG -tG -DA -tG -tG -UX -UX -UX -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -Ro -pU -pU -pU -MO -MO -MO -MO -MO -FL +qE +EM +Eb +qE +qE +qE +Eb +Eb +Nv +Nv +Eb +Eb +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Nv +Eb +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Eb +Eb +Eb +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +nS +nS +SH +nS +nS +nS +Lt +Lt +Lt +Lt +Lt +Bh "} (74,1,1) = {" -FL -MO -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -my +nH +qE +UX +qE +qE +qE +qE +qE +qE +qE +qE +qE +UE Ro -my -my -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -kx -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +sF +sF +UE +qE +qE +qE +qE +qE +qE +qE +qE +qE +CM +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE zn -ED +kz ED xH -my +iW tG tG -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -UX -UX -UX -tG -DA -tG -tG -tG -tG -tG -tG -tG -my -DA -tG -UX -tG -tG -tG -tG -tG -tG -tG -DA -my -tG -tG -tG -UX -UX -tG -tG -tG -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -MO -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -MO -pU -MO -MO -MO -MO -MO -FL +qE +qE +qE +qE +qE +qE +qE +qE +Eb +Eb +Eb +Nv +Nv +Nv +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Lk +Zh +Eb +Nv +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Lk +Eb +Eb +Eb +Nv +Nv +Eb +Eb +Eb +Lt +Lt +Lt +Lt +ck +ck +ck +ck +ck +ck +ck +Lt +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +nS +SH +nS +Lt +nS +Lt +Lt +Lt +Lt +Lt +Bh "} (75,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +sF Ro -my -my -MO -MO -MO -MO +sF +sF +qE +qE +qE pF pF pF @@ -11204,864 +18083,865 @@ pF pF pF pF +sN +kI pF pF -pF -pF -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -sm -sm +kI +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Pi +Pi kx -sm -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -UX -UX -tG -DA -tG -tG -tG -tG -UX -tG -tG -my -DA -my -tG -tG -tG -tG -tG -tG -tG -my -DA -my -tG -tG -UX -UX -UX -tG -tG -tG -tG -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -pU -pU -MO -MO -MO -MO -MO -FL +Pi +iW +qE +qE +qE +qE +qE +qE +qE +qE +qE +Eb +Eb +Eb +Eb +Nv +Nv +Eb +Zh +Eb +Eb +Eb +Eb +Nv +Eb +Eb +Lk +Zh +Lk +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Lk +Zh +Lk +Eb +Eb +Nv +Nv +Nv +Eb +Eb +Eb +Eb +Lt +Lt +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +nS +SH +nS +nS +nS +Lt +Lt +Lt +Lt +Lt +Bh "} (76,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +sF Ro -my +sF pU -MO -MO -MO -MO +qE +qE +qE pF -be -be -be -be -be -be -be -be -be +gc +VA pF -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -sm +Hg +GX +tU +im +DO +yn +DW +fo +qE +qE +qE +qE +qE +qE +qE +qE +qE +jn +jn +jn +jn +qE +qE +qE +qE +qE +qE +Pi kx -sm -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -UX -UX -UX -tG -DA -tG -tG -tG -UX -UX -tG -tG -my -Ma -ED -ED -ED -ED -Ma -ED -ED -ED -ED -Ma -my -tG -tG -tG -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -Ro -pU -MO -MO -MO -MO -MO -MO -MO -FL +Pi +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Eb +Eb +Nv +Nv +Nv +Eb +Zh +Eb +Eb +Eb +Nv +Nv +Eb +Eb +Lk +OA +Vs +Vs +Vs +Vs +OA +Vs +Vs +Vs +Vs +OA +Lk +Eb +Eb +Eb +Nv +Eb +Eb +Eb +Eb +Eb +Eb +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +SH +nS +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (77,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +sF Ro pU pU -MO -MO -MO -MO -pF -be -be -be -be -be -be -be -be -be -pF -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +qE +qE +qE pF pF -pF -pF -pF -pF -pF -pF -CB -pF -pF -pF -pF -pF -pF -pF -pF -MO -MO -MO -MO -MO -tG -UX -UX -UX -tG -DA -tG -tG -UX -UX -UX -tG -tG -kF -my -my -my -tG -tG -tG -tG -tG -my -my -my -kF -tG -tG -tG -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -MO -Ro -pU -MO -MO -MO -MO -MO -MO -MO -FL +NG +ef +BG +BG +BG +aA +ed +Se +hR +fo +qE +qE +qE +qE +qE +qE +qE +qE +qE +jn +jT +wB +jn +jn +jn +jn +jn +jn +jn +jn +Wt +jn +nM +YQ +YQ +yu +jn +qE +qE +qE +qE +qE +qE +qE +Eb +Nv +Nv +Nv +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Eb +Eb +EO +Lk +Lk +Lk +Eb +Eb +Zh +Eb +Eb +Lk +Lk +Lk +EO +Eb +Eb +Eb +Nv +Eb +Eb +Nv +Nv +Nv +Eb +Pp +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +nS +nS +Lt +SH +nS +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (78,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE Ro pU -MO -MO -MO -MO -MO +qE +qE +qE +bb pF -be -be -be -be -be -be -be -be -be pF -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +oN +SB +Mo +Mo pF +Go +Mo +nh +It +fo +qE +qE +qE +qE +qE +qE +qE +qE +qE +jn +iA +wB +ZV +wB +wB +AB +AB +AB +jn qp qp -qp -qp -qp -pF -qp -qp -qp -pF -qp -qp -qp -qp -qp -pF -MO -MO -MO -MO -tG -tG -tG -UX -tG -tG -DA -tG -tG -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Ro -pU -pU -MO -MO -MO -MO -MO -MO -FL +HN +Dz +Is +KA +Mu +jn +qE +qE +qE +qE +qE +qE +Eb +Eb +Eb +Nv +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Nv +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Nv +Nv +Nv +Nv +Nv +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +ck +ck +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +nS +nS +nS +SH +nS +nS +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (79,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE Ro pU -MO -MO -MO -MO -MO -pF -be +qE +qE +qE +bb +cP +eL +qJ SB -be -be -be -be -be -be -be -pF -MO -MO -MO +gL +Nj +BR +im +Mo +Ai +Hb +fo +qE +qE +qE pU pU pU pU -MO -MO -MO -MO -MO -pF +qE +qE +jn +jn +jn +jn +pP +wB +wB +wB +wB +jn qp qp qp -qp -qp -pF -qp -qp -qp -pF -qp -qp -qp -qp -qp -pF -MO -MO -tG -tG -tG -tG -UX -UX -tG -tG -DA -tG -tG -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -tG -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Fm -uO -pb -pU -pU -MO -MO -MO -MO -MO -MO -FL +jn +ZG +pK +wB +jn +qE +qE +qE +qE +Eb +Eb +Eb +Eb +Nv +Nv +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Nv +Eb +Eb +Eb +Eb +Eb +Nv +Nv +Eb +Eb +Nv +Nv +Nv +Nv +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +ck +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +nS +Yw +ww +JG +nS +nS +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (80,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE Fm pb -MO -MO -MO -MO -MO -MO -pF -be -be -be -be -be -be -be -be -be -pF -MO -MO +qE +qE +qE +qE +bb +eA +eO +Yq +SB +dH +Mo +Mo +im +uk +ZX +wZ +fo +qE +qE pU pU pU pU pU pU -pU -MO -MO -MO -pF +qE +qE +qE +qE +jn +Lr +wB +wB +wB +kE +JJ qp qp -qp -qp -qp -CB -qp -qp -qp -CB -qp -qp -qp -qp -qp -pF -MO -MO -tG -tG -tG -tG -UX -UX -tG -tG -DA -tG -tG -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -FL +WS +ZO +Kg +XB +wB +jn +qE +qE +qE +qE +Eb +Eb +Eb +Eb +Nv +Nv +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Nv +Nv +Eb +Nv +Nv +Nv +Nv +Eb +Zh +Eb +Nv +Nv +Nv +Nv +Nv +Nv +Nv +Eb +Eb +Eb +Eb +Eb +Nv +Nv +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +nS +SH +nS +nS +nS +nS +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (81,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE Ro -MO -MO -MO -MO -MO -MO -MO -pF -be -NI -be -be -be -be -be -be -be -pF -MO -MO +qE +qE +qE +qE +qE +qE +qE +fo +oN +SB +lS +Mo +pz +Fk +fA +fA +fA +kH +qE +qE pU pU pU @@ -12070,140 +18950,140 @@ pU pU pU pU -MO -MO -pF +qE +qE +jn +wB +wB +wB +zF +wB +jn qp qp qp -qp -qp -pF -qp -qp -qp -pF -qp -qp -qp -qp -qp -pF -MO -MO -tG -UX -UX -UX -UX -UX -tG -tG -DA -tG -tG -UX -UX -UX -UX -tG -tG -tG -tG -tG -UX -tG -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -tG -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -FL +jn +jT +EV +KA +jn +qE +qE +qE +qE +Eb +Nv +Nv +Nv +Nv +Nv +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Nv +Nv +Nv +Nv +Nv +Nv +Eb +Eb +Zh +Eb +Nv +Nv +Nv +Nv +Nv +Nv +Nv +Eb +Eb +Eb +Eb +Eb +Eb +ck +ck +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +ck +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +nS +SH +nS +nS +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (82,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU Ro -MO +qE pU -MO -MO -MO -MO -MO +qE +qE +qE +qE +qE +fo +Qh +SB +dH +Mo +Mo +Mo +Mo +Mo +Mo pF -be -be -be -be -be -be -be -be -be -pF -MO -MO +qE +qE pU pU pU @@ -12212,139 +19092,139 @@ pU pU pU pU -MO -MO -pF +qE +qE +jn +xn +Jv +OM +MQ +MF +jn qp qp qp -qp -qp -pF -qp -qp -qp -pF -qp -qp -qp -qp -qp -pF -MO -MO -tG -tG -UX -UX -UX -UX -tG -tG -DA -tG -tG -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -pU -pU -Ro -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +jn +rF +Tc +Te +jn +qE +qE +qE +qE +Eb +Eb +Nv +Nv +Nv +Nv +Eb +Eb +Zh +Eb +Eb +Nv +Nv +Nv +Nv +Nv +Nv +Nv +Nv +Eb +Eb +Eb +Zh +Eb +Eb +Nv +Eb +Nv +Nv +Eb +Eb +Eb +Eb +Eb +Eb +Lt +Lt +ck +ck +ck +ck +ck +ck +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +ck +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +nS +nS +SH +nS +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (83,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU Ro pU pU -MO -MO -MO -MO -MO +qE +qE +qE +qE +qE +fo +Yq +SB +dH +Mo +Mo +Mo +Mo +Mo +Mo pF -be -GG -be -be -be -be -be -be -be -pF -MO +qE pU pU pU @@ -12354,137 +19234,137 @@ pU pU pU pU -MO -MO -pF -pF -pF -pF -pF -pF -pF -pF -CB -pF -pF -pF -pF -pF -pF -pF -pF -MO -MO -MO -tG -tG -tG -UX -UX -tG -tG -DA -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -pU -pU -Ro -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -FL +qE +qE +jn +jn +jn +jn +jn +jn +jn +jn +aj +jn +jn +jn +jn +jn +jn +jn +jn +qE +qE +qE +Eb +Eb +Eb +Nv +Nv +Eb +Eb +Zh +Eb +Eb +Eb +Nv +Nv +Nv +Eb +Eb +Nv +Eb +Eb +Eb +Eb +OA +OA +Eb +Eb +Eb +Nv +Eb +Eb +Eb +Eb +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +ck +ck +ck +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +ck +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +nS +nS +SH +nS +nS +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (84,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU Ro pU pU -MO -MO -MO -MO -MO +qE +qE +qE +qE +qE +fo +oN +SB +dH +Mo +Mo +Mo +Mo +Mo pF -be -be -be -be -be -be -be -be -be pF pF pU @@ -12496,136 +19376,136 @@ pU pU pU pU -MO -MO -pF +qE +qE +jn +mW +nJ +PJ +ko +aT +jn +Jt +qp +qp +jn +Jt qp qp qp -qp -qp -pF -qp -qp -qp -qp -qp -qp -qp -qp -qp -pF -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -DA -tG -tG -tG -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -tG -tG -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -MO -tG -MO -MO -pU -pU -Ro -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -FL +lX +jn +qE +qE +qE +qE +Eb +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Eb +Nv +Nv +Nv +Nv +Eb +Eb +Eb +Eb +Eb +Eb +GQ +Mj +Eb +Eb +Eb +Eb +Eb +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +ck +ck +ck +ck +ck +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +ck +ck +ck +ck +ck +ck +Lt +ck +Lt +Lt +nS +nS +SH +nS +nS +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (85,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU Km ty pU -MO -MO -MO -MO -MO -pF -be -be -be -be -be -be -be -be +qE +qE +qE +qE +qE +fo +Qx +SB +Pv +zp +Mo +Mo +Mo +Mo be NP pF @@ -12634,273 +19514,278 @@ pU pU pU pU -MO -MO +qE +qE pU -MO -MO -MO -pF +qE +qE +qE +jn +fX +dR +fh +TS +cY +jn qp qp qp +jn +yV qp +qZ qp -pF -qp -qp -qp -qp -qp -qp -qp -qp -qp -pF -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -MO -my -pU -pU -Ro -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +lX +jn +qE +qE +qE +qE +qE +Eb +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Lt +Lt +Lt +IS +IS +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +ck +ck +ck +ck +ck +Pp +ck +Pp +Pp +Pp +Pp +Pp +ck +ck +ck +ck +ck +ck +ck +Lt +vp +nS +nS +SH +nS +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (86,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU Ro pU -MO -MO -MO -MO -MO -pF -be -be -be -be -be -be -be -be +qE +qE +qE +qE +qE +fo +zs +MS +kp +Kc +HY +Mo +kp +Mo be NP pF -MO +qE pU pU -MO -MO -MO -MO +qE +qE +qE +qE pU -MO -MO -MO -pF +qE +qE +qE +jn +vy +zG +RG +oO +nB +oz +Sa qp qp +WD qp qp +wf qp -CB -qp -qp -qp -qp -qp -qp -qp -qp -qp -pF -pF -pF -pF -pF -pF -pF -tG -tG -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -my -my -pU -pU -Ro -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +lX +jn +wH +wH +wH +wH +wH +wH +Eb +Eb +Eb +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +hE +hE +ck +ck +ck +ck +ck +ck +ck +ck +Pp +Pp +Pp +Pp +Pp +ck +ck +ck +ck +ck +ck +ck +Cb +Cb +vp +nS +SH +nS +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (87,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU Ro pU -MO -MO -MO -MO -MO +qE +qE +qE +qE +qE +eA +fA +eO +pF +hk pF pF pF @@ -12908,844 +19793,839 @@ pF pF pF pF -pF -pF -pF -pF -pF -MO -MO -MO -MO -MO -MO +qE +qE +qE +qE +qE +qE pU pU -MO -MO -MO -pF +qE +qE +qE +jn +QN +YK +hJ +LB +wC +jn qp qp +jn +jn qp qp +GD qp -pF -qp -qp -qp -qp -qp -qp -qp -qp -qp -pF -be -be -be -be -be -pF -my -tG -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my -my -my -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -tG -tG -tG -Fm -uO -uO -uO -pb -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +lX +jn +oi +mf +Mi +fZ +qS +wH +Lk +Eb +Eb +Eb +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +hE +hE +hE +hE +ck +ck +ck +ck +ck +ck +ck +Pp +ck +ck +ck +ck +ck +Pp +ck +ck +ck +Yw +ww +ww +ww +JG +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (88,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU Ro pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +qE +qE +qE +qE +qE +qE +pF +fI +be +Ln +Qf +zN +pF +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU -MO -MO -MO -pF +qE +qE +qE +jn +MJ +IW +gD +sx +Zr +jn qp qp +nc +jn +lD qp +QH qp -qp -pF -qp -qp -qp -qp -qp -qp -qp -qp -qp -pF -be -be -be -be -be -CB -Ma -tG -tG -tG -DA -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my -my -tG -tG -tG -tG -MO -MO -tG -tG -tG -tG -tG -tG -UX -UX -UX -tG -tG -lU -tG -my -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +lX +jn +oi +mf +Mi +is +is +bU +OA +Eb +Eb +YC +Zh +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Eb +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +hE +hE +hE +ck +ck +ck +ck +Lt +Lt +ck +ck +ck +ck +ck +ck +Pp +Pp +Pp +ck +ck +Ac +ck +Cb +vp +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (89,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU Ro pU -MO +qE pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +qE +qE +qE +qE +pF +be +be +xi +Av +be +pF +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU -MO -MO -MO -MO -pF -pF -pF -pF -pF -pF -pF +qE +qE +qE +qE +jn +jn +jn +jn +jn +jn +jn +qp +qp +lJ +jn +tK qp qp qp -qp -qp -qp -qp -qp -qp -pF -be -be -be -be -be -CB -Ma -ED -ED -ED -cX -tG -tG -tG -tG -tG -MO -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my -my -my -my -my -MO -MO -MO -MO -tG -tG -tG -tG -UX -UX -UX -UX -tG -tG -lU -tG -my -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +lX +jn +oi +mf +Mi +is +is +Im +OA +Vs +Vs +Vs +OA +Eb +Eb +Eb +Eb +Eb +FE +Eb +Eb +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +hE +hE +hE +hE +hE +hE +Lt +Lt +Lt +Lt +ck +ck +ck +ck +Pp +Pp +Pp +Pp +ck +ck +Ac +ck +Cb +vp +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (90,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU Ro -MO -MO +qE +qE pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +qE +qE +qE +qE +pF +be +iR +Ru +qo +be +pF +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU -MO -MO -MO -MO -pF +qE +qE +qE +qE +jn +mW +nJ +PJ +ko +aT +jn +qp +qp +HS +jn +Tn qp qp qp qp -qp -pF -qp -qp -qp -qp -qp -qp -qp -qp -qp -pF -be -be -be -be -be -pF -my -tG -tG -tG -DA -tG -tG -tG -MO -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE +jn +oi +mf +Mi +WM +gP +wH +Lk +Eb +Eb +YC +Zh +Eb +Eb +Eb +FE +Wl +Wl +uP +uP +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl xN xN xN -lE -lE -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -UX -UX -tG -tG -lU -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Wl +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +ck +ck +Pp +Pp +ck +ck +Ac +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (91,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE Ro -MO +qE pU pU pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +qE +qE +qE +pF +be +QA +be +Kx +be +pF +qE +qE +qE +qE +qE +qE +qE +qE pU pU -MO -MO -MO -MO -MO -pF +qE +qE +qE +qE +qE +jn +fX +dR +fh +TS +cY +jn +qp +qp +jn +jn qp qp qp -qp -qp -pF -qp -qp -qp -qp -qp -qp -qp -qp -qp -pF -pF -pF -pF -pF -pF -pF -my -tG -tG -tG -KV -tG -tG -tG -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE +cl +sh +jn +wH +wH +wH +wH +wH +wH +Lk +Eb +Eb +Eb +Zh +YC +Eb +Eb +Eb +Wl +BW +BW +BW +BW +BW +BW +Wl +rh +Or +va +ol +Kb +kk +bx +Gw +pf +LV +Wl ul Dw pu ZU qY eU -be -lE -XS -XS +IU +Wl +BW +BW xD ME ME ME iN -lE -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +ck +ck +ck +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (92,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE Km uO uO uO ty pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO +qE +qE pF -qp -qp -qp -qp -qp -CB -qp -qp -qp -qp -qp -qp -qp -qp -qp pF -be -be -be -be -be pF -tG -tG -tG -tG -Ma -ED -ED -ED -ED -CB -XS -XS -XS -XS -XS -XS -CB -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE +ib +pF +pF +pF +qE +qE +qE +qE +qE +qE +pU +pU +pU +pU +qE +qE +qE +qE +qE +jn +vy +zG +RG +oO +nB +yx +nB +qp +qp +WD +qp +qp +qp +nG +cu +jn +SU +wQ +de +wQ +xY +wH +Eb +Eb +Eb +YC +OA +Vs +Vs +Vs +Vs +XD +BW +BW +BW +BW +BW +BW +lf +BW +BW +BW +BW +BW +BW +BW +BW +BW +Ke +Wl ig -XS -XS +BW +BW Ra Zx -XS -XS -lE -XS -XS +BW +BW +Wl +BW +BW FK ZB ZB ZB Gh -lE -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +ck +ck +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (93,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU pU @@ -13753,61 +20633,61 @@ pU Ro pU pU -MO -MO -MO +qE +qE +qE pU pU pU -MO -MO -MO -MO -MO -MO +qE +qE +qE +qE +qE +qE pU pU pU pU pU -MO -MO -MO -MO -MO -MO -pF +qE +qE +qE +qE +qE +qE +jn +QN +YK +hJ +LB +wC +jn +qp +qp +qp +jn qp qp qp qp qp -pF -qp -qp -qp -qp -qp -qp -qp -qp -qp -pF -be -be -be -be -be -CB -Ma -ED -ED -ED -za -ek -ek -ek -ek +jn +ex +vJ +VD +vJ +SX +bw +OA +Vs +Vs +Vs +Rx +Uj +Uj +Uj +Uj JP Am Am @@ -13815,7 +20695,7 @@ Am Am Am Am -JP +Ks Am Am Am @@ -13826,85 +20706,85 @@ Am Am Am zB -lE -ig -XS -XS -XS +Wl +Rm +BW +BW +BW fF -XS -XS -lE -XS +BW +sj +Wl +BW oB ya pS Js ZB Gh -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (94,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU Ro -MO +qE pU -MO +qE pU -MO +qE pU pU pU -MO +qE pU pU -MO +qE Fm uO uO @@ -13913,127 +20793,127 @@ uO uO ty pU -MO -MO -MO -MO -MO -pF +qE +qE +qE +qE +qE +jn +MJ +IW +gD +sx +Zr +jn qp qp qp +jn +KY +jw +Tq qp qp -pF -qp -qp -qp -qp -qp -qp -qp -qp -qp -pF -be -be -be -be -be -CB -Ma -tG -tG -tG -lU -tG -tG -tG -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS +jn +YO +vJ +VD +vJ +SX +Im +OA +Eb +Eb +YC +PG +YC +Eb +Eb +Eb +Wl +BW +BW +BW +BW +BW +BW +Wl +hf +BW +BW +mR +mR +mR +mR +BW +BW ig -lE +Wl ig -XS -XS -XS +BW +BW +BW fF -XS -XS -lE -XS +BW +sj +Wl +BW fF FK ZB ZB ZB Gh -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (95,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE Km uO uO @@ -14045,140 +20925,140 @@ pU pU pU pU -MO +qE pU Ro pU -MO +qE pU pU pU Ro pU -MO -MO -MO -MO -MO -pF -pF -pF -pF -pF -pF -pF +qE +qE +qE +qE +qE +jn +jn +jn +jn +jn +jn +jn qp qp qp +jn +jn +jn +jn qp qp -qp -qp -qp -qp -pF -be -be -be -be -be -pF -tG -tG -tG -tG -lU -tG -tG -tG -tG -lE -lE -XS -XS -XS -XS -lE -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS +jn +zO +bH +Ax +bH +wy +wH +Eb +Eb +Eb +Eb +PG +Eb +Eb +Eb +Eb +Wl +Wl +aq +uP +uP +Ec +Wl +Wl +Wc +BW +BW +iv +sC +kb +iv +BW +BW OY -JP +kJ Cx -XS -XS -XS +BW +BW +BW fF -XS -XS -lE -XS +BW +BW +Wl +BW fF eG Us Us Us GI -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (96,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU -MO +qE Km uO uO @@ -14190,8 +21070,8 @@ uO uO uO pb -MO -MO +qE +qE pU pU pU @@ -14199,64 +21079,64 @@ Ro pU pU pU -MO -MO -MO -pF -qp +qE +qE +qE +jn qp qp qp qp qp +jn qp qp qp qp qp Op +jn +xa qp -qp -qp -pF -pF -pF -pF -pF -pF -pF -tG -UX -UX -tG -lU -tG -tG -tG -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS +jn +wH +wH +wH +wH +wH +wH +MK +Ah +Nv +Eb +PG +Eb +Eb +Eb +MK +Wl +Xt +eq +go +LG +eq +TN +Wl +RX +BW +BW +IQ +IQ +IQ +IQ +BW +BW +BW +Wl +pG +pG +BW +BW Ra Br Br @@ -14268,5305 +21148,5356 @@ ZB ZB ZB Gh -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (97,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU pU pU pU -MO +qE pU pU -MO +qE pU -MO -MO -MO -MO -MO -MO +qE +qE +qE +qE +qE +qE pU pU Km uO ty pU -MO -MO -MO -pF -qp +qE +qE +qE +jn qp qp qp qp qp +aj qp qp qp qp qp Op +jn +Gz qp -qp -qp -pF -MO -MO -MO -MO -MO -MO -tG -UX -UX -tG -lU -tG -tG -tG -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -lE -XS +jn +qE +qE +qE +qE +qE +qE +MK +Ah +Ah +Eb +PG +Eb +Eb +MK +MK +Wl +fv +BW +pp +BW +BW +BW +Vi +BW +BW +BW +BW +BW +BW +BW +BW +BW +BW +Wl +lw +lw +BW +BW +nD +nD +BW +Wl +BW so ya pS YH ZB Gh -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (98,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU -MO -MO +qE +qE pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE pU pU pU Ro pU -MO -MO -MO -pF +qE +qE +qE +jn qp qp qp qp qp +jn +Jt qp qp +jn +jn +jn +jn +Fp qp -qp -qp -qp -qp -qp -qp -qp -pF -MO -MO -MO -MO -MO -MO -tG -UX -UX -tG -lU -tG -tG -tG -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS +jn +qE +qE +qE +qE +qE +qE +MK +Ah +Ah +MK +KT +MK +MK +MK +MK +Wl +bt +BW +IJ +Xn +BW +BW +Wl +XJ +XJ +ez +zv +BW +BW +jf +BH +FW +hS +Wl +lw +lw +BW +BW +nD +nD +BW uT -XS +BW fF FK ZB ZB ZB Gh -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (99,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE Ro -my +sF pU -MO -MO -pF -pF -pF -pF -pF -pF -pF -pF -pF -pF -pF -pF -pF -pF -pF -pF -pF -MO -MO -MO -MO -MO -MO -tG -UX -UX -tG -lU -tG -tG -tG -tG -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -CB -CB -lE -lE -lE -lE -lE -lE -lE -lE -CB -lE -lE -lE -lE -XS +qE +qE +jn +qp +qp +qp +qp +qp +jn +jn +jn +jn +jn +qE +qE +jn +jn +jn +jn +qE +qE +qE +qE +qE +qE +MK +Ah +Ah +MK +KT +MK +MK +MK +MK +Wl +Wl +FS +FS +Wl +aW +Wl +Wl +Wl +Wl +Wl +Wl +Mf +nt +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +yl +Wl +Wl +Wl +Wl +BW fF eG Us Us Us GI -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -lU -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +Ac +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (100,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE Ro -my -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -UX -UX -tG -lU -tG -tG -tG -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -lE -XS +UE +UE +qE +qE +jn +qp +qp +qp +qp +qp +jn +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +Ah +Ah +MK +KT +MK +MK +MK +MK +Wl +BW +BW +BW +BW +BW +BW +Wl +dJ +BW +BW +BW +BW +BW +BW +iq +BW +iJ +Wl +Sm +dD +rj +BW +Uq +Of +hz +Wl +wF fF FK ZB ZB ZB Gh -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (101,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +UE +UE Ro -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -UX -tG -lU -tG -tG -tG -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -lE -XS -Ra +iG +qE +qE +qE +jn +jn +LY +LY +jn +jn +jn +MK +MK +MK +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +MK +Ah +MK +KT +MK +MK +MK +MK +cd +LU +mo +ni +BW +BW +BW +FS +Ry +BW +BW +BW +BW +BW +BW +BW +BW +Rk +Wl +fU +BW +BW +BW +BW +ea +Xo +Wl +wF +so ya pS YH ZB Gh -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (102,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +UE +iG Ro -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -tG -UX -UX -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -lU -tG -tG -tG -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS +MK +MK +MK +MK +qE +sm +my +my +sm +qE +MK +Ah +Ah +MK +MK +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +MK +MK +MK +MK +KT +MK +MK +MK +MK +aF +Er +ne +Ad +Iz +BW +BW +FS +Ry +BW +BW +Xz +BW +BW +oj +BW +BW +oZ +Wl +wS +BW +BW +BW +BW +BW +BW +Wl +Oe +Au FK ZB ZB ZB Gh -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -lU -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +Ac +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (103,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -MO -my -my -lU -tG -tG -tG -tG -tG -tG -tG -tG -MO -tG -tG -UX -UX -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -UX -UX -tG -tG -lU -tG -tG -tG -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +qE +UE +iG +KT +MK +MK +MK +MK +MK +MK +MK +MK +qE +MK +MK +Ah +Ah +MK +MK +MK +MK +qE +qE +qE +qE +qE +qE +qE +MK +MK +MK +Ah +Ah +MK +MK +KT +MK +MK +MK +MK +Wl +Lx +xz +pC +tx +BW +BW +Wl +BW +BW +BW +KB +BW +BW +oj +BW +BW +HU +Wl +cW +Kl +TD +BW +cU +TL +ej +Wl +Oe +al UD tX tX tX fz -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -lU -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +Ac +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (104,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -MO -my -tG -lU -tG -tG -tG -tG -UX -UX -tG -tG -tG -tG -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -MO -MO -tG -tG -tG -UX -UX -UX -tG -tG -tG -lU -tG -tG -UX -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +qE +iG +MK +KT +MK +MK +MK +MK +Ah +Ah +MK +MK +MK +MK +Ah +Ah +Ah +Ah +Ah +MK +MK +MK +MK +MK +qE +qE +MK +MK +MK +Ah +Ah +Ah +MK +MK +MK +KT +MK +MK +Ah +MK +aF +BD +pC +pC +BW +BW +BW +aW +BW +BW +BW +Xz +BW +BW +Je +BW +BW +Jk +Wl +Wl +Wl +Wl +HE +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (105,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -MO -tG -tG -lU -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -tG -lU -tG -UX -UX -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -lU -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +MK +qE +MK +MK +KT +MK +MK +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +MK +MK +MK +MK +MK +MK +MK +MK +MK +Ah +Ah +Ah +Ah +Ah +MK +KT +MK +Ah +Ah +MK +aF +lR +BW +BW +BW +BW +BW +Wl +BW +BW +BW +BW +BW +BW +BW +BW +BW +dI +Wl +BW +BW +BW +BW +Wl +OQ +hI +yv +Wl +bu +hI +TX +Wl +Ja +hI +qf +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +Ac +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (106,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -lU -tG -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -tG -tG -lU -tG -UX -UX -tG -lE -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +MK +MK +MK +MK +KT +MK +Ah +Ah +Ah +Ah +Ah +Ah +Ah +MK +MK +MK +Ah +Ah +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +Ah +Ah +MK +MK +KT +MK +Ah +Ah +MK +Wl +Ix +PV +Tz +Zo +Ze +nF +Wl +eH +Xz +BW +BW +BW +BW +BW +zv +BW +vz +Wl +Eq +Ox +iC +BW +Wl +OQ +PB +yv +Wl +bu +PB +TX +Wl +Ja +PB +qf +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (107,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -lU -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -lU -tG -UX -UX -tG -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -CB -CB -lE -lE -lE -lE -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +MK +MK +MK +MK +KT +XX +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +dF +KT +MK +Ah +Ah +MK +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Mf +Sh +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +DG +Ce +Dh +RW +DG +Ce +Dh +RW +DG +Ce +Dh +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (108,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -UX -UX -tG -tG -tG +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +Ah +Ah +MK +MK +MK HG -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek -ek +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho +ho IA OS -tG -UX -tG -tG -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -my -my -my -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +MK +Ah +MK +MK +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +vS +Or +aM +Wl +BW +BW +FK +RW +RW +RW +RW +AJ +AJ +AJ +AJ +RW +gN +gN +wk +RW +gN +gN +wk +RW +wk +gN +gN +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +sV +sV +WX +ck +ck +Ac +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (109,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -lU -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -Fm -uO -uO -ek -ek -OS -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +Ah +Ah +Ah +MK +MK +KT +dF +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +XX +KT +XX +MK +MK +MK +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +Ip +BW +BW +nw +BW +BW +Hr +Wu +uL +ID +jM +jt +jt +jt +jt +rt +vg +lZ +vg +rt +vg +Th +vg +rt +vg +ys +gN +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +VL +jF +jF +md +md +hK +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (110,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -MO -MO -MO -MO -MO -Ro -my -my -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +Ah +Ah +MK +MK +KT +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +KT +MK +MK +MK +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +fn +He +BW +Wl +BW +Jx +FK +RW +RW +RW +Bl +RW +RW +RW +RW +RW +gf +Dh +vT +RW +gf +Dh +vT +RW +vT +Bl +gN +Wl +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +zf +sV +WX +ck +ck +ck +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (111,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -tG -UX -tG -UX -tG -UX -UX -UX -tG -UX -tG -tG -tG -tG -tG -tG -tG -lU -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -MO -MO -pU -pU -Fm -pb -my -MO -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +Ah +Ah +Ah +Ah +MK +KT +MK +MK +MK +MK +Ah +Ah +Ah +MK +Ah +Ah +Ah +Ah +Ah +MK +Ah +MK +Ah +MK +Ah +Ah +Ah +MK +Ah +MK +MK +MK +MK +MK +MK +MK +KT +MK +MK +MK +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +Xt +BW +BW +uP +nr +Jx +FK +RW +RW +RW +Bl +RW +RW +RW +RW +RW +RW +wk +RW +RW +RW +wk +RW +RW +RW +Bl +wk +Wl +Lt +Lt +Lt +Lt +Lt +vj +vj +VL +QZ +sV +Lt +ck +ck +Pp +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (112,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -lU -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -MO -MO -pU -Fm -pb -pU -pU -MO -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +Ah +Ah +Ah +Ah +Ah +KT +MK +MK +Ah +Ah +Ah +Ah +MK +MK +MK +MK +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +MK +MK +MK +MK +MK +MK +MK +MK +KT +MK +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +uP +uP +uP +Wl +QT +eC +yY +eN +eN +eN +yF +eN +eN +eN +eN +eN +eN +ur +eN +eN +eN +ur +eN +eN +eN +yF +pk +Wl +Lt +Lt +Lt +Lt +Lt +vj +VL +QZ +vj +vj +Lt +ck +ck +Pp +Pp +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (113,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -UX -UX -UX -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -tG -tG -Ro -my -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -pU -pU -Fm -pb -pU -pU -MO -MO -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +Ah +Ah +Ah +MK +KT +MK +MK +Ah +Ah +MK +MK +MK +MK +MK +MK +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +Ah +MK +MK +MK +MK +MK +MK +zf +WX +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +HL +HL +HL +HL +BW +Va +FK +RW +RW +RW +Bl +RW +RW +RW +RW +RW +Zd +th +RW +RW +Zd +th +RW +RW +Zd +Bl +th +Wl +Lt +Lt +Lt +vj +vj +VL +QZ +vj +vj +Lt +Lt +ck +Pp +Pp +Pp +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (114,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -tG -tG -tG -tG -UX -UX -tG -tG -UX -UX -UX -UX -UX -UX -tG -tG -tG -MO -MO -my -my -my -Ro -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -pU -Fm -pb -pU -pU -MO -MO -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +MK +MK +MK +KT +MK +MK +Ah +Ah +MK +qE +qE +qE +MK +MK +MK +MK +Ah +Ah +MK +MK +Ah +Ah +Ah +Ah +Ah +Ah +MK +MK +MK +qE +qE +WX +WX +WX +zf +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +Vt +Ub +Ub +Ub +qb +Va +FK +RW +RW +RW +th +RW +RW +RW +RW +RW +th +gf +Dh +RW +th +gN +RW +RW +th +Bl +gN +Wl +Lt +Lt +Lt +vj +VL +QZ +vj +vj +Lt +Lt +ck +ck +Pp +Pp +Pp +ck +ck +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (115,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -UX -UX -UX -UX -UX -tG -tG -tG -tG -MO -MO -MO -MO -my -my -Ro -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -pU -pU -Ro -pU -pU -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +KT +MK +MK +Ah +MK +qE +qE +qE +qE +qE +qE +MK +MK +MK +MK +MK +Ah +Ah +Ah +Ah +Ah +MK +MK +MK +MK +qE +qE +qE +qE +sV +sV +zf +sV +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +BW +BW +BW +BW +rp +Va +FK +RW +RW +RW +Qn +qt +OU +RW +RW +RW +gN +RW +gN +RW +gN +Up +Ar +Ar +yH +Pc +gN +Wl +Lt +Lt +vj +vj +zf +vj +vj +Lt +Lt +Lt +ck +ck +Pp +Pp +Pp +ck +ck +ck +ck +ck +Pp +Pp +Pp +Lt +Lt +Lt +Lt +Lt +Bh "} (116,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -Ro -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +KT +MK +Ah +MK +MK +qE +qE +qE +qE +qE +qE +qE +MK +MK +MK +MK +MK +MK +MK +Ah +Ah +MK +MK +MK +qE +qE +qE +qE +qE +qE +qE +zf +vj +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +BW +BW +BW +BW +wU +CO +NV +Do +Do +Do +Do +Do +OR +In +Gg +jP +Ns +Gg +Sp +yR +Ns +Ns +Kf +yE +yH +Rj +gN +Wl +Lt +Lt +Lt +vj +zf +vj +Lt +Lt +Lt +Lt +ck +ck +Pp +Pp +Pp +Pp +Pp +ck +ck +Pp +Pp +Pp +Pp +Pp +Lt +Lt +Lt +Lt +Bh "} (117,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -Km -uO -ty -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -tG -tG -tG -tG -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -MO -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +KT +MK +MK +MK +MK +MK +MK +qE +qE +qE +qE +qE +qE +qE +MK +MK +MK +MK +MK +MK +MK +MK +MK +qE +qE +qE +qE +qE +qE +qE +qE +Cw +jF +vu +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +BW +BW +BW +BW +Ua +BW +FK +RW +RW +RW +RW +RW +RW +RW +Yk +RW +gf +Ce +io +RW +gf +Ce +Ar +io +gf +Ce +io +Wl +Lt +Lt +Lt +vj +zf +vj +Lt +Lt +Lt +Lt +ck +ck +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Lt +Lt +Lt +Lt +Bh "} (118,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -Ro -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -pU -pU -Fm -pb -pU -MO -MO -MO -MO -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +YG +td +OS +MK +MK +MK +MK +MK +MK +MK +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +vj +vj +zf +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +WK +LD +LD +LD +mz +Nt +FK +RW +RW +RW +RW +Md +Gg +Gg +Ct +Wl +aS +PB +Vd +Wl +Rf +PB +gq +Wl +XQ +PB +ly +Wl +Lt +vj +vj +VL +QZ +vj +Lt +Lt +Lt +Lt +ck +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Lt +Lt +Lt +Bh "} (119,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -XS -lE -MO -MO -MO -Fm -pb -pU -MO -MO -MO -MO -MO -tG -tG -tG -UX -UX -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -MO -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +Os +MK +MK +MK +MK +MK +MK +MK +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +vj +zf +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +cA +cA +cA +cA +nX +Ms +ry +RW +RW +RW +RW +rR +rR +rR +rR +Wl +aS +wd +Vd +Wl +Rf +wd +gq +Wl +XQ +wd +ly +Wl +Lt +Lt +VL +QZ +vj +Lt +Lt +Lt +Lt +Lt +ck +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Lt +Lt +Lt +Bh "} (120,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Km -ty -pU -MO -MO -MO -MO -MO -MO -MO -MO -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -lE -MO -MO -MO -Ro -pU -pU -MO -MO -MO -MO -MO -MO -tG -tG -UX -tG -UX -UX -UX -UX -UX -UX -UX -tG -tG -tG -tG -MO -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +Os +MK +MK +MK +MK +MK +MK +MK +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +vj +Cw +vu +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Wl +Lt +Lt +zf +vj +vj +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Lt +Lt +Bh "} (121,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -UX -tG -tG -tG -tG -tG -MO -FL +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +MK +MK +Os +MK +MK +MK +MK +MK +MK +MK +MK +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +vj +zf +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +vj +zf +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Lt +Bh "} (122,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -vj -vj -vj -vj -vj -vj -vj -vj -MO -vj -vj -vj -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +uH +uH +uH +uH +uH +uH +uH +uH +qE +uH +uH +uH +qE tW -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG +MK +MK +MK +MK +MK +dF +MK +MK +MK +MK +MK tW tW +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +vj +zf +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Fm -pb -pU -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG -UX -tG -tG -UX -tG -tG -MO -FL +vj +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +vj +VL +QZ +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +ck +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Lt +Bh "} (123,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH tW tW -tG -tG -tG -tG -tG -tG -tG -tG -tG -tG +MK +RD +MK +MK +MK +MK +MK +MK +MK +MK tW tW +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Cw +jF +vu +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +VL +jF +jF +jF +jF +jF +vu +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj +VL +QZ vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -Km -uO -ty -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -Fm -uO -uO -uO -uO -uO -ty -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -Fm -pb -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -tG -MO -MO -tG -MO -MO -tG -tG -tG -tG -tG -tG -UX -tG -tG -MO -FL +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +ck +Lt +Lt +Pp +Lt +Lt +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Lt +Bh "} (124,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH tW tW -tG -tG -tG -tG -tG -tG -tG -tG +MK +MK +MK +MK +MK +MK +MK +MK tW tW +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt +vj +zf +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +zf vj vj vj +Lt +vj +Cw +vu vj vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -Ro -pU -pU -pU -MO -pU -Km -ty -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Fm -pb -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -UX -UX -tG -MO -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +vj +vj +vj +VL +QZ +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Pp +Pp +Pp +Pp +Pp +Lt +Bh "} (125,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH tW tW tW -tG -tG -tG -tG -tG +MK +MK +MK +MK +MK tW tW +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt +vj +zf vj vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj +zf vj +Lt +Lt +Lt +Lt +Lt +Cw +jF +jF +jF +vu vj +Lt +Lt +Lt +Lt vj +VL +jF +jF +QZ +Lt vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -MO -MO -Km -uO -uO -uO -ty -pU -MO -MO -MO -MO -pU -Fm -uO -uO -pb -MO -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -UX -UX -tG -tG -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Pp +Pp +Pp +Pp +Hz "} (126,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +uH +uH +uH +uH +qE +qE +qE +uH +uH +uH +uH +uH +df +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +MK +MK +MK +MK +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt +Lt +Cw +jF +vu +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj vj -vj -MO -MO -MO +zf +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj vj +zf +vj +Lt +Lt vj vj -MO -MO +VL +QZ vj vj +Lt +Lt vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -tG -tG -tG -tG -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -Km -uO -ty -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Ro -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Ro -pU -MO -MO -pU -pU -Fm -pb -pU -pU -MO -MO -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Pp +Pp +Pp +Hz "} (127,1,1) = {" -FL -MO -MO -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +qE +qE +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +df +df +df +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt +Lt vj vj +zf +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +VL +jF +jF +jF +QZ +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +vj +zf +Lt +Lt +vj +VL +jF +QZ vj vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -Ro -MO -MO -MO -MO -MO -MO -MO -MO -Fm -uO -uO -uO -pb -pU -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -MO -MO -pU -Fm -uO -pb -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Pp +Pp +Pp +Hz "} (128,1,1) = {" -FL -MO -MO -MO -MO -MO +nH +qE +qE +qE +qE +qE +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +df +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt +vj +vj +Bk +zf +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +zf +vj +Lt vj vj vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj +zf +Lt +Lt vj +zf vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -MO -Ro -MO -MO -MO -MO -MO -MO -MO -MO -Ro -pU -MO -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -pU -Ro -MO -MO -pU -Ro -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -tG -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Pp +Pp +Pp +Hz "} (129,1,1) = {" -FL -MO -MO -MO -MO +nH +qE +qE +qE +qE +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt +vj +vj +vj +Cw +vu +vj +Lt +Lt +Lt +Lt +Lt +Lt +zf +vj +Lt vj vj vj vj +Lt +Lt +Lt +Lt +Lt +Lt vj vj +zf +Lt vj vj +zf vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -Km -ty -pU -MO -MO -MO -MO -MO -MO -Ro -pU -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -pU -pU -Ro -MO -pU -pU -Ro -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Pp +Pp +Hz "} (130,1,1) = {" -FL -MO -MO -MO +nH +qE +qE +qE +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt vj vj vj vj +zf +vj +Lt +Lt +Lt +Lt +Lt +Lt +zf +vj +Lt +Lt vj vj vj +Lt +Lt +Lt +Lt +Lt vj vj vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -Ro -pU -MO -MO -MO -MO -MO -MO -Ro -pU -MO -MO -pU -pU -pU -MO -MO -MO -MO -MO -pU -pU -pU -Km -uO -uO -uO -pb -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -tG -tG -FL +Cw +jF +jF +jF +QZ +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Pp +Pp +Hz "} (131,1,1) = {" -FL -MO -MO +nH +qE +qE +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +vj +vj +Lt +Lt +Lt +Cw +jF +vu +Lt +Lt +Lt +Lt +vj +zf +vj +Lt +Lt +Lt +vj +vj +vj +Lt +Lt +Lt +Lt vj vj vj vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -MO -MO -MO -Km -uO -ty -MO -MO -MO -MO -pU -Ro -pU -MO -MO -MO -pU -pU -pU -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Hz "} (132,1,1) = {" -FL -MO +nH +qE +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +Lb +uH +qE +qE +qE +qE +qE +vj +qE +qE +qE +qE +Lt +Lt +vj +Lt +Lt +Lt +Lt vj vj +zf +Lt +Lt +Lt vj vj +zf +vj +Lt +Lt +Lt vj vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -sF -vj -MO -MO -MO -MO -MO -pU -MO -MO -MO -MO -MO -MO -pU -MO -MO -MO -MO -pU -pU -Ro -MO -MO -MO -pU -pU -Ro -pU -MO -MO -MO -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -MO -MO -pU -pU -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wx +Wx +Wx +Lt +Lt +Wx +Wx +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Hz "} (133,1,1) = {" -FL +nH +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +Lb +Lb +Lb +Lb +Lb +sV +sV +vj +vj +vj +qE +qE +vj +vj +Lt +vj +vj +Lt +Lt +Lt +Lt +vj +vj +zf +vj +Lt +VL +jF +jF +QZ +Lt +Lt +Lt +Lt +Lt vj vj vj vj -vj -vj -vj -vj -vj -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -sF -sF -sF -sF -sF -pU -pU -pU -pU -pU -MO -MO -pU -pU -MO -pU -pU -MO -MO -MO -MO -pU -pU -Ro -pU -MO -Fm -uO -uO -pb -MO -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -MO -MO -MO -MO -MO -pU -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wx +Wx +Lt +Lt +Lt +Lt +Lt +Wx +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Hz "} (134,1,1) = {" fV -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +Lb +Lb +qE +uH +sV +qE +sV vj vj vj @@ -19577,6 +26508,25 @@ vj vj vj vj +Lt +Lt +Lt +Lt +Lt +Lt +Cw +jF +jF +QZ +vj +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj vj @@ -19584,274 +26534,288 @@ vj vj vj vj +Lt +Lt +Lt +Lt +Lt +Lt vj vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -sF -sF -MO -vj -pU -MO -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -Km -uO -uO -pb -pU -pU -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -MO -MO -MO -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -tG -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wx +Wx +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Pp +Hz "} (135,1,1) = {" fV +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +df +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +df +df +df +df +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE vj vj vj vj vj vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj vj -MO -MO -MO +vj +vj +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj vj vj vj vj +Lt +Lt +Lt +Lt vj vj vj vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -tG -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wx +Wx +Wx +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Pp +Hz "} (136,1,1) = {" fV +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +df +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +df +df +df +df +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj vj vj -vj -vj -vj -vj -vj -MO -MO -MO +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj vj @@ -19863,125 +26827,140 @@ vj vj vj vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (137,1,1) = {" fV +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +df +df +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj vj @@ -19989,562 +26968,463 @@ vj vj vj vj -vj -vj -vj -vj -MO -MO -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Wx +Wx +Wx +Wx +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (138,1,1) = {" fV +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt vj vj vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -pU -pU -pU -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (139,1,1) = {" fV -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FL +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +uH +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +qE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bh "} (140,1,1) = {" fV +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF +CF fV fV fV fV fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -fV -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL -FL +nH +nH +nH +nH +nH +nH +nH +nH +nH +nH +nH +nH +nH +nH +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh "} diff --git a/maps/groundbase/gb-z2.dmm b/maps/groundbase/gb-z2.dmm index a4d9efc23b..cd36c6991f 100644 --- a/maps/groundbase/gb-z2.dmm +++ b/maps/groundbase/gb-z2.dmm @@ -1,20 +1,460 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "rd_office" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/groundbase/science) +"ad" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"af" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/open, +/area/groundbase/medical) +"ap" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + name = "Medical"; + sortType = "Medical" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/ne) +"az" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/level2/sw) +"aB" = ( +/obj/structure/closet/secure_closet/scientist, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"aM" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/groundbase/command) +"aP" = ( +/obj/structure/bed/double/padded, +/obj/item/weapon/bedsheet/clowndouble, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"aQ" = ( +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen5"; + name = "Pen 5 Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"aR" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/folder/red{ + pixel_y = 4 + }, +/obj/item/weapon/folder/blue, +/obj/item/weapon/pen, +/obj/item/weapon/paper_bin{ + pixel_y = 7 + }, +/obj/item/device/radio{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"aS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"aU" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"aV" = ( +/obj/structure/table/woodentable, +/obj/item/device/taperecorder, +/obj/item/device/tape/random, +/obj/item/device/camera, +/obj/item/device/retail_scanner/civilian, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"aY" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"bb" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen1"; + name = "Pen 1 Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"be" = ( +/obj/structure/table/fancyblack, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"bf" = ( +/obj/structure/extinguisher_cabinet{ + dir = 4; + pixel_x = -30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"bj" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen3"; + name = "Pen 3 Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"bl" = ( +/turf/simulated/floor/carpet/deco, +/area/groundbase/civilian) "bn" = ( -/turf/simulated/floor/tiled/monotile, -/area/groundbase/level2) +/obj/machinery/door/airlock{ + id_tag = null; + name = "Restroom" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/dorms) +"bp" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/civilian) +"bt" = ( +/turf/simulated/wall/r_wall, +/area/groundbase/science) +"bu" = ( +/obj/machinery/door/airlock/freezer{ + name = "Kitchen"; + req_access = list(28) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"bv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + id_tag = "mentaldoor"; + name = "Mental Health"; + req_access = list(64) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"bx" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"by" = ( +/obj/machinery/suit_cycler/captain, +/obj/machinery/keycard_auth{ + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/groundbase/command) +"bD" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/research{ + name = "Robotics Resleeving" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) +"bM" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"bP" = ( +/obj/item/clothing/glasses/omnihud/all, +/obj/structure/closet/secure_closet/captains, +/obj/item/weapon/disk/nuclear{ + name = "authentication disk" + }, +/turf/simulated/floor/wood, +/area/groundbase/command) +"bV" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/tiled, +/area/groundbase/science) "bX" = ( /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level2) +/area/groundbase/level2/nw) +"bY" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/nw) +"bZ" = ( +/obj/machinery/button/remote/blast_door{ + id = "rndshutters"; + name = "Privacy Shutter Control"; + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"cc" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_research{ + name = "Research and Development"; + req_one_access = list(7) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) "ce" = ( /turf/simulated/open, -/area/groundbase/level2) +/area/groundbase/level2/nw) +"cf" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/folder/blue, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -13; + pixel_y = 7 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/groundbase/command) +"ci" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_medical{ + name = "Medical"; + req_one_access = null + }, +/turf/simulated/floor/bmarble, +/area/groundbase/medical) +"cm" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"cn" = ( +/obj/machinery/button/remote/blast_door{ + id = "xenobiopen4"; + name = "Pen 4 Containment"; + pixel_y = 38; + req_access = list(55) + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobiodiv2"; + name = "Divider"; + pixel_y = 27; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"cp" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"cq" = ( +/mob/living/simple_mob/vore/alienanimals/catslug{ + color = "#541f80"; + desc = "Studies mysteries mysteriously."; + faction = "neutral"; + ghostjoin = 1; + name = "Professor Nubbins" + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"cr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"cv" = ( +/obj/structure/table/glass, +/obj/machinery/chemical_dispenser/xenoflora/full, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"cA" = ( +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"cB" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"cD" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/se) +"cE" = ( +/obj/machinery/appliance/mixer/candy, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"cN" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/closet/walllocker_double/east, +/obj/item/device/defib_kit/jumper_kit, +/obj/item/weapon/storage/box/gloves, +/obj/item/weapon/storage/box/bodybags{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/weapon/book/manual/robotics_cyborgs, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"cP" = ( +/obj/structure/table/borosilicate, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level2/sw) +"cS" = ( +/obj/machinery/vending/weeb, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/level2/sw) "cU" = ( /obj/structure/table/bench/padded, /turf/simulated/floor/tiled/dark, -/area/groundbase/level2) +/area/groundbase/civilian) "cX" = ( /turf/simulated/floor/carpet, -/area/groundbase/level2) +/area/groundbase/civilian) +"cY" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiopen5"; + name = "Pen 5 Containment"; + pixel_y = -38; + req_access = list(55) + }, +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiodiv3"; + name = "Divider"; + pixel_y = -27; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"cZ" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/lights/mixed, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"df" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp{ + pixel_x = 2; + pixel_y = 7 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"dj" = ( +/obj/structure/table/fancyblack, +/obj/item/weapon/book/manual/security_space_law, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"dm" = ( +/obj/structure/table/steel, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"do" = ( +/obj/machinery/button/remote/blast_door{ + id = "xenobiopen2"; + name = "Pen 2 Containment"; + pixel_y = 38; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"dr" = ( +/turf/simulated/open, +/area/groundbase/medical) +"ds" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) "dt" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -23,28 +463,245 @@ dir = 5 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"dv" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/belt/utility, +/obj/item/device/multitool, +/obj/fiftyspawner/steel, +/obj/item/weapon/storage/belt/utility, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"dx" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet1"; + name = "Toilet 1" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/dorms) +"dE" = ( +/turf/simulated/open, +/area/groundbase/cargo) +"dJ" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/open, +/area/groundbase/level2/sw) +"dL" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/melee/chainofcommand, +/obj/item/weapon/coin/phoron{ + desc = "The face of the coin shows a portrait of the explorer who discovered the Virgo-Erigone system. The back depicts a Zodiac symbol that represents Virgo."; + name = "limited edition phoron coin" + }, +/obj/item/weapon/folder/blue_captain, +/obj/item/weapon/stamp/captain, +/turf/simulated/floor/carpet/blucarpet, +/area/groundbase/command) +"dN" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "rndshutters"; + name = "Privacy Shutters" + }, +/turf/simulated/floor/virgo3c, +/area/groundbase/science) "dU" = ( /obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Dorms" + }, /turf/simulated/floor/bmarble, -/area/groundbase/level2) +/area/groundbase/dorms) "ea" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - door_color = "#822a1e"; - frequency = 1380; - id_tag = "supply_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch" +/obj/structure/stairs/spawner/west, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"ee" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 }, -/obj/machinery/conveyor{ - dir = 1; - id = "cargounload" +/turf/simulated/floor/bluegrid{ + name = "Server Base"; + nitrogen = 500; + oxygen = 0; + temperature = 80 }, -/turf/simulated/shuttle/floor, -/area/groundbase/level2) +/area/groundbase/science) +"eg" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/folder/blue_hop, +/obj/item/weapon/pen/multi{ + pixel_x = -2; + pixel_y = 9 + }, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"ej" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/command) +"em" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/landmark/start{ + name = "Site Manager" + }, +/turf/simulated/floor/carpet/blucarpet, +/area/groundbase/command) +"eo" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/dropper, +/obj/item/weapon/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/weapon/reagent_containers/food/condiment/enzyme{ + layer = 5 + }, +/obj/item/weapon/reagent_containers/food/condiment/enzyme{ + layer = 5 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"ep" = ( +/obj/structure/table/standard, +/obj/item/weapon/book/manual/cook_guide, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"et" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/ne) +"eu" = ( +/obj/structure/sign/painting/chapel_secure{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) "eC" = ( /turf/simulated/wall/r_wall, -/area/groundbase/level2) +/area/groundbase/dorms) +"eD" = ( +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"eF" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/regular{ + closed_layer = 10; + density = 0; + dir = 2; + icon_state = "pdoor0"; + id = "bridge blast"; + layer = 1; + name = "Bridge Blast Doors"; + opacity = 0; + open_layer = 1 + }, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/groundbase/command) +"eK" = ( +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for shutters."; + dir = 4; + id = "virologyquar"; + name = "Virology Emergency Lockdown Control"; + pixel_x = -28; + pixel_y = 5; + req_access = list(5) + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"eN" = ( +/turf/simulated/open, +/area/groundbase/level2/sw) +"eO" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/weapon/pen/blue{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"eR" = ( +/obj/structure/bed/chair/sofa/corp/left, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"eS" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"eU" = ( +/obj/structure/table/woodentable, +/obj/machinery/microwave, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"fc" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"fe" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"fk" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level2/se) +"fm" = ( +/obj/machinery/button/remote/airlock{ + dir = 8; + id = "dorm5"; + pixel_x = 27; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"fr" = ( +/obj/machinery/button/windowtint{ + id = "rd_office"; + layer = 3.3; + pixel_x = 16; + pixel_y = -27 + }, +/obj/structure/bed/chair, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"fE" = ( +/obj/structure/sign/painting/library_private{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) "fF" = ( /obj/structure/table/glass, /obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{ @@ -56,24 +713,518 @@ pixel_y = 2 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) "fG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"fM" = ( +/obj/machinery/shower{ + dir = 1; + pixel_y = -2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/curtain/open/shower/medical, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/groundbase/medical) "fX" = ( /turf/unsimulated/wall/planetary/virgo3c, -/area/groundbase/level2) -"iC" = ( -/turf/simulated/wall, -/area/groundbase/level2) +/area/groundbase/level2/nw) +"gd" = ( +/obj/machinery/r_n_d/protolathe{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/science) +"ge" = ( +/obj/machinery/smartfridge/produce, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"gk" = ( +/obj/structure/table/standard, +/obj/item/weapon/clipboard, +/obj/item/weapon/stamp/qm, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"gm" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/obj/structure/sign/department/rnd{ + pixel_y = 32 + }, +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "rndshutters"; + name = "Privacy Shutters" + }, +/turf/simulated/floor, +/area/groundbase/science) +"gn" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/cargo) +"gv" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/beakers{ + name = "box of measuring cups"; + pixel_x = 2; + pixel_y = 3; + starts_with = list(/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup = 7) + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"gy" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"gB" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"gL" = ( +/mob/living/simple_mob/vore/alienanimals/catslug{ + color = "#5e442f"; + desc = "Often loafing around."; + faction = "neutral"; + ghostjoin = 1; + name = "Technician Nermley" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"gN" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"gP" = ( +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "dorm4"; + pixel_x = -27; + specialfunctions = 4 + }, +/obj/structure/bed/double/padded, +/obj/item/weapon/bedsheet/clowndouble, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"gR" = ( +/obj/structure/sign/painting/library_secure{ + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"gU" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"gX" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized/full{ + id = "qm_office" + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"gY" = ( +/obj/structure/bed/chair/sofa/corner/black, +/turf/simulated/floor/carpet/deco, +/area/groundbase/civilian) +"hc" = ( +/obj/structure/plasticflaps, +/obj/machinery/disposal/deliveryChute, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"he" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"hh" = ( +/obj/structure/table/steel, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"hi" = ( +/obj/structure/table/standard, +/obj/item/weapon/material/knife/butch, +/obj/item/weapon/material/kitchen/rollingpin, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"hk" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/groundbase/command) +"hl" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen2"; + name = "Pen 2 Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"hm" = ( +/obj/structure/bed/chair/sofa/black, +/turf/simulated/floor/carpet/deco, +/area/groundbase/civilian) +"hv" = ( +/obj/structure/toilet, +/obj/machinery/button/remote/airlock{ + id = "toilet1"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/dorms) +"hw" = ( +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "kitchenhallway"; + name = "Kitchen shutters"; + pixel_x = 27; + pixel_y = 6 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"hA" = ( +/obj/structure/table/woodentable, +/obj/machinery/chemical_dispenser/bar_soft/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"hH" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"hJ" = ( +/obj/item/device/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"hK" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/nw) +"hM" = ( +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/nw) +"hP" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/se) +"hQ" = ( +/obj/machinery/seed_storage/garden, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"hU" = ( +/obj/machinery/button/remote/blast_door{ + id = "rndshutters"; + name = "Privacy Shutter Control"; + pixel_y = 30 + }, +/obj/machinery/computer/rdconsole/robotics, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"hV" = ( +/obj/structure/table/standard, +/obj/machinery/microwave, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"hX" = ( +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen2"; + name = "Pen 2 Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"ih" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/med_data/laptop{ + dir = 8; + pixel_y = 7 + }, +/turf/simulated/floor/carpet/blue, +/area/groundbase/medical) +"in" = ( +/obj/structure/sign/painting/library_private{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"io" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/smartfridge/chemistry, +/turf/simulated/floor/plating, +/area/groundbase/medical) +"is" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/research{ + frequency = 1379; + id_tag = "xenobio_airlock_exterior"; + locked = 1; + name = "Xenobiology Lab"; + req_access = list(47,55) + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "xenobio_airlock_control"; + name = "Xenobiology Access Button"; + pixel_x = -32; + req_access = null; + req_one_access = list(47,55) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) +"iw" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level2/ne) +"iy" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/weapon/folder/white, +/turf/simulated/floor/carpet/blue, +/area/groundbase/medical) +"iE" = ( +/obj/structure/bed/chair/comfy/brown, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"iI" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/civilian) +"iJ" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"iM" = ( +/obj/machinery/door/airlock{ + id_tag = "dorm2"; + name = "Room 2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/dorms) +"iN" = ( +/obj/machinery/requests_console{ + department = "Service"; + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"iQ" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"iT" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"iV" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"iZ" = ( +/obj/structure/bed/chair/comfy/blue, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"ja" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + dir = 8; + name = "Research Director RC"; + pixel_x = 22; + pixel_y = -2 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"jb" = ( +/obj/machinery/door/airlock{ + id_tag = "dorm1"; + name = "Room 1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/dorms) +"je" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level2/se) +"jf" = ( +/obj/machinery/computer/diseasesplicer{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"jh" = ( +/obj/structure/sign/painting/chapel_secure{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"jk" = ( +/obj/effect/landmark/vermin, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"jm" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_y = 7 + }, +/obj/item/weapon/pen, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"jn" = ( +/obj/structure/closet/wardrobe/virology_white, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"jv" = ( +/obj/machinery/appliance/cooker/grill, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"jx" = ( +/obj/structure/bed/chair/wood/wings, +/obj/effect/landmark/start{ + name = "Chaplain" + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"jy" = ( +/obj/machinery/gibber, +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian) +"jA" = ( +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"jB" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"jG" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/sw) +"jI" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) "jK" = ( /obj/machinery/medical_kiosk, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"jL" = ( +/obj/machinery/processor, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"jM" = ( +/obj/machinery/door/airlock{ + id_tag = "dorm8"; + name = "Room 8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/dorms) +"kf" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/lino{ + edge_blending_priority = 0.1 + }, +/area/groundbase/civilian) +"kj" = ( +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) "kk" = ( /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/dorms) "ko" = ( /obj/effect/floor_decal/corner_steel_grid{ dir = 10 @@ -82,28 +1233,117 @@ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"kp" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/item/weapon/shovel/spade, +/obj/item/weapon/storage/belt/utility, +/obj/item/stack/material/sandstone{ + amount = 5 + }, +/obj/item/device/retail_scanner/civilian, +/obj/item/device/multitool, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"ks" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level2/ne) +"kz" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen7"; + name = "Pen 7 Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"kG" = ( +/obj/structure/railing/grey, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/se) +"kJ" = ( +/obj/structure/sign/painting/library_secure{ + pixel_x = -30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"kL" = ( +/obj/machinery/door/airlock{ + id_tag = "dorm3"; + name = "Room 3" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/dorms) "kR" = ( /obj/random/mob/bird, /turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level2) +/area/groundbase/level2/nw) +"kT" = ( +/obj/structure/table/glass, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/device/megaphone, +/obj/item/weapon/paper/monitorkey, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"kU" = ( +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/se) "kV" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - door_color = "#822a1e"; - frequency = 1380; - id_tag = "supply_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch" +/obj/effect/floor_decal/chapel{ + dir = 1 }, -/turf/simulated/shuttle/floor, -/area/groundbase/level2) +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"kZ" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "cirshutters"; + name = "Privacy Shutters" + }, +/obj/machinery/door/window/brigdoor/westleft{ + name = "Circuitry Workshop"; + req_access = list(7) + }, +/turf/simulated/floor/virgo3c, +/area/groundbase/science) +"le" = ( +/obj/structure/sign/painting/chapel_secure{ + pixel_y = 30 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian) "lm" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "cargounload" +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/light{ + dir = 8 }, -/turf/simulated/shuttle/floor, -/area/groundbase/level2) +/turf/simulated/floor/tiled, +/area/groundbase/science) +"lp" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) "lz" = ( /obj/effect/floor_decal/steeldecal/steel_decals10{ dir = 8 @@ -112,19 +1352,387 @@ dir = 5 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"lA" = ( +/obj/structure/sign/painting/chapel_secure{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"lD" = ( +/obj/structure/displaycase, +/obj/structure/sign/painting/library_secure{ + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/groundbase/command) +"lH" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"lK" = ( +/obj/structure/table/standard, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"lL" = ( +/turf/simulated/floor/outdoors/newdirt_nograss, +/area/groundbase/level2/se) +"lU" = ( +/obj/structure/table/standard, +/obj/item/weapon/folder/yellow, +/obj/item/weapon/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"md" = ( +/obj/machinery/computer/mecha{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"mi" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"mj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"mo" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Library Conference Room" + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"mp" = ( +/obj/machinery/disease2/diseaseanalyser, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"mq" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor/plating, +/area/groundbase/cargo) +"mt" = ( +/obj/machinery/computer/security/xenobio, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"mu" = ( +/obj/machinery/door/airlock{ + id_tag = "dorm4"; + name = "Room 4" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/dorms) +"mB" = ( +/obj/structure/bed/chair/office/light, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"mC" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"mE" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills{ + dir = 8; + pixel_y = 7 + }, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"mG" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"mJ" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Command Secretary" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"mL" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"mR" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/ne) +"mW" = ( +/obj/item/weapon/storage/box/botanydisk, +/obj/structure/table/glass, +/obj/item/weapon/storage/box/botanydisk, +/obj/item/weapon/reagent_containers/glass/bucket, +/obj/item/weapon/material/minihoe, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"mZ" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "cirshutters"; + name = "Privacy Shutters" + }, +/obj/machinery/door/window/brigdoor/westright{ + name = "Circuitry Workshop"; + req_access = list(7) + }, +/turf/simulated/floor/virgo3c, +/area/groundbase/science) +"nf" = ( +/obj/structure/table/wooden_reinforced, +/turf/simulated/floor/carpet/deco, +/area/groundbase/civilian) +"ni" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level2/ne) +"nl" = ( +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/obj/item/stack/material/plasteel{ + amount = 10 + }, +/obj/structure/closet/walllocker_double/east{ + dir = 2; + pixel_x = 0; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/steel, +/area/groundbase/science) +"nm" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + name = "Server Room"; + req_access = list(30) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) +"nn" = ( +/obj/structure/table/woodentable, +/obj/machinery/librarycomp, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"nt" = ( +/obj/item/weapon/stamp/rd, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"nw" = ( +/obj/machinery/vending/wardrobe/robodrobe, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"nz" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green{ + pixel_y = 12 + }, +/turf/simulated/floor/carpet, +/area/groundbase/command) +"nC" = ( +/mob/living/simple_mob/vore/alienanimals/catslug{ + color = "#1b1b5c"; + desc = "More porl than you."; + faction = "neutral"; + ghostjoin = 1; + name = "Captain Crumsh" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"nD" = ( +/obj/machinery/disposal/wall{ + dir = 8; + name = "auto-resleeving equipment deposit" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"nE" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"nH" = ( +/obj/structure/stairs/spawner/south, +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"nI" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen8"; + name = "Pen 8 Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 1; + name = "Slime Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"nM" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"nN" = ( +/obj/machinery/computer/transhuman/resleeving{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"nP" = ( +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/cargo) +"nQ" = ( +/obj/structure/table/glass, +/obj/item/device/radio{ + anchored = 1; + canhear_range = 7; + frequency = 1487; + icon = 'icons/obj/items.dmi'; + icon_state = "red_phone"; + name = "Virology Emergency Phone"; + pixel_y = 9 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"nS" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"nV" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"nW" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/obj/item/weapon/reagent_containers/dropper, +/obj/item/device/radio/intercom{ + dir = 1; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"nX" = ( +/obj/machinery/computer/station_alert/all{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"oa" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/groundbase/cargo) "ol" = ( /obj/effect/floor_decal/steeldecal/steel_decals10{ dir = 8 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) "oq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor, -/turf/simulated/floor, -/area/groundbase/level2) +/obj/machinery/chem_master, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"ot" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/device/megaphone, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + dir = 8; + pixel_x = 28 + }, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"ou" = ( +/obj/structure/table/woodentable, +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"ov" = ( +/obj/machinery/computer/arcade{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"ow" = ( +/obj/structure/closet/wardrobe/captain, +/turf/simulated/floor/wood, +/area/groundbase/command) +"oA" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiodiv3"; + layer = 8; + name = "Divider" + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) "oD" = ( /obj/machinery/door/firedoor, /obj/structure/table/glass, @@ -134,8 +1742,124 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/simulated/floor, -/area/groundbase/level2) +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"oM" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen8"; + name = "Pen 8 Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"oO" = ( +/turf/simulated/floor/wood, +/area/groundbase/command) +"oY" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"oZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_command{ + name = "Bridge"; + req_access = list(19) + }, +/turf/simulated/floor/bmarble, +/area/groundbase/command) +"pd" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort1" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/groundbase/cargo) +"ph" = ( +/obj/item/weapon/reagent_containers/glass/beaker/sulphuric, +/obj/machinery/r_n_d/circuit_imprinter{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/science) +"pi" = ( +/obj/structure/filingcabinet/medical{ + desc = "A large cabinet with hard copy medical records."; + name = "Medical Records" + }, +/turf/simulated/floor/carpet/blue, +/area/groundbase/medical) +"pj" = ( +/obj/structure/table/fancyblack, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"pl" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"pm" = ( +/obj/structure/table/fancyblack, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"pn" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Command Conf Room" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"pq" = ( +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen7"; + name = "Pen 7 Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) "ps" = ( /obj/structure/railing/grey{ dir = 1 @@ -144,16 +1868,248 @@ dir = 4 }, /turf/simulated/open, -/area/groundbase/level2) -"pX" = ( -/obj/structure/shuttle/engine/heater{ +/area/groundbase/civilian) +"pu" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine{ + department = "Research Director's Office"; + pixel_y = 6 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"pw" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level2/nw) +"pA" = ( +/obj/structure/table/hardwoodtable, +/obj/item/device/paicard, +/turf/simulated/floor/tiled/dark, +/area/groundbase/dorms) +"pC" = ( +/obj/structure/bookcase, +/obj/item/weapon/book/manual/anomaly_spectroscopy, +/obj/item/weapon/book/manual/anomaly_testing, +/obj/item/weapon/book/manual/materials_chemistry_analysis, +/obj/item/weapon/book/manual/resleeving, +/obj/item/weapon/book/manual/standard_operating_procedure, +/obj/item/weapon/book/manual/security_space_law, +/obj/item/weapon/book/manual/command_guide, +/obj/item/weapon/book/manual, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"pD" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Slime Pen 1"; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"pE" = ( +/obj/item/slime_extract/grey, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"pH" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"pP" = ( +/obj/machinery/transhuman/synthprinter, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"pW" = ( +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"qg" = ( +/turf/simulated/wall/r_wall, +/area/groundbase/command) +"qk" = ( +/obj/effect/floor_decal/industrial/warning{ dir = 4 }, -/obj/structure/window/reinforced{ +/turf/simulated/floor/tiled, +/area/groundbase/science) +"ql" = ( +/obj/structure/bed/chair/sofa/corp{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"qo" = ( +/turf/simulated/wall/r_wall, +/area/groundbase/medical) +"qp" = ( +/obj/machinery/disease2/isolator, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"qt" = ( +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"qu" = ( +/turf/simulated/floor/glass/reinforced/virgo3c, +/area/groundbase/level2/nw) +"qw" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/obj/item/weapon/book/bundle/custom_library/reference/ThermodynamicReactionsandResearch, +/obj/item/weapon/book/bundle/custom_library/reference/fbpandprostheticmaintenance, +/obj/item/weapon/book/bundle/custom_library/reference/recyclingprocedures, +/obj/item/weapon/book/custom_library/reference/fistfulofd6splayersguide, +/obj/item/weapon/book/custom_library/reference/securityguidelines, +/obj/item/weapon/book/custom_library/reference/spacesurvivalguidedespressurization, +/obj/item/weapon/book/manual/anomaly_spectroscopy, +/obj/item/weapon/book/manual/anomaly_testing, +/obj/item/weapon/book/manual/atmospipes, +/obj/item/weapon/book/manual/bar_guide, +/obj/item/weapon/book/manual/barman_recipes, +/obj/item/weapon/book/manual/casino, +/obj/item/weapon/book/manual/chef_recipes, +/obj/item/weapon/book/manual/command_guide, +/obj/item/weapon/book/manual/cook_guide, +/obj/item/weapon/book/manual/detective, +/obj/item/weapon/book/manual/engineering_construction, +/obj/item/weapon/book/manual/engineering_guide, +/obj/item/weapon/book/manual/engineering_hacking, +/obj/item/weapon/book/manual/engineering_particle_accelerator, +/obj/item/weapon/book/manual/engineering_singularity_safety, +/obj/item/weapon/book/manual/evaguide, +/obj/item/weapon/book/manual/excavation, +/obj/item/weapon/book/manual/hydroponics_pod_people, +/obj/item/weapon/book/manual/mass_spectrometry, +/obj/item/weapon/book/manual/materials_chemistry_analysis, +/obj/item/weapon/book/manual/medical_cloning, +/obj/item/weapon/book/manual/medical_diagnostics_manual, +/obj/item/weapon/book/manual/research_and_development, +/obj/item/weapon/book/manual/resleeving, +/obj/item/weapon/book/manual/ripley_build_and_repair, +/obj/item/weapon/book/manual/robotics_cyborgs, +/obj/item/weapon/book/manual/rust_engine, +/obj/item/weapon/book/manual/security_space_law, +/obj/item/weapon/book/manual/standard_operating_procedure, +/obj/item/weapon/book/manual/stasis, +/obj/item/weapon/book/manual/supermatter_engine, +/obj/item/weapon/book/manual/tesla_engine, +/obj/item/weapon/book/manual/virology, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"qB" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"qE" = ( +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "dorm6"; + pixel_x = -27; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"qH" = ( +/obj/structure/closet/l3closet/virology, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"qN" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ dir = 8 }, +/obj/item/device/radio{ + anchored = 1; + canhear_range = 7; + frequency = 1487; + icon = 'icons/obj/items.dmi'; + icon_state = "red_phone"; + name = "Virology Emergency Phone"; + pixel_x = 7; + pixel_y = 9 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"qP" = ( +/obj/item/weapon/bedsheet/green, +/obj/structure/bed/padded, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"qQ" = ( +/obj/structure/table/standard, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"qS" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiodiv2"; + layer = 8; + name = "Divider" + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"qU" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_research{ + name = "Xeno Research"; + req_one_access = list(47,55) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) +"qV" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"qY" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"qZ" = ( +/obj/structure/foodcart, +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian) +"rb" = ( +/obj/structure/sign/painting/library_private{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"rc" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/box/donkpockets, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"rg" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"rh" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "rndshutters"; + name = "Privacy Shutters" + }, /turf/simulated/floor, -/area/groundbase/level2) +/area/groundbase/science) +"rr" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian) "rs" = ( /obj/effect/floor_decal/corner_steel_grid{ dir = 10 @@ -162,14 +2118,220 @@ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"ru" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/folder/red, +/obj/item/weapon/folder/blue, +/obj/item/weapon/pen/multi{ + pixel_x = -2; + pixel_y = 9 + }, +/turf/simulated/floor/carpet, +/area/groundbase/command) +"rx" = ( +/obj/structure/table/standard, +/obj/machinery/microwave, +/obj/machinery/light/floortube{ + dir = 4; + pixel_x = 6 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"rH" = ( +/obj/machinery/requests_console/preset/research{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"rI" = ( +/obj/structure/table/standard, +/obj/item/weapon/book/manual/resleeving, +/obj/item/weapon/storage/box/backup_kit, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"rN" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level2/se) +"se" = ( +/obj/item/device/aicard, +/obj/structure/table/reinforced, +/obj/item/device/multitool, +/obj/machinery/button/remote/blast_door{ + dir = 8; + id = "bridge blast"; + name = "Bridge Blastdoors"; + pixel_x = 26 + }, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"sg" = ( +/obj/random/slimecore, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"su" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"sy" = ( +/obj/structure/table/woodentable, +/obj/machinery/librarypubliccomp, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"sA" = ( +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"sD" = ( +/obj/machinery/papershredder, +/obj/machinery/keycard_auth{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"sI" = ( +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 1; + name = "Sorting Office"; + sortType = "Sorting Office" + }, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/cargo) +"sP" = ( +/obj/structure/disposalpipe/sortjunction/untagged/flipped{ + dir = 1 + }, +/obj/machinery/door/airlock/glass_mining{ + id_tag = "cargodoor"; + name = "Cargo Office"; + req_access = list(31); + req_one_access = list() + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/bmarble, +/area/groundbase/cargo) +"sS" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "qm_office" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/groundbase/cargo) +"sT" = ( +/obj/machinery/seed_storage/xenobotany, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"sU" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"sV" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"tb" = ( +/obj/structure/reagent_dispensers/acid{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/machinery/mecha_part_fabricator, +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) "td" = ( /obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine{ + department = "Medical" + }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"th" = ( +/obj/machinery/media/jukebox, +/turf/simulated/floor/tiled, +/area/groundbase/science) "to" = ( /turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level2) +/area/groundbase/level2/ne) +"tq" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/sw) +"tr" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/civilian) +"tt" = ( +/obj/machinery/chem_master, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"ty" = ( +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"tB" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen4"; + name = "Pen 4 Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"tC" = ( +/obj/structure/reagent_dispensers/acid{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"tD" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/gate/thin{ + dir = 4; + id = "kitchenhallway"; + layer = 3.3 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/groundbase/civilian) "tH" = ( /obj/structure/disposalpipe/trunk{ dir = 1 @@ -178,44 +2340,473 @@ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"tI" = ( +/obj/machinery/r_n_d/destructive_analyzer, +/turf/simulated/floor/tiled/dark, +/area/groundbase/science) +"tJ" = ( +/obj/item/weapon/folder/blue, +/obj/structure/table/fancyblack, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"tQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_medical{ + name = "Chemistry"; + req_one_access = list(33) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"tT" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen4"; + name = "Pen 4 Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 1; + name = "Slime Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"tX" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/donut, +/obj/item/weapon/book/manual/standard_operating_procedure, +/obj/item/weapon/book/manual/command_guide, +/obj/item/device/radio, +/obj/item/weapon/storage/firstaid/regular, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"ua" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/full, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"ue" = ( +/obj/machinery/button/remote/airlock{ + dir = 8; + id = "dorm3"; + pixel_x = 27; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"uk" = ( +/obj/structure/bed/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) "um" = ( /obj/machinery/computer/crew, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"un" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Virology" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"uo" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/open, +/area/groundbase/level2/nw) +"up" = ( +/obj/structure/stairs/spawner/west, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"uq" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/cargo) +"ur" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"uG" = ( +/obj/item/modular_computer/console/preset/command{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"uK" = ( +/obj/structure/table/standard, +/obj/item/weapon/tape_roll, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"uL" = ( +/obj/machinery/door/airlock{ + id_tag = "dorm6"; + name = "Room 6" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/dorms) +"uN" = ( +/obj/structure/closet/l3closet/scientist, +/obj/item/clothing/suit/bio_suit/scientist, +/obj/item/clothing/head/bio_hood/scientist, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"uO" = ( +/obj/item/weapon/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/spacespice, +/obj/item/weapon/reagent_containers/food/condiment/spacespice, +/obj/item/weapon/reagent_containers/food/condiment/sugar, +/obj/item/weapon/reagent_containers/food/condiment/sugar, +/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker, +/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker, +/obj/item/weapon/reagent_containers/food/condiment/small/peppermill, +/obj/item/weapon/reagent_containers/food/condiment/small/peppermill, +/obj/structure/closet, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"uQ" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"uX" = ( +/obj/structure/fence, +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/civilian) +"vc" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"vj" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) "vk" = ( /obj/structure/fence, /turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level2) +/area/groundbase/cargo) +"vo" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_research{ + name = "Research" + }, +/turf/simulated/floor/bmarble, +/area/groundbase/science) +"vs" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"vx" = ( +/turf/simulated/floor/glass/reinforced/virgo3c, +/area/groundbase/level2/se) +"vy" = ( +/obj/structure/stairs/spawner/south, +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"vF" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/weapon/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/clothing/glasses/welding, +/obj/item/weapon/storage/belt/utility, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"vH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/groundbase/cargo) "vP" = ( /obj/machinery/door/firedoor, /obj/machinery/door/window/southright{ dir = 8 }, /obj/structure/table/glass, -/turf/simulated/floor, -/area/groundbase/level2) +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"vQ" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/weapon/book/bundle/custom_library/fiction/apurrrrfectman, +/obj/item/weapon/book/bundle/custom_library/fiction/beyondthedoor, +/obj/item/weapon/book/bundle/custom_library/fiction/chroniclesofmargatavol1, +/obj/item/weapon/book/bundle/custom_library/fiction/coldmountain, +/obj/item/weapon/book/bundle/custom_library/fiction/ghostship, +/obj/item/weapon/book/bundle/custom_library/fiction/manfromsnowyriver, +/obj/item/weapon/book/bundle/custom_library/fiction/metalglen, +/obj/item/weapon/book/bundle/custom_library/fiction/poemsforarainyday, +/obj/item/weapon/book/bundle/custom_library/fiction/raissue142, +/obj/item/weapon/book/bundle/custom_library/fiction/raissue147, +/obj/item/weapon/book/bundle/custom_library/fiction/silence, +/obj/item/weapon/book/bundle/custom_library/fiction/taleoftherainbowcat, +/obj/item/weapon/book/custom_library/fiction/blacksmithandkinglybloke, +/obj/item/weapon/book/custom_library/fiction/irishairmanforseesdeath, +/obj/item/weapon/book/custom_library/fiction/myrock, +/obj/item/weapon/book/custom_library/fiction/starsandsometimesfallingones, +/obj/item/weapon/book/custom_library/fiction/truelovehathmyheart, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"vW" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/landmark/start/qm, +/obj/machinery/button/windowtint{ + id = "qm_office"; + layer = 3.3; + pixel_x = 16; + pixel_y = -27 + }, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"wc" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"wf" = ( +/obj/structure/bed/psych, +/obj/structure/sign/painting/library_secure{ + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"wh" = ( +/obj/item/weapon/folder/red, +/obj/structure/table/fancyblack, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"wj" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"wm" = ( +/obj/machinery/computer/supplycomp/control{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"wp" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level2/se) +"wq" = ( +/obj/structure/table/wooden_reinforced, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"wx" = ( +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "xenobotshutters"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/westright{ + name = "Research Desk"; + req_access = list(47,55); + req_one_access = null + }, +/turf/simulated/floor/virgo3c, +/area/groundbase/science) +"wF" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/groundbase/science) "wH" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - door_color = "#822a1e"; - frequency = 1380; - id_tag = "supply_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch" +/obj/effect/floor_decal/chapel{ + dir = 4 }, -/obj/machinery/conveyor{ - id = "cargoload" +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"wI" = ( +/obj/structure/table/steel, +/obj/item/device/integrated_electronics/debugger{ + pixel_x = -5 }, -/turf/simulated/shuttle/floor, -/area/groundbase/level2) +/obj/item/device/integrated_electronics/wirer{ + pixel_x = 5 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"wO" = ( +/obj/machinery/button/remote/blast_door{ + id = "xenobiopen6"; + name = "Pen 6 Containment"; + pixel_y = 38; + req_access = list(55) + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobiodiv4"; + name = "Divider"; + pixel_y = 27; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"wP" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"wW" = ( +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/tiled/dark, +/area/groundbase/science) +"wX" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level2/ne) +"wY" = ( +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) "xa" = ( /obj/machinery/computer/transhuman/designer, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"xc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"xg" = ( +/obj/structure/filingcabinet/medical, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"xh" = ( +/obj/item/weapon/storage/fancy/vials, +/obj/item/weapon/reagent_containers/syringe/antiviral, +/obj/item/weapon/reagent_containers/syringe/antiviral, +/obj/item/weapon/storage/lockbox/vials, +/obj/item/weapon/reagent_containers/dropper, +/obj/item/weapon/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/storage/box/beakers, +/obj/item/weapon/storage/box/masks, +/obj/item/weapon/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/soap/nanotrasen, +/obj/structure/closet/walllocker_double/medical/east, +/obj/item/weapon/hand_labeler, +/obj/item/weapon/storage/box/monkeycubes/wolpincubes, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"xj" = ( +/obj/structure/filingcabinet/chestdrawer{ + name = "Scan Records" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"xo" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/biochemistry/full, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"xp" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/command{ + id_tag = "RDdoor"; + name = "Research Director"; + req_access = list(30) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) "xq" = ( /obj/structure/stairs/spawner/west, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level2) +/area/groundbase/level2/nw) +"xu" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/groundbase/medical) +"xv" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"xx" = ( +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"xy" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen1"; + name = "Pen 1 Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Slime Pen 1"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) "xz" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 @@ -230,10 +2821,19 @@ req_one_access = list(5,24) }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"xB" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/groundbase/command) +"xD" = ( +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level2/sw) "xE" = ( /turf/simulated/mineral/cave/virgo3c, -/area/groundbase/level2) +/area/groundbase/level2/nw) "xG" = ( /obj/effect/floor_decal/corner_steel_grid{ dir = 10 @@ -242,39 +2842,784 @@ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"xN" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen2"; + name = "Pen 2 Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 1; + name = "Slime Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"xY" = ( +/obj/machinery/computer/power_monitor{ + dir = 4; + throwpass = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"yk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Site Manager's Quarters"; + req_access = list(20) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"ym" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"yt" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_y = 7 + }, +/obj/item/weapon/pen, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"yu" = ( +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"yw" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + dir = 4; + id_tag = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = -28; + tag_exterior_door = "virology_airlock_exterior"; + tag_interior_door = "virology_airlock_interior" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"yy" = ( +/obj/structure/bed/chair/sofa/corp/left{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"yF" = ( +/obj/machinery/botany/editor, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"yG" = ( +/turf/simulated/floor/wood, +/area/groundbase/medical) +"yM" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"yO" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_research{ + name = "Xenoflora Research"; + req_one_access = list(77) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) +"yT" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"yU" = ( +/obj/structure/closet/secure_closet/hydroponics/sci{ + req_access = list(77) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"zc" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/bar_soft/full{ + dir = 8 + }, +/turf/simulated/floor/lino{ + edge_blending_priority = 0.1 + }, +/area/groundbase/civilian) +"zd" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"zf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"zk" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Head of Personnel's Office" + }, +/turf/simulated/floor/carpet, +/area/groundbase/command) +"zo" = ( +/obj/machinery/libraryscanner, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"zq" = ( +/obj/structure/bed/padded, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"zr" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/nw) "zx" = ( /turf/simulated/floor/glass/reinforced/virgo3c, -/area/groundbase/level2) -"Ah" = ( -/obj/machinery/light{ +/area/groundbase/level2/ne) +"zA" = ( +/obj/machinery/computer/aifixer{ dir = 1 }, -/turf/simulated/shuttle/floor, -/area/groundbase/level2) +/turf/simulated/floor/tiled, +/area/groundbase/science) +"zB" = ( +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen4"; + name = "Pen 4 Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"zI" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen3"; + name = "Pen 3 Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Slime Pen 1"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"zJ" = ( +/obj/machinery/button/remote/blast_door{ + id = "kitchen"; + name = "Kitchen shutters"; + pixel_x = -3; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"zK" = ( +/obj/machinery/door/firedoor, +/obj/item/weapon/folder/white, +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Research Desk"; + req_access = list(7); + req_one_access = list(47) + }, +/obj/item/weapon/paper_bin{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/weapon/pen, +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "rndshutters"; + name = "Privacy Shutters" + }, +/turf/simulated/floor/virgo3c, +/area/groundbase/science) +"zP" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"zV" = ( +/obj/structure/table/steel, +/obj/machinery/reagentgrinder{ + pixel_y = 11 + }, +/obj/item/stack/material/phoron{ + amount = 6 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"zX" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/open, +/area/groundbase/cargo) +"zZ" = ( +/obj/structure/sign/painting/library_secure{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"Aa" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen5"; + name = "Pen 5 Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Slime Pen 1"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"Ac" = ( +/obj/machinery/door/airlock/freezer{ + name = "Kitchen Cold Room"; + req_access = list(28) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"Af" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"Ah" = ( +/obj/effect/floor_decal/chapel{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"Ak" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"Ao" = ( +/obj/machinery/mecha_part_fabricator/pros, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"As" = ( +/obj/structure/table/hardwoodtable, +/turf/simulated/floor/tiled/dark, +/area/groundbase/dorms) +"Au" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Aw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level2/ne) +"Ax" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = -11; + pixel_y = 14 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Ay" = ( +/obj/structure/closet/walllocker_double/east, +/obj/item/weapon/circuitboard/aicore{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/weapon/circuitboard/teleporter, +/obj/item/device/paicard{ + pixel_x = 4 + }, +/obj/item/device/taperecorder{ + pixel_x = -3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) "AA" = ( -/obj/machinery/light, -/turf/simulated/shuttle/floor, -/area/groundbase/level2) +/obj/effect/floor_decal/chapel, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"AF" = ( +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian) +"AH" = ( +/obj/machinery/vending/wardrobe/genedrobe, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"AJ" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/open, +/area/groundbase/level2/se) +"AL" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/groundbase/science) +"AR" = ( +/obj/structure/closet{ + name = "robotics equipment" + }, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/weapon/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/weapon/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/weapon/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/device/healthanalyzer, +/obj/item/device/healthanalyzer, +/obj/item/device/healthanalyzer, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/device/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/device/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/glasses/omnihud/rnd, +/obj/item/weapon/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/weapon/storage/belt/utility, +/obj/item/device/multitool{ + pixel_x = 3 + }, +/obj/item/weapon/storage/toolbox/mechanical, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/storage/toolbox/mechanical, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/groundbase/science) "Bb" = ( /obj/structure/railing/grey{ dir = 4 }, /turf/simulated/open, -/area/groundbase/level2) +/area/groundbase/civilian) +"Be" = ( +/obj/structure/bed/double/padded, +/obj/item/weapon/bedsheet/clowndouble, +/obj/structure/barricade/cutout/clown, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"Bj" = ( +/obj/structure/bed/chair/sofa/corp{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"Bm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/morgue{ + dir = 2; + name = "Private Study"; + req_access = list(37) + }, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"Bn" = ( +/obj/machinery/vending/wardrobe/hydrobe, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"Bo" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/se) +"Br" = ( +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/level2/sw) +"Bv" = ( +/obj/structure/sign/department/robo, +/turf/simulated/wall/r_wall, +/area/groundbase/science) +"Bx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) "Bz" = ( -/turf/simulated/floor/lino, -/area/groundbase/level2) +/turf/simulated/floor/lino{ + edge_blending_priority = 0.1 + }, +/area/groundbase/civilian) "BB" = ( -/turf/simulated/shuttle/wall, -/area/groundbase/level2) +/obj/structure/bed/chair/sofa/pew/left{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"BF" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"BH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Virology Isolation Room One"; + req_one_access = list(39) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"BI" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/cargo) +"BO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/freezer{ + name = "Chef Backroom"; + req_access = list(28) + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"BQ" = ( +/obj/machinery/computer/rcon{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"BR" = ( +/turf/simulated/floor/tiled, +/area/groundbase/science) +"BV" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_y = 4 + }, +/obj/item/weapon/pen{ + pixel_y = 4 + }, +/obj/item/weapon/clipboard, +/turf/simulated/floor/carpet/blue, +/area/groundbase/medical) +"BW" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/open, +/area/groundbase/level2/ne) +"BY" = ( +/obj/structure/mirror{ + dir = 4; + pixel_x = -23 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/dorms) +"Ce" = ( +/obj/structure/bookcase/bookcart, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"Ck" = ( +/obj/structure/closet/secure_closet/hop2, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"Cl" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/lino, +/area/groundbase/civilian) "Cx" = ( /obj/structure/railing/grey, /obj/structure/railing/grey{ dir = 8 }, /turf/simulated/open, -/area/groundbase/level2) +/area/groundbase/civilian) +"Cz" = ( +/turf/simulated/wall, +/area/groundbase/cargo) +"CA" = ( +/obj/machinery/autolathe{ + dir = 1; + hacked = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"CC" = ( +/obj/item/weapon/storage/briefcase, +/obj/item/weapon/storage/briefcase, +/obj/structure/table/rack, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"CL" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/blue, +/area/groundbase/medical) +"CP" = ( +/obj/machinery/icecream_vat, +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian) +"CR" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/steel_grid, +/area/groundbase/cargo) +"CS" = ( +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen6"; + name = "Pen 6 Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"Dd" = ( +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level2/ne) +"Df" = ( +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level2/se) +"Dh" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/item/weapon/storage/firstaid/surgery, +/obj/item/device/robotanalyzer, +/obj/item/device/mmi/digital/posibrain, +/obj/item/device/mmi, +/obj/item/weapon/paper{ + desc = ""; + info = "Stop installing NIFs in here you clods! Unless it's on a synth. Otherwise, STOP DOING IT! You're killing people! -Management"; + name = "note to science staff" + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Dk" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Dm" = ( +/obj/structure/table/standard, +/obj/item/device/retail_scanner/science, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Dp" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian) +"Dq" = ( +/obj/structure/bed/chair/comfy/yellow{ + desc = "A throne shouldn't be comfy, but this one is."; + name = "High Throne of the Fourty-Fifth Age" + }, +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/obj/effect/landmark/start/librarian, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"Dr" = ( +/obj/structure/disposalpipe/sortjunction/wildcard/flipped{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Du" = ( +/turf/simulated/wall, +/area/groundbase/medical) +"Dw" = ( +/obj/structure/table/bench/sifwooden/padded, +/turf/simulated/floor/tiled/dark, +/area/groundbase/dorms) +"Dy" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = 32 + }, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"Dz" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiodiv5"; + layer = 8; + name = "Divider" + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"DD" = ( +/obj/structure/table/steel, +/obj/item/weapon/storage/box/lights/mixed, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"DE" = ( +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Robotics Desk"; + req_access = list(29,47); + req_one_access = null + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "robshutters"; + name = "Privacy Shutters" + }, +/turf/simulated/floor/virgo3c, +/area/groundbase/science) +"DF" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"DH" = ( +/obj/machinery/button/remote/blast_door{ + id = "xenobiopen8"; + name = "Pen 8 Containment"; + pixel_y = 38; + req_access = list(55) + }, +/obj/machinery/button/remote/blast_door{ + id = "xenobiodiv6"; + name = "Divider"; + pixel_y = 27; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"DK" = ( +/obj/machinery/smartfridge/secure/extract, +/turf/simulated/floor/tiled, +/area/groundbase/science) "DM" = ( /obj/effect/floor_decal/corner_steel_grid{ dir = 10 @@ -283,13 +3628,105 @@ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"DN" = ( +/obj/machinery/vending/wardrobe/chapdrobe, +/turf/simulated/floor/lino, +/area/groundbase/civilian) "DQ" = ( /obj/machinery/atmospherics/unary/freezer{ dir = 8 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"DR" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"DV" = ( +/obj/structure/table/rack, +/obj/item/weapon/tank/jetpack/oxygen, +/obj/item/clothing/mask/gas, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/weapon/card/id/gold/captain/spare, +/obj/machinery/door/window/brigdoor/westright{ + dir = 4; + name = "Colony Director's Storage"; + req_access = list(20) + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/item/clothing/head/helmet/space/void/captain, +/obj/item/clothing/suit/space/void/captain, +/turf/simulated/floor/wood, +/area/groundbase/command) +"DW" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "robshutters"; + name = "Privacy Shutters" + }, +/turf/simulated/floor, +/area/groundbase/science) +"DX" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"DY" = ( +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"Eb" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Ed" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/obj/item/weapon/book/bundle/custom_library/nonfiction/riseandfallofpersianempire, +/obj/item/weapon/book/bundle/custom_library/nonfiction/skrelliancastesystem, +/obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov, +/obj/item/weapon/book/custom_library/nonfiction/freesirisailightbulbs, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"Ei" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Em" = ( +/obj/structure/disposalpipe/down{ + dir = 4 + }, +/turf/simulated/wall, +/area/groundbase/cargo) +"Es" = ( +/obj/effect/landmark/start/chef, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"Et" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/box/cups, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) "Eu" = ( /obj/effect/floor_decal/corner_steel_grid{ dir = 10 @@ -298,20 +3735,336 @@ dir = 8 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"Ew" = ( +/obj/machinery/disease2/incubator, +/obj/structure/reagent_dispensers/virusfood{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Ex" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"EA" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"EC" = ( +/obj/structure/bed/chair/sofa/corp, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"ED" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater, +/obj/item/weapon/nullrod, +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"EF" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"EH" = ( +/obj/item/weapon/bedsheet/browndouble, +/obj/structure/bed/double/padded, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"EQ" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"EU" = ( +/obj/structure/toilet, +/obj/machinery/button/remote/airlock{ + id = "toilet2"; + pixel_x = -26; + pixel_y = -4; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/dorms) +"EW" = ( +/obj/structure/bed/chair/sofa/right/black, +/turf/simulated/floor/carpet/deco, +/area/groundbase/civilian) +"EX" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/item/weapon/storage/backpack/dufflebag, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"Fa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "captaindoor"; + name = "Site Manager's Office"; + req_access = list(20) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"Fb" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiodiv1"; + layer = 8; + name = "Divider" + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"Fh" = ( +/obj/machinery/computer/robotics{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Fl" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level2/sw) "Fp" = ( /obj/structure/railing/grey, /turf/simulated/open, -/area/groundbase/level2) +/area/groundbase/civilian) +"Fq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access = list(57) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"Fu" = ( +/obj/machinery/light/bigfloorlamp, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level2/sw) +"Fz" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/secure_closet/medical_wall/anesthetics{ + pixel_x = 32; + req_access = list(); + req_one_access = list(29,45) + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/science) +"FD" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/groundbase/cargo) "FI" = ( /obj/structure/fence/corner{ dir = 5 }, /turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level2) +/area/groundbase/cargo) +"FJ" = ( +/obj/structure/table/standard, +/obj/item/weapon/cartridge/quartermaster{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/weapon/cartridge/quartermaster{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/weapon/cartridge/quartermaster, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"FO" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/turf/simulated/floor, +/area/groundbase/science) +"FR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"FS" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/open, +/area/groundbase/level2/sw) +"FW" = ( +/obj/effect/landmark{ + name = "lightsout" + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) "Gc" = ( /turf/simulated/floor/tiled/eris/cafe, -/area/groundbase/level2) +/area/groundbase/civilian) +"Gi" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/weapon/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Gj" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen7"; + name = "Pen 7 Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 2; + name = "Slime Pen 1"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"Gl" = ( +/turf/simulated/open, +/area/groundbase/civilian) +"Gm" = ( +/obj/structure/table/woodentable, +/obj/structure/table/woodentable, +/obj/item/device/taperecorder, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"Gq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Command Meeting Room" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"Gs" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/research{ + frequency = 1379; + id_tag = "xenobot_airlock_exterior"; + locked = 1; + name = "Xenobotany Lab"; + req_access = list(47,55) + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "xenobot_airlock_control"; + name = "Xenobotany Access Button"; + pixel_x = -32; + req_one_access = list(47,55) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) +"Gt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/door/window/northleft{ + name = "Server Room"; + req_access = list(30) + }, +/obj/machinery/door/window/southleft{ + name = "Server Room"; + req_access = list(30) + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/science) +"Gu" = ( +/obj/machinery/r_n_d/server/robotics, +/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 + }, +/turf/simulated/floor/bluegrid{ + name = "Server Base"; + nitrogen = 500; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/science) +"Gv" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"Gx" = ( +/obj/structure/table/reinforced, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -10; + pixel_y = 3 + }, +/obj/item/weapon/clipboard, +/obj/item/weapon/stamp/hop, +/obj/item/weapon/paper/dockingcodes, +/turf/simulated/floor/carpet, +/area/groundbase/command) +"Gy" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"GC" = ( +/turf/simulated/floor/tiled, +/area/groundbase/command) +"GD" = ( +/obj/machinery/computer/supplycomp/control{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"GH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor, +/area/groundbase/science) +"GJ" = ( +/obj/structure/table/steel, +/obj/item/device/integrated_circuit_printer, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"GK" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/item/weapon/reagent_containers/glass/beaker/sulphuric, +/turf/simulated/floor/tiled, +/area/groundbase/science) "GS" = ( /obj/structure/railing/grey{ dir = 1 @@ -320,92 +4073,918 @@ dir = 8 }, /turf/simulated/open, -/area/groundbase/level2) -"Hb" = ( -/obj/effect/shuttle_landmark{ - base_area = /area/space; - base_turf = /turf/unsimulated/floor; - landmark_tag = "supply_cc"; - name = "Centcom Supply Depot" +/area/groundbase/civilian) +"GU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + name = "Chapel" }, -/turf/simulated/shuttle/wall, -/area/groundbase/level2) +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"GW" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"Ha" = ( +/obj/structure/table/steel, +/obj/item/device/multitool, +/obj/item/clothing/glasses/welding, +/obj/item/weapon/weldingtool, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Hc" = ( +/obj/item/weapon/bedsheet/captain, +/obj/structure/bed/padded, +/turf/simulated/floor/carpet, +/area/groundbase/command) +"Hf" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_research{ + name = "Circuitry Workshop"; + req_access = list(7); + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) "Hj" = ( -/turf/simulated/floor/tiled/virgo3c, -/area/groundbase/level2) +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/ne) "Hn" = ( /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level2) +/area/groundbase/level2/nw) +"Hp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Chapel" + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"Hr" = ( +/turf/simulated/floor/glass/reinforced/virgo3c, +/area/groundbase/level2/sw) +"Hx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass/polarized{ + dir = 2; + name = "Cargo Bay"; + req_access = list(31) + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"Hz" = ( +/obj/structure/table/marble, +/turf/simulated/floor/lino{ + edge_blending_priority = 0.1 + }, +/area/groundbase/civilian) +"HE" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/se) +"HF" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"HI" = ( +/obj/structure/bed/double/padded, +/obj/item/weapon/bedsheet/clowndouble, +/obj/machinery/fitness/punching_bag/clown, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"HJ" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/weapon/hand_labeler, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"HL" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/groundbase/medical) +"HQ" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/sw) +"HR" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/obj/item/weapon/reagent_containers/dropper, +/obj/item/device/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"HT" = ( +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian) "Ia" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"Ih" = ( +/obj/machinery/vending/wardrobe/chefdrobe, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"Ii" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiodiv6"; + layer = 8; + name = "Divider" + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"Iq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/groundbase/civilian) +"Is" = ( +/obj/structure/railing/grey, +/turf/simulated/open, +/area/groundbase/level2/se) +"Iu" = ( +/obj/machinery/botany/extractor, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Iw" = ( +/obj/effect/landmark/vermin, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"Ix" = ( +/obj/structure/flora/pottedplant/orientaltree, +/turf/simulated/floor/tiled, +/area/groundbase/science) "Iz" = ( /obj/structure/railing/grey{ dir = 4 }, /obj/structure/railing/grey, /turf/simulated/open, -/area/groundbase/level2) +/area/groundbase/civilian) +"IJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Virology"; + req_access = list(39); + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"IL" = ( +/obj/machinery/transhuman/resleever, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"IO" = ( +/obj/machinery/vending/wardrobe/scidrobe, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"IR" = ( +/obj/structure/sign/painting/library_secure{ + pixel_x = -30 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"IS" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/open, +/area/groundbase/level2/nw) +"IU" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control-switch for shutters."; + dir = 4; + id = "hop_office_desk"; + layer = 3.3; + name = "Desk Privacy Shutter"; + pixel_x = -31; + pixel_y = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/command) "Ja" = ( /turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level2) +/area/groundbase/level2/nw) "Jc" = ( /turf/simulated/floor/outdoors/grass/forest/virgo3c, -/area/groundbase/level2) -"Jl" = ( -/obj/machinery/conveyor{ - id = "cargoload" +/area/groundbase/level2/nw) +"Jd" = ( +/obj/machinery/button/remote/blast_door{ + id = "cirshutters"; + name = "Privacy Shutter Control"; + pixel_y = 30 }, -/turf/simulated/shuttle/floor, -/area/groundbase/level2) +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Ji" = ( +/obj/structure/sign/department/sci, +/turf/simulated/wall/r_wall, +/area/groundbase/science) +"Jl" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/blast/regular{ + closed_layer = 10; + density = 0; + dir = 2; + icon_state = "pdoor0"; + id = "bridge blast"; + layer = 1; + name = "Bridge Blast Doors"; + opacity = 0; + open_layer = 1 + }, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/cable/green, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "hop_office_desk"; + layer = 3.1; + name = "HoP's Shutters" + }, +/turf/simulated/floor/plating, +/area/groundbase/command) +"Jo" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Bridge" + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"Jp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + name = "Quartermaster"; + req_access = list(41); + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/cargo) +"Jq" = ( +/obj/structure/table/bench/standard, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level2/sw) +"Jr" = ( +/turf/simulated/floor/virgo3c, +/area/groundbase/level2/sw) +"Js" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/se) +"Jt" = ( +/obj/machinery/computer/supplycomp{ + dir = 8 + }, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/cargo) +"Jy" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"JD" = ( +/obj/machinery/appliance/cooker/oven, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"JK" = ( +/obj/structure/table/glass, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) "JN" = ( -/turf/simulated/shuttle/floor, -/area/groundbase/level2) +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) +"JO" = ( +/obj/structure/table/standard, +/obj/item/device/retail_scanner/civilian, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) "JV" = ( /obj/effect/floor_decal/corner_steel_grid{ dir = 10 }, /obj/machinery/sleep_console, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"JW" = ( +/obj/structure/table/standard, +/obj/machinery/photocopier/faxmachine{ + department = "Quartermaster-Office" + }, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"Kc" = ( +/turf/simulated/floor/reinforced/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/nw) +"Ke" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/full, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -25 + }, +/obj/machinery/camera/network/medbay, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Kg" = ( +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen8"; + name = "Pen 8 Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"Kh" = ( +/obj/item/bee_pack, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/weapon/tool/crowbar, +/obj/item/bee_smoker, +/obj/item/beehive_assembly, +/obj/structure/closet/crate/hydroponics{ + desc = "All you need to start your own honey farm."; + name = "beekeeping crate" + }, +/obj/item/beehive_assembly, +/obj/item/beehive_assembly, +/obj/item/beehive_assembly, +/obj/item/beehive_assembly, +/obj/item/bee_pack, +/obj/item/bee_pack, +/obj/item/bee_pack, +/obj/item/honey_frame, +/obj/item/honey_frame, +/obj/item/honey_frame, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"Ks" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + dir = 8; + id_tag = "xenobio_airlock_control"; + name = "Xenobiology Access Console"; + pixel_x = 24; + tag_exterior_door = "xenobio_airlock_exterior"; + tag_interior_door = "xenobio_airlock_interior" + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Kv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_command{ + name = "Bridge"; + req_access = list(19) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/command) +"KB" = ( +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"KD" = ( +/obj/structure/bookcase, +/obj/item/weapon/book/manual/security_space_law, +/obj/item/weapon/book/manual/standard_operating_procedure, +/obj/item/weapon/book/manual/command_guide, +/turf/simulated/floor/wood, +/area/groundbase/command) +"KF" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"KM" = ( +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"KN" = ( +/obj/machinery/honey_extractor, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"KU" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) "KV" = ( /obj/machinery/bodyscanner, /obj/effect/floor_decal/corner_steel_grid{ dir = 10 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"Lb" = ( +/obj/machinery/smartfridge/secure/virology, +/obj/machinery/light/floortube{ + dir = 4; + pixel_x = 6 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) "Lc" = ( /turf/simulated/floor/tiled, -/area/groundbase/level2) +/area/groundbase/cargo) +"Lf" = ( +/obj/machinery/appliance/cooker/fryer, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"Lk" = ( +/obj/structure/table/steel, +/obj/item/device/electronic_assembly/large/default, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Lo" = ( +/obj/structure/table/reinforced, +/obj/item/device/robotanalyzer, +/obj/structure/extinguisher_cabinet{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Ls" = ( +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Lt" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm8"; + pixel_y = 27; + specialfunctions = 4 + }, +/obj/structure/bed/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"Lu" = ( +/turf/simulated/floor/tiled/dark, +/area/groundbase/science) +"Lv" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/ne) +"LD" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/food/snacks/mint, +/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3; + pixel_y = 13 + }, +/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -1; + pixel_y = 10 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"LE" = ( +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/storage/box/monkeycubes, +/obj/item/weapon/storage/box/beakers, +/obj/item/weapon/reagent_containers/spray/cleaner, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"LG" = ( +/obj/structure/disposalpipe/tagger/partial{ + name = "partial tagger - Sorting Office"; + sort_tag = "Sorting Office" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"LK" = ( +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"LN" = ( +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/white, +/area/groundbase/dorms) "LS" = ( /obj/structure/table/glass, /turf/simulated/floor/tiled/dark, -/area/groundbase/level2) +/area/groundbase/civilian) +"LU" = ( +/obj/structure/table/glass, +/obj/item/weapon/folder/white_rd, +/obj/item/weapon/stamp/rd, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"LW" = ( +/obj/structure/sign/xenobio{ + plane = -34 + }, +/turf/simulated/wall/r_wall, +/area/groundbase/science) +"Me" = ( +/obj/machinery/photocopier, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Mi" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/obj/item/weapon/hand_labeler, +/obj/item/weapon/packageWrap, +/obj/item/device/mass_spectrometer/adv, +/obj/item/device/mass_spectrometer/adv, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Mk" = ( +/obj/structure/table/standard, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/obj/item/weapon/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Ml" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"Mn" = ( +/obj/structure/railing/grey, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/ne) +"Mo" = ( +/obj/machinery/vending/hydronutrients, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"Ms" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Mt" = ( +/obj/structure/table/woodentable, +/obj/structure/plushie/ian{ + dir = 8; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) "Mu" = ( /obj/effect/floor_decal/steeldecal/steel_decals10, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"Mw" = ( +/obj/machinery/autolathe{ + hacked = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"My" = ( +/obj/structure/table/standard, +/obj/machinery/cell_charger, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Mz" = ( +/obj/structure/table/steel, +/obj/item/weapon/reagent_containers/spray/cleaner, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"MA" = ( +/obj/machinery/computer/transhuman/resleeving{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"MB" = ( +/obj/machinery/alarm/freezer{ + dir = 4; + pixel_x = -25 + }, +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian) +"MC" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"ME" = ( +/turf/simulated/wall, +/area/groundbase/civilian) +"MF" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/science) "MH" = ( /obj/structure/fence{ dir = 4 }, /turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level2) +/area/groundbase/cargo) +"MQ" = ( +/obj/structure/table/standard, +/obj/item/weapon/folder/yellow, +/obj/item/weapon/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/weapon/stamp/cargo, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"MR" = ( +/obj/structure/table/standard, +/obj/item/weapon/hand_labeler, +/obj/item/weapon/pen, +/obj/item/weapon/packageWrap, +/obj/item/weapon/packageWrap, +/turf/simulated/floor/tiled, +/area/groundbase/science) "MS" = ( -/turf/simulated/floor/reinforced/virgo3c, -/area/groundbase/level2) -"Nz" = ( -/obj/structure/fence/corner, +/turf/simulated/floor/reinforced/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/ne) +"MW" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/wall, +/area/groundbase/cargo) +"MY" = ( +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"Na" = ( +/obj/machinery/computer/secure_data{ + dir = 8; + pixel_y = -4 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"Ne" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"Nk" = ( +/obj/random/mob/bird, /turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level2) +/area/groundbase/level2/sw) +"Nn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/freezer{ + dir = 8; + icon_state = "freezer_1"; + power_setting = 20; + set_temperature = 73; + use_power = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"No" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass/polarized{ + dir = 2; + id_tag = "MedbayFoyer"; + id_tint = "medbayfoyer"; + name = "Medbay Airlock"; + req_one_access = list(5) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"Np" = ( +/mob/living/simple_mob/vore/alienanimals/catslug{ + color = "#a7d3db"; + desc = "Doesn't wear gloves."; + faction = "neutral"; + ghostjoin = 1; + name = "Doctor Mlemulon" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Nq" = ( +/turf/simulated/floor/reinforced/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/se) +"Nz" = ( +/obj/structure/bed/chair/sofa/pew/right{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian) +"NA" = ( +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen3"; + name = "Pen 3 Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"NC" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level2/ne) +"NF" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"NG" = ( +/mob/living/simple_mob/animal/goat{ + name = "Fredula" + }, +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian) +"NO" = ( +/obj/structure/railing/grey, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/se) +"NS" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 1; + name = "Slime Pen"; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"NT" = ( +/obj/structure/bed/chair/sofa/black{ + dir = 8 + }, +/turf/simulated/floor/carpet/deco, +/area/groundbase/civilian) +"NU" = ( +/obj/structure/sign/painting/library_secure{ + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) "Ob" = ( /obj/machinery/door/firedoor, /turf/simulated/floor, -/area/groundbase/level2) +/area/groundbase/cargo) +"Oc" = ( +/obj/structure/bookcase{ + name = "bookcase (Adult)" + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"Oe" = ( +/obj/machinery/light/floortube{ + dir = 8; + pixel_x = -6 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"Oh" = ( +/obj/structure/bed/chair/sofa/left/black{ + dir = 8 + }, +/turf/simulated/floor/carpet/deco, +/area/groundbase/civilian) +"Oi" = ( +/obj/structure/disposalpipe/tagger{ + dir = 8; + name = "package tagger - Trash"; + sort_tag = "Trash" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Oo" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiopen3"; + name = "Pen 3 Containment"; + pixel_y = -38; + req_access = list(55) + }, +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiodiv1"; + name = "Divider"; + pixel_y = -27; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Ov" = ( +/obj/structure/closet/wardrobe/robotics_black, +/turf/simulated/floor/tiled, +/area/groundbase/science) "Ow" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 @@ -417,34 +4996,415 @@ req_one_access = list(5,24) }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"Oy" = ( +/obj/structure/railing/grey, +/turf/simulated/open, +/area/groundbase/level2/ne) +"Oz" = ( +/obj/structure/sink/kitchen{ + pixel_y = 20 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"OD" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"OF" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"OK" = ( +/obj/machinery/atmospherics/unary/freezer{ + icon_state = "freezer" + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"OL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Virology Isolation Room Two"; + req_one_access = list(39) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"ON" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level2/sw) +"OP" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"OV" = ( +/obj/structure/table/woodentable, +/obj/machinery/photocopier/faxmachine{ + department = "Captain's Office" + }, +/turf/simulated/floor/wood, +/area/groundbase/command) +"Pa" = ( +/obj/machinery/computer/centrifuge, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Pb" = ( +/obj/structure/disposalpipe/sortjunction/untagged{ + dir = 1; + name = "Trash"; + sortType = "Trash" + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Pc" = ( +/obj/machinery/vending/hydronutrients, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Pk" = ( +/obj/structure/table/standard, +/obj/machinery/reagentgrinder{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) "Pn" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) "Pp" = ( /obj/machinery/body_scanconsole, /obj/effect/floor_decal/corner_steel_grid{ dir = 10 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"Ps" = ( +/obj/structure/bed/chair/sofa/corp/right, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"PA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Largbrary" + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"PC" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/cargo) +"PG" = ( +/obj/machinery/account_database, +/turf/simulated/floor/tiled, +/area/groundbase/command) "PI" = ( /obj/effect/floor_decal/industrial/outline, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level2) -"Qu" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "supply_shuttle"; - pixel_y = 24; - req_one_access = list(13,31); - tag_door = "supply_shuttle_hatch" +/area/groundbase/cargo) +"PM" = ( +/obj/machinery/door/airlock/glass{ + name = "Hydroponics"; + req_one_access = list(35,28) }, -/turf/simulated/shuttle/floor, -/area/groundbase/level2) +/obj/machinery/door/firedoor, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"PO" = ( +/obj/structure/bookcase{ + desc = "There appears to be a shrine to WGW at the back..."; + name = "Forbidden Knowledge" + }, +/obj/item/weapon/book/manual/engineering_hacking, +/obj/item/weapon/book/manual/nuclear, +/obj/item/weapon/book/custom_library/fiction/woodysgotwood, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"PQ" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiopen1"; + name = "Pen 1 Containment"; + pixel_y = -38; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"PS" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level2/se) +"PT" = ( +/obj/machinery/button/remote/airlock{ + dir = 8; + id = "dorm1"; + pixel_x = 27; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"PW" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_research{ + name = "Robotics Lab"; + req_one_access = list(29,47) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) +"Qa" = ( +/obj/machinery/r_n_d/server/robotics, +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + icon_state = "map_vent_out"; + use_power = 1 + }, +/turf/simulated/floor/bluegrid{ + name = "Server Base"; + nitrogen = 500; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/science) +"Qc" = ( +/obj/random/mob/bird, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/se) +"Qe" = ( +/obj/structure/sign/painting/library_private{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"Qh" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/obj/item/weapon/book/bundle/custom_library/religious/zoroastrianism, +/obj/item/weapon/book/custom_library/religious/feastofkubera, +/obj/item/weapon/book/custom_library/religious/storyoflordganesha, +/obj/item/weapon/book/custom_library/religious/sungoddessofkorea, +/obj/item/weapon/book/custom_library/religious/wayofbleedingswan, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"Qi" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/wall, +/area/groundbase/cargo) +"Qq" = ( +/obj/machinery/door/airlock{ + id_tag = "dorm5"; + name = "Room 5" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/dorms) +"Qs" = ( +/obj/structure/filingcabinet/chestdrawer{ + name = "Medical Forms" + }, +/turf/simulated/floor/carpet/blue, +/area/groundbase/medical) +"Qt" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"Qu" = ( +/obj/structure/fence/corner, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/cargo) +"Qv" = ( +/obj/machinery/vending/wardrobe/cargodrobe, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"QC" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"QE" = ( +/obj/machinery/appliance/mixer/cereal, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"QI" = ( +/obj/structure/closet/secure_closet/hop, +/obj/item/clothing/glasses/omnihud, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"QM" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"QO" = ( +/obj/machinery/button/remote/airlock{ + id = "dorm7"; + pixel_y = 27; + specialfunctions = 4 + }, +/obj/structure/bed/chair/sofa/corp/right{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"QP" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"QQ" = ( +/obj/structure/closet/wardrobe/chaplain_black, +/obj/item/weapon/storage/fancy/crayons, +/obj/item/weapon/flame/candle/candelabra, +/obj/item/weapon/flame/candle/candelabra, +/obj/item/weapon/flame/candle/candelabra, +/obj/item/weapon/flame/candle/candelabra, +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"QV" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"QY" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/level2/sw) +"Ra" = ( +/obj/structure/table/glass, +/obj/machinery/computer/skills{ + pixel_y = 5 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Rc" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Rd" = ( +/obj/structure/table/reinforced, +/obj/item/device/megaphone, +/obj/item/weapon/book/manual/command_guide, +/obj/item/weapon/book/manual/standard_operating_procedure, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"Re" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Rf" = ( +/obj/machinery/beehive, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"Rg" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/obj/structure/disposalpipe/down{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Ri" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Rn" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Port to Isolation" + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Rq" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/research{ + frequency = 1379; + id_tag = "xenobio_airlock_interior"; + locked = 1; + name = "Xenobiology Lab"; + req_access = list(47,55) + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + dir = 1; + frequency = 1379; + master_tag = "xenobio_airlock_control"; + name = "Xenobiology Access Button"; + pixel_y = -32; + req_access = null; + req_one_access = list(47,55) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) +"Rs" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"Ru" = ( +/turf/simulated/floor/reinforced/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/sw) +"Rw" = ( +/obj/structure/table/woodentable, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/device/perfect_tele{ + desc = "Seems absurd, doesn't it? Yet, here we are. Generally considered dangerous contraband unless the user has permission from Central Command. This one is the Site Manager's, and they are authorized to use it."; + name = "manager's translocator" + }, +/turf/simulated/floor/wood, +/area/groundbase/command) +"RB" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"RC" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/gun/projectile/shotgun/doublebarrel{ + name = "chef's double-barreled shotgun" + }, +/obj/item/weapon/paper{ + info = "This permit signifies that the Chef is permitted to posess this firearm in the bar, and ONLY the bar. Failure to adhere to this permit will result in confiscation of the weapon and possibly arrest."; + name = "Shotgun permit" + }, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/turf/simulated/floor/wood, +/area/groundbase/civilian) "RJ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -453,75 +5413,1073 @@ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"RL" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level2/sw) +"RX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/groundbase/cargo) +"Sa" = ( +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + dir = 8; + id_tag = "xenobot_airlock_control"; + name = "Xenobotany Access Console"; + pixel_x = 24; + tag_exterior_door = "xenobot_airlock_exterior"; + tag_interior_door = "xenobot_airlock_interior" + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Sc" = ( +/obj/structure/table/woodentable, +/obj/item/device/tvcamera, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"Se" = ( +/obj/structure/table/woodentable, +/obj/item/clothing/mask/gas/clown_hat{ + desc = "Legends say that if on a full moon you drink iced tea from Donksoft Brand Donksofts you will feel the burn for only 99.99 try now or die in an action packed adventure into the depths of four cups of peanut butter, margerine, not butter, fourty five ounces of liquid sugar, eat fresh meat fresh"; + name = "The Clown Mask" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"Sj" = ( +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen1"; + name = "Pen 1 Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"Sm" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"Sn" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Sp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/ne) +"Ss" = ( +/obj/structure/closet/chefcloset, +/obj/item/glass_jar, +/obj/item/device/retail_scanner/civilian, +/obj/item/weapon/soap/nanotrasen, +/obj/item/device/destTagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/weapon/packageWrap, +/obj/item/weapon/packageWrap, +/obj/item/weapon/packageWrap, +/obj/item/weapon/tool/wrench, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) "St" = ( /obj/structure/fence/corner{ dir = 8 }, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level2) +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/civilian) +"Su" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/research{ + frequency = 1379; + id_tag = "xenobot_airlock_interior"; + locked = 1; + name = "Xenobotany Lab"; + req_access = list(47,55) + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "xenobot_airlock_control"; + name = "Xenobotany Access Button"; + pixel_y = 32; + req_one_access = list(47,55) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/science) +"Sz" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/obj/item/weapon/storage/secure/safe{ + pixel_x = -24 + }, +/turf/simulated/floor/carpet/blucarpet, +/area/groundbase/command) +"SC" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen6"; + name = "Pen 6 Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 1; + name = "Slime Pen"; + req_access = list(55) + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"SE" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"SF" = ( +/obj/machinery/door/airlock{ + id_tag = "dorm7"; + name = "Room 7" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/dorms) +"SI" = ( +/obj/machinery/door/window/southleft{ + dir = 4; + name = "Library Desk Door"; + req_access = list(37) + }, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"SL" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"SR" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 20 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 28 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"SV" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"SX" = ( +/obj/structure/table/woodentable, +/obj/structure/flora/pottedplant/small{ + pixel_y = 12 + }, +/obj/structure/sign/painting/library_secure{ + pixel_x = -30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"Ta" = ( +/obj/machinery/autolathe, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Ti" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/groundbase/cargo) +"Tj" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Tm" = ( +/obj/machinery/chem_master/condimaster, +/obj/machinery/light/floortube{ + dir = 8; + pixel_x = -6 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"Tr" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"Tu" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen5"; + name = "Pen 5 Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"TB" = ( +/obj/structure/sign/painting/library_secure{ + pixel_y = -30 + }, +/turf/simulated/floor/carpet/blue, +/area/groundbase/medical) "TC" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ dir = 8 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) "TH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 5 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"TM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + name = "Server Base"; + nitrogen = 500; + oxygen = 0; + temperature = 80 + }, +/area/groundbase/science) +"TO" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"TS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Bar" + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian) +"TT" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/open, +/area/groundbase/civilian) "TU" = ( /obj/machinery/atmospherics/unary/cryo_cell, /turf/simulated/floor/reinforced, -/area/groundbase/level2) +/area/groundbase/medical) +"TX" = ( +/turf/simulated/floor/carpet, +/area/groundbase/command) +"Ud" = ( +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Uh" = ( +/obj/machinery/atmospherics/unary/heater{ + icon_state = "heater" + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Uj" = ( +/obj/machinery/door/blast/regular{ + id = "xenobiodiv4"; + layer = 8; + name = "Divider" + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) "Un" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 10 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"Uu" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/full, +/obj/structure/extinguisher_cabinet{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Uv" = ( +/obj/structure/table/steel, +/obj/item/weapon/storage/box/syringes, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Uw" = ( +/obj/effect/landmark/start/chef, +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian) +"UC" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/requests_console{ + department = "Service"; + dir = 4; + pixel_x = -25 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"UE" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level2/se) +"UK" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/box/beakers{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/weapon/storage/box/syringes{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"UL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/northright{ + name = "Cargo Ordering"; + req_access = list(50) + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/virgo3c, +/area/groundbase/cargo) +"UQ" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "xenobiopen6"; + name = "Pen 6 Blast Doors"; + opacity = 0 + }, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"UV" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"UW" = ( +/obj/machinery/light/floortube{ + dir = 4; + pixel_x = 6 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"Vs" = ( +/turf/simulated/open, +/area/groundbase/level2/se) +"Vw" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Vx" = ( +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "dorm2"; + pixel_x = -27; + specialfunctions = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"VB" = ( +/obj/machinery/door/window/brigdoor/westleft{ + dir = 4; + name = "Robotics Desk"; + req_access = list(29,47); + req_one_access = null + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "robshutters"; + name = "Privacy Shutters" + }, +/turf/simulated/floor/virgo3c, +/area/groundbase/science) +"VC" = ( +/turf/simulated/floor/carpet/blue, +/area/groundbase/medical) +"VE" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/storage/photo_album{ + pixel_y = -10 + }, +/obj/item/weapon/reagent_containers/food/drinks/flask{ + pixel_x = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/bottle/carnoth, +/turf/simulated/floor/wood, +/area/groundbase/command) +"VI" = ( +/obj/structure/table/steel, +/obj/item/device/slime_scanner, +/obj/item/device/slime_scanner, +/turf/simulated/floor/tiled, +/area/groundbase/science) "VK" = ( /turf/simulated/floor/wood, -/area/groundbase/level2) +/area/groundbase/dorms) +"VO" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/open, +/area/groundbase/level2/ne) +"VR" = ( +/turf/simulated/open, +/area/groundbase/level2/ne) +"VW" = ( +/obj/structure/bed/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian) +"VY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/window/northleft{ + dir = 2; + icon_state = "right"; + name = "Reception Window" + }, +/obj/machinery/door/window/brigdoor/eastright{ + dir = 1; + name = "Head of Personnel's Desk"; + req_access = list(57) + }, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "hop_office_desk"; + layer = 3.1; + name = "HoP's Shutters" + }, +/turf/simulated/floor/tiled, +/area/groundbase/command) +"VZ" = ( +/obj/machinery/door/window/brigdoor/southright{ + dir = 1; + req_access = list(77); + req_one_access = newlist() + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) "Wd" = ( /obj/structure/railing/grey{ dir = 8 }, /turf/simulated/open, -/area/groundbase/level2) +/area/groundbase/level2/ne) +"Wg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Wm" = ( +/obj/machinery/keycard_auth{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"Wp" = ( +/obj/structure/table/standard, +/obj/machinery/requests_console{ + department = "Service"; + dir = 4; + pixel_x = -25 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian) +"Wr" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = -32; + req_access = list(39) + }, +/obj/machinery/door/airlock/medical{ + frequency = 1379; + id_tag = "virology_airlock_exterior"; + locked = 1; + name = "Virology Exterior Airlock"; + req_access = list(39); + req_one_access = null + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + closed_layer = 10; + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "virologyquar"; + layer = 1; + name = "Blast Doors"; + opacity = 0; + open_layer = 1 + }, +/turf/simulated/floor/bmarble, +/area/groundbase/medical) +"Ww" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Wy" = ( +/obj/structure/closet/secure_closet/RD, +/obj/item/device/aicard, +/obj/item/clothing/glasses/omnihud/rnd, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Wz" = ( +/obj/structure/table/rack, +/obj/item/canvas, +/obj/item/canvas/nineteen_nineteen, +/obj/item/canvas/twentyfour_twentyfour, +/obj/item/canvas/twentythree_nineteen, +/obj/item/canvas/twentythree_twentythree, +/obj/machinery/alarm/angled{ + dir = 4 + }, +/obj/item/paint_palette, +/obj/item/paint_brush, +/turf/simulated/floor/carpet, +/area/groundbase/civilian) +"WA" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"WM" = ( +/obj/structure/table/steel, +/obj/item/weapon/melee/baton/slime/loaded, +/obj/item/weapon/melee/baton/slime/loaded, +/obj/item/weapon/gun/energy/taser/xeno, +/obj/item/weapon/gun/energy/taser/xeno, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"WO" = ( +/turf/simulated/floor/virgo3c, +/area/groundbase/level2/nw) +"WP" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/weapon/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"WR" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/lino{ + edge_blending_priority = 0.1 + }, +/area/groundbase/civilian) +"WY" = ( +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"Xc" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Xh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Chapel Office"; + req_access = list(27) + }, +/turf/simulated/floor, +/area/groundbase/civilian) +"Xn" = ( +/obj/item/weapon/rig/hazmat/equipped, +/obj/structure/table/rack, +/obj/item/clothing/glasses/welding/superior, +/obj/item/weapon/cartridge/signal/science, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Xv" = ( +/obj/structure/closet/walllocker_double/north{ + dir = 8; + pixel_x = -32; + pixel_y = 0 + }, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Xx" = ( +/obj/machinery/power/apc{ + dir = 4; + nightshift_setting = 2 + }, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/level2/sw) +"Xz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + closed_layer = 10; + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "virologyquar"; + layer = 1; + name = "Blast Doors"; + opacity = 0; + open_layer = 1 + }, +/turf/simulated/floor, +/area/groundbase/medical) +"XE" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/xenobio, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"XG" = ( +/obj/structure/bed/chair/comfy/blue, +/obj/effect/landmark/start{ + name = "Command Secretary" + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"XI" = ( +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "xenobotshutters"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/virgo3c, +/area/groundbase/science) +"XJ" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level2/ne) +"XK" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"XO" = ( +/obj/item/device/radio/headset/headset_med, +/obj/item/weapon/storage/box/syringes, +/obj/item/weapon/storage/fancy/vials, +/obj/item/weapon/storage/fancy/vials, +/obj/item/weapon/storage/box/pillbottles, +/obj/item/weapon/storage/box/pillbottles, +/obj/structure/closet/wardrobe/chemistry_white, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"XR" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"XU" = ( +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + dir = 8; + pixel_x = 30 + }, +/obj/structure/table/standard, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/clipboard, +/obj/item/weapon/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/simulated/floor/tiled, +/area/groundbase/cargo) +"Yb" = ( +/obj/structure/table/standard, +/obj/item/weapon/disk/tech_disk, +/obj/item/weapon/disk/tech_disk, +/obj/item/weapon/disk/design_disk, +/obj/item/weapon/disk/design_disk, +/obj/item/weapon/reagent_containers/dropper{ + pixel_y = -4 + }, +/obj/item/clothing/glasses/omnihud/rnd, +/obj/item/clothing/gloves/sterile/latex, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Ye" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Yk" = ( +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 32; + req_access = list(39) + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + frequency = 1379; + id_tag = "virology_airlock_interior"; + locked = 1; + name = "Virology Interior Airlock"; + req_access = list(39); + req_one_access = null + }, +/obj/machinery/door/blast/regular{ + closed_layer = 10; + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "virologyquar"; + layer = 1; + name = "Blast Doors"; + opacity = 0; + open_layer = 1 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"Yn" = ( +/obj/machinery/door/blast/angled_shutter/open{ + dir = 2; + id = "xenobotshutters"; + name = "Privacy Shutters" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/virgo3c, +/area/groundbase/science) "Yp" = ( /turf/simulated/floor/tiled/dark, -/area/groundbase/level2) +/area/groundbase/dorms) +"Yt" = ( +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"Yv" = ( +/obj/structure/bed/chair/comfy/brown, +/turf/simulated/floor/carpet, +/area/groundbase/command) +"Yz" = ( +/obj/machinery/vending/loadout/uniform, +/turf/simulated/floor/tiled, +/area/groundbase/science) "YG" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 4 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) +/area/groundbase/medical) +"YI" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/science) +"YL" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"YM" = ( +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/sw) +"YN" = ( +/obj/machinery/button/remote/blast_door{ + id = "xenobotshutters"; + name = "Privacy Shutter Control"; + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) "YO" = ( /obj/structure/railing/grey{ dir = 1 }, /turf/simulated/open, -/area/groundbase/level2) +/area/groundbase/civilian) +"YS" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/tiled, +/area/groundbase/civilian) +"YW" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/civilian) +"Zb" = ( +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiopen7"; + name = "Pen 7 Containment"; + pixel_y = -38; + req_access = list(55) + }, +/obj/machinery/button/remote/blast_door{ + dir = 1; + id = "xenobiodiv5"; + name = "Divider"; + pixel_y = -27; + req_access = list(55) + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"Zf" = ( +/obj/structure/table/glass, +/obj/item/weapon/book/manual/virology, +/obj/item/device/antibody_scanner, +/obj/item/weapon/reagent_containers/glass/beaker, +/obj/item/weapon/paper_bin, +/obj/item/weapon/folder/white, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Zh" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/cargo) +"Zo" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/turf/simulated/floor/reinforced, +/area/groundbase/science) +"Zs" = ( +/obj/structure/bed/chair/comfy/brown, +/turf/simulated/floor/carpet/blue, +/area/groundbase/medical) +"Zt" = ( +/turf/simulated/floor/wood, +/area/groundbase/cargo) +"Zv" = ( +/obj/structure/sign/painting/library_secure{ + pixel_y = 30 + }, +/obj/structure/table/woodentable, +/obj/machinery/recharger{ + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian) +"Zx" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level2/sw) +"Zz" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) "ZB" = ( /obj/machinery/computer/crew{ dir = 1 }, /turf/simulated/floor/tiled/white, -/area/groundbase/level2) -"ZI" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 4; - icon_state = "burst_r" +/area/groundbase/medical) +"ZC" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/weapon/towel/random, +/turf/simulated/floor/wood, +/area/groundbase/dorms) +"ZF" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/box/gloves{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science) +"ZG" = ( +/turf/simulated/floor/tiled/dark, +/area/groundbase/command) +"ZI" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) +"ZK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 1e+006 + }, +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/simulated/shuttle/plating/carry, -/area/groundbase/level2) -"ZN" = ( /turf/simulated/floor, -/area/groundbase/level2) +/area/groundbase/science) +"ZN" = ( +/obj/machinery/door/blast/angled_shutter/open{ + dir = 4; + id = "xenobotshutters"; + name = "Privacy Shutters" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/virgo3c, +/area/groundbase/science) +"ZO" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/command) +"ZR" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/skills{ + dir = 8 + }, +/obj/item/weapon/paper/dockingcodes, +/turf/simulated/floor/carpet/blucarpet, +/area/groundbase/command) +"ZT" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet2"; + name = "Toilet 2" + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/dorms) +"ZV" = ( +/turf/simulated/floor/carpet/blucarpet, +/area/groundbase/command) +"ZW" = ( +/obj/machinery/button/remote/airlock{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Doors Control"; + pixel_y = 29 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"ZZ" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/gate/thin{ + dir = 2; + id = "kitchen"; + layer = 3.3 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/groundbase/civilian) (1,1,1) = {" fX @@ -594,76 +6552,76 @@ fX fX fX fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON +ON "} (2,1,1) = {" fX @@ -736,76 +6694,76 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (3,1,1) = {" fX @@ -855,8 +6813,8 @@ xE xE xE xE -to -to +bY +bY ce ce ce @@ -878,76 +6836,76 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (4,1,1) = {" fX @@ -997,9 +6955,9 @@ xE xE xE xE -to -to -to +bY +bY +bY ce ce ce @@ -1020,76 +6978,76 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (5,1,1) = {" fX @@ -1138,10 +7096,10 @@ xE xE xE xE -to -to -to -to +bY +bY +bY +bY ce ce ce @@ -1162,76 +7120,76 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (6,1,1) = {" fX @@ -1280,11 +7238,11 @@ xE xE xE xE -to -to -to -to -to +bY +bY +Jc +bY +bY ce ce ce @@ -1304,76 +7262,76 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +bt +bt +bt +bt +bt +bt +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (7,1,1) = {" fX @@ -1422,12 +7380,12 @@ xE xE xE xE -to -to -to -to -to -to +bY +Jc +Jc +Jc +bY +bY ce ce ce @@ -1450,72 +7408,72 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +bt +bt +bt +bt +bt +SR +BR +bf +BR +BR +bt +bt +bt +bt +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (8,1,1) = {" fX @@ -1564,22 +7522,22 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +Jc +Jc +Jc +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce ce @@ -1592,72 +7550,72 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +bt +jA +jA +iQ +Kg +wc +BR +BR +BR +DX +pq +Zo +jA +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (9,1,1) = {" fX @@ -1706,100 +7664,100 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +Jc +Jc +Jc +Jc +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +bt +jA +jA +jA +nI +pD +BR +BR +BR +NS +Gj +jA +jA +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (10,1,1) = {" fX @@ -1848,100 +7806,100 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY +Jc +Jc +bY +bY +Jc +Jc +Jc +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -eC -eC -eC -eC -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +bt +jA +jA +jA +oM +GH +BR +BR +BR +FO +kz +jA +jA +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (11,1,1) = {" fX @@ -1991,99 +7949,99 @@ xE xE xE xE -to -to -to -to -to +bY +bY +bY +bY +bY xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY +Jc +Jc +Jc +Jc +Jc +bY +bY +bY +bY +bY ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -eC -eC -eC -eC -eC -Lc -Lc -Lc -eC -eC -eC -eC -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +bt +Ii +Ii +Ii +bt +DH +BR +BR +BR +Zb +bt +Dz +Dz +Dz +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (12,1,1) = {" fX @@ -2134,98 +8092,98 @@ xE xE xE xE -to -to +bY +bY xE xE xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +Jc +Jc +Jc +Jc +Jc +Jc +bY +bY +bY +bY +bY ce ce ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -xE -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -eC -Lc -Lc -Lc -ZN -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +Zx +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +bt +jA +jA +iQ +CS +wc +BR +BR +BR +DX +aQ +Zo +jA +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (13,1,1) = {" fX @@ -2288,86 +8246,86 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +Jc +Jc +Jc +Jc +Jc +Jc +bY +bY +bY +bY ce ce ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -eC -Lc -Lc -Lc -ZN -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +bt +bt +bt +bt +bt +Zx +Zx +Zx +Zx +Zx +bt +jA +sg +jA +SC +pD +BR +BR +BR +NS +Aa +jA +sg +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (14,1,1) = {" fX @@ -2433,83 +8391,83 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +Jc +Jc +Jc +Jc +Jc +Jc +bY +bY +bY +bY ce ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -eC -Lc -Lc -Lc -ZN -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +bt +OK +SV +BR +bt +Zx +Zx +Zx +Zx +Zx +bt +jA +jA +jA +UQ +GH +BR +BR +BR +FO +Tu +jA +jA +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (15,1,1) = {" fX @@ -2575,83 +8533,83 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +Jc +Jc +Jc +Jc +Jc +bY +bY +bY ce ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -eC -ZN -ZN -ZN -eC -Lc -Lc -Lc -eC -ZN -ZN -ZN -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +Zx +bt +Uh +DF +BR +bt +Zx +Zx +Zx +Zx +Zx +bt +Uj +Uj +Uj +bt +wO +BR +Re +BR +cY +bt +oA +Dz +Dz +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (16,1,1) = {" fX @@ -2717,83 +8675,83 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +Jc +Jc +Jc +Jc +Jc +bY +bY +bY ce ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -Lc -Lc -Lc -ZN -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +bt +qB +nE +BR +bt +bt +bt +bt +bt +bt +bt +jA +jA +iQ +zB +wc +BR +BR +BR +DX +NA +Zo +jA +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (17,1,1) = {" fX @@ -2860,82 +8818,82 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -Jc -to +bY +bY +bY Jc Jc -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -ZN -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +Jc +Jc +Jc +bY +bY +bY +ce +ce +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +Fl +jG +Fl +Fl +jG +jG +jG +jG +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +bt +BR +BR +BR +VZ +QC +Ms +lm +Rc +hH +bt +jA +pE +jA +tT +pD +BR +BR +BR +NS +zI +jA +pE +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (18,1,1) = {" fX @@ -3002,82 +8960,82 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to +bY +bY Jc Jc Jc Jc +bY Jc -Jc -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -ZN -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +bY +bY +bY +ce +ce +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +jG +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +bt +Vw +EA +Eb +qY +Ei +Ex +Jy +yM +RB +bt +jA +jA +jA +tB +GH +BR +BR +BR +FO +bj +jA +jA +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (19,1,1) = {" fX @@ -3144,31 +9102,7 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to +bY Jc Jc Jc @@ -3176,50 +9110,74 @@ Jc Jc Jc Jc -to -to -to -to -to -to -xE -xE -xE -xE -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -ZN -ZN -ZN -iC -Lc -Lc -Lc -eC -ZN -ZN -ZN -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +bY +bY +bY +ce +ce +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +bt +Vw +EA +Eb +qY +Re +BR +YL +Rn +OF +bt +qS +qS +qS +bt +cn +BR +BR +BR +Oo +bt +Fb +Fb +Fb +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (20,1,1) = {" fX @@ -3282,86 +9240,86 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to +bY +bY +bY +bY +bY Jc Jc Jc Jc Jc Jc -Jc -to -to -to -to -to -to -xE -xE -xE -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -ZN -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +bY +bY +bY +ce +ce +ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +jG +jG +jG +jG +Zx +Zx +Zx +bt +Vw +EA +Eb +qY +BR +YL +Gy +SV +Zz +bt +jA +jA +iQ +hX +wc +BR +BR +BR +DX +Sj +Zo +jA +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (21,1,1) = {" fX @@ -3423,87 +9381,87 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to +bY +bY +bY +bY +bY +bY Jc Jc Jc Jc Jc Jc -Jc -Jc -to -to -to -to -to -xE -xE -xE -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -ZN -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +bY +bY +ce +ce +ce +ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +jG +jG +jG +Zx +Zx +Zx +bt +Vw +EA +Sn +qY +BR +vs +vs +vs +vs +bt +jA +jA +jA +xN +pD +BR +BR +BR +NS +xy +jA +jA +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (22,1,1) = {" fX @@ -3560,92 +9518,92 @@ xE xE xE xE -to -to -to +bY +bY +bY xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to +bY +bY +bY +bY +bY Jc Jc Jc +bY Jc Jc Jc -to -to -to -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -ZN -eC -eC -eC -eC -eC -Lc -Lc -Lc -ZN -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +bY +bY +ce +ce +ce +ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +jG +bt +bt +bt +bt +bt +bt +bt +bt +bt +bt +yO +bt +bt +bt +bt +bt +jA +jA +jA +hl +GH +BR +BR +BR +ZK +bb +jA +jA +jA +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (23,1,1) = {" fX @@ -3700,94 +9658,94 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY Jc Jc Jc Jc Jc Jc -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -eC -eC -eC -eC -Lc -Lc -Lc -eC -eC -eC -eC -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +Jc +Jc +Jc +Jc +bY +bY +ce +ce +ce +ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +bt +BR +BR +BR +nV +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +bt +bt +bt +bt +bt +do +BR +BR +BR +PQ +bt +bt +bt +bt +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (24,1,1) = {" fX @@ -3841,95 +9799,95 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to +bY +bY +bY Jc Jc Jc Jc Jc -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +Jc +Jc +Jc +Jc +bY +Jc +Jc +Jc +bY +bY +bY +bY +bY +bY +ce +ce +ce +ce +ce +ce +ce +ce +ce +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +jG +jG +Yn +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +bt +LE +DD +Ha +Ax +BR +BR +BR +BR +BR +BR +wP +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (25,1,1) = {" fX @@ -3983,95 +9941,95 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to +bY +bY +Jc +bY +bY +Jc +bY +bY Jc Jc Jc -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +Jc +Jc +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +ce +ce +ce +ce +ce +ce +ce +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +Fl +Fl +Fl +jG +jG +Yn +BR +BR +wF +BR +wF +BR +BR +BR +BR +Re +BR +BR +BR +BR +bt +jL +BR +BR +BR +BR +BR +BR +BR +BR +BR +Uv +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (26,1,1) = {" fX @@ -4125,95 +10083,95 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -Jc -Jc -Jc -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +Fl +Fl +Fl +jG +Yn +BR +BR +wF +BR +wF +BR +BR +BR +BR +BR +BR +BR +BR +BR +bt +mt +XE +BR +BR +BR +BR +Re +BR +BR +BR +Mz +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (27,1,1) = {" fX @@ -4256,106 +10214,106 @@ xE xE xE xE -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -to +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +bY bX -to -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -to -to +bY +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME +bY +bY ce ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +jG +Yn +BR +BR +wF +BR +wF +BR +BR +BR +BR +BR +bt +QP +BR +QP +bt +DK +BR +BR +BR +BR +BR +BR +BR +BR +BR +zV +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (28,1,1) = {" fX @@ -4398,106 +10356,106 @@ xE xE xE xE -iC +ME cU cU cU -Yp -Yp +eD +eD cU cU cU cU cU -Yp -Yp +eD +eD cU cU cU -iC -to +ME +bY bX -to +bY Bz Bz -iC +ME +Oz Gc -Gc -Gc -Gc -Gc -Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to -to +ep +LD +Ss +Wp +JO +ME +Dp +AF +MB +AF +ME +bY +bY ce ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +bt +Pc +BR +wF +BR +wF +BR +yF +Iu +UK +BF +bt +bV +BR +bV +bt +ur +BR +BR +qt +BR +BR +BR +qt +uN +WM +VI +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (29,1,1) = {" fX @@ -4527,119 +10485,119 @@ xE xE xE xE -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC +ME +ME +ME +ME +ME +ME +ME +ME +ME +ME xE xE xE -iC +ME cU LS LS -Yp -Yp +eD +eD LS LS LS LS LS -Yp -Yp +eD +eD LS LS cU -oq -to +Iq +bY bX -to +bY Bz -Bz -ZN +WR +ZZ Gc Gc Gc Gc Gc Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to -to +qQ +ME +CP +AF +AF +AF +ME +bY +bY ce ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -eC -ZN -eC -eC -eC -eC -eC -eC -eC -ZN -eC -eC -eC -eC -eC -eC -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +Yn +sT +BR +BR +Re +BR +BR +BR +BR +mB +oq +bt +bt +Su +bt +bt +bt +bt +bt +bt +bt +Rq +bt +bt +bt +bt +bt +bt +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (30,1,1) = {" fX @@ -4669,119 +10627,119 @@ xE xE xE xE -iC -VK -VK -VK -VK -VK -VK -VK -VK -iC +ME +mo +uQ +MY +MY +IR +MY +MY +IR +ME xE xE xE -iC +ME cU LS -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp +eD +eD +eD +eD +eD +eD +eD +eD +eD +eD +eD LS cU -oq -to +Iq +bY bX -to +pw Bz -Bz -ZN +WR +ZZ +Gc +DY +eo +Tm Gc Gc Gc -Gc -Gc -Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to -to +ME +qZ +Uw +NG +AF +ME +bY +bY ce ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +Yn +aU +BR +wF +BR +wF +BR +BR +BR +cv +ZF +bt +BR +BR +BR +bt +BR +BR +BR +bt +BR +BR +BR +bt +az +Br +jG +jG +jG +jG +jG +jG +Zx +Zx +Zx +Zx +Zx +Zx +ON "} (31,1,1) = {" fX @@ -4811,119 +10769,119 @@ xE xE xE xE -iC -VK -VK -VK -VK -VK -VK -VK -VK -iC +ME +Zv +MY +MY +MY +Ed +MY +MY +vQ +ME xE xE xE -iC -Yp -Yp -Yp +ME +eD +eD +eD GS -Wd -Wd -Wd -Wd -Wd -Wd -Wd +TT +TT +TT +TT +TT +TT +TT Cx -Yp -Yp -Yp -iC -to +eD +eD +eD +ME +bY bX -to +pw Bz -Bz -ZN +WR +ZZ Gc Gc Gc +Lf Gc Gc Gc -Gc -ZN -ZN -ZN -ZN -ZN -iC -to -to +Ac +AF +AF +AF +AF +ME +bY +bY ce ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -ZN -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +bt +KF +BR +wF +BR +wF +BR +BR +BR +mB +oq +bt +yU +BR +BR +Gs +BR +Lu +BR +is +BR +BR +BR +bt +QY +Br +RL +jG +jG +jG +Fu +jG +jG +Zx +Zx +Zx +Zx +Zx +ON "} (32,1,1) = {" fX @@ -4953,119 +10911,119 @@ xE xE xE xE -iC -VK -VK -VK -VK -VK -VK -VK -VK -iC +ME +sy +MY +MY +MY +MY +MY +MY +MY +ME xE xE xE -iC -Yp -Yp -Yp +ME +eD +eD +eD YO -ce -ce -ce -ce -ce -ce -ce +Gl +Gl +Gl +Gl +Gl +Gl +Gl Fp -Yp -Yp -Yp -oq -to +eD +eD +eD +Iq +bY bX -to +pw Bz -Bz -ZN +WR +ZZ +Gc +qQ +Es +jv Gc Gc Gc -Gc -Gc -Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to -to -to +ME +AF +AF +AF +AF +ME +bY +bY +bY ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +Yn +BR +BR +wF +BR +wF +BR +yF +Iu +UK +BF +bt +yU +Sa +BR +bt +BR +Lu +BR +LW +BR +Ks +BR +bt +cS +Xx +RL +RL +RL +RL +RL +RL +jG +jG +jG +Zx +Zx +Zx +ON "} (33,1,1) = {" fX @@ -5089,64 +11047,64 @@ xE xE xE xE -iC -iC -iC -iC -iC -iC -iC +ME +ME +ME +ME +ME +ME +ME cX cX cX -VK -VK -VK -VK -VK -iC +MY +jk +MY +MY +MY +ME xE xE xE -iC +ME cU LS -Yp +eD YO -ce -ce -ce -ce -ce -ce -ce +Gl +Gl +Gl +Gl +Gl +Gl +Gl Fp -Yp +eD LS cU -oq -to +Iq +bY bX -to +pw Bz -Bz -ZN +WR +ZZ +Gc +qQ +Es +JD Gc Gc -Gc -Gc -Gc -Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to -to -to +QE +ME +HT +rr +rr +jy +ME +bY +bY +bY ce ce ce @@ -5160,54 +11118,54 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -eC -eC -eC -eC -eC -eC -eC -Lc -Lc -Lc -eC -eC -eC -eC -eC -eC -eC -to -to -to -to -to -to -to -to -to -to -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +jG +jG +Yn +BR +BR +wF +BR +wF +BR +mW +bt +bt +bt +bt +bt +bt +bt +bt +BR +Lu +BR +bt +bt +bt +bt +bt +bt +bt +jG +RL +RL +Jq +cP +Jq +RL +jG +jG +jG +Zx +Zx +ON "} (34,1,1) = {" fX @@ -5231,65 +11189,65 @@ xE xE xE xE -iC +ME +PO +rb +Wz +rb +CC +ME +Ak +ou cX -cX -cX -cX -cX -iC -cX -cX -cX -VK -VK -VK -VK -VK -iC +iE +WA +XR +MY +MY +ME xE xE xE -iC +ME cU LS -Yp +eD YO -ce -ce -ce -ce -ce -ce -ce +Gl +Gl +Gl +Gl +Gl +Gl +Gl Fp -Yp +eD LS cU -oq -to +Iq +bY bX -to -Bz -Bz -ZN +pw +kf +WR +ZZ Gc Gc +Sm +FW Gc Gc -Gc -Gc -Gc -iC -iC -iC -iC -iC -iC -to -to -to -to +cE +ME +ME +ME +ME +ME +ME +bY +bY +bY +bY ce ce ce @@ -5302,54 +11260,54 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -eC -to -to -to -to -to -to -to -to -to -to -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +jG +Yn +BR +BR +BR +BR +pW +BR +Gi +bt +hh +GJ +Xv +th +GJ +dm +bt +BR +YI +BR +bt +AH +BR +BR +BR +BR +bt +jG +jG +RL +Jq +cP +Jq +RL +jG +jG +jG +Zx +Zx +ON "} (35,1,1) = {" fX @@ -5373,125 +11331,125 @@ xE xE xE xE -iC +ME +fE cX cX cX +Qe +ME +zo +nn cX -cX -iC -cX -cX -cX -VK -VK -VK -VK -VK -iC +iE +WA +XR +MY +MY +ME xE xE xE -iC +ME cU LS -Yp +eD YO -ce -ce -ce -ce -ce -ce -ce +Gl +Gl +Gl +Gl +Gl +Gl +Gl Fp -Yp +eD LS cU -iC -to +ME +bY bX -to +pw Bz -Bz -ZN +WR +ZZ +Gc +qQ +Es +gv Gc Gc -Gc -Gc -Gc -Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to -to +cm +ME +wq +RC +wq +wq +ME +bY +bY Jc -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -eC -to -to -to -to -to -to -to -to -to -to -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +jG +Yn +BR +BR +BR +BR +BR +BR +Gi +bt +Lk +QV +BR +BR +nM +Lk +bt +BR +Lu +BR +bt +IO +BR +BR +BR +BR +bt +jG +RL +RL +Jq +cP +Jq +RL +jG +jG +jG +Zx +Zx +ON "} (36,1,1) = {" fX @@ -5515,125 +11473,125 @@ xE xE xE xE -iC +ME +Dq cX cX cX cX +Bm +DR +Ak cX -cX -cX -cX -cX -VK -VK -VK -VK -VK -iC +iE +yt +XR +MY +qw +ME xE xE xE -iC +ME cU LS -Yp +eD YO -ce -ce -ce -ce -ce -ce -ce +Gl +Gl +Gl +Gl +Gl +Gl +Gl Fp -Yp +eD LS cU -oq -to +Iq +bY bX -to +pw Bz -Bz -ZN +WR +ZZ +Gc +qQ +Es +Pk Gc Gc Gc -Gc -Gc -Gc -Gc -ZN -ZN -ZN -ZN -ZN -iC -to -to +BO +MY +MY +bl +MY +Iq +bY +bY Jc Jc -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce -ce -ce -ce -ce -ce -ce -ce -ce -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -ZN -to -to -to -to -to -to -to -to -to -to -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +jG +bt +YN +BR +QM +BR +BR +BR +ge +bt +wI +BR +BR +Au +BR +wI +bt +BR +Lu +BR +bt +nw +BR +BR +BR +BR +vo +RL +RL +RL +RL +RL +RL +jG +jG +Fl +jG +Zx +Zx +ON "} (37,1,1) = {" fX @@ -5657,134 +11615,134 @@ xE xE xE xE -iC +ME +fE cX cX cX +Qe +ME cX +fe cX -iC -cX -cX -cX -VK -VK -VK -VK -VK -iC +iE +WA +XR +MY +MY +ME xE xE xE -iC +ME cU LS -Yp +eD YO -ce -ce -ce -ce -ce -ce -ce +Gl +Gl +Gl +Gl +Gl +Gl +Gl Fp -Yp +eD LS cU -oq -to +Iq +bY bX -to +pw Bz -Bz -ZN +WR +ZZ Gc Gc Gc +hi Gc Gc Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to +ME +MY +MY +MY +MY +Iq +bY Jc Jc Jc Jc -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce -ce -ce -ce -ce -ce -ce -ce -ce -to -eC -eC +eN +eN +eN +eN +eN +eN +eN +eN +jG +bt +bt ZN ZN -ZN -ZN -ZN -eC -eC -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -eC -to -to -to -to -to -to -to -to -to -to -xE -xE -fX +XI +wx +XI +bt +bt +BR +BR +Re +BR +BR +BR +bt +BR +Lu +BR +bt +aB +BR +BR +BR +BR +bt +jG +jG +jG +jG +Fu +jG +jG +Fl +Fl +jG +Zx +Zx +ON "} (38,1,1) = {" fX xE -xE -xE -xE -xE -xE +eC +eC +eC +eC +eC eC eC eC @@ -5799,171 +11757,171 @@ eC xE xE xE -iC +ME +aV +in +jm +in +Sc +ME +SI +Gm cX -cX -cX -cX -cX -iC -cX -cX -cX -VK -VK -VK -VK -VK -iC +iE +WA +XR +MY +MY +ME xE xq xE -iC -Yp -Yp -Yp +ME +eD +eD +eD YO -ce -ce -ce -ce -ce -ce -ce +Gl +Gl +Gl +Gl +Gl +Gl +Gl Fp -Yp -Yp -Yp -oq -to +eD +eD +eD +Iq +bY bX -to +pw Bz -Bz -ZN +WR +ZZ +Gc +uO +hV +rx Gc Gc -Gc -Gc -Gc -Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to -to -to +Ih +ME +MY +MY +MY +MY +ME +bY +bY +bY Jc Jc Jc Jc -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY ce ce ce ce -ce -ce -ce -ce -ce -to -eC -to -to -to -to -to -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -eC -to -to -to -to -to -to -to -to -to -to -xE -xE -fX +eN +eN +eN +eN +eN +jG +bt +jG +jG +jG +RL +RL +RL +jG +bt +Jd +BR +BR +BR +BR +Ix +bt +BR +BR +BR +bt +aB +BR +BR +BR +BR +bt +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +Zx +Zx +ON "} (39,1,1) = {" fX xE -xE -xE -xE -xE -xE eC -ZN -ZN -ZN -ZN +eU +VK +VK +ZC eC -ZN -ZN -ZN -ZN +eU +VK +VK +ZC +eC +eU +VK +VK +ZC eC xE xE xE -iC -iC -iC -iC -iC -iC -iC +ME +ME +ME +ME +ME +ME +ME cX cX cX -VK -VK -VK -VK -VK -iC -to +MY +jk +MY +MY +MY +ME +bY bX xE -iC -Yp -Yp -Yp +ME +eD +eD +eD ps Bb Bb @@ -5973,31 +11931,31 @@ Bb Bb Bb Iz -Yp +eD GS -Wd -iC -to +TT +ME +bY bX -to +bY Bz -Bz -ZN +WR +ZZ Gc Gc Gc Gc Gc Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to -to +qQ +ME +bl +bl +bl +bl +ME +bY +bY Jc Jc Jc @@ -6007,78 +11965,78 @@ Jc Jc Jc Jc -to -to -to -to -to +bY +bY +bY +bY +bY ce ce ce -ce -ce -ce -ce -ce -to -eC -to -to -to -to -to -to -to -eC -eC -eC -eC -eC -ZN -eC -eC -eC -ZN -eC -eC -Lc -Lc -Lc -Lc -Lc -eC -iC -iC -iC -iC -iC -iC -to -to -to -xE -xE -xE -fX +eN +eN +eN +eN +eN +jG +bt +jG +jG +jG +jG +RL +jG +jG +bt +mZ +kZ +bt +bt +Hf +bt +bt +bt +qU +bt +bt +Ov +BR +BR +BR +BR +bt +bt +aa +aa +bt +bt +bt +bt +jG +jG +Zx +Zx +Zx +ON "} (40,1,1) = {" fX xE -xE -xE -xE -xE -xE eC -ZN -ZN -ZN -ZN +rc +VK +VK +VK eC -ZN -ZN -ZN -ZN +rc +VK +VK +VK +eC +rc +VK +VK +VK eC xE xE @@ -6089,138 +12047,138 @@ xE xE xE xE -iC -VK -VK -VK -VK -VK -VK -VK -VK -iC -to +ME +MY +MY +MY +MY +MY +MY +MY +MY +ME +bY bX -to -iC +bY +ME cU LS -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp +eD +eD +eD +eD +eD +eD +eD +eD +eD +eD +eD YO -ce -oq -to +Gl +Iq +bY bX -to +bY Bz Bz -iC +ME +zJ Gc Gc Gc Gc Gc -Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to -to -to +qQ +ME +EW +nf +nf +bl +Iq +bY +bY +bY Jc Jc Jc Jc Jc Jc -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -iC -to -to -to -xE -xE -xE -fX +bY +bY +bY +bY +bY +zr +zr +IS +IS +IS +FS +FS +FS +FS +FS +tq +tq +jG +jG +jG +jG +jG +jG +jG +jG +RL +RL +bt +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +bt +Wy +yT +BR +kT +BR +uG +bt +jG +jG +Zx +Zx +Zx +ON "} (41,1,1) = {" fX xE -xE -xE -xE -xE -xE eC -ZN -ZN -ZN -ZN +Ps +VK +EH +VK eC -ZN -ZN -ZN -ZN +Ps +VK +EH +VK +eC +Ps +VK +EH +VK eC eC eC @@ -6228,45 +12186,45 @@ eC eC eC xE -to -to +bY +bY xE -iC -VK -VK -VK -VK -VK -VK -VK -VK -iC -to +ME +Ce +MY +MY +MY +Qh +MY +MY +Oc +ME +bY bX -to -iC +bY +ME cU LS LS -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -oq -to +eD +eD +eD +eD +eD +eD +eD +eD +eD +eD +eD +eD +Iq +bY bX -to +bY Bz Bz -ZN +bu Gc Gc Gc @@ -6274,163 +12232,163 @@ Gc Gc Gc Gc -iC -ZN -ZN -ZN -ZN -iC -to -to -to -to +ME +hm +nf +nf +bl +Iq +bY +bY +bY +bY Jc Jc Jc -to -to -to -to -to -to -to -Hj -MS -MS -zx -zx -zx -zx -zx -zx -MS -MS -Hj -to -to -to -to -to -to -to -to -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -iC -to -to -to -xE -xE -xE -fX +bY +bY +bY +bY +bY +bY +bY +hM +Kc +Kc +qu +qu +Hr +Hr +Hr +Hr +Ru +Ru +YM +jG +jG +jG +jG +jG +jG +jG +jG +RL +jG +Ji +BR +Lu +Lu +Lu +BR +BR +BR +BR +BR +Lu +Lu +Lu +BR +bt +BR +BR +nt +pu +BR +md +aa +jG +jG +Zx +Zx +Zx +ON "} (42,1,1) = {" fX xE eC +EC +VK +VK +VK eC +EC +VK +VK +VK eC +EC +VK +VK +VK eC -eC -eC -ZN -ZN -ZN -ZN -eC -ZN -ZN -ZN -ZN -eC -ZN -ZN -ZN -ZN +eU +VK +VK +ZC eC xE -to -to +bY +bY xE -iC -VK -VK -VK -VK -VK -VK -VK -VK -iC -to +ME +mG +MY +MY +MY +MY +MY +MY +gR +ME +bY bX -to -iC +bY +ME cU cU cU -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -Yp -iC -to +eD +eD +eD +eD +eD +eD +eD +eD +eD +eD +eD +eD +ME +bY bX -to -Bz -Bz -iC +bY +Hz +zc +ME Gc Gc +hw +Gc +iN Gc Gc -Gc -Gc -Gc -iC -ZN -ZN -ZN -ZN -iC -to -to -to +ME +gY +NT +Oh +bl +ME +bY +bY +bY Jc Jc -to -to -to -to +bY +bY +bY +bY Hn Ja Ja @@ -6438,925 +12396,925 @@ Ja Ja Ja Ja -MS -zx -zx -zx -zx -zx -zx -MS -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -ZN -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -ZN -Lc -Lc -Lc -Lc -Lc -iC -to -to -to -xE -xE -xE -fX +Kc +qu +qu +Hr +Hr +Hr +Hr +Ru +xD +xD +xD +xD +xD +xD +xD +xD +xD +xD +xD +xD +vo +BR +Lu +Lu +Lu +BR +Re +BR +BR +BR +Lu +Lu +Lu +BR +xp +BR +BR +fr +LU +ad +zA +aa +jG +jG +Zx +Zx +Zx +ON "} (43,1,1) = {" fX xE eC -ZN -ZN -ZN -ZN +eR +VK +PT +VK eC -ZN -ZN -ZN -ZN +eR +ue +VK +VK eC -ZN -ZN -ZN -ZN +eR +fm +VK +VK eC -ZN -ZN -ZN -ZN +rc +VK +VK +VK eC -to -to -to -to -iC -iC -iC -iC -dU -iC -dU -iC -iC -iC -to +bY +bY +bY +bY +ME +ME +ME +ME +PA +ME +PA +ME +ME +ME +bY bX -to -iC -iC -oq -oq -oq -iC -iC -dU -iC -dU -iC -iC -oq -oq -oq -iC -iC -to +bY +ME +ME +Iq +Iq +Iq +ME +ME +TS +ME +TS +ME +ME +Iq +Iq +Iq +ME +ME +bY bX -to -iC -iC -iC -iC -iC -iC -ZN -iC -iC -iC -iC -iC -iC -iC -iC -iC -to -to -to -to -to -to -to -to -to +bY +ME +ME +ME +tD +tD +ME +bu +ME +tD +tD +ME +ME +Iq +Iq +ME +ME +bY +bY +bY +bY +bY +bY +bY +bY +bY bX -to -to -to -to -Hj -MS -MS -zx -zx -zx -zx -zx -zx -MS -MS -Hj -to -to -to -to -to -to -to -to -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -iC -to -to -to -xE -xE -xE -fX +pw +bY +bY +bY +hM +Kc +Kc +qu +qu +Hr +Hr +Hr +Hr +Ru +Ru +YM +jG +jG +jG +jG +jG +jG +jG +jG +RL +jG +bt +BR +Lu +Lu +Lu +BR +BR +BR +BR +BR +Lu +Lu +Lu +BR +bt +aY +BR +BR +Ra +BR +Fh +aa +jG +jG +Zx +Zx +Zx +ON "} (44,1,1) = {" fX -xE -eC -ZN -ZN -ZN -ZN -eC -eC -eC -ZN eC eC eC eC -ZN +eC +jb eC eC -ZN -ZN -ZN -ZN eC -to -to -to -to -to -to -to -to +kL +eC +eC +eC +eC +Qq +eC +eC +VK +VK +EH +VK +eC +bY +Jc +Jc +bY +Jc +bY +bY +bY bX -to +bY bX -to -to -to -to +bY +bY +bY +bY bX -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY bX -to +bY bX -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY bX -to -to -to -to -to -to -to +bY +bY +bY +bY +pw +pw +bY bX -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +pw +pw +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY bX -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -iC -to -to -to -to -xE -xE -fX +bY +bY +bY +bY +hK +hK +uo +uo +uo +dJ +dJ +dJ +dJ +dJ +HQ +HQ +jG +jG +jG +jG +jG +jG +jG +jG +RL +RL +bt +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +BR +bt +xv +BR +BR +Ay +ja +Xn +bt +jG +jG +jG +Zx +Zx +ON "} (45,1,1) = {" fX -xE eC -ZN -ZN -ZN -ZN +LN +kk +BY eC -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +SF +VK +VK +VK +VK eC -to -to -to -to -to -to -to -to +bY +Jc +Jc +Jc +Jc +Jc +Jc +bY bX -to +pw bX -to -to -to -to +pw +bY +bY +pw bX -to -to -to -to -to -to -to -to +pw +bY +bY +bY +bY +bY +bY +pw bX -to +pw bX -to -to -to -to -to -to -to -to +pw +bY +bY +bY +bY +bY +bY +pw bX -to -to -to -to -to -to -to +pw +bY +bY +bY +bY +bY +pw bX -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +pw +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +pw bX -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY ce ce ce -ce -ce -ce -ce -ce -to -eC -to -to -to -to -to -to -to -eC -ZN -ZN -eC -eC -eC -eC -ZN -eC -eC -eC -eC -Lc -Lc -Lc -Lc -Lc -eC -iC -iC -iC -iC -iC -iC -to -to -to -to -xE -xE -fX +eN +eN +eN +eN +eN +jG +bt +jG +jG +jG +jG +RL +jG +jG +Bv +VB +DE +bt +bt +bt +bt +PW +bt +bt +bt +bt +BR +BR +BR +BR +BR +bt +bt +aa +aa +bt +bt +bt +bt +jG +jG +jG +Zx +Zx +ON "} (46,1,1) = {" fX -xE eC -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN +LN +kk +kk eC -ZN -ZN -ZN -ZN +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp eC -to -to -to -to -to -to -to -to -Hn -Ja -Hn -Ja -Ja -Ja -Ja -Hn -Ja -Ja -Ja -Hn -Ja -Ja -Ja -Ja -Hn -Ja -Hn -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Hn -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Hn -Ja -Ja -Ja -Hn -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Ja -Hn -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to +QO +Bj +Bj +yy eC -to -to -to -to -to -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -eC -to -to -to -to -to -to -to -to +bY Jc -to -xE -xE -fX +Jc +Jc +Jc +Jc +bY +bY +Hn +Ja +Hn +Ja +Ja +Ja +Ja +Hn +Ja +Ja +Ja +Hn +Ja +Ja +Ja +Ja +Hn +Ja +Hn +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Hn +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Hn +Ja +Ja +Ja +Hn +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Ja +Hn +pw +bY +bY +bY +bY +ce +ce +ce +ce +eN +eN +eN +eN +eN +jG +bt +jG +jG +jG +RL +RL +RL +jG +bt +hU +BR +CA +AR +My +My +BR +Ri +bf +Ri +bt +bt +bt +nm +bt +bt +bt +jG +jG +jG +jG +jG +jG +jG +jG +Fl +jG +Zx +Zx +ON "} (47,1,1) = {" fX -xE eC -ZN -ZN -ZN -ZN +LN +kk +kk eC -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN +Yp +Yp +Dw +Dw +Yp +Yp +Dw +Dw +Yp +Yp +Yp eC eC eC eC eC eC -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +pw bX -to -to -to -to -to -to -to -to -to -to +pw +bY +bY +bY +bY +bY +bY +bY +bY +pw bX -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +pw +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +pw bX -to -to -to +pw +bY +bY bX -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +pw Hn Ja Ja Ja Hn +uo ce ce ce ce -ce -ce -ce -ce -ce -ce -to -eC -eC -ZN -ZN -ZN -ZN -ZN -eC -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -eC -ce -to -to -to -to -to -Jc -Jc -Jc -to -xE -xE -fX +eN +eN +eN +eN +eN +jG +bt +bt +gm +rh +dN +zK +dN +bt +bt +GK +BR +BR +BR +BR +BR +BR +BR +BR +BR +bt +Qa +aS +BR +yu +fc +bt +eN +jG +jG +jG +jG +jG +Fl +Fl +Fl +jG +Zx +Zx +ON "} (48,1,1) = {" fX -xE eC eC eC -eC -eC -eC -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -Ob -Ja -Ja -Ja +kk +bn +Yp +Yp +As +pA +Yp +Yp +As +As +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +dU Ja Ja Ja Ja Ja Hn -to -to -to -to -to -to -to -to -to -to +Hn +Ja +Hn +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY bX -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +Jc +Jc +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY bX -to -to -to +bY +bY +bY bX -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY Hn Ja Ja Ja Hn +IS ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -eC -ce -ce -ce -to -Jc -Jc -Jc -Jc -Jc -to -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +jG +bt +bZ +BR +BR +BR +BR +BR +MR +bt +tb +BR +Re +BR +BR +BR +BR +eS +BR +eS +bt +ee +Gt +BR +BR +bM +bt +eN +eN +eN +jG +Fl +Fl +Fl +Fl +Fl +jG +Zx +Zx +ON "} (49,1,1) = {" fX -xE eC -ZN -ZN -ZN -ZN +hv +dx +kk eC -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN +Yp +Yp +Dw +Dw +Yp +Yp +Dw +Dw +Yp +Yp +Yp eC eC eC @@ -7366,341 +13324,341 @@ eC xE xE xE -to -to -to -to -to -to -to -to -to -Jc -to -to -to -to -to -to +bY +bY bX -to -to -to -to -to -to -to -to -to -to -to +bX +bY +bY +bY +bY +bY +Jc +bY +bY +bY +bY +bY +bY +bX +bY +bY +Jc +Jc +bY +bY +Jc +bY +bY +bY +bY St -vk -vk -vk -vk -vk -vk -vk -vk -iC -iC -iC -ZN -iC -iC -iC -ZN -iC -iC -iC -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +uX +uX +uX +uX +uX +uX +uX +uX +ME +ME +ME +PM +ME +ME +ME +PM +ME +ME +ME +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce -ce -ce -ce -ce -ce -ce -ce -ce -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -eC -eC -eC -eC -eC -Lc -Lc -Lc -Lc -Lc -eC -ce -ce -ce -to -to -to -Jc -Jc -Jc -to -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +jG +bt +rH +BR +MF +tI +cq +BR +Yb +bt +Ao +BR +AL +AL +AL +BR +bt +bt +bt +bt +bt +TM +jB +BR +BR +kj +bt +eN +eN +eN +jG +jG +jG +Fl +Fl +jG +jG +Zx +Zx +ON "} (50,1,1) = {" fX -xE eC -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN eC -ZN -ZN -ZN -ZN +eC +kk +eC +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +eC +Lt +ql +ql +uk eC xE xE -xE -to -to -to -to -to -to -to -Jc -Jc -Jc -Jc -to -to -to -to -to +ME +ME +ME +Rs +GU +ME +Iq +Iq +ME +Iq +Iq +ME +Iq +Iq +ME +ME +bY bX -to -to -to -to -to -to -to +bY Jc Jc -to -to -MH -to -to -to -to -to -to -to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to -to -to +bY +bY +Jc +bY +Jc +Jc +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +iI +ME +hQ +Yt +Yt +Yt +UC +Yt +Yt +Yt +Yt +ME +bY +bY +bY +bY ce ce -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -ZN -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -eC -ce -ce -ce -ce -to -to -to -to -to -to -to -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +jG +bt +Mw +BR +wW +Lu +Re +BR +BR +cc +BR +BR +BR +BR +BR +BR +bt +Yz +BR +BR +bt +Gu +Nn +BR +BR +KM +bt +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +jG +Zx +ON "} (51,1,1) = {" fX -xE eC -ZN -ZN -ZN -ZN +EU +ZT +kk eC -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN -ZN +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +Yp +jM +VK +VK +VK +VK eC xE xE -xE -to -to -to -to -to -to -to -to -Jc -Jc -to -Jc -to -to -to -to +ME +eD +eD +eD +eD +lA +eD +eD +lA +eD +eD +lA +eD +eD +eD +ME +bY bX -to -to -to -to -to -to +bY +bY +bY Jc Jc -to -to -to -MH -to -to -to -to -to -to -to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to -to +bY +Jc +Jc +bY +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +iI +Iq +Mo +Yt +Yt +Yt +Yt +Yt +Yt +Yt +Yt +Iq +bY +bY +bY ce ce ce @@ -7716,133 +13674,133 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -ZN -Lc -Lc -Lc -eC -eC -eC -eC -eC -eC -eC -ce -ce -ce -ce -ce -to -to -ce -ce -to -to -xE -fX +eN +eN +eN +eN +eN +Jr +Jr +jG +jG +bt +lK +BR +gd +ph +BR +BR +BR +bt +nl +BR +Tj +qk +cB +BR +bD +BR +BR +BR +bt +bt +bt +bt +bt +bt +bt +eN +eN +eN +eN +eN +jG +jG +eN +eN +jG +jG +Zx +ON "} (52,1,1) = {" fX -xE -eC -ZN -ZN -ZN -ZN eC eC eC eC eC +iM eC eC eC -ZN +mu eC eC -ZN -ZN -ZN -ZN +eC +eC +uL +eC +eC +VK +VK +EH +VK eC xE xE -to -to -to -to -to -Jc -Jc -to -to -to -Jc -Jc -to -Jc -to -to -to +ME +eD +eD +eD +eD +eD +eD +eD +eD +kV +Ah +eD +eD +eD +eD +Iq +bY bX -to -to -to -to -to +bY +bY +Jc +bY +bY Jc Jc Jc Jc -to -to -MH -to -to -to -to -to -to -to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to -to +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +iI +Iq +qV +Yt +Tr +Tr +Oe +Tr +Tr +Yt +Yt +Iq +bY +bY +bY ce ce ce @@ -7850,141 +13808,141 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -eC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -Lc -Lc -Lc -eC -Lc -Lc -Lc -eC -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Jr +Jr +jG +jG +bt +vF +qt +BR +BR +tC +Ls +Dm +bt +Lo +wP +cN +Fz +Dh +rI +bt +pP +IL +nN +bt +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Zx +ON "} (53,1,1) = {" fX xE eC -ZN -ZN -ZN -ZN +Ps +VK +Vx +VK eC -ZN -ZN -ZN -ZN +HI +gP +aP +HI eC -ZN -ZN -ZN -ZN +Ps +qE +VK +VK eC -ZN -ZN -ZN -ZN +VK +VK +VK +VK eC xE xE -to -to -Jc -Jc -Jc -to -to -Jc -Jc -Jc -to -Jc -Jc -Jc -Jc -Jc -to +ME +eD +eD +eD +eD +eD +kV +Ah +BB +wH +AA +BB +kV +Ah +eD +Iq +bY bX -to -to -to -to +bY +bY +bY +bY Jc Jc Jc Jc Jc -to -to -MH -to -to -to -to -to -to -to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to -to +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +iI +ME +kp +Yt +Yt +Yt +Iw +Yt +Yt +Yt +Yt +ME +bY +bY +bY ce ce ce @@ -7992,234 +13950,250 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -eC -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Jr +Jr +jG +jG +bt +bt +bt +bt +bt +bt +bt +bt +bt +bt +DW +bt +bt +DW +bt +bt +bt +bt +bt +bt +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Zx +ON "} (54,1,1) = {" fX xE eC +EC +VK +VK +VK eC +aP +aP +aP +aP eC +EC +VK +VK +VK eC -eC -eC -ZN -ZN -ZN -ZN -eC -ZN -ZN -ZN -ZN -eC -ZN -ZN -ZN -ZN +VK +VK +VK +VK eC xE -to -to -to -to -to -Jc -Jc -to -Jc -Jc -Jc -Jc -to -Jc -to -to -to -to +xE +ME +eu +eD +cX +Ak +eD +wH +AA +Nz +eD +eD +Nz +wH +AA +eD +ME +bY bX -to -to -to +bY +bY +bY Jc Jc Jc Jc Jc -to -to -to -MH -to -to -to -to -to -to -to -to -ZN -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to +bY +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +tr +PM +Yt +Yt +Yt +Yt +WY +Yt +Yt +Yt +Yt +Iq +bY +bY +WO +WO +WO +WO +WO +WO +WO ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Jr +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +eN +eN +jG +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +ON "} (55,1,1) = {" fX xE -xE -xE -xE -xE -xE eC -ZN -ZN -ZN -ZN +eR +VK +EH +VK eC -ZN -ZN -ZN -ZN +Be +aP +aP +Be +eC +eR +VK +EH +VK eC eC eC eC eC eC -xE -to -to -to -to +ME +ME +ME +eD +eD +cX +Ak +eD +eD +eD +eD +kV +Ah +eD +eD +eD +eD +Hp +Ja +Hn +bY Jc Jc Jc @@ -8227,404 +14201,388 @@ Jc Jc Jc Jc -Jc -Jc -Jc -Jc -to -to -to -bX -to -Jc -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -MH -to -to -to -to -to -to -to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to +bY +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +iI +ME +Yt +Yt +Tr +Tr +WY +Tr +Tr +Yt +WP +Iq +bY +bY +WO +WO +WO +WO +WO +WO +WO ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -to -to -to -ce -ce -ce -ce -ce -ce -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Jr +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +eN +eN +jG +jG +jG +eN +eN +eN +eN +eN +eN +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +ON "} (56,1,1) = {" fX xE -xE -xE -xE -xE -xE eC -ZN -ZN -ZN -ZN +rc +VK +VK +VK eC -ZN -ZN -ZN -ZN +aP +aP +aP +aP +eC +rc +VK +VK +VK eC xE xE -xE -xE -xE -xE -to -to -to -to +ME +ED +df +cA +cA +ME +eD +eD +cX +Ak +eD +eD +eD +eD +wH +AA +eD +eD +eD +eD +Rs +Ja +Hn +bY +bY +bY +Jc +bY Jc Jc Jc Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -bX -to -to -to -Jc -to -Jc -Jc -Jc -Jc -to -to -MH -to -to -to -to -to -to -to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +iI +ME +WP +Yt +Yt +Yt +WY +Yt +Yt +Yt +Yt +Iq +bY +bY +WO +WO +WO +WO +WO +WO +WO ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +jG +Fl +Fl +Fl +Fl +jG +jG +jG +eN +eN +eN +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +ON "} (57,1,1) = {" fX xE -xE -xE -xE -xE -xE eC -ZN -ZN -ZN -ZN +eU +VK +VK +ZC eC -ZN -ZN -ZN -ZN +HI +aP +aP +HI +eC +eU +VK +VK +ZC eC xE xE -xE -xE -xE -xE -to -to -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -to -to +ME +jx +Cl +VW +cA +ME +eu +eD +cX +Ak +eD +kV +Ah +BB +eD +eD +BB +kV +Ah +eD +ME +bY bX -to -to -to +bY +bY +bY Jc Jc -to +bY Jc Jc Jc Jc -to -MH -to -to -to -to -to -to -to -to -ZN -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to +bY +bp +iI +iI +iI +iI +iI +iI +iI +tr +PM +Yt +Yt +Yt +Yt +mC +Yt +Yt +Yt +Yt +Iq +bY +bY +WO +WO +WO +WO +WO +WO +WO ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -Jc -Jc -Jc -Jc -Jc -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Jr +Jr +jG +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +ON "} (58,1,1) = {" fX xE -xE -xE -xE -xE -xE +eC +eC +eC +eC +eC eC eC eC @@ -8638,126 +14596,126 @@ eC eC xE xE -xE -xE -xE -to -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -to -Jc -Jc -to -to -to -to -to +ME +le +eO +cA +cA +Xh +eD +eD +eD +eD +eD +wH +AA +Nz +kV +Ah +Nz +wH +AA +eD +Iq +bY bX -to -to -to -to -to -to -to +bY +Jc +bY +bY +bY +bY +bY Jc Jc -to -to -MH -to -to -to -to -to -to -to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +iI +ME +Yt +Yt +Tr +Tr +UW +Tr +Tr +Yt +Yt +ME +bY +bY +WO +WO +WO +WO +WO +WO +WO ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Jr +jG +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +ON "} (59,1,1) = {" fX @@ -8780,126 +14738,126 @@ xE xE xE xE -to -to -to -to -to -to -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -to +ME +cA +cA +cA +QQ +ME +eD +eD +eD +eD +eD +eD +eD +eD +wH +AA +eD +eD +eD +eD +Iq +bY bX -to -to -to -to -to -to +bY +bY +Jc +Jc +bY +bY Jc Jc Jc -to -to -MH -to -to -to -to -to -to -to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +iI +Iq +Yt +Yt +Yt +Yt +Yt +Yt +Yt +Yt +Yt +Iq +bY +bY +WO +WO +WO +WO +WO +WO +WO ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +ON "} (60,1,1) = {" fX @@ -8919,65 +14877,65 @@ ce ce ce xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -Jc -Jc -Jc -Jc -to -to -to -to -to +bY +bY +bY +ME +DN +cA +cA +sU +ME +eD +eD +eD +eD +jh +eD +eD +jh +eD +eD +jh +eD +eD +eD +ME +bY bX -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY Jc -to +bY Jc -to -to -MH -to -to -to -to -to -to -to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +iI +Iq +Bn +Yt +Yt +Yt +Yt +Yt +Yt +Yt +Yt +Iq +bY +bY ce ce ce @@ -8986,62 +14944,62 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +ON "} (61,1,1) = {" fX @@ -9063,64 +15021,64 @@ ce ce ce ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +ME +ME +Iq +Iq +ME +ME +ME +ME +Iq +Iq +ME +Iq +Iq +ME +Iq +Iq +ME +Iq +Iq +ME +ME +bY bX -to -to -to +bY +bY +bY ce ce ce -to -to -to -to -to -MH -to -to -to -to -to -to -to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -to -to -to +bY +bY +bY +bY +bY +bp +iI +iI +iI +iI +iI +iI +iI +iI +ME +Kh +Yt +Rf +Rf +HF +KN +YS +Yt +zP +ME +bY +bY +bY ce ce ce @@ -9128,62 +15086,62 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +Fl +Fl +Fl +Fl +Fl +Fl +jG +jG +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +ON "} (62,1,1) = {" fX @@ -9206,61 +15164,61 @@ ce ce ce ce -to -to -to +bY +bY +bY ce ce ce ce ce -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce -to -to -to +bY +bY +bY bX -to -to +bY +bY ce ce ce ce -to -to -to -to -to -FI -vk -vk -vk -vk -vk -vk -vk -vk -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -to +bY +bY +bY +bY +bY +YW +uX +uX +uX +uX +uX +uX +uX +uX +ME +ME +Iq +Iq +ME +ME +ME +Iq +Iq +ME +ME +bY ce ce ce @@ -9268,64 +15226,64 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -kR -to -Jc -Jc -Jc -Jc -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +Nk +jG +Fl +Fl +Fl +Fl +jG +jG +jG +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +fk +je "} (63,1,1) = {" fX @@ -9356,53 +15314,53 @@ ce ce ce ce -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY ce ce ce ce ce -to -to +bY +bY bX -to -to +bY +bY ce ce ce ce ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce ce @@ -9410,64 +15368,64 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +Fl +Fl +jG +jG +jG +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +fk +fk +je "} (64,1,1) = {" fX @@ -9501,19 +15459,19 @@ ce ce ce ce -to -to -to +bY +bY +bY ce ce ce ce ce ce -to -to +bY +bY bX -to +bY ce ce ce @@ -9523,26 +15481,26 @@ ce ce ce ce -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY kR -to -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce ce @@ -9552,64 +15510,64 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +jG +jG +jG +jG +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +fk +je "} (65,1,1) = {" fX @@ -9653,9 +15611,9 @@ ce ce ce ce -to +bY bX -to +bY ce ce ce @@ -9668,16 +15626,16 @@ ce ce ce ce -to -to -to -to -to -to -to -to -to -to +bY +bY +bY +bY +bY +bY +bY +bY +bY +bY ce ce ce @@ -9690,68 +15648,68 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -ce -ce -to -to -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +jG +jG +jG +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Vs +Vs +Bo +Bo +fk +je "} (66,1,1) = {" fX @@ -9795,9 +15753,9 @@ ce ce ce ce -to +bY bX -to +bY ce ce ce @@ -9812,11 +15770,11 @@ ce ce ce ce -to +bY ce -to -to -to +bY +bY +bY ce ce ce @@ -9832,68 +15790,68 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +je "} (67,1,1) = {" fX @@ -9937,9 +15895,9 @@ ce ce ce ce -to +bY bX -to +bY ce ce ce @@ -9974,68 +15932,68 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +je "} (68,1,1) = {" fX @@ -10071,17 +16029,23 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR to -bX +NC to +VR +VR +VR +VR +VR +VR ce ce ce @@ -10110,74 +16074,68 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -Jc -Jc -Jc -to -to -to -to -to -to -to -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +je "} (69,1,1) = {" fX @@ -10213,18 +16171,23 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR to -bX +NC to to +VR +VR +VR +VR +VR ce ce ce @@ -10245,81 +16208,76 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -Jc -Jc -Jc -Jc -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Vs +Vs +Vs +Bo +Bo +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +je "} (70,1,1) = {" fX @@ -10347,26 +16305,31 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR to to -bX +NC to to +VR +VR +VR +VR +VR ce ce ce @@ -10387,239 +16350,234 @@ ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (71,1,1) = {" -fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +ni +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR to to to to -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR to to -bX +NC to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +UE +UE +Bo +Bo +UE +Bo +Bo +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (72,1,1) = {" -fX -xE -ce -ce -ce -ce -ce -ce -xE -xE -xE -ce -ce -xE +ni +ks +VR +VR +VR +VR +VR +VR +ks +ks +ks +VR +VR +ks to to to @@ -10627,14 +16585,14 @@ to to to to -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR to -ce +VR to to to @@ -10643,138 +16601,138 @@ to to to to -ce -ce +VR +VR to to to -bX +NC to to to to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -ce -to -to -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +UE +UE +UE +UE +Bo +Bo +Bo +Vs +Bo +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (73,1,1) = {" -fX -xE -ce -xE -ce -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +VR +ks +VR +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +iw +iw +iw to to to to to to -to -to -to -to -ce -ce +VR +VR to to to @@ -10790,121 +16748,161 @@ to to to to -bX +NC to to to to -Hn -Hn -ce -ce -ce -ce -ce -ce -ce -ce +mR +Lv +Wd +VR +VR +VR +VR +VR +VR +VR to -ce -ce +VR +VR to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -ce -ce -ce -to -to -to -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (74,1,1) = {" -fX -xE -ce -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +VR +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +iw +iw +iw +iw +iw +iw +iw +to +to +to +to +Cz +Cz +oa +Cz +Cz +oa +oa +Cz +Cz +to +to +to +to +to +NC +XJ +to +to +to +mR +mR +BW +VR +to +to +VR +VR to to to @@ -10913,140 +16911,134 @@ to to to to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -bX -to -to -to -to -Hn -Hn -ce -ce -to -to -ce -ce -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -ce -ce -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -Jc -Jc -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Vs +Vs +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (75,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +to +to +iw +iw +iw +iw +iw +iw +to +to +Em +vH +hc +Rg +MC +MC +MC +Dk +Ww +FD +Cz +oa +oa +Cz +to +ap +Dd +Dd +Dd +Dd +Dd +mR to to to @@ -11054,143 +17046,141 @@ to to to to +iw +iw +iw +iw +iw to to -to -to -to -iC -iC -oq -oq -iC -iC -oq -oq -iC -iC -oq -oq -oq -iC -to -Hn -Ja -Ja -Ja -Ja -Ja -Hn -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (76,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +to +iw +iw +iw +iw +iw +to +to +RX +RX +Cz +Ti +CR +CR +pd +Cz +Cz +MW +Qi +Zh +nP +nP +to +Aw +XJ +to +to +to +XJ +NC to to to @@ -11200,171 +17190,139 @@ to to to to -to -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -iC -Lc -Lc -Lc -iC -to -bX +iw +iw +iw +iw to to -to -to -to -bX -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -Jc -Jc -Jc -Jc -Jc -Jc -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (77,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +iw +iw +iw +to +to +to +to +mj +up +ea +xc +EF +LG +rg +xc +iV +gB +sP +sI +Zh +nP +XJ +Aw to to to to to -to -to -to -to -oq -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -dU -Lc -Lc -Lc -iC -to -bX -to -to -to -to -to -bX +NC to to to @@ -11381,2663 +17339,2663 @@ to to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -Jc -Jc -Jc -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (78,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +iw to to to to to to -to -to -to -oq +mj +FR +Lc +Oi +FR Lc Lc +FR +FR Lc -Lc -Lc -Lc -Lc -Lc -iC -Lc -Lc -Lc -dU -Ja -Hn +Cz +nP +PC +BI +wX +Sp to to to -iC -iC -dU -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC +Du +Du +ci +Du +Du +Du +Du +Du +Du +Du +Du +HL +HL +HL +Du +Du to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -Jc -Jc -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +UE +UE +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (79,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to to -to -to -to -xE -to -iC +Cz +Cz +sS +gX +Cz +RX +FR Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Ob -Lc -Lc -Lc -iC +XK +Dr +zf +Pb +rg +FR +cp +mq +uq +nP +nP to -bX +NC +XJ to to -to -iC -kk -kk +Du +Ud +Ud Ia Ia Ia -iC -kk -kk -iC -kk -kk -kk -kk -kk -iC -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -Jc -Jc -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +Du +ty +Ud +Du +VC +VC +iy +Qs +pi +Du +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +UE +UE +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (80,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to to -to -to -to -xE -xE -iC +Cz +EQ +Zt +Zt +EX +MW +Wg +gB +gB +gB +zf +cr Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Ob -Lc -Lc -Lc -dU -Ja -Hn -Ja -Ja -Ja -dU -kk -kk -kk -kk -kk -Ob -kk -kk -iC -kk -kk -kk -kk -kk -iC -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -Jc -Jc -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +FR +MQ +mq +uq +nP +nP +Dd +mR +Dd +Dd +Dd +ci +Ud +Ud +Ud +Ud +Ud +Ud +Ud +Ud +Du +VC +Zs +CL +xu +VC +HL +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +UE +UE +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (81,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to -to -xE -xE -xE -xE -iC -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Lc -Ob -Lc -Lc -Lc -iC +Cz +Zt +Zt +Zt +Zt +Jp +XK +gB +gB +gB +zf +zf +EF +rg +TO +UL +gn +nP +nP +XJ +NC to to to -to -to -iC +Du jK -kk -kk -kk -kk -Ob -kk -kk -Ob -kk -kk -kk -kk -kk -iC -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +Ud +Ud +Ud +Ud +Ud +Ud +Ud +bv +VC +VC +BV +ih +VC +HL +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (82,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -iC +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +Cz +Zt +FJ +JW +Zt +Cz +Mk Lc Lc Lc Lc Lc -Lc -Lc -Lc -iC -Lc -Lc -Lc -iC +FR +XU +wm +Cz +Jt +nP +nP +to +NC to to to -to -to -iC +Du xa -kk -kk -kk -kk -iC -kk -kk -iC -kk -kk -kk -kk -kk -iC -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +Ud +Ud +Ud +Ud +Du +Ud +Ud +Du +VC +VC +VC +VC +TB +Du +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (83,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -iC +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +Cz +Zt +vW +lU +he +gX +Mk Lc Lc Lc +gL Lc -Lc -Lc -Lc -Lc -iC -iC -oq -oq -iC +Me +Cz +Cz +Cz +oa +oa +Cz +to +NC to to to -to -to -iC -iC +Du +Du vP oD vP -iC -iC -kk -kk -iC -kk -kk -kk -kk -kk -iC +Du +Du +SL +No +Du +NU +yG +yG +yG +yG +HL to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (84,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -iC +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +Cz +GD +ot +gk +KB +Cz +Qv Lc Lc Lc Lc Lc -Lc -Lc -Lc -Lc -iC +FR +Ta +dv +Cz to to to to +NC to to to -to -iC +Du um -kk +wj td -kk +wj ZB -iC -kk -kk -iC -kk -kk -kk -kk -kk -iC +Du +ZW +Ud +Du +yG +yG +yG +yG +yG +HL to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -ce -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +AJ +Is +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Vs +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (85,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -iC -Wd -Wd +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +Cz +Cz +Cz +Cz +Cz +Cz +zX +zX Lc Lc Lc Lc +FR Lc -Lc -Lc -iC +HJ +Cz to to to to +NC to to to -to -iC -kk -kk -kk -kk -kk -iC -kk -kk -iC -kk -kk -kk -kk -kk -iC +HL +Ud +Ud +Ud +Ud +Ud +Du +Ud +Ud +Du +pC +jI +wf +Mt +sA +Du to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Js +NO +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (86,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -iC -ce -ce +ni +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 +Cz +dE +dE Lc Lc Lc Lc -Lc -Lc -Lc -iC +nD +cZ +uK +Cz to to to to +NC to to to -to -iC -kk -kk -kk -kk -kk -Ob -kk -kk -iC -iC -Ob -iC -iC -iC -iC +HL +Ud +Ud +Np +Ud +Ud +Bx +Ud +Ud +Du +Du +Du +Du +Du +Du +Du +Du to to to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -kR -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Qc +kU +kU +kU +hP +hP +hP +hP +hP +hP +hP +hP +kU +kU +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (87,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -iC -iC -oq -oq -iC +ni +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 +Cz +Cz +oa +oa +Cz Ob -Ob -iC -oq -iC -iC -vk -vk -vk -vk -St +Hx +Cz +oa +Cz +Cz to to to -iC -kk -kk -kk -kk -kk -iC -kk -kk +to +NC +to +to +to +Du +JK +JK +JK +Ud +gy +Du +Ye +Ud tH -kk -kk -kk -kk -kk -iC +Ud +ty +Ud +Ud +OP +nH +Du to to to to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +kU +qg +eF +eF +eF +eF +eF +eF +eF +eF +eF +qg +kU +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +je "} (88,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +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 MH PI PI PI -Hn -Hn -Hn -Hn -Hn -Hn -Hn -Hn -Hn -Hn -Hn -MH +KU +KU +KU +KU +PI +PI +JN to to to -iC -iC -iC -iC -iC -iC -iC -kk -kk -kk +to +NC +to +to +to +Du +Du +Du +Du +tQ +Du +Du +xg +Ud +Ud Mu -kk +Ud Mu -kk -kk -iC +Ud +su +vy +Du to to to to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +kU +qg +MA +mi +Qt +LK +NF +zd +nX +BQ +xY +qg +kU +Bo +Bo +Bo +Bo +Bo +UE +UE +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +je "} (89,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -MH -Hn -Hn -Hn -Hn -Hn -Hn -BB -BB -BB -Hb -BB -BB -BB -Hn +ni +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 MH +KU +KU +KU +KU +KU +KU +KU +KU +KU +ZI to to to -iC -kk -kk -kk -kk -kk -iC -kk -kk -kk +to +NC +to +to +to +Du +Ke +lH +Ud +Ud +hJ +Du +xj +Ud +Ud KV -kk +Ud Eu -kk -kk -iC +Ud +Ud +Du +Du to to to to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Vs +Vs +Bo +Bo +Bo +Bo +kU +qg +Wm +pl +ZG +ZG +Gv +ZG +ZG +pl +xx +qg +kU +rN +Bo +Bo +Bo +Bo +Bo +UE +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (90,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +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 to MH PI PI PI -Hn -Hn -Hn -BB -Ah +KU +KU +KU +KU +PI +PI JN -JN -JN -JN -BB -Hn -MH to to to -iC -kk -kk -kk -kk -kk -iC -kk -kk -kk +to +NC +to +to +to +HL +nS +Ud +Ud +Ud +Ud +io +Ud +Ud +Ud Pp -kk +Ud JV -kk -kk -iC +Ud +Ud +Du to to to to to -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +rN +kU +oZ +ZG +ZG +ZG +ZG +nC +ZG +ZG +ZG +ZG +oZ +kU +kU +kU +kU +kU +Bo +Bo +Bo +UE +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (91,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +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 to MH -Hn -Hn -Hn -Hn -Hn -Hn -ea -lm -lm -lm -lm -JN -BB -Hn -MH +KU +KU +KU +KU +KU +KU +KU +KU +KU +ZI to to to -iC -kk -kk -kk -kk -kk -iC -kk -kk -kk +to +NC +to +to +to +HL +xo +UV +Ud +Ud +Ud +Du +Ud +Ud +Ud ol -kk +Ud ol -kk -kk -iC +Ud +Ud +Du to to +iw to to -to -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +HE +Df +Df +Df +HE +qg +iT +ZG +ZG +ZG +ZG +ZG +ZG +ZG +Af +qg +Bo +Bo +Bo +Bo +kU +Bo +Bo +Bo +Bo +Bo +Bo +UE +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (92,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +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 to MH PI PI PI -Hn -Hn -Hn -kV +KU +KU +KU +KU +PI +PI JN -JN -JN -JN -AA -BB -Hn -MH to to to -iC -kk -kk -kk -kk -kk -Ob -kk -kk -kk +to +NC +to +to +to +Du +nW +Ud +Ud +Ud +Ud +tQ +Ud +Ud +Ud Mu -kk +Ud Mu -kk -kk -iC +Ud +Ud +Du +to +iw to to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +PS +rN +Bo +Bo +Bo +qg +qg +Jo +aR +ZG +se +ZG +tX +Na +qg +qg +Bo +Bo +Bo +Bo +kU +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (93,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to MH -Hn -Hn -Hn -Hn -Hn -Hn -BB -JN -JN -JN -JN -JN -BB -Hn -MH +KU +KU +KU +KU +KU +KU +KU +KU +KU +ZI to to to -iC -kk -kk -kk -kk -kk -Ob +to +NC +to +to +to +Du +XO +Ud +Ud +Ud +Ud +Du Pn YG -kk +Ud xG -kk +Ud ko -kk -kk -iC +Ud +Ud +Du +to +iw to to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +Bo +UE +Bo +PS +Bo +qg +qg +qg +qg +qg +qg +qg +Kv +qg +Kv +qg +qg +qg +Bo +Bo +Bo +Bo +Bo +kU +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (94,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to MH PI PI PI -Hn -Hn -Hn -BB -Qu +KU +KU +KU +KU +PI +PI JN -JN -JN -JN -BB -Hn -MH to to to -iC -kk -kk -kk -kk -kk -iC +to +NC +to +to +to +Du +Ud +Ud +Ud +Ud +Ud +Du TU dt -kk +Ud DM -kk +Ud rs -kk -kk -iC +Ud +Ud +Du +to +iw to to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +Bo +UE +Bo +PS +Bo +qg +DV +Sz +dL +ZV +oO +qg +ZG +ZG +ZG +qg +qg +qg +qg +qg +qg +qg +Bo +kU +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (95,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to MH -Hn -Hn -Hn -Hn -Hn -Hn -kV -JN -JN -JN -JN -AA -BB -Hn -MH +KU +KU +KU +KU +KU +KU +KU +KU +KU +ZI to to to -iC -kk -kk -kk -kk -kk -iC +to +NC +to +to +to +HL +tt +bx +Ud +Ud +nS +Du TU RJ fG lz -kk +Ud ol -kk -kk -iC +Ud +Ud +Du to +iw +iw to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +UE +UE +Bo +PS +Bo +qg +aM +em +ZR +hk +oO +qg +ZG +ZG +ZG +qg +PG +GC +GC +GC +GC +qg +Bo +kU +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (96,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to @@ -14045,711 +20003,711 @@ MH PI PI PI -Hn -Hn -Hn -wH -Jl -Jl -Jl -Jl +KU +KU +KU +KU +PI +PI JN -BB -Hn -MH to to to -iC -kk -kk -kk -kk -kk -iC -Wd -Wd -bn +to +NC +to +to +to +HL +ua +Ud +Ud +lp +Uu +Du +af +af +Ud Un fG TC TC TH -iC +Du to +iw +iw to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +UE +UE +Bo +PS +Bo +qg +by +ZV +cf +ZV +oO +Fa +ZG +ZG +ZG +qg +Dy +TX +ru +TX +GC +Jl +Bo +kU +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (97,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to MH -Hn -Hn -Hn -Hn -Hn -Hn -BB -Ah -JN -JN -JN -JN -BB -Hn -MH +KU +KU +KU +KU +KU +KU +KU +KU +KU +ZI to to to -iC -kk -kk -kk -kk -kk -iC -ce -ce -bn -kk +to +NC +to +to +to +Du +Mi +Xc +Ud +OD +HR +Du +dr +dr +Ud +Ud fF DQ xz Ow -iC +Du +to +iw to to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +UE +UE +Bo +PS +Bo +qg +lD +oO +oO +oO +oO +qg +ZG +ZG +ZG +qg +Rd +Yv +Gx +xB +GC +Jl +Bo +kU +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (98,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to +iw +iw MH PI PI PI -Hn -Hn -Hn -BB -BB -pX -pX -pX -BB -BB -Hn -MH -to -to -to -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC -iC +KU +KU +KU +KU +PI +PI +JN to to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce +NC +to +to +to +Du +Du +HL +HL +HL +Du +Du +Du +Du +Du +un +Du +Du +Du +Du +Du to to to to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +UE +Bo +Bo +PS +Bo +qg +KD +oO +oO +OV +Rw +qg +ZG +ZG +ZG +qg +QI +TX +zk +TX +GC +Jl +Bo +kU +Bo +Bo +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +je "} (99,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to +iw to MH -Hn -Hn -Hn -Hn -Hn -Hn -Hn -BB +KU +KU +KU +KU +KU +KU +KU +KU +KU ZI -ZI -ZI -BB -Hn -Hn -MH to to to to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +NC +XJ +to +to +to +to +to +to +to +to +to +to +to +to +NC +to +to +to +to +to +to +iw +iw +to +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +UE +Bo +Bo +PS +Bo +qg +qg +qg +yk +qg +qg +qg +ZG +ZG +ZG +Fq +GC +GC +GC +GC +GC +Jl +Bo +kU +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (100,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to +iw +iw to MH PI PI PI -Hn -Hn -Hn -Hn -Hn -Hn -Hn -Hn -Hn -Hn -Hn -MH -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +KU +KU +KU +KU +PI +PI +JN +to +to +to +to +mR +Dd +Dd +Dd +Dd +Dd +Dd +Dd +Dd +Dd +Dd +Dd +Dd +Dd +mR +to +to +to +to +iw +iw +iw +to +to +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +PS +Bo +Bo +qg +bP +oO +oO +ZO +qg +ZG +ZG +ZG +qg +Ck +GC +GC +GC +GC +Jl +Bo +kU +Bo +Bo +Bo +fk +Bo +Bo +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (101,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to +iw +iw to FI vk @@ -14761,22 +20719,7 @@ vk vk vk vk -vk -vk -vk -vk -vk -Nz -to -to -to -to -to -to -to -ce -ce -ce +Qu to to to @@ -14789,2798 +20732,2813 @@ to to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +to +Mn +Hj +NC +Hj +et +to +iw +iw +iw to to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +Bo +UE +Bo +PS +Bo +Bo +qg +TX +TX +oO +VE +qg +ZG +ZG +ZG +qg +Ml +GC +GC +eg +ym +Jl +rN +kU +Bo +Bo +Bo +fk +fk +fk +fk +fk +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (102,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -to -to -to -to -to -to -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +iw +iw +iw +to +to +to +to +to +to +to +to +to +to +to +to +VR +VR +VR +VR +to +to +to +to +to +to +VR +VR +VR +VR +VR +Mn +MS +NC +MS +et +to +iw +to +to +to +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Bo +UE +Bo +PS +Bo +Bo +qg +Hc +TX +oO +ej +qg +ZG +ZG +ZG +qg +iJ +GC +GC +GC +IU +VY +kU +kU +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (103,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +iw +iw +iw +iw +iw +iw +iw +iw +to +to +VR +VR +to +iw +to +VR +VR +VR +VR +VR +VR +VR +VR +VR +to +VR +VR +VR +VR +VR +VR +Oy +MS +MS +MS +et to to to to -to -to -to -to -to -to -to -to -ce -ce -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +PS +Bo +Bo +qg +nz +TX +oO +ow +qg +ZG +ZG +ZG +qg +Ne +GC +GC +mE +sV +qg +rN +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (104,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +iw +iw +iw +iw +iw +iw +iw +iw +iw to to +VR +VR to to +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Oy +zx +zx +zx +VO to to -to -to -to -to -to -to -ce -ce -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +PS +Bo +Bo +qg +qg +qg +qg +qg +qg +Gq +qg +Gq +qg +qg +qg +qg +qg +qg +qg +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (105,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to +iw +iw +iw +iw +iw +iw +iw +iw to +VR +VR +VR to -to -to -to -to -to -to -to -ce -ce -ce -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Oy +zx +zx +zx +VO +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +PS +Bo +Bo +Bo +Bo +qg +Af +ZG +kJ +ZG +ZG +ZG +kJ +ZG +SX +qg +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (106,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to +iw +iw +iw +iw +iw +iw +iw +iw to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Oy +zx +zx +zx +VO +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +PS +Bo +Bo +UE +Bo +qg +sD +ZG +mL +vj +vj +vj +ZG +ZG +pn +qg +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +UE +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (107,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +iw +iw +iw +iw +iw +iw +iw to to to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Oy +zx +zx +zx +VO +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +PS +Bo +UE +UE +Bo +qg +pH +ZG +XG +be +dj +pm +SE +ZG +hA +qg +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +UE +UE +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +je "} (108,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to +iw +iw +iw +iw +iw +iw +iw to to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -to -to -to -to -to -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Oy +zx +zx +zx +VO +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +PS +Bo +UE +UE +Bo +qg +iT +ZG +iZ +wh +pj +tJ +mJ +ZG +Et +qg +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +je "} (109,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +iw +iw +iw +iw +iw +iw +iw +iw to to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -to -to -Jc -Jc -to -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Oy +zx +zx +zx +VO +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +HE +HE +Bo +UE +Bo +Bo +qg +GW +ZG +zZ +ds +gU +ds +zZ +ZG +Se +qg +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +UE +UE +Bo +fk +fk +fk +fk +fk +fk +je "} (110,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +iw +iw +iw +iw +iw +iw +iw to to to to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -to -to -to -Jc -to -to -xE -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Oy +zx +zx +zx +VO +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Bo +Bo +Bo +Bo +HE +HE +Bo +Bo +UE +Bo +Bo +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +UE +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +UE +Bo +Bo +fk +fk +fk +fk +fk +fk +je "} (111,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +iw +iw +iw +iw +iw +iw +iw +iw +iw to to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -to -to -Jc -Jc -Jc -Jc -to -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Oy +zx +zx +zx +VO +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Bo +Bo +Bo +HE +HE +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Bo +Bo +UE +UE +UE +UE +Bo +fk +fk +fk +fk +fk +je "} (112,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to +iw +iw +iw +iw +iw +iw +iw +iw to to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -to -Jc -Jc -Jc -Jc -Jc -to -xE -xE -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Oy +zx +zx +zx +VO +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Bo +Bo +Bo +Bo +HE +HE +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +UE +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +lL +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +UE +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Bo +UE +UE +UE +UE +UE +Bo +fk +fk +fk +fk +fk +je "} (113,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +iw +iw +iw +iw +iw +iw to to to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -to -to -Jc -Jc -Jc -to -to -to -to -xE -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Is +vx +vx +vx +AJ +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +HE +HE +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +UE +UE +UE +UE +UE +Bo +Bo +Bo +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Bo +Bo +UE +UE +UE +Bo +Bo +Bo +Bo +fk +fk +fk +je "} (114,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to +iw +iw +iw +iw +iw +iw to to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -xE -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Is +vx +vx +vx +AJ +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +HE +HE +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +UE +UE +UE +UE +UE +Bo +Bo +fk +fk +fk +lL +lL +lL +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +je "} (115,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +iw +iw +iw +iw +iw +iw +iw to to to to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -xE -xE -fX +VR +VR +VR +VR +VR +VR +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Is +vx +vx +vx +AJ +Vs +Vs +Vs +Vs +Bo +UE +UE +Bo +Bo +Bo +Bo +Bo +Bo +HE +HE +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +UE +UE +UE +UE +Bo +Bo +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +lL +lL +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +fk +fk +je "} (116,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +iw +iw +iw +iw +iw +iw to to to to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -xE -xE -fX +VR +VR +VR +VR +VR +VR +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Is +vx +vx +vx +AJ +Vs +Vs +Vs +Bo +UE +UE +Bo +Bo +HE +Df +Df +Df +Df +HE +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +Bo +Bo +UE +UE +Bo +Bo +Bo +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +lL +lL +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +fk +fk +je "} (117,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +iw +iw +iw +iw +iw +iw +iw to to to to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -xE -xE -fX +VR +VR +VR +VR +VR +Vs +Vs +Vs +Bo +Bo +UE +Bo +Bo +Bo +Bo +Vs +Vs +Is +vx +vx +vx +AJ +Vs +Vs +Bo +Bo +UE +Bo +Bo +HE +HE +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +lL +lL +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +fk +fk +je "} (118,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to to to +iw +iw +iw +iw +iw +iw +iw to to to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -xE -fX +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Bo +Bo +UE +UE +UE +Bo +Bo +Bo +kG +Nq +Nq +Nq +cD +Bo +Bo +UE +UE +Bo +Bo +HE +HE +Bo +Bo +UE +UE +UE +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +rN +Bo +rN +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +fk +fk +fk +fk +fk +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +fk +je "} (119,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +to +to +to +iw +iw +iw +iw +iw +iw +iw +iw +iw +iw to to to to -to -to -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -xE -fX +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Bo +Bo +Bo +UE +UE +UE +Bo +Bo +kG +Nq +PS +Nq +cD +Bo +Bo +Bo +Bo +Bo +HE +HE +Bo +Bo +UE +UE +UE +UE +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +rN +rN +rN +fk +fk +fk +fk +lL +lL +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +lL +fk +fk +fk +fk +fk +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +fk +je "} (120,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to to to to +iw +iw +iw +iw +iw +iw +iw to to to to to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -xE -fX +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +UE +UE +UE +Bo +kG +kU +PS +kU +cD +Bo +UE +UE +Bo +HE +HE +Bo +Bo +UE +UE +UE +UE +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +wp +wp +wp +fk +fk +fk +fk +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +fk +je "} (121,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to @@ -17600,404 +23558,404 @@ to to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +UE +UE +Bo +Bo +PS +Bo +Bo +UE +UE +Bo +Bo +PS +Bo +Bo +Bo +UE +UE +UE +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +wp +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +fk +je "} (122,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR to -ce -ce -ce +VR +VR +VR to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +UE +Bo +Bo +PS +Bo +Bo +UE +UE +Bo +Bo +PS +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +lL +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +fk +je "} (123,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks +ks to to to +iw +iw to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -ce -to -to -ce -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +UE +Bo +PS +Bo +Bo +UE +UE +Bo +Bo +PS +Bo +Bo +qo +qo +qo +qo +qo +qo +qo +qo +qo +qo +qo +qo +fk +fk +fk +lL +lL +fk +fk +lL +fk +fk +fk +fk +fk +fk +lL +fk +fk +lL +lL +lL +lL +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Vs +Bo +Bo +Vs +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +fk +je "} (124,1,1) = {" -fX -xE -xE -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks +ks +ks to to to @@ -18006,138 +23964,138 @@ to to to to +iw +iw +iw to -to -to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -ce -xE -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +PS +Bo +Bo +UE +Bo +Bo +Bo +PS +rN +Bo +qo +jn +yw +fM +qo +Ud +Ud +gN +eK +Ud +Ud +qo +fk +fk +fk +lL +lL +fk +fk +lL +fk +fk +fk +fk +fk +fk +lL +fk +fk +lL +lL +lL +lL +lL +fk +fk +lL +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +Vs +fk +je "} (125,1,1) = {" -fX -xE -xE -xE -xE -xE +ni +ks +ks +ks +ks +ks to to to @@ -18150,135 +24108,135 @@ to to to to +iw to -to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -to -to -to -to -ce -ce -ce -ce -ce -ce -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Bo +Bo +Bo +PS +rN +Bo +Bo +Bo +Bo +rN +HE +Df +Df +Wr +Ud +Ud +Ud +Yk +Ud +Ud +Ud +Ud +Ud +Ud +qo +fk +fk +lL +lL +fk +fk +fk +lL +lL +fk +fk +fk +fk +lL +lL +fk +fk +lL +lL +fk +lL +lL +fk +fk +lL +lL +lL +lL +lL +lL +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +Vs +je "} (126,1,1) = {" -fX -xE -xE -xE -xE +ni +ks +ks +ks +ks to to to @@ -18287,2119 +24245,2119 @@ to to to to -ce -ce -ce -ce +VR +VR +VR +VR to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -Jc -Jc -Jc -Jc -Jc -to -to -to -ce -ce -ce -ce -ce -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Bo +Bo +Bo +HE +Df +Df +Df +Df +Df +Df +HE +rN +Bo +qo +qH +oY +Ud +qo +nQ +Ud +Pa +mp +Ud +Ud +qo +fk +fk +lL +lL +fk +fk +fk +fk +lL +fk +fk +fk +fk +lL +fk +fk +fk +lL +lL +fk +fk +lL +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +UE +UE +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +je "} (127,1,1) = {" -fX -xE -xE -xE +ni +ks +ks +ks to to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -Jc -Jc -Jc -Jc -Jc -Jc -to -to -to -ce -ce -ce -ce -ce -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +qo +qo +qo +qo +qo +qp +Ud +Ud +Ud +Ud +Ud +qo +fk +fk +lL +lL +fk +fk +fk +fk +lL +lL +fk +fk +lL +lL +fk +fk +lL +lL +lL +fk +fk +lL +lL +fk +fk +fk +lL +lL +lL +lL +lL +lL +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +Bo +UE +UE +UE +UE +UE +UE +Bo +Bo +Bo +Vs +Vs +Vs +Vs +Vs +je "} (128,1,1) = {" -fX -xE -xE +ni +ks +ks to to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -Jc -Jc -Jc -Jc -Jc -to -to -ce -ce -ce -ce -ce -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +UE +UE +Bo +Bo +qo +ov +ov +ov +qo +Ew +Ud +Ud +Ud +Ud +jf +qo +fk +fk +lL +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +lL +lL +fk +fk +fk +lL +lL +fk +fk +fk +lL +lL +lL +lL +lL +lL +lL +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +UE +UE +UE +UE +UE +Bo +Bo +Vs +Vs +Vs +Vs +Vs +je "} (129,1,1) = {" -fX -xE -xE +ni +ks +ks to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -Jc -Jc -Jc -Jc -Jc -to -to -ce -ce -ce -ce -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +UE +UE +Bo +Bo +Bo +Xz +Ud +Ud +Ud +qo +Lb +Ud +Ud +Ud +Ud +Zf +qo +fk +fk +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +lL +lL +lL +fk +fk +fk +lL +lL +lL +lL +lL +fk +lL +lL +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +Bo +Bo +UE +UE +UE +UE +UE +Bo +Bo +Vs +Vs +Vs +Vs +je "} (130,1,1) = {" -fX -xE +ni +ks to to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -Jc -Jc -Jc -to -to -ce -ce -ce -ce -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +UE +UE +UE +Bo +Bo +Bo +Xz +Ud +Ud +Ud +qo +Ud +Ud +Ud +Ud +Ud +Ud +qo +fk +fk +fk +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +lL +lL +lL +fk +fk +lL +lL +lL +lL +lL +lL +fk +fk +lL +fk +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +UE +UE +UE +Bo +Bo +Vs +Vs +Vs +Vs +je "} (131,1,1) = {" -fX -xE +ni +ks to -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -Jc -Jc -Jc -Jc -to -to -to -to -ce -ce -fX +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +UE +UE +UE +UE +Bo +Bo +Bo +qo +Ud +Ud +Ud +IJ +Ud +Ud +qN +xh +Ud +Ud +qo +fk +fk +fk +lL +fk +fk +fk +lL +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +lL +fk +fk +fk +lL +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +Bo +Bo +UE +UE +UE +UE +Bo +Bo +Bo +Bo +Vs +Vs +je "} (132,1,1) = {" -fX -xE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -Jc -to -to -to -to -ce -ce -fX +ni +ks +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +UE +UE +Bo +Bo +fk +qo +Ud +Ud +Ud +qo +qo +BH +qo +qo +OL +qo +qo +fk +fk +fk +lL +fk +fk +lL +lL +fk +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +fk +fk +lL +lL +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +UE +Bo +Bo +Bo +Bo +Vs +Vs +je "} (133,1,1) = {" -fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -to -to -xE -ce -ce -fX +ni +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +qo +qP +Ud +Ud +qP +qo +Ud +vc +qo +Ud +vc +qo +fk +fk +fk +lL +fk +fk +fk +lL +lL +fk +fk +fk +fk +fk +fk +lL +lL +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +fk +lL +lL +lL +lL +lL +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +Bo +Bo +Bo +fk +Vs +Vs +je "} (134,1,1) = {" -fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -to -to -to -to -to -to -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -to -to -to -to -to -xE -xE -ce -ce -fX +ni +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Bo +Bo +Bo +Bo +Bo +Bo +fk +fk +fk +fk +qo +Ud +Ud +Ud +Ud +qo +Ud +Ud +qo +Ud +Ud +qo +fk +fk +lL +lL +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +lL +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +Bo +Bo +Bo +Bo +Bo +fk +fk +Vs +Vs +je "} (135,1,1) = {" -fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -ce -fX +ni +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +Vs +Vs +fk +fk +fk +fk +fk +fk +fk +fk +fk +qo +qP +Ud +Ud +qP +qo +wY +zq +qo +wY +zq +qo +fk +fk +lL +lL +lL +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +lL +fk +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +Vs +je "} (136,1,1) = {" -fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +ni +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +qo +qo +qo +qo +qo +qo +qo +qo +qo +qo +qo +qo +fk +fk +lL +lL +lL +lL +lL +lL +lL +lL +lL +lL +fk +fk +fk +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (137,1,1) = {" -fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +ni +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +lL +lL +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (138,1,1) = {" -fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +ni +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +lL +lL +lL +lL +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (139,1,1) = {" -fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -fX +ni +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +Vs +Vs +Vs +Vs +Vs +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +fk +je "} (140,1,1) = {" -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX -fX +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +ni +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je +je "} diff --git a/maps/groundbase/gb-z3.dmm b/maps/groundbase/gb-z3.dmm index 676d0fd999..b69260d558 100644 --- a/maps/groundbase/gb-z3.dmm +++ b/maps/groundbase/gb-z3.dmm @@ -1,19922 +1,21043 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"a" = ( -/turf/unsimulated/wall/planetary/virgo3c, -/area/groundbase/level3) -"b" = ( -/turf/simulated/floor/outdoors/grass/forest/virgo3c, -/area/groundbase/level3) -"c" = ( -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level3) -"d" = ( -/obj/effect/overmap/visitable/sector/virgo3c, -/turf/unsimulated/wall/planetary/virgo3c, -/area/groundbase/level3) -"n" = ( +"aa" = ( +/turf/simulated/wall, +/area/groundbase/exploration) +"aG" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/groundbase/medical) +"aQ" = ( +/obj/structure/table/glass, +/obj/item/weapon/folder/white_cmo, +/obj/item/weapon/stamp/cmo, +/obj/item/weapon/paper_bin, +/obj/item/weapon/pen, +/turf/simulated/floor/carpet, +/area/groundbase/medical) +"bf" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/toolbox/mechanical, +/obj/item/device/multitool, +/obj/item/device/gps/medical, +/obj/item/device/radio, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"bm" = ( +/obj/structure/closet/secure_closet/pilot, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"bS" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/groundbase/cargo) +"cb" = ( +/obj/structure/bed/psych{ + name = "couch" + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"ci" = ( /obj/random/mob/bird, /turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level3) -"u" = ( -/obj/effect/overmap/visitable/sector/virgo3b, +/area/groundbase/level3/se) +"cj" = ( +/turf/simulated/open/virgo3c, +/area/groundbase/level3/se) +"cE" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"dq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + id_tag = "patient4"; + name = "patient recovery"; + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"dE" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/science{ + name = "Exploration"; + req_one_access = list(19,43,67) + }, +/turf/simulated/floor/bmarble, +/area/groundbase/exploration) +"dQ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"dW" = ( +/obj/machinery/door/airlock/angled_bay/external/glass{ + door_color = "#822a1e"; + frequency = 1380; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch" + }, +/obj/machinery/conveyor{ + dir = 1; + id = "cargounload" + }, +/turf/simulated/shuttle/floor, +/area/groundbase/cargo) +"dX" = ( +/obj/machinery/computer/ship/engines, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"ey" = ( +/obj/structure/table/rack, +/obj/item/device/suit_cooling_unit{ + pixel_y = -5 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"fu" = ( +/obj/structure/table/bench/marble, +/turf/simulated/floor/tiled/virgo3c, +/area/groundbase/medical) +"fz" = ( +/obj/machinery/suit_cycler/pilot, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"fM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "EMT Bay" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"fN" = ( +/turf/simulated/floor/virgo3c, +/area/groundbase/level3/nw) +"ga" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level3/ne) +"gc" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "cargounload" + }, +/turf/simulated/shuttle/floor, +/area/groundbase/cargo) +"gE" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level3/sw) +"he" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) +"hC" = ( +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"hN" = ( +/obj/structure/table/bench/marble, +/obj/effect/landmark/start/medical, +/turf/simulated/floor/tiled/virgo3c, +/area/groundbase/medical) +"hO" = ( +/obj/effect/landmark/map_data/groundbase, /turf/unsimulated/wall/planetary/virgo3c, -/area/groundbase/level3) -"z" = ( +/area/groundbase/level3/sw) +"hQ" = ( +/obj/structure/table/rack/shelf, +/obj/item/weapon/tank/oxygen, +/obj/item/device/suit_cooling_unit, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/exploration, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/exploration, +/obj/item/weapon/tank/jetpack/carbondioxide, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"ik" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/groundbase/medical) +"in" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized/full{ + id = "patient_room_4" + }, +/turf/simulated/floor, +/area/groundbase/medical) +"iN" = ( +/obj/effect/landmark/start{ + name = "Pilot" + }, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"iT" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) +"iY" = ( +/obj/structure/filingcabinet, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer RC"; + pixel_y = 26 + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"jc" = ( +/obj/machinery/conveyor{ + id = "cargoload" + }, +/turf/simulated/shuttle/floor, +/area/groundbase/cargo) +"ji" = ( +/obj/random/mob/bird, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level3/sw) +"jp" = ( +/obj/effect/landmark/start{ + name = "Explorer" + }, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"jv" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level3/nw) +"jF" = ( +/obj/machinery/door/airlock/command{ + id_tag = "cmodoor"; + name = "Chief Medical Officer"; + req_access = list(40); + req_one_access = list() + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"jX" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor, +/area/groundbase/level3/nw) +"jY" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/reinforced{ + edge_blending_priority = -1; + outdoors = 1 + }, +/area/groundbase/level3/nw) +"ku" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"kB" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level3/ne) +"kQ" = ( +/obj/structure/closet/secure_closet/paramedic, +/turf/simulated/floor/tiled/eris/white/bluecorner, +/area/groundbase/medical) +"lh" = ( +/turf/simulated/open/virgo3c, +/area/groundbase/level3/nw) +"lk" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level3/ne) +"mr" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level3/nw) +"mv" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"mU" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/nw) +"nb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/polarized/full{ + id = "cmo_office" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/groundbase/medical) +"nq" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/open/virgo3c, +/area/groundbase/medical) +"nr" = ( +/obj/machinery/button/remote/airlock{ + dir = 8; + id = "patient3"; + name = "Door Lock"; + pixel_x = 26; + pixel_y = 30; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"nC" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/item/weapon/storage/belt/medical, +/obj/item/device/flashlight/pen, +/obj/item/clothing/accessory/stethoscope, +/obj/item/clothing/glasses/hud/health, +/obj/item/device/defib_kit/compact/combat/loaded, +/obj/item/weapon/cmo_disk_holder, +/obj/item/weapon/storage/secure/briefcase/ml3m_pack_cmo, +/obj/item/weapon/storage/mrebag/pill/sleevingcure, +/obj/structure/sign/painting/library_secure{ + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"nZ" = ( +/turf/simulated/open, +/area/groundbase/cargo) +"og" = ( +/obj/machinery/suit_cycler/medical, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"ou" = ( +/obj/structure/panic_button/small{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"oF" = ( +/obj/effect/overmap/visitable/sector/virgo3c, +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level3/sw) +"oK" = ( +/obj/structure/fence, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) +"oQ" = ( +/obj/structure/fuel_port, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"oW" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"pq" = ( +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "patient4"; + name = "Door Lock"; + pixel_x = -26; + pixel_y = 30; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"pv" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/reinforced{ + edge_blending_priority = -1; + outdoors = 1 + }, +/area/groundbase/level3/nw) +"qg" = ( +/obj/structure/fence/corner{ + dir = 6 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) +"qk" = ( +/turf/simulated/floor/wood, +/area/groundbase/medical) +"qA" = ( +/obj/effect/landmark/start{ + name = "Field Medic" + }, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"qC" = ( +/obj/machinery/station_map{ + dir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"qL" = ( +/obj/machinery/photocopier/faxmachine{ + department = "CMO's Office" + }, +/obj/structure/table/glass, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"qO" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level3/nw) +"qT" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/virgo3c, +/area/groundbase/medical) +"rb" = ( +/obj/machinery/ion_engine{ + dir = 1 + }, +/turf/simulated/shuttle/plating/airless, +/area/groundbase/level3/nw) +"ro" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/medical, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"rD" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"rV" = ( +/obj/item/weapon/paper_bin{ + pixel_y = 7 + }, +/obj/structure/table/steel, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"sJ" = ( +/obj/machinery/station_map{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"sP" = ( +/turf/simulated/floor/virgo3c, +/area/groundbase/level3/ne) +"tU" = ( +/obj/structure/table/rack/shelf, +/obj/item/weapon/tank/oxygen, +/obj/item/device/suit_cooling_unit, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/exploration, +/obj/item/clothing/head/helmet/space/void/exploration, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"tZ" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level3/se) +"um" = ( +/obj/machinery/power/smes/buildable{ + charge = 500000 + }, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"uz" = ( +/obj/random/mob/bird, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level3/ne) +"uG" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/reinforced{ + edge_blending_priority = -1; + outdoors = 1 + }, +/area/groundbase/level3/nw) +"uU" = ( +/obj/effect/landmark/start{ + name = "Pathfinder" + }, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"vA" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/reinforced{ + edge_blending_priority = -1; + outdoors = 1 + }, +/area/groundbase/level3/nw) +"vV" = ( +/obj/machinery/door/airlock/angled_bay/external/glass{ + door_color = "#822a1e"; + frequency = 1380; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch" + }, +/turf/simulated/shuttle/floor, +/area/groundbase/cargo) +"vZ" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"wc" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"wn" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"wu" = ( +/obj/machinery/light, +/turf/simulated/shuttle/floor, +/area/groundbase/cargo) +"wP" = ( /obj/effect/landmark{ name = "Observer-Start" }, /turf/simulated/open/virgo3c, -/area/groundbase/level3) -"E" = ( -/turf/simulated/mineral/cave/virgo3c, -/area/groundbase/level3) -"I" = ( -/obj/effect/landmark/map_data/groundbase, +/area/groundbase/level3/sw) +"wU" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + pixel_y = 7 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"xH" = ( +/obj/structure/closet/secure_closet/explorer, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"xI" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet, +/area/groundbase/medical) +"xO" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock{ + name = "Pilots Office"; + req_access = list(67) + }, +/turf/simulated/floor/bmarble, +/area/groundbase/exploration) +"xX" = ( +/turf/simulated/floor/tiled/virgo3c, +/area/groundbase/medical) +"yy" = ( +/obj/structure/dispenser{ + phorontanks = 0 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"yA" = ( +/turf/simulated/floor/virgo3c, +/area/groundbase/level3/se) +"yU" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) +"zh" = ( +/obj/effect/overmap/visitable/sector/virgo3b, /turf/unsimulated/wall/planetary/virgo3c, -/area/groundbase/level3) -"O" = ( -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level3) -"Y" = ( +/area/groundbase/level3/sw) +"zF" = ( +/obj/structure/table/rack/shelf, +/obj/item/weapon/tank/oxygen, +/obj/item/device/suit_cooling_unit, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/expedition_medical, +/obj/item/clothing/head/helmet/space/void/expedition_medical, +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"zG" = ( +/obj/machinery/suit_cycler/exploration, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"zK" = ( +/turf/simulated/shuttle/floor, +/area/groundbase/cargo) +"zL" = ( +/obj/structure/table/rack, +/obj/item/device/defib_kit/compact/loaded, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"As" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized/full{ + id = "patient_room_2" + }, +/turf/simulated/floor, +/area/groundbase/medical) +"Bd" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/reinforced{ + edge_blending_priority = -1; + outdoors = 1 + }, +/area/groundbase/level3/nw) +"Bg" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level3/sw) +"Bw" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"BB" = ( +/turf/simulated/wall, +/area/groundbase/medical) +"Dm" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"DE" = ( +/turf/simulated/wall/rshull, +/area/groundbase/level3/nw) +"DR" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/obj/structure/railing/grey{ + dir = 4 + }, /turf/simulated/open/virgo3c, -/area/groundbase/level3) +/area/groundbase/medical) +"Es" = ( +/obj/structure/closet/secure_closet/pathfinder{ + req_access = list(62,43,67) + }, +/obj/item/device/bluespaceradio/tether_prelinked, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"Ev" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/groundbase/medical) +"EA" = ( +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "patient2"; + name = "Door Lock"; + pixel_x = -26; + pixel_y = 30; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Fb" = ( +/obj/structure/table/glass, +/obj/item/weapon/clipboard, +/obj/item/device/radio/intercom{ + dir = 1; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Fe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + id_tag = "patient2"; + name = "patient recovery"; + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"Fx" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level3/nw) +"FO" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "supply_shuttle"; + pixel_y = 24; + req_one_access = list(13,31); + tag_door = "supply_shuttle_hatch" + }, +/turf/simulated/shuttle/floor, +/area/groundbase/cargo) +"FV" = ( +/obj/item/weapon/storage/backpack/parachute{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/storage/backpack/parachute{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/weapon/storage/backpack/parachute{ + pixel_x = 4; + pixel_y = -6 + }, +/obj/item/weapon/storage/backpack/parachute{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/structure/table/rack/shelf, +/obj/item/weapon/storage/backpack/parachute{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/weapon/storage/backpack/parachute{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/storage/backpack/parachute{ + pixel_x = 4; + pixel_y = -6 + }, +/obj/item/weapon/storage/backpack/parachute{ + pixel_x = -4; + pixel_y = -6 + }, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"Gb" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/open/virgo3c, +/area/groundbase/medical) +"Gx" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"Hn" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4; + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating/carry, +/area/groundbase/cargo) +"Hx" = ( +/obj/structure/railing/grey, +/turf/simulated/floor/virgo3c, +/area/groundbase/medical) +"HI" = ( +/turf/simulated/shuttle/wall, +/area/groundbase/cargo) +"HV" = ( +/obj/random/mob/bird, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level3/nw) +"Io" = ( +/obj/structure/table/rack, +/obj/item/weapon/rig/medical/equipped, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"IC" = ( +/obj/structure/table/rack/shelf, +/obj/effect/floor_decal/steeldecal/steel_decals7{ + dir = 10 + }, +/obj/item/stack/marker_beacon/thirty{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stack/marker_beacon/thirty{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/device/gps{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/device/gps{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/device/gps{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/device/gps{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals7{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals7, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"IF" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"IS" = ( +/turf/simulated/open/virgo3c, +/area/groundbase/level3/ne) +"JL" = ( +/turf/unsimulated/wall/planetary/virgo3c, +/area/groundbase/level3/se) +"JW" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + dir = 8; + pixel_y = 7 + }, +/turf/simulated/floor/carpet, +/area/groundbase/medical) +"Ka" = ( +/obj/structure/closet/secure_closet/sar, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"Kh" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized/full{ + id = "patient_room_1" + }, +/turf/simulated/floor, +/area/groundbase/medical) +"Kl" = ( +/turf/simulated/floor/carpet, +/area/groundbase/medical) +"Kr" = ( +/turf/simulated/open/virgo3c, +/area/groundbase/level3/sw) +"Ky" = ( +/obj/effect/shuttle_landmark{ + base_turf = /turf/simulated/floor/reinforced; + docking_controller = "tourbus_pad"; + landmark_tag = "tourbus_dock"; + name = "Tourbus Pad" + }, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"KG" = ( +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"Lf" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) +"Lt" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level3/sw) +"ML" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor, +/area/groundbase/cargo) +"MM" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Nb" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/structure/closet/emergsuit_wall{ + dir = 4; + pixel_x = 27 + }, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"NX" = ( +/obj/structure/table/rack/shelf, +/obj/item/weapon/tank/oxygen, +/obj/item/device/suit_cooling_unit, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/void/expedition_medical, +/obj/item/clothing/head/helmet/space/void/expedition_medical, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"Ot" = ( +/obj/machinery/computer/ship/sensors, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"Pf" = ( +/obj/machinery/mineral/equipment_vendor/survey, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"Pr" = ( +/obj/machinery/button/remote/airlock{ + dir = 8; + id = "patient1"; + name = "Door Lock"; + pixel_x = 26; + pixel_y = 30; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"PH" = ( +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"PQ" = ( +/obj/machinery/door/airlock/angled_bay/external/glass{ + door_color = "#822a1e"; + frequency = 1380; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch" + }, +/obj/machinery/conveyor{ + id = "cargoload" + }, +/turf/simulated/shuttle/floor, +/area/groundbase/cargo) +"Qa" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level3/nw) +"Qf" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) +"QC" = ( +/obj/machinery/door/airlock/multi_tile/glass/polarized{ + id_tag = null; + id_tint = null; + name = "Medbay Airlock"; + req_one_access = list(5) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"QD" = ( +/turf/simulated/floor/virgo3c, +/area/groundbase/level3/sw) +"Rh" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/virgo3c, +/area/groundbase/medical) +"Ri" = ( +/obj/item/modular_computer/console/preset/command, +/obj/structure/sign/painting/library_secure{ + pixel_x = -30 + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"RM" = ( +/obj/machinery/photocopier/faxmachine{ + department = "Exploration" + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"Sf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + id_tag = "patient1"; + name = "patient recovery"; + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"Sg" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo) +"Ss" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/level3/ne) +"SG" = ( +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level3/nw) +"ST" = ( +/obj/structure/table/glass, +/obj/item/weapon/paper_bin, +/obj/item/weapon/pen, +/obj/item/device/radio/intercom/department/medbay{ + dir = 1; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"SW" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Chief Medical Officer" + }, +/obj/machinery/button/windowtint{ + id = "cmo_office"; + pixel_y = -28 + }, +/turf/simulated/floor/carpet, +/area/groundbase/medical) +"TT" = ( +/obj/machinery/atmospheric_field_generator/perma/underdoors, +/obj/machinery/door/firedoor/glass/talon, +/obj/machinery/door/airlock/science{ + name = "Shuttle"; + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/level3/nw) +"Ue" = ( +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/unsimulated/floor; + landmark_tag = "supply_cc"; + name = "Centcom Supply Depot" + }, +/turf/simulated/shuttle/wall, +/area/groundbase/cargo) +"Uk" = ( +/obj/structure/table/glass, +/obj/machinery/computer/skills{ + dir = 8 + }, +/obj/machinery/keycard_auth{ + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"Un" = ( +/obj/structure/table/rack/shelf, +/obj/item/weapon/storage/toolbox/mechanical{ + pixel_y = -4 + }, +/obj/item/weapon/hand_labeler, +/obj/item/weapon/hand_labeler, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"Vh" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"Vl" = ( +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"Vz" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/obj/structure/closet/emergsuit_wall{ + dir = 8; + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"VB" = ( +/obj/structure/table/bench/marble, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"VF" = ( +/obj/effect/landmark/start/paramedic, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"VH" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/reinforced{ + edge_blending_priority = -1; + outdoors = 1 + }, +/area/groundbase/level3/nw) +"VJ" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/open/virgo3c, +/area/groundbase/medical) +"VU" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Wg" = ( +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"Wm" = ( +/obj/structure/table/rack/shelf, +/obj/item/weapon/tank/oxygen, +/obj/item/device/suit_cooling_unit, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/pilot, +/obj/item/clothing/head/helmet/space/void/pilot, +/turf/simulated/floor/tiled, +/area/groundbase/exploration) +"WF" = ( +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/wood, +/area/groundbase/medical) +"Xc" = ( +/obj/machinery/computer/ship/helm, +/turf/simulated/floor/tiled, +/area/groundbase/level3/nw) +"Xv" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/level3/se) +"XC" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/reinforced{ + edge_blending_priority = -1; + outdoors = 1 + }, +/area/groundbase/level3/nw) +"Yy" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/medical/emt, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/medical/emt, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"YK" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/reinforced{ + edge_blending_priority = -1; + outdoors = 1 + }, +/area/groundbase/level3/nw) +"YQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + id_tag = "patient3"; + name = "patient recovery"; + req_one_access = null + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/groundbase/medical) +"Zo" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level3/se) +"Zv" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical) +"ZO" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized/full{ + id = "patient_room_3" + }, +/turf/simulated/floor, +/area/groundbase/medical) (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 -d -u -I +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +mr +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +oF +zh +hO "} (2,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (3,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (4,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (5,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (6,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +Lt +Lt +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (7,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (8,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (9,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (10,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (11,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (12,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (13,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (14,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (15,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (16,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (17,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -E -E -E -E -E -E -E -E -O -O -O -O -O -O -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -n -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +ji +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (18,1,1) = {" -a -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -O -O -O -O -O -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (19,1,1) = {" -a -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -O -O -O -O -O -b -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +QD +QD +QD +QD +QD +QD +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (20,1,1) = {" -a -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -E -E -E -O -O -O -O -O -O -b -b -b -b -b -b -b -b -b -b -b -O -O -O -O -O -n -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -E -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +jv +jv +jv +qO +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +HV +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +QD +QD +QD +QD +QD +QD +QD +QD +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (21,1,1) = {" -a -E -E -E -E -E -E -E -E -E -O -O -O -n -O -O -O -O -O -O -O -O -E -E -O -O -O -O -O -O -b -b -b -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +HV +qO +qO +qO +qO +qO +qO +qO +qO +jv +jv +qO +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (22,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -E -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (23,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -Y -Y -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +gE +QD +QD +gE +gE +gE +gE +gE +gE +gE +gE +gE +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (24,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -E -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Lt +Bg "} (25,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -n -O -O -O -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +aa +aa +aa +aa +aa +aa +aa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +gE +gE +ji +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Bg "} (26,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -E -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +aa +tU +jp +xH +xH +xH +aa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Lt +Bg "} (27,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +Qa +qO +qO +qO +qO +qO +qO +qO +qO +aa +tU +jp +KG +KG +KG +aa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Bg "} (28,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -E -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +aa +tU +jp +zG +Ka +Ka +aa +qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Lt +Bg "} (29,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +aa +zF +qA +KG +KG +KG +dE +SG +SG +mU +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +gE +gE +gE +gE +gE +gE +gE +Lt +Lt +Lt +Bg "} (30,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +aa +NX +qA +IC +Pf +FV +aa +qO +Qa +Fx +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +gE +Lt +Lt +Lt +Bg "} (31,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +aa +hQ +uU +KG +KG +rV +aa +qO +Qa +Fx +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +gE +gE +Lt +Lt +Lt +Bg "} (32,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +aa +Es +KG +Un +dQ +RM +aa +qO +qO +Fx +Qa +Qa +aa +aa +aa +aa +aa +aa +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Lt +Bg "} (33,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +aa +aa +aa +aa +aa +aa +aa +qO +qO +Fx +qO +qO +aa +Wm +KG +bm +bm +aa +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (34,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +Fx +qO +qO +aa +Wm +KG +iN +iN +aa +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (35,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +pv +jY +jY +jY +jY +jY +jY +jY +jY +XC +SG +mU +SG +SG +xO +KG +KG +fz +dQ +aa +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (36,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +uG +DE +DE +DE +TT +DE +DE +DE +DE +Bd +qO +Fx +qO +qO +aa +Wm +KG +iN +iN +aa +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (37,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +Qa +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +uG +DE +PH +PH +hC +Vz +Vz +DE +rb +Bd +qO +Fx +qO +qO +aa +Wm +KG +bm +bm +aa +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (38,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -b -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -O -O -O -c -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +uG +jX +Xc +Dm +hC +wn +wn +DE +DE +Bd +qO +mU +qO +qO +aa +aa +aa +aa +aa +aa +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (39,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -b -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +uG +jX +hC +Dm +hC +oQ +hC +um +DE +Bd +lh +lh +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (40,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -b -b -b -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +qO +uG +jX +Ot +Dm +hC +cE +cE +DE +DE +Bd +lh +lh +lh +fN +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (41,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -b -b -O -O -O -O -O -Y -Y -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +Qa +Qa +qO +qO +qO +qO +qO +lh +lh +qO +uG +DE +dX +ou +Ky +Nb +Nb +DE +rb +Bd +lh +lh +lh +fN +fN +fN +fN +fN +fN +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (42,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -b -b -O -O -O -O -O -Y -Y -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +Qa +Qa +qO +qO +qO +qO +qO +lh +lh +qO +uG +DE +DE +DE +TT +DE +DE +DE +DE +Bd +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (43,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -b -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +Qa +qO +qO +qO +qO +lh +lh +lh +lh +lh +YK +VH +VH +VH +VH +VH +VH +VH +VH +vA +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (44,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -b -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +Qa +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (45,1,1) = {" -a -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (46,1,1) = {" -a -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (47,1,1) = {" -a -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (48,1,1) = {" -a -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (49,1,1) = {" -a -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (50,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +mr +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Bg "} (51,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +mr +jv +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Bg "} (52,1,1) = {" -a -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +mr +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Bg "} (53,1,1) = {" -a -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +mr +jv +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Bg "} (54,1,1) = {" -a -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +mr +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Bg "} (55,1,1) = {" -a -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -n -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +mr +jv +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +HV +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Bg "} (56,1,1) = {" -a -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +mr +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Bg "} (57,1,1) = {" -a -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +mr +jv +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Bg "} (58,1,1) = {" -a -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +mr +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Bg "} (59,1,1) = {" -a -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +mr +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +qO +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Bg "} (60,1,1) = {" -a -E -E -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +mr +jv +jv +qO +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +qO +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Bg "} (61,1,1) = {" -a -E -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +mr +jv +qO +qO +qO +qO +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Bg "} (62,1,1) = {" -a -E -O -O -O -O -Y -Y -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +mr +jv +qO +qO +qO +qO +lh +lh +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +fN +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Bg "} (63,1,1) = {" -a -E -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +mr +jv +qO +qO +qO +qO +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Lt +Bg "} (64,1,1) = {" -a -E -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +mr +jv +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Lt +Bg "} (65,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +mr +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +JL "} (66,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +mr +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +JL "} (67,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -E -a +mr +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +tZ +JL "} (68,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -a +mr +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +JL "} (69,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -a +mr +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +JL "} (70,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -z -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -a +mr +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +lh +wP +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +JL "} (71,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -E -E -E -E -a +lk +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 +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (72,1,1) = {" -a -E -Y -Y -Y -Y -Y -Y -O -O -O -Y -Y -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -E -E -E -E -E -a +lk +Ss +IS +IS +IS +IS +IS +IS +kB +kB +kB +IS +IS +kB +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 +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 +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +JL "} (73,1,1) = {" -a -E -Y -O -Y -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -E -E -E -E -E -a +lk +Ss +IS +kB +IS +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +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 +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 +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +JL "} (74,1,1) = {" -a -E -Y -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -E -E -E -E -E -E -a +lk +Ss +IS +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +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 +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 +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (75,1,1) = {" -a -E -E -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -E -E -E -E -E -E -a +lk +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +Sg +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +Qf +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 +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (76,1,1) = {" -a -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -E -E -E -E -E -E -E -a +lk +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +he +Lf +Lf +Lf +Lf +Lf +HI +HI +HI +Ue +HI +HI +HI +he +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 +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (77,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -n -O -O -O -E -E -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +he +Lf +Lf +Lf +Lf +Lf +HI +bS +zK +zK +zK +zK +HI +he +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 +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +ci +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (78,1,1) = {" -a -E -E -E -E -E -E -O -n -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -E -E -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +uz +kB +kB +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +he +nZ +nZ +Lf +Lf +Lf +dW +gc +gc +gc +gc +zK +HI +he +IS +IS +IS +IS +IS +BB +Kh +Kh +Kh +BB +ZO +ZO +ZO +BB +BB +BB +nb +nb +nb +BB +BB +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (79,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -E -E -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +sP +sP +sP +kB +sP +he +nZ +nZ +Lf +Lf +Lf +vV +zK +zK +zK +zK +wu +HI +he +IS +IS +IS +IS +IS +BB +ST +VU +IF +BB +ST +VU +IF +BB +Ri +qk +qk +qk +qk +Gx +BB +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (80,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -E -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +sP +sP +sP +kB +kB +he +Lf +Lf +Lf +Lf +Lf +HI +zK +zK +zK +zK +zK +HI +he +IS +IS +IS +IS +IS +BB +Fb +Wg +ro +BB +Fb +Wg +ro +BB +iY +SW +xI +Kl +Kl +qL +nb +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (81,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -O -b -O -O -O -O -O -Y -Y -Y -Y -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -E -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +ga +kB +kB +kB +kB +kB +IS +IS +IS +sP +kB +kB +kB +kB +he +yU +yU +yU +Lf +Lf +HI +FO +zK +zK +zK +zK +HI +he +IS +IS +IS +IS +IS +BB +wU +Pr +MM +BB +wU +nr +MM +BB +Uk +JW +aQ +Kl +Kl +oW +nb +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (82,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -O -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -E -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +ga +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +he +Lf +Lf +Lf +Lf +Lf +vV +zK +zK +zK +zK +wu +HI +he +IS +IS +IS +IS +IS +BB +BB +Sf +BB +BB +BB +YQ +BB +BB +WF +aG +Kl +Ev +Kl +wc +nb +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (83,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -O -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +he +yU +yU +yU +Lf +Lf +PQ +jc +jc +jc +jc +zK +HI +he +IS +IS +IS +IS +IS +Hx +qT +xX +xX +xX +xX +xX +xX +BB +Vh +Kl +Kl +Kl +Kl +cb +nb +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +JL "} (84,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -O -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +he +Lf +Lf +Lf +Lf +Lf +HI +bS +zK +zK +zK +zK +HI +he +IS +IS +IS +IS +IS +Hx +qT +xX +xX +xX +xX +xX +xX +BB +rD +qk +mv +qk +qk +nC +BB +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +JL "} (85,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +ga +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +kB +kB +he +yU +yU +yU +Lf +Lf +HI +HI +ML +ML +ML +HI +HI +he +IS +IS +IS +IS +IS +Hx +qT +xX +xX +xX +xX +xX +xX +BB +BB +BB +BB +jF +BB +BB +BB +BB +BB +BB +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +JL "} (86,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +ga +ga +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +kB +kB +he +Lf +Lf +Lf +Lf +Lf +Lf +HI +Hn +Hn +Hn +HI +Lf +he +IS +IS +IS +IS +IS +Hx +qT +xX +xX +xX +xX +xX +xX +BB +Wg +Wg +Wg +Wg +Wg +Wg +Wg +Wg +Wg +BB +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +JL "} (87,1,1) = {" -a -E -E -E -E -E -E -O -O -O -O -O -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +ga +ga +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +kB +kB +iT +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +qg +IS +IS +IS +IS +IS +Hx +qT +fu +Rh +fu +xX +xX +xX +QC +Wg +Wg +Wg +nq +Gb +Gb +Wg +Wg +Wg +ik +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +JL "} (88,1,1) = {" -a -E -E -E -E -E -E -E -O -O -O -O -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +ga +ga +ga +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +Hx +qT +hN +Rh +hN +xX +xX +xX +Vl +Wg +Wg +Wg +DR +VJ +VJ +Wg +Wg +Wg +ik +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (89,1,1) = {" -a -E -E -E -E -E -E -E -E -O -O -O -O -b -b -b -b -b -b -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +ga +ga +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +Hx +qT +fu +Rh +fu +xX +xX +xX +BB +Wg +Wg +Wg +Wg +Wg +Wg +Wg +qC +Wg +BB +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (90,1,1) = {" -a -E -E -E -E -E -E -E -E -E -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +ga +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +Hx +qT +xX +xX +xX +xX +xX +xX +BB +BB +BB +BB +fM +BB +BB +BB +BB +BB +BB +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (91,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +ga +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +Hx +qT +xX +xX +xX +xX +xX +xX +BB +kQ +sJ +Wg +Wg +Wg +kQ +BB +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (92,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +ga +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +Hx +qT +xX +xX +xX +xX +xX +xX +BB +bf +Wg +Wg +Wg +Wg +bf +BB +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (93,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -O -O -O -O -b -b -b -b -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +Hx +qT +xX +xX +xX +xX +xX +xX +BB +ey +Wg +VB +Wg +Wg +ey +ik +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (94,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -b -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +ga +ga +ga +ga +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +BB +BB +Fe +BB +BB +BB +dq +BB +BB +Wg +VF +VB +Bw +VF +Wg +ik +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +JL "} (95,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -b -b -b -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +ga +ga +ga +ga +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +BB +wU +EA +MM +BB +wU +pq +MM +BB +Yy +Wg +VB +Wg +Wg +Yy +ik +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +JL "} (96,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -b -b -b -b -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +ga +ga +ga +ga +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +BB +Fb +Wg +ro +BB +Fb +Wg +ro +BB +og +Wg +Wg +Wg +Wg +og +BB +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +JL "} (97,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -b -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +ga +ga +ga +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +BB +ST +vZ +ku +BB +ST +vZ +ku +BB +yy +Wg +Io +zL +Wg +Zv +BB +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +JL "} (98,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +ga +ga +kB +kB +kB +kB +kB +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +BB +As +As +As +BB +in +in +in +BB +BB +BB +ik +ik +ik +BB +BB +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +JL "} (99,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -b -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +ga +ga +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +JL "} (100,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -b -b -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +ga +ga +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +JL "} (101,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -b -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -n -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +ga +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +ci +tZ +tZ +tZ +tZ +JL "} (102,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (103,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (104,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (105,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (106,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (107,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +JL "} (108,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +JL "} (109,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +JL "} (110,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -b -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +JL "} (111,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -b -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +yA +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +JL "} (112,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -b -b -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +JL "} (113,1,1) = {" -a -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -b -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -b -b -b -b -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -E -E -a +lk +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +Ss +kB +kB +kB +kB +ga +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +tZ +tZ +JL "} (114,1,1) = {" -a -E -E -E -E -O -O -O -O -O -O -O -O -O -b -O -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -b -b -b -b -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +lk +Ss +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +ga +kB +ga +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +tZ +JL "} (115,1,1) = {" -a -E -E -E -O -O -O -O -O -O -O -O -O -b -b -O -b -O -O -n -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -b -b -b -b -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +lk +Ss +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +ga +ga +kB +ga +kB +kB +uz +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +tZ +JL "} (116,1,1) = {" -a -E -E -O -O -O -O -O -O -O -O -O -O -b -b -b -b -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -b -b -b -b -b -b -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +lk +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +tZ +JL "} (117,1,1) = {" -a -E -E -O -O -O -O -O -b -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -b -O -O -O -O -O -O -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -b -b -b -b -b -b -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -a +lk +Ss +Ss +kB +kB +kB +kB +kB +ga +kB +kB +kB +ga +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +tZ +JL "} (118,1,1) = {" -a -E -E -O -O -O -O -b -b -b -b -b -b -b -O -O -b -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -Y -O -O -O -O -O -O -O -O -O -O -O -b -b -b -b -b -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +lk +Ss +Ss +kB +kB +kB +kB +ga +ga +ga +ga +ga +ga +ga +kB +kB +ga +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +Zo +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +JL "} (119,1,1) = {" -a -E -E -O -O -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -b -b -b -b -b -O -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +lk +Ss +Ss +kB +kB +ga +ga +ga +ga +ga +ga +ga +ga +ga +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Xv +Zo +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +JL "} (120,1,1) = {" -a -E -E -O -O -b -b -b -b -b -b -b -O -b -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -b -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +lk +Ss +Ss +kB +kB +ga +ga +ga +ga +ga +ga +ga +kB +ga +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +JL "} (121,1,1) = {" -a -E -E -O -O -b -O -O -O -b -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -b -b -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -n -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +lk +Ss +Ss +kB +kB +ga +kB +kB +kB +ga +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +ci +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +JL "} (122,1,1) = {" -a -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -b -b -b -b -b -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +lk +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +JL "} (123,1,1) = {" -a -E -E -O -O -O -O -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -b -O -b -b -b -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +lk +Ss +Ss +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Zo +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +JL "} (124,1,1) = {" -a -E -E -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -b -b -O -b -b -b -b -b -b -b -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -a +lk +Ss +Ss +kB +kB +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Xv +Zo +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +JL "} (125,1,1) = {" -a -E -E -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -n -O -O -O -O -O -O -O -O -O -O -b -O -b -b -b -O -b -b -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +lk +Ss +Ss +kB +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +ci +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Xv +Zo +Xv +Xv +Xv +Zo +Xv +Xv +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +JL "} (126,1,1) = {" -a -E -E -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +lk +Ss +Ss +kB +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +JL "} (127,1,1) = {" -a -E -E -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -O -O -O -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +lk +Ss +Ss +kB +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +JL "} (128,1,1) = {" -a -E -E -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -O -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +lk +Ss +Ss +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +JL "} (129,1,1) = {" -a -E -E -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +lk +Ss +Ss +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +JL "} (130,1,1) = {" -a -E -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -E -E -O -O -O -O -O -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +lk +Ss +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +JL "} (131,1,1) = {" -a -E -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +lk +Ss +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +JL "} (132,1,1) = {" -a -E -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -a +lk +Ss +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +JL "} (133,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -Y -Y -E -Y -Y -a +lk +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +cj +cj +tZ +cj +cj +JL "} (134,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -Y -Y -Y -Y -Y -E -E -Y -Y -a +lk +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +cj +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +cj +cj +cj +cj +cj +tZ +tZ +cj +cj +JL "} (135,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -O -O -O -O -O -E -E -E -Y -a +lk +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +cj +cj +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +cj +JL "} (136,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -O -O -O -O -O -E -E -E -E -E -E -a +lk +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +Zo +Zo +Zo +Zo +Zo +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (137,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -a +lk +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (138,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -a +lk +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (139,1,1) = {" -a -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -E -a +lk +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 +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +cj +cj +cj +cj +cj +cj +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +tZ +JL "} (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 +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 +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +lk +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL +JL "} diff --git a/maps/groundbase/groundbase.dm b/maps/groundbase/groundbase.dm index 574b316ae3..090040ba36 100644 --- a/maps/groundbase/groundbase.dm +++ b/maps/groundbase/groundbase.dm @@ -3,11 +3,13 @@ #include "groundbase_areas.dm" #include "groundbase_defines.dm" // #include "stellar_delight_shuttle_defs.dm" -// #include "stellar_delight_telecomms.dm" + #include "groundbase_telecomms.dm" // #include "stellar_delight_things.dm" #include "..\offmap_vr\common_offmaps.dm" #include "..\tether\tether_jobs.dm" - #include "..\stellardelight\stellar_delight_areas.dm" +// #include "..\stellardelight\stellar_delight_areas.dm" +// #include "..\tether\tether_areas.dm" + #if !AWAY_MISSION_TEST //Don't include these for just testing away missions #include "gb-z1.dmm" diff --git a/maps/groundbase/groundbase_areas.dm b/maps/groundbase/groundbase_areas.dm index 1217bc50fa..4305180184 100644 --- a/maps/groundbase/groundbase_areas.dm +++ b/maps/groundbase/groundbase_areas.dm @@ -16,7 +16,114 @@ /area/groundbase/level1 name = "Rascal's Pass Level 1" + +/area/groundbase/level1/ne + name = "Northeast Rascal's Pass Level 1" +/area/groundbase/level1/nw + name = "Northwest Rascal's Pass Level 1" +/area/groundbase/level1/se + name = "Southeast Rascal's Pass Level 1" +/area/groundbase/level1/sw + name = "Southwest Rascal's Pass Level 1" + +/area/groundbase/level1/centsquare + name = "\improper Central Square" + +/area/groundbase/level1/northspur + name = "\improper North Spur" +/area/groundbase/level1/eastspur + name = "\improper East Spur" +/area/groundbase/level1/westspur + name = "\improper West Spur" +/area/groundbase/level1/southeastspur + name = "\improper Southeast Spur" +/area/groundbase/level1/southwestspur + name = "\improper Southwest Spur" + + /area/groundbase/level2 name = "Rascal's Pass Level 2" + +/area/groundbase/level2/ne + name = "Northeast Rascal's Pass Level 2" +/area/groundbase/level2/nw + name = "Northwest Rascal's Pass Level 2" +/area/groundbase/level2/se + name = "Southeast Rascal's Pass Level 2" +/area/groundbase/level2/sw + name = "Southwest Rascal's Pass Level 2" + /area/groundbase/level3 name = "Rascal's Pass Level 3" + +/area/groundbase/level3/ne + name = "Northeast Rascal's Pass Level 3" +/area/groundbase/level3/nw + name = "Northwest Rascal's Pass Level 3" +/area/groundbase/level3/se + name = "Southeast Rascal's Pass Level 3" +/area/groundbase/level3/sw + name = "Southwest Rascal's Pass Level 3" + + +/area/groundbase/science + name = "Science" + holomap_color = HOLOMAP_AREACOLOR_SCIENCE + icon_state = "purwhisqu" + +/area/groundbase/command + name = "Command" + holomap_color = HOLOMAP_AREACOLOR_COMMAND + icon_state = "bluwhisqu" + +/area/groundbase/security + name = "Security" + holomap_color = HOLOMAP_AREACOLOR_SECURITY + icon_state = "redwhisqu" + +/area/groundbase/medical + name = "Medical" + holomap_color = HOLOMAP_AREACOLOR_MEDICAL + icon_state = "cyawhisqu" + +/area/groundbase/engineering + name = "Engineering" + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + icon_state = "yelwhisqu" + +/area/groundbase/cargo + name = "Cargo" + holomap_color = HOLOMAP_AREACOLOR_CARGO + icon_state = "orawhisqu" + +/area/groundbase/civilian + name = "Civilian" + holomap_color = HOLOMAP_AREACOLOR_CIV + icon_state = "grewhisqu" + +/area/groundbase/exploration + name = "Exploration" + holomap_color = HOLOMAP_AREACOLOR_SCIENCE + icon_state = "purwhisqu" + +/area/groundbase/dorms + name = "Dorms" + holomap_color = HOLOMAP_AREACOLOR_DORMS + icon_state = "grewhisqu" + flags = RAD_SHIELDED | BLUE_SHIELDED + +/area/maintenance/groundbase/substation + name = "Substation" + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + icon_state = "yelwhitri" + +/area/maintenance/groundbase/level1/netunnel + name = "\improper Level 1 Northeast Tunnel" +/area/maintenance/groundbase/level1/nwtunnel + name = "\improper Level 1 Northwest Tunnel" +/area/maintenance/groundbase/level1/setunnel + name = "\improper Level 1 Southeast Tunnel" +/area/maintenance/groundbase/level1/stunnel + name = "\improper Level 1 South Tunnel" +/area/maintenance/groundbase/level1/swtunnel + name = "\improper Level 1 Southwest Tunnel" diff --git a/maps/groundbase/groundbase_defines.dm b/maps/groundbase/groundbase_defines.dm index 6b0b262d31..ec262e31b3 100644 --- a/maps/groundbase/groundbase_defines.dm +++ b/maps/groundbase/groundbase_defines.dm @@ -119,12 +119,12 @@ default_skybox = /datum/skybox_settings/groundbase unit_test_exempt_areas = list( -// /area/stellardelight/deck1/exterior, -// /area/stellardelight/deck1/exploshuttle, -// /area/stellardelight/deck1/miningshuttle + /area/groundbase/level1, + /area/groundbase/level2, + /area/groundbase/level3 ) - unit_test_exempt_from_atmos = list() //it maint + unit_test_exempt_from_atmos = list() lateload_z_levels = list( @@ -180,7 +180,6 @@ new /datum/random_map/noise/ore(null, 1, 1, Z_LEVEL_MINING, 64, 64) // Create the mining ore distribution map. return 1 - /datum/skybox_settings/groundbase icon_state = "space5" use_stars = FALSE @@ -342,7 +341,7 @@ /datum/map_z_level/gb_lateload/mining z = Z_LEVEL_MINING name = "V3c Underground" - base_turf = /turf/space + base_turf = /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c flags = MAP_LEVEL_PLAYER|MAP_LEVEL_CONTACT|MAP_LEVEL_CONSOLES #include "../expedition_vr/aerostat/_aerostat.dm" diff --git a/maps/groundbase/groundbase_telecomms.dm b/maps/groundbase/groundbase_telecomms.dm new file mode 100644 index 0000000000..6e509b0262 --- /dev/null +++ b/maps/groundbase/groundbase_telecomms.dm @@ -0,0 +1,94 @@ +// ### Preset machines ### + + +// #### Relays #### +// Telecomms doesn't know about connected z-levels, so we need relays even for the other surface levels. +/obj/machinery/telecomms/relay/preset/station + id = "groundbase Relay" + listening_level = 9 + autolinkers = list("groundbase_relay") + +// #### Hub #### +/obj/machinery/telecomms/hub/preset/groundbase + id = "Hub" + network = "tcommsat" + autolinkers = list("hub", + "groundbase_relay", "c_relay", "m_relay", "r_relay", + "science", "medical", "supply", "service", "common", "command", "engineering", "security", "explorer", "unused", + "hb_relay", "receiverA", "broadcasterA" + ) + +/obj/machinery/telecomms/receiver/preset_right/groundbase + id = "groundbase_rx" + freq_listening = list(AI_FREQ, SCI_FREQ, MED_FREQ, SUP_FREQ, SRV_FREQ, COMM_FREQ, ENG_FREQ, SEC_FREQ, ENT_FREQ, EXP_FREQ) + +/obj/machinery/telecomms/broadcaster/preset_right/groundbase + id = "groundbase_tx" + +/obj/machinery/telecomms/bus/preset_two/groundbase + freq_listening = list(SUP_FREQ, SRV_FREQ, EXP_FREQ) + +/obj/machinery/telecomms/server/presets/service/groundbase + freq_listening = list(SRV_FREQ, EXP_FREQ) + autolinkers = list("service", "explorer") + +// Telecommunications Satellite +/area/groundbase/command/tcomms + name = "\improper Telecomms" + ambience = list('sound/ambience/ambisin2.ogg', 'sound/ambience/signal.ogg', 'sound/ambience/signal.ogg') + +/area/groundbase/command/tcomms/entrance + name = "\improper Telecomms Teleporter" + +/area/groundbase/command/tcomms/foyer + name = "\improper Telecomms Foyer" + +/area/groundbase/command/tcomms/storage + name = "\improper Telecomms Storage" + +/area/groundbase/command/tcomms/computer + name = "\improper Telecomms Control Room" + +/area/groundbase/command/tcomms/chamber + name = "\improper Telecomms Central Compartment" + flags = BLUE_SHIELDED + +/area/maintenance/substation/tcomms + name = "\improper Telecomms Substation" + +/area/maintenance/station/tcomms + name = "\improper Telecoms Maintenance" + +/datum/map/groundbase/default_internal_channels() + return list( + num2text(PUB_FREQ) = list(), + num2text(AI_FREQ) = list(access_synth), + num2text(ENT_FREQ) = list(), + num2text(ERT_FREQ) = list(access_cent_specops), + num2text(COMM_FREQ)= list(access_heads), + num2text(ENG_FREQ) = list(access_engine_equip, access_atmospherics), + num2text(MED_FREQ) = list(access_medical_equip), + num2text(MED_I_FREQ)=list(access_medical_equip), + num2text(SEC_FREQ) = list(access_security), + num2text(SEC_I_FREQ)=list(access_security), + num2text(SCI_FREQ) = list(access_tox,access_robotics,access_xenobiology), + num2text(SUP_FREQ) = list(access_cargo), + num2text(SRV_FREQ) = list(access_janitor, access_hydroponics), + num2text(EXP_FREQ) = list(access_explorer) + ) + +/obj/item/device/multitool/groundbase_buffered + name = "pre-linked multitool (groundbase hub)" + desc = "This multitool has already been linked to the groundbase telecomms hub and can be used to configure one (1) relay." + +/obj/item/device/multitool/groundbase_buffered/Initialize() + . = ..() + buffer = locate(/obj/machinery/telecomms/hub/preset/groundbase) + +/obj/item/device/bluespaceradio/groundbase_prelinked + name = "bluespace radio (Stellar Delight)" + handset = /obj/item/device/radio/bluespacehandset/linked/groundbase_prelinked + +/obj/item/device/radio/bluespacehandset/linked/groundbase_prelinked + bs_tx_preload_id = "groundbase_rx" //Transmit to a receiver + bs_rx_preload_id = "groundbase_tx" //Recveive from a transmitter