From 8c2278dfc16a57258d39330557211b9665d89e12 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 11 Jul 2023 21:31:11 +0100 Subject: [PATCH 01/20] lela --- code/__DEFINES/__game.dm | 1 + .../weather_events/lv624_outpost_furidamu.dm | 3 + .../lv624_outpost_furidamu.dm | 19 + code/game/area/LV624_Outpost_Furidamu.dm | 86 + code/game/turfs/auto_turf.dm | 8 + code/game/turfs/turf.dm | 6 + .../sprite_accessories/underwear.dm | 2 +- colonialmarines.dme | 3 + maps/LV624_Outpost_Furidamu.json | 43 + .../LV624_Outpost_Furidamu.dmm | 43033 ++++++++++++++++ 10 files changed, 43203 insertions(+), 1 deletion(-) create mode 100644 code/datums/weather/weather_events/lv624_outpost_furidamu.dm create mode 100644 code/datums/weather/weather_map_holders/lv624_outpost_furidamu.dm create mode 100644 code/game/area/LV624_Outpost_Furidamu.dm create mode 100644 maps/LV624_Outpost_Furidamu.json create mode 100644 maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm diff --git a/code/__DEFINES/__game.dm b/code/__DEFINES/__game.dm index 3116d7f195..f83d88ca5d 100644 --- a/code/__DEFINES/__game.dm +++ b/code/__DEFINES/__game.dm @@ -39,6 +39,7 @@ block( \ #define MAP_RUNTIME "USS Runtime" #define MAP_LV522_CHANCES_CLAIM "LV-522 Chance's Claim" // Highpop Only #define MAP_NEW_VARADERO "New Varadero"//ice colony underground but as its own map +#define MAP_LV624_OUTPOST_FURIDAMU "LV624 Outpost Furidamu" //Jungle Swamp, CLF Colony, Ruined UA Bunker, CLF survivors #define GAMEMODE_WHISKEY_OUTPOST "Whiskey Outpost" #define GAMEMODE_HIVE_WARS "Hive Wars" diff --git a/code/datums/weather/weather_events/lv624_outpost_furidamu.dm b/code/datums/weather/weather_events/lv624_outpost_furidamu.dm new file mode 100644 index 0000000000..bf79085df5 --- /dev/null +++ b/code/datums/weather/weather_events/lv624_outpost_furidamu.dm @@ -0,0 +1,3 @@ +/datum/weather_event/light_rain/lv624_outpost_furidamu + length = 3 MINUTES + lightning_chance = 4 diff --git a/code/datums/weather/weather_map_holders/lv624_outpost_furidamu.dm b/code/datums/weather/weather_map_holders/lv624_outpost_furidamu.dm new file mode 100644 index 0000000000..660405b268 --- /dev/null +++ b/code/datums/weather/weather_map_holders/lv624_outpost_furidamu.dm @@ -0,0 +1,19 @@ +/datum/weather_ss_map_holder/lv624_outpost_furidamu + name = "LV624_Outpost_Furidamu Map Holder" + + warn_time = 1 MINUTES + min_time_between_events = 30 MINUTES + min_time_between_checks = 0 + min_check_variance = 0 + + no_weather_turf_icon_state = "strata_clearsky" + + potential_weather_events = list( + /datum/weather_event/light_rain/lv624_outpost_furidamu + ) + +/datum/weather_ss_map_holder/lv624_outpost_furidamu/should_affect_area(area/A) + return !CEILING_IS_PROTECTED(A.ceiling, CEILING_GLASS) + +/datum/weather_ss_map_holder/lv624_outpost_furidamu/should_start_event() + return TRUE diff --git a/code/game/area/LV624_Outpost_Furidamu.dm b/code/game/area/LV624_Outpost_Furidamu.dm new file mode 100644 index 0000000000..2efd84305c --- /dev/null +++ b/code/game/area/LV624_Outpost_Furidamu.dm @@ -0,0 +1,86 @@ +//LV624_Outpost_Furidamu AREAS--------------------------------------// + +/area/LV624_Outpost_Furidamu + icon_state = "lv-626" + can_build_special = TRUE + powernet_name = "ground" + +//parent types + +/area/LV624_Outpost_Furidamu/indoors + name = "LV624_Outpost_Furidamu - Outdoors" + icon_state = "cliff_blocked" //because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! + ceiling = CEILING_METAL + //ambience = list('sound/ambience/jungle_amb1.ogg') + + +/area/LV624_Outpost_Furidamu/outdoors + name = "LV624_Outpost_Furidamu - Outdoors" + icon_state = "cliff_blocked" //because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! + ceiling = CEILING_NONE + //ambience = list('sound/ambience/jungle_amb1.ogg') + +/area/LV624_Outpost_Furidamu/outdoors/civilian + name = "LV624_Outpost_Furidamu - North Colony Outdoors" + +/area/LV624_Outpost_Furidamu/outdoors/militia + name = "LV624_Outpost_Furidamu - South Colony Outdoors" + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker + name = "LV624_Outpost_Furidamu - West Colony Caves" + +/area/LV624_Outpost_Furidamu/oob + name = "LV624_Outpost_Furidamu - Out Of Bounds" + icon_state = "unknown" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL + +//Landing Zone 1 + +/area/LV624_Outpost_Furidamu/landing_zone_1 + name = "LV624_Outpost_Furidamu - Landing Zone One" + icon_state = "explored" + is_resin_allowed = FALSE + is_landing_zone = TRUE + +/area/LV624_Outpost_Furidamu/landing_zone_1/ceiling + ceiling = CEILING_METAL + +/area/LV624_Outpost_Furidamu/landing_zone_1/tunnel + name = "LV624_Outpost_Furidamu - Landing Zone One Tunnels" + ceiling = CEILING_METAL + +/area/shuttle/drop1/LV624_Outpost_Furidamu + name = "LV624_Outpost_Furidamu - Dropship Alamo Landing Zone" + icon_state = "shuttle" + icon = 'icons/turf/area_shiva.dmi' + lighting_use_dynamic = TRUE + +/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console + name = "LV624_Outpost_Furidamu - Dropship Alamo Console" + icon_state = "tcomsatcham" + requires_power = FALSE + +//Landing Zone 2 + +/area/LV624_Outpost_Furidamu/landing_zone_2 + name = "LV624_Outpost_Furidamu - Landing Zone Two" + icon_state = "explored" + is_resin_allowed = FALSE + is_landing_zone = TRUE + +/area/LV624_Outpost_Furidamu/landing_zone_2/ceiling + ceiling = CEILING_METAL + +/area/shuttle/drop2/LV624_Outpost_Furidamu + name = "LV624_Outpost_Furidamu - Dropship Normandy Landing Zone" + icon_state = "shuttle2" + icon = 'icons/turf/area_shiva.dmi' + lighting_use_dynamic = TRUE + +/area/LV624_Outpost_Furidamu/landing_zone_2/lz2_console + name = "LV624_Outpost_Furidamu - Dropship Normandy Console" + icon_state = "tcomsatcham" + requires_power = FALSE + diff --git a/code/game/turfs/auto_turf.dm b/code/game/turfs/auto_turf.dm index 4556289da9..0ee07ff5e4 100644 --- a/code/game/turfs/auto_turf.dm +++ b/code/game/turfs/auto_turf.dm @@ -293,6 +293,10 @@ bleed_layer = 0 variant_prefix_name = "matted grass" +/turf/open/auto_turf/strata_grass/layer0/unweedable + variant_prefix_name = "matted grass" + bleed_layer = 0 + /turf/open/auto_turf/strata_grass/layer0_mud icon_state = "grass_0_mud" bleed_layer = 0 @@ -309,6 +313,10 @@ icon_state = "grass_1" bleed_layer = 1 +/turf/open/auto_turf/strata_grass/layer1/unweedable + variant_prefix_name = "matted grass" + bleed_layer = 1 + //Chance's Claim / Hadley Shale dirt /turf/open/auto_turf/shale diff --git a/code/game/turfs/turf.dm b/code/game/turfs/turf.dm index 54cfdf6e34..a7e8d1d630 100644 --- a/code/game/turfs/turf.dm +++ b/code/game/turfs/turf.dm @@ -566,6 +566,12 @@ /turf/open/auto_turf/shale/layer2/is_weedable() return SEMI_WEEDABLE +/turf/open/auto_turf/strata_grass/layer1/unweedable/is_weedable() + return FALSE + +/turf/open/auto_turf/strata_grass/layer0/unweedable/is_weedable() + return FALSE + /turf/closed/wall/is_weedable() return FULLY_WEEDABLE //so we can spawn weeds on the walls diff --git a/code/modules/mob/new_player/sprite_accessories/underwear.dm b/code/modules/mob/new_player/sprite_accessories/underwear.dm index a558b9459d..8e070a38d4 100644 --- a/code/modules/mob/new_player/sprite_accessories/underwear.dm +++ b/code/modules/mob/new_player/sprite_accessories/underwear.dm @@ -35,7 +35,7 @@ GLOBAL_LIST_INIT_TYPED(underwear_f, /datum/sprite_accessory/underwear, setup_und switch(SSmapping.configs[GROUND_MAP].map_name) // maploader TODO: json if(MAP_PRISON_STATION, MAP_PRISON_STATION_V3, MAP_LV522_CHANCES_CLAIM) selected_icon_state = "c_" + selected_icon_state - if(MAP_LV_624, MAP_RUNTIME, MAP_NEW_VARADERO) + if(MAP_LV_624, MAP_RUNTIME, MAP_NEW_VARADERO, MAP_LV624_OUTPOST_FURIDAMU) selected_icon_state = "j_" + selected_icon_state if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO) selected_icon_state = "d_" + selected_icon_state diff --git a/colonialmarines.dme b/colonialmarines.dme index 304d5221dd..9747593c34 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -605,11 +605,13 @@ #include "code\datums\weather\weather_events\faction_clash.dm" #include "code\datums\weather\weather_events\lv522_chances_claim.dm" #include "code\datums\weather\weather_events\lv624.dm" +#include "code\datums\weather\weather_events\lv624_outpost_furidamu.dm" #include "code\datums\weather\weather_events\sorokyne.dm" #include "code\datums\weather\weather_map_holders\big_red.dm" #include "code\datums\weather\weather_map_holders\faction_clash.dm" #include "code\datums\weather\weather_map_holders\lv522_chances_claim.dm" #include "code\datums\weather\weather_map_holders\lv624.dm" +#include "code\datums\weather\weather_map_holders\lv624_outpost_furidamu.dm" #include "code\datums\weather\weather_map_holders\sorokyne.dm" #include "code\datums\xeno_shields\xeno_shield.dm" #include "code\datums\xeno_shields\shield_types\crusher_shield.dm" @@ -646,6 +648,7 @@ #include "code\game\area\kutjevo.dm" #include "code\game\area\LV522_Chances_Claim.dm" #include "code\game\area\LV624.dm" +#include "code\game\area\LV624_Outpost_Furidamu.dm" #include "code\game\area\prison.dm" #include "code\game\area\Prison_Station_FOP.dm" #include "code\game\area\prison_v3_fiorina.dm" diff --git a/maps/LV624_Outpost_Furidamu.json b/maps/LV624_Outpost_Furidamu.json new file mode 100644 index 0000000000..12b20862c4 --- /dev/null +++ b/maps/LV624_Outpost_Furidamu.json @@ -0,0 +1,43 @@ +{ + "map_name": "LV624 Outpost Furidamu", + "map_path": "map_files/LV624_Outpost_Furidamu", + "map_file": "LV624_Outpost_Furidamu.dmm", + "weather_holder": "/datum/weather_ss_map_holder/LV624_Outpost_Furidamu", + "survivor_types": [ + "/datum/equipment_preset/survivor/clf" + ], + "synth_survivor_types": [ + "/datum/equipment_preset/synth/survivor/forecon" + ], + "CO_survivor_types": [ + "/datum/equipment_preset/survivor/forecon/major" + ], + "defcon_triggers": [ + 3300, + 2100, + 1450, + 580, + 0.0 + ], + "survivor_message": "", + "announce_text": "", + "map_item_type": "/obj/item/map/lv522_map", + "monkey_types": [ + "neaera", + "stok" + ], + "traits": [{ "Ground": true }], + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 0, + "xeno_hive_delta": 0 + }, + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm new file mode 100644 index 0000000000..071365bc49 --- /dev/null +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -0,0 +1,43033 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"ab" = ( +/obj/structure/surface/table/gamblingtable, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"av" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ay" = ( +/obj/structure/safe/floor{ + name = "safe"; + pixel_x = 30; + spawnkey = 0 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"aB" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"aW" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ba" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"bb" = ( +/turf/closed/wall/rock/brown, +/area/LV624_Outpost_Furidamu/oob) +"bh" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/candle, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"bk" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"bp" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"bD" = ( +/obj/effect/landmark/shuttle_loc/marine_trg/landing{ + name = "2" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"bF" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"bN" = ( +/obj/structure/machinery/computer/telecomms/server, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"bU" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"bZ" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ce" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"cg" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/bible, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"co" = ( +/obj/structure/flora/tree/jungle/bigtreeTR, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"cv" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"cy" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"cJ" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"cQ" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"cT" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"cW" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"do" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 9; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"dp" = ( +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ds" = ( +/obj/structure/machinery/computer/telecomms/monitor, +/turf/open/floor{ + dir = 9; + icon_state = "brown" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"dw" = ( +/obj/structure/window/framed/wood/reinforced, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"dF" = ( +/obj/structure/prop/wooden_cross, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"dL" = ( +/turf/open/floor{ + dir = 5; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"dM" = ( +/obj/item/folder/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"em" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ev" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"eF" = ( +/obj/item/storage/toolbox/syndicate, +/obj/structure/surface/rack, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"eJ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"eN" = ( +/turf/open/floor{ + dir = 6; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"eQ" = ( +/obj/structure/closet, +/obj/item/storage/fancy/cigarettes/wypacket, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"eW" = ( +/obj/structure/bed/stool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"fc" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"ff" = ( +/obj/structure/machinery/light{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"fk" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/lighter, +/obj/item/device/analyzer, +/obj/item/device/multitool, +/obj/item/device/assembly/prox_sensor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"fl" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"fC" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/newscaster{ + pixel_x = -30 + }, +/obj/structure/machinery/photocopier{ + pixel_y = 6 + }, +/obj/item/tool/wrench, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"fF" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"fI" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gc" = ( +/obj/structure/window/framed/wood/reinforced, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gd" = ( +/obj/item/device/multitool, +/obj/structure/surface/rack, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"gk" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"gl" = ( +/turf/open/floor/plating, +/area/shuttle/drop1/LV624{ + name = "\improper Almayer Dropship 1" + }) +"gp" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gy" = ( +/turf/open/floor{ + dir = 6; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gA" = ( +/obj/structure/surface/rack, +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Kitchen APC" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gD" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gH" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"gJ" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"gL" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gQ" = ( +/obj/effect/spawner/random/powercell, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"gS" = ( +/turf/open/floor{ + dir = 8; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"gU" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"hj" = ( +/obj/structure/flora/jungle/treeblocker, +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"hp" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"hB" = ( +/obj/structure/surface/table, +/obj/structure/machinery/chem_dispenser/soda{ + pixel_y = 22 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"hF" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"hX" = ( +/obj/item/device/flash, +/obj/structure/surface/table/reinforced/prison, +/obj/item/explosive/grenade/flashbang{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"hZ" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"ik" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/light/small, +/obj/structure/machinery/computer/objective{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"it" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"iu" = ( +/obj/structure/filingcabinet, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"iw" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper LZ1 Access"; + req_one_access = null + }, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"iz" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"jv" = ( +/obj/structure/bookcase, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"jE" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"jG" = ( +/turf/open/floor{ + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"jJ" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"jK" = ( +/obj/structure/flora/jungle/treeblocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"jQ" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"jT" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + locked = 1; + name = "\improper Engineering Dome SMES"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"kc" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"kd" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ke" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"km" = ( +/obj/structure/machinery/door_control{ + id = "garage_blast"; + name = "Garage Shutters"; + pixel_x = -26; + range = 200 + }, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"kn" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"ko" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"kz" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"kA" = ( +/obj/structure/showcase{ + layer = 3.1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"kB" = ( +/obj/structure/surface/table, +/obj/item/clothing/head/chefhat, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/tool/kitchen/rollingpin, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"kD" = ( +/obj/structure/machinery/sleep_console, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"kE" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"kJ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/extinguisher, +/obj/effect/spawner/random/powercell, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"kN" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"kP" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"ld" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"lm" = ( +/obj/structure/closet, +/obj/item/tool/crowbar, +/obj/item/clothing/gloves/yellow, +/obj/item/stack/medical/bruise_pack, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"lq" = ( +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"lv" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"lz" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"lB" = ( +/obj/structure/barricade/wooden, +/turf/open/floor{ + dir = 9; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"lD" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"mh" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"mv" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/grown/banana, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"mA" = ( +/obj/structure/closet/lawcloset, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"mB" = ( +/obj/structure/surface/table, +/obj/item/device/radio/off{ + frequency = 1469 + }, +/obj/item/tool/crowbar, +/obj/structure/machinery/light, +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"mH" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"mK" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"mM" = ( +/obj/structure/flora/pottedplant, +/obj/item/trash/cheesie, +/obj/structure/pipes/vents/pump, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"mP" = ( +/obj/structure/flora/jungle/planttop1, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"mR" = ( +/obj/structure/surface/table, +/obj/item/device/multitool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"na" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/shotgun/pump, +/obj/item/ammo_magazine/shotgun/slugs, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"nr" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"nu" = ( +/obj/structure/surface/table, +/obj/item/tool/pen{ + layer = 3.1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"nC" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"nD" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + tag = "icon-landingstripe" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"nK" = ( +/turf/open/floor/plating{ + icon_state = "platebot" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"nR" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"oa" = ( +/obj/item/bedsheet/rd, +/obj/item/cane, +/obj/structure/bed{ + desc = "For prime comfort."; + name = "fancy bed" + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ob" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"oc" = ( +/obj/structure/surface/rack, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"od" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"oi" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ov" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"oF" = ( +/obj/structure/bookcase, +/obj/item/bananapeel, +/obj/item/book/manual/research_and_development, +/obj/item/book/manual/security_space_law, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"oR" = ( +/obj/structure/surface/table, +/obj/item/trash/snack_bowl{ + pixel_y = 9 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"oT" = ( +/obj/structure/surface/table, +/obj/item/clothing/suit/chef/classic, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"pd" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"pg" = ( +/turf/open/floor{ + dir = 6; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"pv" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"pA" = ( +/obj/structure/machinery/colony_floodlight_switch{ + pixel_y = 30 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"pC" = ( +/obj/structure/bed, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"pF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight, +/obj/effect/spawner/random/tool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"pJ" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"pL" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"pW" = ( +/obj/structure/prop/wooden_cross{ + pixel_y = 16 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"pZ" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + tag = "icon-landingstripe" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"qb" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/device/flashlight/lamp, +/obj/structure/surface/table, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"qp" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"qv" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"qx" = ( +/obj/structure/device/broken_piano, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"qy" = ( +/obj/structure/machinery/landinglight/ds2/delayone, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"qz" = ( +/obj/structure/closet/coffin, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"qR" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"qY" = ( +/obj/structure/machinery/chem_master/condimaster, +/obj/structure/surface/table, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"re" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/under/CM_uniform, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"rr" = ( +/turf/closed/wall, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"rv" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"rD" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"rN" = ( +/obj/structure/surface/table, +/obj/item/trash/chips, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"rT" = ( +/obj/item/stack/medical/advanced/bruise_pack, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"sa" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"sb" = ( +/obj/structure/bed, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"sc" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"sh" = ( +/obj/structure/surface/table, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"sB" = ( +/obj/structure/surface/table, +/obj/item/storage/box/masks{ + pixel_x = -4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"sJ" = ( +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"sM" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"sS" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"sX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"sZ" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/effect/glowshroom, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"te" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"tk" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"tq" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"ty" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"tE" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/obj/structure/surface/rack, +/obj/item/reagent_container/hypospray/autoinjector/quickclot{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"tF" = ( +/obj/structure/machinery/power/apc{ + start_charge = 0 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"tO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Research Director's APC" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"tR" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"tV" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"uz" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/item/trash/cheesie, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"uC" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 + }, +/obj/item/clothing/under/colonist, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"uG" = ( +/obj/structure/surface/table, +/obj/item/trash/cheesie, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"uH" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Men's Dorms APC"; + pixel_y = 30; + start_charge = 0 + }, +/obj/structure/surface/table, +/obj/item/toy/deck, +/obj/item/storage/fancy/cigarettes/wypacket, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"uK" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + tag = "icon-landingstripe" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"uO" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"uV" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor{ + dir = 9; + icon_state = "brown" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"uX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"uZ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/megaphone, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"vy" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/mech_bay_recharge_floor{ + name = "Shuttle Landing Lights" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"vJ" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"vP" = ( +/obj/structure/surface/table, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = 30 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"vU" = ( +/obj/structure/machinery/power/monitor, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"wh" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/open/floor{ + dir = 5; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"wj" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"wt" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"wE" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"wG" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Unisex Bathrooms APC"; + start_charge = 0 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"wK" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"wL" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/hypospray/autoinjector/quickclot, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"xa" = ( +/obj/structure/kitchenspike, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"xi" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"xj" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"xl" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"xo" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/LV624_Outpost_Furidamu/oob) +"xs" = ( +/turf/open/floor{ + dir = 8; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"xw" = ( +/obj/structure/target, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"xy" = ( +/obj/structure/machinery/blackbox_recorder, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"xD" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"xE" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"xN" = ( +/turf/closed/wall/rock/brown, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +"xP" = ( +/obj/structure/machinery/power/geothermal{ + fail_rate = 5 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"xR" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/chem_dispenser/beer{ + pixel_y = 26 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"xV" = ( +/obj/structure/window/framed/wood/reinforced, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"xY" = ( +/obj/structure/surface/table, +/obj/item/trash/plate, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ym" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"yn" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yq" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"yu" = ( +/turf/open/floor{ + dir = 5; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yy" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yz" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"yC" = ( +/obj/structure/platform, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/bronze, +/obj/item/storage/donut_box, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yQ" = ( +/obj/structure/machinery/smartfridge, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yT" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"yW" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" + }, +/obj/structure/foamed_metal{ + layer = 3.1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zb" = ( +/obj/structure/surface/table, +/obj/item/tool/weldingtool, +/obj/item/tool/wrench, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"zg" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"zh" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + name = "Secure Vault APC"; + start_charge = 0 + }, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"zq" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"zr" = ( +/obj/structure/machinery/optable, +/obj/item/tank/anesthetic, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"zt" = ( +/obj/item/device/assembly/infra, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/powercell, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zA" = ( +/obj/structure/surface/table, +/obj/item/device/radio/headset{ + frequency = 1469; + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/device/radio/headset{ + frequency = 1469 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zB" = ( +/obj/item/clothing/glasses/regular, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"zK" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"zR" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/bottle/whiskey, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"zX" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +"Af" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ag" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Al" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ao" = ( +/obj/structure/surface/rack, +/obj/item/clothing/mask/gas, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"As" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Aw" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + tag = "icon-landingstripe" + }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"AB" = ( +/obj/structure/machinery/washing_machine, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"AE" = ( +/obj/structure/closet, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"AJ" = ( +/obj/item/tool/kitchen/knife/butcher, +/obj/structure/surface/rack, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"AN" = ( +/obj/structure/curtain/red, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"AQ" = ( +/obj/structure/surface/table, +/obj/structure/machinery/microwave, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ba" = ( +/obj/structure/closet/radiation, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Be" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Bh" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Bm" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Bq" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + name = "\improper LZ1 Access"; + req_one_access = null + }, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Bv" = ( +/obj/item/trash/popcorn, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"BB" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"BG" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/rdconsole, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"BI" = ( +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"BM" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"BP" = ( +/obj/structure/coatrack, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"BS" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/mech_bay_recharge_floor{ + name = "Shuttle Landing Lights" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"BW" = ( +/obj/structure/surface/table, +/obj/item/stack/medical/bruise_pack{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/surgical, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/storage/belt/medical/full, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"BX" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor{ + dir = 9; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"BY" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Security Office APC" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"BZ" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Cb" = ( +/obj/structure/closet/cabinet, +/obj/item/reagent_container/food/snacks/syndicake{ + layer = 2.6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Cg" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Cl" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Cm" = ( +/obj/structure/closet/secure_closet/bar, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Cs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight/lamp, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Cx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) +"CA" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"CB" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/cigbutt/cigarbutt, +/obj/structure/machinery/cell_charger, +/obj/item/storage/fancy/cigarettes/wypacket, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"CC" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"CE" = ( +/obj/structure/flora/jungle/plantbot1{ + desc = "Doesn't look like it'll do much cleaning any more."; + icon_state = "cart_wreck"; + name = "old janicart" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"CH" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"CO" = ( +/obj/structure/surface/table, +/obj/structure/machinery/processor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"CZ" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Chapel APC"; + start_charge = 0 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Dg" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/binoculars, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Dm" = ( +/obj/structure/barricade/wooden, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"DT" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ei" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + name = "Commandant's Quarters APC"; + pixel_x = -1; + start_charge = 0 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Eo" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Eq" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) +"EF" = ( +/obj/structure/sink/kitchen{ + pixel_y = 30 + }, +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_container/food/snacks/donkpocket, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"EO" = ( +/obj/structure/surface/table, +/obj/item/device/flashlight, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ET" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"EW" = ( +/obj/structure/closet/coffin{ + density = 0; + icon_state = "coffin_open"; + opened = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Fa" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + locked = 1; + name = "\improper Engineering Dome Office"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Fd" = ( +/obj/structure/filingcabinet/security{ + desc = "A large cabinet with hard copy security records."; + name = "Security Records" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Fe" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Fi" = ( +/obj/item/reagent_container/food/snacks/donkpocket, +/obj/structure/flora/pottedplant, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Fm" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"FP" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"FS" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"FU" = ( +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Gb" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Engineering Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Go" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Gp" = ( +/obj/structure/bed, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Gy" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Atmospherics Processing APC" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"GE" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/surgical_tray, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"GK" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"GL" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"GP" = ( +/obj/item/trash/cheesie, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Hf" = ( +/obj/structure/surface/table, +/obj/item/device/mmi/radio_enabled, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Hq" = ( +/obj/structure/surface/table, +/obj/item/weapon/melee/twohanded/fireaxe, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Hw" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"HF" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"HI" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"HS" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ih" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/candle, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"In" = ( +/obj/structure/bed, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ir" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Is" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"IA" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"IE" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 8; + id = "garage_lv"; + name = "\improper Garage" + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"IG" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"IH" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"IJ" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"IP" = ( +/turf/open/floor/plating, +/area/shuttle/drop2/LV624{ + name = "\improper Almayer Dropship 2" + }) +"IW" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ja" = ( +/obj/structure/platform/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Jj" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Jo" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder, +/obj/item/device/assembly/signaller, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"JB" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/med_data/laptop, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"JC" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"JD" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"JL" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"JO" = ( +/obj/structure/machinery/status_display{ + pixel_y = 30 + }, +/obj/structure/bed/chair, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"JP" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"JW" = ( +/obj/structure/machinery/landinglight/ds2{ + tag = "icon-landingstripe" + }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"JY" = ( +/obj/item/reagent_container/food/snacks/grown/banana{ + pixel_x = -8 + }, +/obj/structure/surface/rack, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ka" = ( +/turf/closed/wall, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Kg" = ( +/obj/structure/window/framed/colony, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Kn" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Kx" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ky" = ( +/obj/structure/bed/stool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"KA" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"KH" = ( +/obj/structure/surface/table, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"KU" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Lk" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Lm" = ( +/obj/structure/machinery/power/geothermal{ + fail_rate = 5 + }, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ln" = ( +/obj/structure/target/syndicate, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"LA" = ( +/obj/structure/closet/toolcloset, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"LB" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"LE" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Telecomms APC"; + pixel_y = 30; + start_charge = 15 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Md" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Me" = ( +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Mf" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Mg" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform_decoration{ + dir = 5; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Mh" = ( +/obj/structure/closet, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ml" = ( +/obj/effect/decal/warning_stripes, +/obj/structure/machinery/landinglight/ds1{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Mp" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Mw" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/box/matches, +/obj/item/tool/candle, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"MB" = ( +/obj/structure/machinery/deployable/barrier, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"MH" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"MX" = ( +/obj/effect/decal/warning_stripes, +/obj/structure/machinery/landinglight/ds1{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Nc" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + name = "\improper Engineering Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ni" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/chips, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Nk" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Nn" = ( +/obj/structure/surface/table, +/obj/item/poster, +/obj/item/clothing/glasses/regular/hipster, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ny" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Oh" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ol" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/item/weapon/gun/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Om" = ( +/obj/structure/surface/table, +/obj/item/ashtray/glass, +/obj/item/tool/crowbar, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ou" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/handcuffs, +/obj/item/storage/firstaid/adv, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Oz" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/effect/glowshroom, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"OC" = ( +/turf/open/floor{ + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"OF" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"OM" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"OX" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Pa" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +"Pc" = ( +/obj/structure/flora/tree/jungle/bigtreeTL, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Pg" = ( +/obj/structure/surface/table, +/obj/item/trash/candy, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ph" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Po" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Pp" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/taperecorder, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"PW" = ( +/obj/structure/closet, +/obj/item/weapon/melee/baseballbat, +/obj/item/clothing/head/beret/jan, +/obj/item/stack/medical/splint, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Qa" = ( +/obj/structure/largecrate/random, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Qi" = ( +/mob/living/simple_animal/mouse, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Qj" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Qv" = ( +/obj/effect/glowshroom, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"QC" = ( +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"QD" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/surface/table, +/obj/item/clothing/ears/earmuffs, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/weapon/gun/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"QG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"QL" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"QO" = ( +/obj/structure/machinery/computer/telecomms/traffic, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"QP" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ra" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Rb" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table, +/obj/item/weapon/gun/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Rd" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Rg" = ( +/obj/structure/surface/table, +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/item/explosive/grenade/custom/cleaner, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Rh" = ( +/obj/structure/filingcabinet, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ri" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Rk" = ( +/obj/structure/surface/table, +/obj/item/clothing/head/soft/blue, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Rl" = ( +/obj/item/trash/candy, +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Corporate Lobby APC" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ro" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"RH" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor{ + dir = 10; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"RZ" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Sa" = ( +/obj/item/clothing/head/hardhat/orange, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Se" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Sr" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/grown/tomato, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"SH" = ( +/obj/structure/machinery/landinglight/ds1{ + tag = "icon-landingstripe" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"SK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/mob/living/simple_animal/corgi/puppy{ + desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; + name = "\improper Mister Wiggles" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"SL" = ( +/obj/item/reagent_container/food/snacks/grown/banana, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"SP" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"SV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/bed/stool, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"SW" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"SX" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"SY" = ( +/obj/structure/surface/table, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ta" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ti" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Tj" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/scientist, +/obj/item/stack/medical/advanced/bruise_pack, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Tm" = ( +/obj/item/device/flashlight, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door_control{ + id = "nexus_blast"; + name = "Nexus Lockdown" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"TA" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"TD" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/grilledcheese, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"TH" = ( +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"TL" = ( +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "platebot"; + tag = "icon-platebot" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"TP" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"TQ" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"TU" = ( +/obj/structure/bed/chair/wheelchair, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ue" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Un" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ur" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ut" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UE" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UO" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Geothermal APC"; + pixel_y = 30; + start_charge = 0 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"UQ" = ( +/obj/structure/machinery/gibber, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UX" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ve" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Vj" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Vm" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/effect/landmark/objective_landmark/close, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Vp" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Vq" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Vx" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Vz" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 10; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"VC" = ( +/obj/item/trash/cheesie, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"VH" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"VU" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"VZ" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Wa" = ( +/obj/effect/decal/warning_stripes, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Wm" = ( +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Wt" = ( +/turf/open/floor{ + dir = 10; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"WB" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper LZ1 Access"; + req_one_access = null + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"WN" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"WR" = ( +/obj/effect/landmark/shuttle_loc/marine_trg/landing{ + name = "1" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"WX" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"WZ" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Xe" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door_control{ + dir = 1; + id = "nexus_blast"; + name = "Nexus Lockdown" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Xk" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Xm" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Xq" = ( +/obj/structure/surface/table, +/obj/item/device/radio/off{ + frequency = 1469 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Xv" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/oob) +"XH" = ( +/obj/item/frame/table, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"XJ" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"XQ" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"XY" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Yc" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + name = "Cafeteria APC"; + start_charge = 0 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Yi" = ( +/obj/item/weapon/melee/baseballbat/metal, +/obj/item/device/lightreplacer, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Yq" = ( +/obj/structure{ + desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; + icon = 'icons/obj/structures/droppod_32x64.dmi'; + icon_state = "techpod_open"; + layer = 3.1; + name = "Remote Console Pod" + }, +/obj/structure/machinery/computer/shuttle_control/dropship2{ + layer = 3.1; + pixel_y = -6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) +"Yr" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Yx" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"YB" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "platebotc" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"YK" = ( +/obj/structure/curtain/red, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Zg" = ( +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Zz" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 9; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ZD" = ( +/obj/structure/flora/tree/jungle/bigtreeBOT, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZL" = ( +/obj/structure{ + desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; + icon = 'icons/obj/structures/droppod_32x64.dmi'; + icon_state = "techpod_open"; + layer = 3.1; + name = "Remote Console Pod" + }, +/obj/structure/machinery/computer/shuttle_control/dropship1{ + layer = 3.2; + pixel_y = -6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) +"ZX" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) + +(1,1,1) = {" +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +Pa +"} +(2,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(3,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(4,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(5,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(6,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(7,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(8,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(9,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(10,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(11,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(12,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(13,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(14,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(15,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(16,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(17,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(18,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(19,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(20,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(21,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(22,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(23,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(24,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(25,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(26,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(27,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(28,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(29,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(30,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(31,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(32,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(33,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(34,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(35,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(36,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(37,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(38,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(39,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(40,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(41,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(42,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(43,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(44,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(45,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(46,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(47,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(48,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(49,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(50,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(51,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(52,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(53,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(54,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(55,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(56,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(57,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(58,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(59,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(60,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(61,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(62,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(63,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(64,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(65,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(66,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(67,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(68,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(69,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(70,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(71,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(72,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(73,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(74,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(75,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(76,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(77,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(78,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(79,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(80,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(81,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(82,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(83,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(84,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(85,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(86,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(87,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(88,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +tV +tV +tV +tV +tV +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +mH +mH +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(89,1,1) = {" +Pa +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +zX +zX +zX +zX +xN +xN +xN +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +zX +zX +zX +zX +zX +zX +xN +xN +xN +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +mH +mH +mH +mH +mH +mH +mH +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +Pa +"} +(90,1,1) = {" +xo +bb +bb +bb +bb +bb +bb +tV +tV +xN +xN +xN +xN +xN +xN +tV +tV +tV +tV +xN +xN +xN +zX +zX +zX +zX +xN +xN +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +xN +xN +xN +tV +tV +tV +tV +tV +tV +xN +xN +xN +xN +xN +xN +xN +xN +zX +zX +zX +zX +zX +zX +xN +xN +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +xN +xN +xN +xN +xN +xN +xN +mH +IE +IE +IE +mH +lq +lq +lq +lq +mH +mH +mH +mH +mH +mH +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +LB +UX +UX +UX +UX +UX +UX +UX +UX +UX +UX +UX +Xm +bb +bb +bb +bb +bb +bb +bb +bb +bb +bb +xo +"} +(91,1,1) = {" +xo +bb +bb +bb +bb +bb +tV +tV +tV +tV +tV +tV +xN +tV +tV +tV +tV +tV +tV +tV +xN +xN +zX +zX +zX +zX +xN +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +xN +xN +xN +xN +xN +xN +xN +zX +zX +zX +zX +zX +zX +xN +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +xN +xN +xN +mH +mH +mH +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +mH +mH +xN +LB +UX +UX +UX +UX +UX +UX +UX +UX +Xm +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +xN +LB +Ro +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +sM +Xm +bb +bb +bb +bb +bb +bb +bb +bb +bb +xo +"} +(92,1,1) = {" +xo +bb +bb +bb +bb +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +yC +mH +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +mH +Mg +UX +Ro +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +sM +UX +UX +UX +UX +Xm +xN +xN +xN +xN +xN +xN +xN +LB +UX +UX +UX +Ro +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +sM +UX +Xm +bb +bb +bb +bb +bb +bb +bb +xo +"} +(93,1,1) = {" +xo +bb +bb +bb +bb +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +yC +ty +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +ty +lz +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +sM +UX +UX +UX +UX +UX +UX +UX +Ro +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +sM +Xm +bb +bb +bb +bb +bb +bb +xo +"} +(94,1,1) = {" +xo +bb +bb +bb +bb +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +yC +ty +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +ty +lz +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ja +bb +bb +bb +bb +bb +bb +xo +"} +(95,1,1) = {" +xo +bb +bb +bb +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +yC +ty +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +ty +lz +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +sM +Xm +bb +bb +bb +bb +bb +xo +"} +(96,1,1) = {" +xo +bb +bb +bb +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +yC +ty +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +ty +lz +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ja +bb +bb +bb +bb +bb +xo +"} +(97,1,1) = {" +xo +bb +bb +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +yC +ty +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +ty +lz +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +WX +Ur +Ur +Ur +Ag +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +sM +UX +Xm +bb +bb +bb +xo +"} +(98,1,1) = {" +xo +bb +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +VH +VH +VH +VH +VH +VH +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +yC +mH +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +mH +Zz +Ur +Ur +Ur +Ur +Ur +Ag +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +WX +ov +cy +cy +cy +DT +Ag +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +WX +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ur +HS +pL +bb +bb +xo +"} +(99,1,1) = {" +xo +Eq +Eq +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +hF +hF +VH +VH +VH +VH +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +hF +hF +hF +hF +hF +VH +VH +VH +VH +VH +VH +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +mH +mH +mH +mH +mH +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +mH +mH +mH +cy +cy +cy +cy +cy +DT +Ag +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ph +Ja +cy +cy +cy +cy +cy +DT +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ur +Ny +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +xo +"} +(100,1,1) = {" +xo +Eq +Eq +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +hF +hF +hF +VH +VH +VH +VH +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +hF +hF +hF +hF +hF +hF +hF +hF +VH +VH +VH +VH +VH +VH +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +cy +cy +mH +mH +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +mH +cy +cy +cy +cy +cy +cy +cy +cy +DT +Ur +Ur +Ag +Ph +Ph +Ph +Ph +WX +Ny +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +xo +"} +(101,1,1) = {" +xo +Eq +Eq +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +hF +hF +hF +VH +VH +VH +VH +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +hF +hF +hF +hF +hF +hF +hF +hF +hF +VH +VH +VH +VH +VH +VH +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +cy +mH +mH +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +mH +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +DT +Ur +Ur +Ur +Ur +ov +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(102,1,1) = {" +xo +Eq +Eq +hF +hF +tV +tV +tV +tV +tV +Eq +tV +tV +tV +tV +tV +tV +tV +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +cy +mH +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +mH +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(103,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +tV +tV +tV +tV +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +cy +ty +lq +lq +lq +lq +lq +lq +lq +lq +mH +mH +mH +mH +mH +yq +yq +yq +yq +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +xo +"} +(104,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +cy +ty +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +ty +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(105,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +cy +ty +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +ty +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(106,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +cy +mH +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +lq +ty +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(107,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +Fm +cW +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +Fm +Fm +Cl +Cl +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +cy +mH +mH +lq +lq +lq +lq +lq +lq +lq +lq +lq +mH +mH +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(108,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Fm +Fm +Cl +Zg +Zg +Zg +Zg +Cl +Fm +Fm +Cl +hF +hF +hF +hF +hF +hF +Cl +Fm +Fm +Cl +Zg +Zg +Zg +Zg +Cl +Fm +Fm +Cl +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +cy +cy +mH +mH +lq +lq +lq +lq +lq +lq +lq +mH +mH +cy +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(109,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +cy +cy +cy +mH +ty +ty +ty +mH +IE +IE +IE +mH +cy +cy +cy +cy +cy +cy +cy +xE +xE +dw +dw +dw +dw +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(110,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +xE +xE +gk +gk +gk +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(111,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +Zg +Zg +Cl +Zg +Zg +Zg +Zg +Cl +Zg +Zg +Cl +Cl +Cl +Zg +Zg +Cl +Cl +Cl +Zg +Zg +Cl +Zg +Zg +Zg +Zg +Cl +Zg +Zg +Cl +Cl +hF +hF +hF +tV +tV +tV +tV +tV +tV +cy +cy +cy +yq +cy +cy +cy +cy +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +xE +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(112,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Kg +Zg +Zg +Zg +Zg +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +tV +tV +tV +tV +tV +tV +cy +cy +cy +yq +cy +cy +cy +cy +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +xE +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(113,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +cW +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +cW +hF +hF +hF +tV +tV +tV +tV +tV +tV +cy +cy +cy +yq +cy +cy +cy +cy +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(114,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +cW +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +cW +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +cy +cy +yq +cy +cy +cy +cy +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +xE +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(115,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Kg +Zg +Zg +Zg +Zg +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +cy +cy +yq +cy +cy +cy +cy +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +xE +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(116,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +Zg +Zg +Cl +Zg +Zg +Zg +Zg +Cl +Zg +Zg +Cl +Cl +Cl +Zg +Zg +Cl +Cl +Cl +Zg +Zg +Cl +Zg +Zg +Zg +Zg +Cl +Zg +Zg +Cl +Cl +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +cy +cy +yq +cy +cy +cy +cy +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +xE +xE +gk +gk +gk +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +xo +"} +(117,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +ZX +ZX +ZX +ZX +ZX +ZX +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +cy +cy +xE +dw +dw +dw +xE +FS +FS +cy +cy +cy +cy +cy +cy +cy +cy +cy +xE +xE +xE +gk +dw +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +xo +"} +(118,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +ZX +ZX +ZX +ZX +ZX +ZX +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +cy +cy +xE +gk +gk +gk +xE +FS +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +xE +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +xo +"} +(119,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Fm +Fm +Cl +Zg +Zg +Zg +Zg +Cl +Fm +Fm +Cl +ZX +ZX +ZX +ZX +ZX +ZX +Cl +Fm +Fm +Cl +Zg +Zg +Zg +Zg +Cl +Fm +Fm +Cl +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +cy +cy +dw +gk +gk +gk +xE +cy +cy +cy +cy +FS +cy +cy +cy +cy +cy +cy +cy +dw +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(120,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Fm +Zg +Zg +Fm +Cl +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +Cl +Fm +Zg +Zg +Fm +Cl +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +cy +xE +gk +gk +gk +xE +cy +FS +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +dw +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(121,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Zg +Zg +Zg +Zg +Cl +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +Cl +Zg +Zg +Zg +Zg +Cl +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +cy +xE +xE +gk +gk +xE +cy +FS +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +dw +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(122,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Fm +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +Fm +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +cy +cy +xE +gk +gk +xE +cy +FS +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +xE +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(123,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Fm +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +Fm +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +cy +xE +xE +gk +xE +xE +xE +FS +cy +cy +FS +FS +FS +FS +cy +cy +cy +xE +xE +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +xo +"} +(124,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Zg +Zg +Zg +Zg +Cl +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +Cl +Zg +Zg +Zg +Zg +Cl +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +cy +cy +xE +gk +gk +gk +xE +FS +FS +cy +FS +FS +FS +FS +FS +cy +cy +cy +xE +xE +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +xo +"} +(125,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Fm +Zg +sc +Fm +Cl +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +Cl +Fm +Zg +Zg +Fm +Cl +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +cy +dw +gk +gk +gk +xE +xE +FS +cy +cy +FS +FS +FS +FS +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +xo +"} +(126,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Fm +Fm +Cl +Zg +Zg +Zg +Zg +Cl +Fm +Fm +Cl +ZX +ZX +ZX +ZX +ZX +ZX +Cl +Fm +Fm +Cl +Zg +Zg +Zg +Zg +Cl +Fm +Fm +Cl +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +tV +cy +dw +gk +gk +gk +gk +xE +FS +FS +cy +FS +FS +FS +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +xo +"} +(127,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +ZX +ZX +ZX +ZX +ZX +ZX +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +tV +cy +dw +gk +gk +gk +gk +xE +xE +FS +FS +FS +FS +FS +FS +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +xo +"} +(128,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +ZX +ZX +ZX +ZX +ZX +ZX +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +cy +xE +gk +gk +gk +gk +gk +xE +FS +FS +FS +FS +FS +FS +FS +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(129,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +Zg +Zg +Cl +Zg +Zg +Zg +Zg +Cl +Zg +Zg +Cl +Cl +Cl +Zg +Zg +Cl +Cl +Cl +Zg +Zg +Cl +Zg +Zg +Zg +Zg +Cl +Zg +Zg +Cl +Cl +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +tV +cy +xE +gk +gk +gk +gk +gk +xE +cy +FS +FS +FS +FS +FS +FS +cy +cy +cy +xE +xE +dw +dw +dw +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(130,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Kg +Zg +Zg +Zg +Zg +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +cy +dw +gk +gk +gk +gk +gk +xE +cy +FS +FS +FS +FS +FS +FS +cy +cy +xE +xE +gk +gk +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(131,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +cW +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +cW +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +cy +dw +gk +gk +gk +gk +gk +gk +cy +cy +FS +FS +FS +FS +FS +cy +xE +xE +gk +gk +gk +gk +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(132,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +cW +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +cW +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +cy +dw +gk +gk +gk +gk +gk +xE +cy +cy +cy +FS +FS +FS +FS +cy +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(133,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Kg +Zg +Zg +Zg +Zg +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +cy +xE +gk +gk +gk +gk +gk +dw +cy +cy +FS +FS +FS +FS +FS +xE +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +xo +"} +(134,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +Zg +Zg +Cl +Zg +Zg +Zg +Zg +Cl +Zg +Zg +Cl +Cl +Cl +Zg +Zg +Cl +Cl +Cl +Zg +Zg +Cl +Zg +Zg +Zg +Zg +Cl +Zg +Zg +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +cy +xE +gk +gk +gk +gk +gk +dw +cy +cy +FS +FS +FS +FS +cy +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +xo +"} +(135,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +cy +xE +gk +gk +gk +gk +gk +dw +cy +cy +FS +FS +cy +FS +cy +dw +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(136,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +Yx +hF +Yx +hF +Fm +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Fm +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +cy +xE +gk +gk +gk +gk +gk +xE +cy +cy +FS +FS +cy +FS +FS +dw +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(137,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Fm +Fm +Cl +Zg +Zg +Zg +Zg +Cl +Fm +Fm +Cl +hF +Yx +Yx +Yx +Yx +hF +Cl +Fm +Fm +Cl +Zg +Zg +Zg +Zg +Cl +Fm +Fm +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +cy +xE +xE +xE +dw +dw +xE +xE +cy +cy +FS +FS +cy +cy +FS +dw +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(138,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +Fm +Fm +Cl +Cl +hF +hF +hF +hF +hF +Yx +Yx +hF +hF +hF +hF +hF +Cl +Cl +Fm +Fm +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +cy +cy +FS +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(139,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +Yx +hF +hF +Yx +hF +Yx +hF +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +yq +cy +cy +cy +cy +cy +FS +FS +cy +cy +cy +cy +cy +FS +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(140,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +Yx +Yx +hF +hF +hF +hF +Yx +Yx +hF +hF +hF +hF +Yx +Yx +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +yq +cy +cy +cy +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(141,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +Yx +Yx +hF +hF +hF +Yx +Yx +Yx +hF +hF +Yx +Yx +Yx +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +yq +cy +FS +FS +FS +cy +cy +FS +FS +FS +cy +cy +cy +cy +dw +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(142,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +Yx +Yx +hF +hF +hF +Yx +Yx +Yx +hF +Yx +Yx +Yx +Yx +hF +rr +rr +rr +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +tV +tV +tV +tV +tV +tV +yq +cy +cy +cy +cy +cy +cy +cy +FS +cy +cy +cy +FS +cy +dw +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(143,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +Yx +Yx +hF +hF +hF +hF +Yx +Yx +Yx +hF +Yx +Yx +Yx +Yx +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +hF +Ka +ty +Gb +ty +Ka +dw +dw +xE +KU +KU +KU +KU +KU +KU +xE +dw +uV +dw +xE +cy +cy +cy +cy +cy +FS +FS +FS +cy +dw +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(144,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +Yx +Yx +hF +hF +hF +hF +hF +Yx +Yx +hF +Yx +Yx +Yx +hF +hF +hF +ET +hF +hF +hF +hF +hF +hF +Ka +Ka +Ka +Ka +vU +RZ +jJ +Ka +Kx +pF +xE +xE +dw +dw +dw +dw +xE +xE +Eo +gk +gk +xE +dw +dw +dw +xE +cy +cy +FS +FS +cy +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(145,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +Yx +hF +hF +Yx +hF +hF +hF +Yx +hF +Yx +Yx +hF +hF +hF +hF +ET +hF +hF +hF +hF +hF +Ka +Ka +YB +YB +Ka +UO +RZ +kJ +ty +gk +Yi +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +Qa +Qa +dw +cy +cy +FS +cy +cy +xE +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(146,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Yx +Yx +hF +hF +hF +Yx +hF +Yx +Yx +hF +hF +Yx +rr +rr +rr +hF +hF +hF +hF +Ka +mh +TL +TL +RZ +RZ +RZ +RZ +Fa +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gd +gk +gk +gk +gk +zb +dw +cy +cy +cy +cy +cy +cy +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(147,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Vx +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Yx +Yx +Yx +hF +hF +Yx +hF +hF +Yx +hF +Yx +Yx +Yx +ET +hF +hF +hF +hF +hF +ty +RZ +RZ +RZ +RZ +RZ +RZ +RZ +Ka +Hf +EO +zA +TA +gk +gk +gk +bN +Ka +gk +gk +gk +gk +Ka +Mf +TA +Xq +dw +cy +cy +cy +FS +cy +cy +xE +xE +gk +gk +gk +gk +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(148,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Yx +hF +hF +hF +Yx +hF +hF +hF +hF +Yx +Yx +Yx +Hw +hF +hF +hF +hF +hF +ty +RZ +RZ +RZ +RZ +RZ +RZ +wE +Ka +xE +xE +xE +xE +xE +gk +gk +Ka +Ka +qv +gk +gk +FU +Ka +Ka +gk +Rk +xE +xE +cy +FS +FS +cy +cy +cy +xE +xE +gk +gk +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(149,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +hF +hF +hF +hF +hF +Ka +pA +Sa +RZ +RZ +RZ +RZ +kE +Ka +Ba +LA +QL +bp +gk +gk +gk +gk +wK +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +FS +FS +FS +FS +cy +cy +cy +xE +xE +dw +dw +dw +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(150,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Yx +hF +hF +Yx +Yx +Yx +hF +hF +hF +hF +hF +hF +Ka +Ka +RZ +ff +fl +RZ +RZ +RZ +Ka +Eo +gk +gk +gk +gk +gk +gk +gk +gk +gk +Ka +Ka +gk +gk +gk +gk +gk +gk +Ue +FS +FS +FS +FS +FS +cy +cy +yq +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(151,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +hF +Yx +Yx +hF +ET +hF +hF +hF +hF +hF +Ka +Ka +jT +Ka +Ka +SV +RZ +RZ +Nc +gk +bZ +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +FS +FS +FS +FS +FS +FS +cy +yq +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(152,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Yx +Yx +hF +hF +hF +Yx +hF +ET +hF +hF +hF +hF +hF +Ka +xP +nK +Lm +Ka +zt +RZ +RZ +Nc +gk +gk +fk +xE +xE +qv +gk +Ka +Ka +qv +gk +gk +FU +Ka +Ka +Eo +mB +xE +xE +FS +FS +FS +FS +FS +FS +FS +yq +cy +cy +cy +cy +cy +yq +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(153,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +Eq +Eq +hF +hF +hF +hF +Yx +hF +hF +Yx +hF +hF +Yx +hF +hF +rr +rr +rr +hF +hF +hF +hF +Ka +xP +nK +Lm +Ka +kd +RZ +RZ +Ka +oc +eW +gH +dw +Om +gk +gk +QO +Ka +LE +gk +gk +gk +Ka +ds +IA +Hq +dw +cy +cy +FS +FS +FS +FS +FS +FS +yq +cy +Eq +cy +cy +cy +yq +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +mH +gS +gS +gS +gS +gS +gS +Eq +mH +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(154,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +hF +hF +hF +hF +hF +Yx +Yx +hF +hF +ET +hF +hF +hF +hF +hF +Ka +xP +nK +Lm +Ka +RZ +RZ +Jo +Ka +xj +gQ +gH +dw +mR +gk +gk +gk +gk +gk +gk +Ao +gk +gk +gk +gk +KH +dw +cy +cy +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +mH +mH +mH +WB +ty +ty +WB +mH +mH +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(155,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +Yx +Yx +Yx +hF +hF +Yx +Yx +Yx +hF +hF +hF +Yx +Yx +Yx +hF +hF +ET +hF +hF +hF +hF +hF +Ka +Ka +Ka +Ka +Ka +eJ +RZ +RZ +Ka +tk +BB +yW +dw +gk +gk +gk +gk +gk +xy +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +mH +Eq +sJ +sJ +sJ +sJ +sJ +sJ +mH +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(156,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +Yx +Yx +Yx +Yx +hF +Yx +Yx +Yx +hF +hF +Yx +Yx +Yx +Yx +hF +hF +ET +hF +hF +hF +hF +hF +hF +Ka +Ka +Ka +Ka +RZ +RZ +RZ +Ka +dw +dw +dw +xE +xE +qv +gk +gk +tF +xE +gk +gk +gk +xE +dw +dw +dw +xE +cy +cy +FS +FS +xE +dw +Ti +dw +xE +Eq +Eq +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +xo +"} +(157,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +Yx +Yx +Yx +Yx +hF +Yx +Yx +Yx +hF +hF +Yx +Yx +Yx +Yx +hF +rr +rr +rr +hF +hF +hF +hF +hF +hF +Ka +Ka +Ka +ty +Gb +ty +Ka +hF +hF +hF +xE +xE +xE +dw +dw +xE +xE +xE +uV +dw +xE +cy +cy +cy +cy +cy +cy +cy +FS +xE +gk +gk +gk +xE +xE +Eq +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +Eq +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +xo +"} +(158,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +Yx +Yx +Yx +hF +hF +Yx +Yx +Yx +hF +hF +Yx +Yx +Yx +Yx +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +xE +nR +nR +nR +nR +nR +nR +xE +cy +cy +cy +cy +cy +cy +cy +cy +FS +cy +FS +dw +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +xo +"} +(159,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +hF +hF +hF +hF +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +Yx +Yx +Yx +hF +hF +hF +Yx +Yx +hF +hF +Yx +Yx +Yx +hF +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +FS +FS +FS +cy +FS +cy +FS +FS +cy +cy +dw +gk +gk +gk +gk +xE +xE +dw +dw +xE +xE +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +xo +"} +(160,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +ET +hF +Yx +Yx +hF +hF +hF +hF +Yx +hF +hF +hF +hF +Yx +hF +hF +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +cy +dw +gk +gk +gk +gk +xE +gk +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +xo +"} +(161,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +ET +hF +hF +Yx +hF +hF +hF +hF +hF +hF +Yx +Yx +hF +hF +hF +hF +hF +hF +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +FS +FS +FS +FS +cy +cy +cy +cy +dw +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +xo +"} +(162,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +hF +hF +hF +hF +hF +Cl +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +FS +FS +cy +cy +Eq +cy +cy +dw +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +vy +xs +xs +xs +xs +xs +xs +xs +xs +xs +xs +xs +vy +xs +xs +xs +xs +xs +xs +xs +xs +xs +xs +xs +vy +cy +cy +cy +cy +Eq +Eq +Eq +xo +"} +(163,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Yx +hF +hF +Yx +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +hF +hF +Eq +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +cy +dw +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +Me +Wa +tq +tq +Ra +JC +hZ +tq +Ra +JC +hZ +tq +Ml +JC +hZ +tq +Ra +JC +hZ +tq +Ra +JC +vy +Wa +jG +cy +cy +cy +cy +Eq +Eq +Eq +xo +"} +(164,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +Yx +Yx +Yx +hF +hF +hF +Yx +Yx +Yx +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +xE +gk +gk +gk +gk +xE +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +Me +pZ +kz +kz +ev +kz +kz +gl +gl +gl +kz +kz +ev +kz +kz +kz +gl +gl +gl +gl +kz +ev +WR +ld +jG +cy +cy +cy +cy +Eq +Eq +Eq +xo +"} +(165,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +Yx +Yx +Yx +Yx +hF +hF +Yx +Yx +Yx +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +FS +Eq +Eq +Eq +Eq +Eq +xE +xE +gk +gk +gk +gk +dw +gk +gk +gk +gk +gk +Ti +cy +cy +cy +cy +cy +cy +Me +uK +kz +kz +kz +kz +gl +gl +gl +gl +gl +gl +gl +gl +gl +kz +gl +gl +gl +gl +kz +kz +gl +wt +jG +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(166,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +Yx +Yx +Yx +Yx +hF +Yx +Yx +Yx +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +FS +FS +FS +Eq +Eq +Eq +xE +xE +gk +gk +gk +gk +gk +xE +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +Me +SH +kz +kz +kz +kz +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +kz +gl +XQ +jG +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(167,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +Yx +Yx +Yx +Yx +hF +Yx +Yx +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +FS +FS +FS +Eq +Eq +xE +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +Me +nD +kz +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +cv +jG +cy +cy +Eq +Eq +Eq +Eq +Eq +xo +"} +(168,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +Yx +Yx +Yx +Yx +hF +hF +Yx +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +Eq +xE +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +dw +cy +cy +cy +cy +cy +cy +Me +pZ +kz +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +kz +kz +ld +jG +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(169,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +Eq +Eq +Eq +hF +hF +hF +Yx +Yx +hF +hF +Yx +Yx +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +cy +cy +cy +FS +cy +cy +cy +cy +FS +FS +FS +xE +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +xE +cy +cy +cy +cy +cy +cy +Me +uK +kz +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +kz +kz +wt +jG +cy +cy +Eq +Eq +Eq +Eq +Eq +xo +"} +(170,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +ET +hF +hF +hF +Yx +hF +hF +hF +Yx +Yx +Yx +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +cy +cy +FS +FS +FS +cy +cy +cy +FS +FS +FS +Ti +gk +gk +gk +gk +gk +gk +gk +xE +gk +gk +gk +gk +xE +xE +cy +cy +cy +cy +cy +cy +Me +SH +kz +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +kz +kz +XQ +jG +cy +cy +Eq +Eq +Eq +Eq +Eq +xo +"} +(171,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +Yx +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +cy +cy +FS +FS +FS +cy +cy +cy +cy +FS +FS +Ti +gk +gk +gk +gk +gk +gk +gk +xE +dw +dw +dw +xE +xE +Eq +cy +cy +cy +cy +cy +cy +Me +nD +kz +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +cv +jG +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(172,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +cy +cy +FS +FS +FS +FS +cy +cy +cy +cy +FS +xE +gk +gk +gk +gk +gk +gk +gk +xE +Jj +Jj +Jj +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +Me +pZ +kz +kz +kz +kz +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +gl +kz +gl +ld +jG +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(173,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +hF +hF +hF +hF +hF +hF +Yx +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +cy +cy +FS +FS +FS +FS +cy +cy +cy +cy +cy +xE +xE +gk +gk +gk +gk +gk +xE +xE +Jj +Jj +Jj +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +Me +uK +kz +kz +kz +kz +gl +gl +gl +gl +gl +gl +gl +gl +gl +kz +gl +gl +gl +gl +kz +kz +gl +wt +jG +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(174,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +hF +pJ +hF +hF +hF +Yx +Yx +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +FS +FS +FS +FS +cy +cy +cy +cy +cy +cy +xE +xE +dw +dw +dw +xE +xE +Eq +cy +Jj +Jj +Jj +Eq +Eq +Eq +Eq +cy +cy +cy +cy +Me +SH +kz +kz +ev +kz +kz +gl +gl +gl +kz +kz +ev +kz +kz +kz +gl +gl +gl +gl +kz +ev +kz +XQ +jG +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(175,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Vx +hF +hF +hF +hF +hF +hF +hF +hF +hF +ET +hF +hF +pJ +pJ +hF +hF +Yx +Yx +Yx +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +FS +FS +FS +cy +cy +FS +cy +cy +cy +cy +FS +FS +FS +FS +Eq +Eq +Eq +cy +cy +Jj +Jj +Jj +Eq +Eq +Eq +Eq +cy +cy +cy +Me +Wa +aa +aa +sa +kz +rv +aa +sa +ym +rv +aa +MX +ym +rv +aa +sa +ym +rv +aa +sa +ym +vy +Wa +jG +cy +cy +cy +Eq +Eq +Eq +Eq +xo +"} +(176,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Vx +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +Cl +pJ +hF +hF +hF +Yx +Yx +hF +hF +Cl +Cl +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Jj +Jj +Eq +Eq +Eq +Eq +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +FS +FS +cy +cy +cy +FS +FS +cy +cy +FS +FS +FS +FS +Eq +Eq +Eq +cy +cy +cy +cy +Jj +Jj +Eq +Eq +Eq +Eq +Eq +cy +cy +vy +TH +TH +TH +TH +TH +TH +TH +TH +TH +TH +TH +vy +TH +TH +TH +TH +TH +TH +TH +TH +TH +TH +TH +eN +cy +cy +Eq +Eq +Eq +Eq +Eq +xo +"} +(177,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +Cl +bU +bU +Eq +hF +hF +hF +Yx +Yx +hF +hF +Cl +MB +ke +Cl +Cl +Cl +hF +hF +hF +hF +hF +hF +Eq +Jj +Jj +Jj +Jj +Jj +Eq +Eq +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +FS +cy +cy +cy +FS +FS +FS +FS +cy +cy +FS +FS +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +Jj +Jj +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(178,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +bU +bU +Qv +ZX +Eq +Eq +hF +Yx +Yx +Yx +hF +Cl +Cl +Ol +Wm +zh +km +Cl +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +cy +cy +cy +FS +FS +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +ZL +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(179,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +hF +hF +hF +hF +hF +pJ +pJ +pJ +wG +ZX +ZX +ZX +ZX +sh +Eq +hF +Yx +Yx +Yx +hF +Cl +na +Wm +Wm +Wm +Wm +Cl +xR +Eq +Eq +hF +hF +Eq +Eq +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(180,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +gp +gp +Cl +Cl +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +pJ +xV +xV +pJ +qb +pJ +ko +TP +TP +TP +ZX +AB +Eq +Yx +Yx +Yx +Yx +hF +Cl +tE +iz +iz +eF +Wm +Cl +Md +Gp +Eq +xV +xV +Eq +Se +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(181,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +zq +Zg +Zg +SP +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +xV +ZX +gD +Un +ZX +pJ +em +Eq +Eq +Eq +bF +ZX +sS +Yx +Yx +hF +Yx +Yx +Cl +Cl +Cl +Cl +Cl +YK +Cl +ZX +em +Ei +ZX +ZX +xV +Se +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +FS +FS +FS +cy +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(182,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Cl +Cl +Cl +Zg +kD +Zg +Zg +SP +SP +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +xV +TU +uG +SY +ZX +pJ +sZ +Xk +Xk +ZX +ZX +ZX +Eq +Yx +Yx +hF +Yx +Yx +pJ +Ln +GK +ZX +Rb +ZX +pJ +VZ +SK +ZX +ZX +uZ +xV +Se +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +FS +cy +cy +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(183,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +ET +ET +ET +ET +ET +Cl +Cl +Cl +Cl +Rd +Zg +Zg +Zg +Zg +Zg +fF +SP +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +pJ +pJ +pJ +QP +SY +nu +aW +pJ +yy +Al +Oz +Eq +vP +Rg +Eq +Yx +Yx +hF +Yx +Yx +pJ +xw +ZX +ZX +QD +ZX +pJ +Cb +em +BP +ay +ik +pJ +bk +Ri +CH +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(184,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +pW +hF +hF +hF +dF +Cl +GE +Zg +rr +Oh +Zg +Zg +Zg +Zg +Zg +Zg +SP +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +xV +SY +mM +ce +Yr +VC +ce +uX +nr +ZX +Eq +Eq +Eq +Eq +Eq +Yx +hF +hF +hF +Yx +pJ +xV +xV +xV +xV +ZX +pJ +pJ +zf +pJ +pJ +pJ +pJ +pJ +Eq +Se +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Xv +gS +gS +gS +gS +gS +gS +mH +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(185,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +pW +hF +hF +dF +Cl +zr +Zg +AN +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +xV +Nn +ZX +rT +pJ +pJ +pJ +pJ +EW +Ih +Mw +Ih +bh +qz +pJ +Yx +hF +hF +hF +Yx +pJ +hX +Tm +KA +IG +ZX +pJ +jv +em +Rh +Vx +JB +zB +oa +Eq +bk +CH +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +cy +cy +cy +cy +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Jj +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Xv +mH +WB +ty +ty +WB +mH +Xv +Eq +Eq +Eq +Eq +Eq +Eq +Eq +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(186,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +pW +hF +hF +dF +Cl +Ir +Zg +rr +cJ +Zg +Zg +SP +SP +Zg +Zg +Zg +AN +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +pJ +pJ +uH +rD +ZX +fI +sb +uO +pJ +mK +ZX +ZX +ZX +ZX +ZX +xV +Yx +Yx +hF +hF +Yx +xV +Mp +ZX +ZX +ZX +it +pJ +oF +em +Bv +Vx +BG +FP +sX +Eq +Eq +Se +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +cy +cy +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Jj +Jj +Eq +Eq +Eq +Eq +Eq +Eq +mH +sJ +sJ +sJ +sJ +sJ +sJ +mH +Eq +Eq +Eq +Eq +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(187,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +pW +hF +dF +Cl +rr +rr +rr +Zg +Zg +Zg +SP +SP +Zg +Zg +Zg +AN +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +pJ +QP +ZX +gD +ZX +lm +uC +AE +Eq +zR +ZX +ZX +ZX +ZX +ZX +sS +Yx +Yx +hF +hF +Yx +xV +re +rD +dM +ZX +mA +pJ +kA +em +ZX +Vx +Vx +ZX +sX +iu +Eq +bk +CH +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Jj +Jj +Jj +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +xo +"} +(188,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +dF +Cl +Ir +Zg +rr +cJ +Zg +Zg +SP +SP +Zg +Zg +Zg +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +pJ +pJ +pJ +pJ +ZX +ZX +Eq +Eq +Eq +Eq +cg +ZX +ZX +ZX +ZX +ZX +sS +Yx +Yx +Yx +Yx +Yx +xV +Cs +yO +ZX +Dg +ob +Eq +uz +em +CC +fC +Vx +Vx +tO +UE +Eq +Eq +Se +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +cy +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Jj +Jj +Jj +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +xo +"} +(189,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Cl +AN +Cl +Cl +zr +Zg +AN +Zg +Zg +Zg +Zg +Zg +Zg +Zg +SP +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +xV +xD +Fe +In +ZX +ZX +fI +sb +av +pJ +CZ +ZX +ZX +ZX +ZX +Eq +Eq +Yx +Yx +Yx +Yx +Yx +Eq +Eq +BY +ZX +Af +Ou +Eq +VZ +Xe +CB +Ni +it +pJ +mK +Af +nC +xV +Se +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +FS +FS +cy +cy +cy +FS +FS +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Jj +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +xo +"} +(190,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Cl +Zg +Zg +rr +GE +Zg +rr +Zg +Zg +Zg +Zg +Zg +Zg +Zg +SP +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +xV +GL +PW +Tj +gD +ZX +uC +Mh +eQ +pJ +em +ZX +ZX +ZX +Eq +Eq +hF +Yx +Yx +Yx +Yx +Yx +hF +Eq +Eq +ZX +ZX +Fd +Eq +Rl +em +ZX +ZX +GP +ZX +em +Po +Pp +xV +bk +CH +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +FS +FS +FS +FS +cy +cy +cy +FS +cy +cy +cy +cy +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +Eq +Eq +Eq +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +xo +"} +(191,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Cl +Cl +Zg +Zg +rr +rr +rr +rr +Zg +Zg +pC +pC +pC +pC +Zg +SP +Cl +hF +hF +hF +hF +hF +hF +hF +hF +pJ +pJ +pJ +pJ +pJ +sS +sS +pJ +pJ +pJ +pJ +xV +xV +xV +xV +Eq +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +hF +Eq +sS +xV +Eq +Eq +Eq +Cx +xV +sS +xV +pJ +xV +pJ +xV +pJ +pJ +bk +Ri +Ri +Ri +Ri +CH +Jj +Jj +Jj +Jj +Jj +cy +cy +FS +FS +FS +pJ +FS +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +cy +cy +cy +cy +FS +Eq +Eq +Eq +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +xo +"} +(192,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Cl +yn +Zg +Zg +rr +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Zg +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Yx +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +hF +hF +pJ +pJ +gc +gc +gc +pJ +bk +Ri +Ri +Ri +Ri +Ri +pJ +gc +gc +gc +pJ +pJ +FS +cy +cy +cy +cy +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +FS +Eq +Eq +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +xo +"} +(193,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Cl +Ut +Zg +Zg +AN +Zg +Zg +Zg +Zg +Zg +pC +pC +pC +pC +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +hF +Eq +hF +hF +hF +hF +hF +Yx +Yx +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +gL +ZX +ZX +ZX +ZX +pJ +pJ +gc +gc +gc +gc +pJ +pJ +ZX +ZX +ZX +ZX +zK +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Jj +Eq +Eq +Eq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +FS +Eq +Eq +cy +cy +cy +FS +FS +FS +Eq +Eq +Eq +xo +"} +(194,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Cl +Cl +Zg +Zg +AN +Zg +Zg +Zg +Cl +Cl +gp +gp +gp +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +hF +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Eq +Eq +Eq +hF +hF +hF +Yx +Yx +Yx +Yx +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +gL +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +zK +cy +cy +cy +FS +FS +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +FS +Eq +Eq +Eq +cy +cy +FS +FS +FS +Eq +Eq +Eq +xo +"} +(195,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Cl +BW +sB +rr +kc +Vp +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +hF +Eq +Eq +Eq +hF +hF +hF +hF +Yx +Yx +Yx +Yx +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +gL +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +zK +cy +cy +FS +FS +FS +FS +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +cy +cy +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +FS +Eq +Eq +Eq +Jj +cy +cy +cy +FS +Eq +Eq +Eq +xo +"} +(196,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Cl +Cl +Cl +Cl +Cl +Cl +Cl +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +hF +hF +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +gL +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +zK +cy +cy +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +FS +Eq +Eq +Eq +Jj +Jj +cy +cy +cy +Eq +Eq +Eq +xo +"} +(197,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +hF +hF +hF +Yx +Yx +Yx +hF +hF +hF +hF +hF +Yx +Yx +hF +hF +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +hF +Yx +Yx +Yx +Yx +Yx +hF +Yx +gL +ZX +ZX +ZX +ZX +pJ +pJ +gc +gc +gc +gc +pJ +pJ +ZX +ZX +ZX +ZX +zK +cy +cy +cy +FS +FS +FS +cy +cy +cy +cy +yq +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +FS +Eq +Eq +Eq +Jj +Jj +Jj +cy +cy +Eq +Eq +Eq +xo +"} +(198,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +hF +Yx +hF +hF +Yx +Yx +Yx +hF +hF +hF +hF +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +hF +hF +hF +hF +pJ +pJ +gc +gc +gc +pJ +nR +nR +nR +nR +nR +nR +pJ +gc +gc +gc +pJ +pJ +cy +cy +cy +cy +FS +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Jj +cy +cy +cy +FS +Eq +Eq +Eq +xo +"} +(199,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +pJ +pJ +pJ +pJ +pJ +sS +sS +pJ +pJ +pJ +pJ +ba +sS +sS +pJ +pJ +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +Yx +pJ +xV +sS +xV +xV +xV +ba +pJ +pJ +pJ +pJ +ba +sS +pJ +pJ +pJ +Eq +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +pJ +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +cy +cy +FS +FS +FS +Eq +Eq +Eq +xo +"} +(200,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +XY +XY +XY +gc +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +pJ +ZX +ZX +ZX +ZX +pJ +Yx +Yx +Yx +Yx +hF +hF +Yx +Yx +Yx +pJ +hB +ZX +Bh +CO +SY +kB +oT +TD +pJ +xa +hp +ZX +JY +pJ +Eq +Eq +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +yq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +cy +cy +FS +FS +FS +Eq +Eq +Eq +xo +"} +(201,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +XY +Eq +Eq +Eq +XY +XY +XY +XY +gc +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +pJ +ZX +ZX +ZX +ZX +pJ +pJ +pJ +Yx +hF +hF +hF +Yx +pJ +pJ +pJ +EF +ZX +ZX +ZX +ZX +em +As +WN +pJ +gA +em +Qi +Cm +pJ +Eq +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +cy +Be +FS +FS +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +cy +cy +cy +FS +FS +FS +FS +Eq +Eq +Eq +xo +"} +(202,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +pJ +pJ +pJ +pJ +ZX +ZX +pJ +pJ +pJ +pJ +ZX +ZX +ZX +ZX +ZX +ZX +pJ +Yx +hF +hF +hF +Yx +xV +qx +Ky +Sr +ZX +qY +yQ +ZX +em +ZX +BM +pJ +AJ +em +IW +pJ +pJ +hF +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +cy +Be +FS +FS +FS +FS +FS +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +Eq +FS +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +xo +"} +(203,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +pJ +ZX +ZX +ZX +ZX +ZX +ZX +ZX +pJ +ZX +ZX +ZX +ZX +ZX +ZX +pJ +Yx +hF +Yx +hF +hF +xV +Md +Ky +oR +ZX +ZX +ZX +ZX +QG +ZX +ZX +pJ +ZX +jE +UQ +pJ +hF +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +cy +Be +FS +FS +FS +FS +FS +FS +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +xo +"} +(204,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +XY +XY +XY +XY +XY +Eq +XY +XY +XY +XY +XY +XY +pJ +pJ +Fi +ZX +ZX +ZX +ZX +ZX +uX +ZX +ZX +ZX +ZX +ZX +ZX +pJ +Yx +hF +Yx +Yx +hF +sS +ZX +Ky +ZX +ZX +ZX +ZX +SL +ba +pJ +pJ +pJ +sS +sS +pJ +pJ +hF +hF +Eq +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +cy +Be +Be +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +xo +"} +(205,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +Eq +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Vq +cQ +iw +cQ +Vq +XY +XY +XY +XY +XY +Eq +Eq +Eq +XY +XY +XY +XY +XY +XY +gc +ZX +ZX +ZX +pJ +pJ +pJ +pJ +ZX +ZX +ZX +ZX +ZX +ZX +pJ +Yx +hF +Yx +Yx +hF +sS +ZX +Ky +SY +SY +AQ +SX +oi +ba +qR +OM +MH +ZX +ZX +pJ +hF +hF +hF +Eq +Eq +Eq +hF +Jj +Jj +Jj +Jj +Jj +Jj +cy +Be +Be +xl +xl +FS +FS +xl +xl +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +FS +FS +FS +Jj +Jj +FS +FS +FS +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +FS +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +xo +"} +(206,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +XY +Eq +Eq +XY +Eq +XY +dL +BI +pg +XY +XY +XY +XY +XY +Eq +Eq +Eq +Eq +Eq +XY +XY +XY +XY +XY +gc +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +pJ +Yx +hF +Yx +Yx +hF +xV +ZX +ZX +ZX +ZX +pJ +pJ +pJ +ba +JO +rN +Go +IH +pJ +pJ +hF +hF +Eq +Eq +Eq +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +Be +cy +cy +cy +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +FS +FS +Jj +Jj +Jj +Jj +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +cy +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +xo +"} +(207,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +Eq +Eq +Eq +XY +XY +XY +XY +XY +XY +pJ +pJ +pJ +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +pJ +pJ +Yx +hF +Yx +Yx +hF +xV +ab +ZX +ZX +ZX +ZX +GK +Yc +em +ZX +XH +XH +pJ +pJ +hF +hF +hF +hF +Eq +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +cy +FS +FS +FS +FS +Jj +Jj +Jj +Jj +Jj +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +xo +"} +(208,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +Eq +Yq +XY +XY +XY +XY +XY +XY +XY +XY +XY +pJ +pJ +pJ +ZX +ZX +ZX +ZX +ZX +ZX +ZX +pJ +pJ +Yx +Yx +hF +Yx +Yx +hF +pJ +pJ +pJ +ZX +OM +OM +OM +OM +em +zg +ZX +ZX +xV +hF +hF +hF +hF +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +cy +cy +cy +cy +FS +FS +FS +FS +Jj +Jj +Jj +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(209,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +pJ +pJ +pJ +pJ +pJ +pJ +sS +pJ +pJ +hF +Yx +Yx +hF +hF +Yx +hF +hF +hF +pJ +Ta +xY +SY +SY +mv +em +ZX +zg +ZX +xV +hF +hF +hF +hF +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +Jj +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(210,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +XY +XY +do +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +lv +Vz +XY +XY +XY +XY +XY +pJ +ZX +ZX +ZX +ZX +ZX +pJ +Yx +Yx +hF +hF +hF +hF +hF +hF +hF +xV +ZX +Pg +mv +wL +xY +Cg +pJ +pJ +pJ +pJ +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +FS +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(211,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +XY +XY +XY +BZ +BS +jQ +Is +gU +VU +jQ +Is +gU +VU +wj +lD +gU +VU +jQ +Is +gU +VU +jQ +Is +gU +VU +jQ +BS +HF +XY +XY +XY +XY +XY +sS +ZX +ZX +ZX +ZX +ZX +sS +Yx +Yx +hF +hF +hF +Yx +hF +hF +hF +sS +ZX +As +As +As +As +pJ +pJ +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(212,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Vq +XY +XY +XY +BZ +qy +kN +kN +kN +kN +kN +IP +IP +IP +kN +kN +pd +kN +kN +kN +IP +IP +IP +IP +kN +kN +bD +kP +HF +XY +XY +XY +XY +XY +sS +ZX +ZX +ZX +ZX +ZX +sS +Yx +Yx +hF +hF +Yx +Yx +Yx +hF +hF +xV +ZX +Po +ZX +pJ +pJ +pJ +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(213,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Vq +Vq +Vq +XY +XY +BZ +JW +kN +kN +kN +pd +IP +IP +IP +IP +IP +IP +IP +IP +IP +kN +IP +IP +IP +IP +pd +kN +IP +CA +HF +XY +XY +XY +XY +Eq +pJ +pJ +pJ +ZX +ZX +ZX +pJ +Yx +Yx +hF +hF +Yx +Yx +Yx +hF +hF +pJ +zg +pJ +sS +pJ +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(214,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +SW +Vq +XY +XY +XY +BZ +Vj +kN +kN +kN +kN +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +kN +IP +aB +HF +XY +XY +XY +Eq +Eq +Eq +Eq +pJ +pJ +ZX +ZX +pJ +pJ +hF +hF +hF +Yx +Yx +hF +hF +pJ +pJ +xV +pJ +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(215,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +lB +Bq +Wt +XY +XY +BZ +Aw +kN +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +fc +HF +XY +XY +XY +XY +Eq +Eq +pJ +pJ +ZX +ZX +ZX +pJ +pJ +hF +hF +hF +Yx +hF +hF +pJ +pJ +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(216,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Bm +cQ +OC +XY +XY +BZ +qy +kN +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +kN +kN +OX +HF +XY +XY +XY +XY +XY +pJ +pJ +ZX +ZX +ZX +ZX +pJ +hF +hF +hF +hF +hF +hF +hF +pJ +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(217,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Dm +cQ +OC +XY +XY +BZ +JW +kN +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +kN +kN +TQ +HF +XY +XY +XY +XY +XY +gc +ZX +ZX +ZX +ZX +ZX +gc +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +cy +cy +cy +cy +cy +FS +FS +FS +cy +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(218,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Vx +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Dm +cQ +OC +XY +XY +BZ +Vj +kN +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +kN +kN +HI +HF +XY +XY +XY +XY +Eq +pJ +ZX +ZX +ZX +ZX +ZX +gc +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +Eq +mP +Qj +hF +hF +Eq +hF +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +cy +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(219,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +wh +Bq +pg +XY +XY +BZ +Aw +kN +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +fc +HF +XY +XY +XY +XY +Eq +pJ +ZX +ZX +ZX +ZX +ZX +gc +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +hF +hF +Eq +hF +hF +cT +IJ +Eq +Eq +Eq +Eq +hF +hF +Jj +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(220,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +SW +Vq +XY +XY +XY +BZ +qy +kN +kN +kN +kN +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +IP +kN +IP +kP +HF +XY +XY +XY +XY +Eq +pJ +ZX +ZX +ZX +ZX +ZX +pJ +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +IJ +cT +Pc +hF +hF +hF +cT +Eq +Eq +Eq +hF +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(221,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Vq +Vq +Vq +XY +XY +BZ +JW +kN +kN +kN +pd +IP +IP +IP +IP +IP +IP +IP +IP +IP +kN +IP +IP +IP +IP +pd +kN +IP +CA +HF +XY +XY +XY +Eq +Eq +pJ +ZX +ZX +ZX +ZX +ZX +pJ +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +OF +tV +CE +XJ +tV +IJ +hF +od +Eq +hF +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +FS +FS +FS +FS +FS +FS +FS +FS +FS +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(222,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Vq +XY +XY +XY +BZ +Vj +kN +kN +kN +kN +kN +IP +IP +IP +kN +kN +pd +kN +kN +kN +IP +IP +IP +IP +kN +kN +kN +aB +HF +XY +XY +XY +Eq +pJ +pJ +ZX +ZX +ZX +ZX +ZX +gc +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +tV +tV +Ve +tV +tV +tV +tV +hF +hF +hF +hF +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(223,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +XY +XY +XY +BZ +BS +yz +pv +xi +Kn +yz +pv +xi +Kn +tR +kn +xi +Kn +yz +pv +xi +Kn +yz +pv +xi +Kn +yz +BS +HF +XY +XY +XY +XY +gc +ZX +ZX +ZX +ZX +ZX +ZX +gc +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +qp +Qj +hF +tV +tV +OF +Vm +IJ +tV +ZD +IJ +hF +hF +hF +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +FS +FS +FS +cy +FS +FS +FS +FS +FS +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(224,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +XY +XY +yT +te +te +te +te +te +te +te +te +te +te +te +te +te +te +te +te +te +te +te +te +te +te +te +QC +XY +XY +XY +XY +sS +ZX +ZX +ZX +ZX +ZX +ZX +gc +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +IJ +cT +hF +tV +tV +co +hF +jK +tV +tV +hF +hF +hF +Eq +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +FS +FS +FS +FS +FS +cy +cy +cy +FS +FS +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(225,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +sS +ZX +ZX +ZX +ZX +ZX +ZX +pJ +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +IJ +hF +tV +tV +hF +hj +jK +tV +tV +cT +hF +Eq +Eq +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +Eq +Eq +Eq +cy +cy +cy +cy +FS +FS +FS +FS +cy +cy +FS +FS +FS +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(226,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +gc +ZX +ZX +ZX +ZX +ZX +pJ +pJ +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +JP +hF +tV +tV +tV +IJ +jK +tV +Ve +IJ +hF +Eq +Eq +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(227,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +XY +Eq +Eq +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +JL +XY +XY +XY +XY +XY +Eq +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +IJ +tV +tV +Ve +tV +IJ +OF +tV +hF +IJ +Eq +Eq +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(228,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +XY +XY +Eq +Eq +Eq +XY +Eq +XY +XY +XY +XY +XY +XY +Eq +Eq +Eq +XY +BX +gJ +RH +XY +XY +XY +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +Lk +IJ +hF +JD +tV +WZ +vJ +tV +hF +hF +cT +Eq +Eq +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +Eq +FS +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(229,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +XY +Eq +Eq +XY +Eq +Eq +Eq +Eq +Vq +cQ +iw +cQ +Vq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Gy +hF +Nk +hF +IJ +hF +hF +hF +hF +hF +Eq +Eq +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(230,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +yu +dp +gy +hF +hF +hF +Eq +Eq +Eq +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +Eq +Eq +IJ +hF +Eq +hF +hF +Eq +Eq +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(231,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +hF +hF +Eq +Eq +Eq +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(232,1,1) = {" +xo +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +Eq +Eq +Jj +Jj +Jj +Jj +Jj +Jj +cy +cy +cy +cy +cy +FS +FS +FS +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(233,1,1) = {" +xo +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Jj +Jj +Jj +Jj +Jj +Jj +cy +Eq +Eq +Eq +Eq +Eq +FS +FS +FS +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(234,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Jj +Jj +Jj +Jj +Jj +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +FS +FS +FS +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(235,1,1) = {" +xo +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Jj +Jj +Jj +Jj +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(236,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +hF +hF +hF +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +Jj +Jj +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +cy +cy +cy +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(237,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +Jj +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +cy +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(238,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +hF +hF +hF +hF +hF +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(239,1,1) = {" +xo +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +xo +"} +(240,1,1) = {" +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +xo +"} From 31951172f8233eeb9e8507061b3aa5b09a6b563b Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 11 Jul 2023 21:32:30 +0100 Subject: [PATCH 02/20] go --- colonialmarines.dme | 2 +- map_config/maps.txt | 3 + maps/LV624_Outpost_Furidamu.json | 4 +- .../LV624_Outpost_Furidamu.dmm | 104747 +++++++++------ 4 files changed, 62641 insertions(+), 42115 deletions(-) diff --git a/colonialmarines.dme b/colonialmarines.dme index 9747593c34..1d3b56cdce 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -648,7 +648,7 @@ #include "code\game\area\kutjevo.dm" #include "code\game\area\LV522_Chances_Claim.dm" #include "code\game\area\LV624.dm" -#include "code\game\area\LV624_Outpost_Furidamu.dm" +#include "code\game\area\lv624_outpost_furidamu.dm" #include "code\game\area\prison.dm" #include "code\game\area\Prison_Station_FOP.dm" #include "code\game\area\prison_v3_fiorina.dm" diff --git a/map_config/maps.txt b/map_config/maps.txt index 38a73946cf..8db236b819 100644 --- a/map_config/maps.txt +++ b/map_config/maps.txt @@ -61,5 +61,8 @@ map new_varadero disabled endmap +map lv624_outpost_furidamu +endmap + map whiskey_outpost_v2 endmap diff --git a/maps/LV624_Outpost_Furidamu.json b/maps/LV624_Outpost_Furidamu.json index 12b20862c4..68f491a35f 100644 --- a/maps/LV624_Outpost_Furidamu.json +++ b/maps/LV624_Outpost_Furidamu.json @@ -1,8 +1,8 @@ { "map_name": "LV624 Outpost Furidamu", "map_path": "map_files/LV624_Outpost_Furidamu", - "map_file": "LV624_Outpost_Furidamu.dmm", - "weather_holder": "/datum/weather_ss_map_holder/LV624_Outpost_Furidamu", + "map_file": "lv624_outpost_furidamu.dmm", + "weather_holder": "/datum/weather_ss_map_holder/lv624_outpost_furidamu", "survivor_types": [ "/datum/equipment_preset/survivor/clf" ], diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index 071365bc49..2ef272e7db 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -1,396 +1,409 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 8; - tag = "icon-landingstripe (WEST)" +"ah" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"am" = ( +/obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"ab" = ( -/obj/structure/surface/table/gamblingtable, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"av" = ( -/obj/structure/bed/roller, -/obj/structure/machinery/light, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"ay" = ( -/obj/structure/safe/floor{ - name = "safe"; - pixel_x = 30; - spawnkey = 0 +"ap" = ( +/obj/structure/machinery/power/apc{ + dir = 8; + name = "Secure Vault APC"; + start_charge = 0 + }, +/turf/open/floor{ + icon_state = "cult" }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ar" = ( +/obj/structure/coatrack, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"aB" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 1 - }, -/obj/structure/barricade/handrail/strata{ - dir = 1 +"aw" = ( +/turf/open/floor{ + dir = 4; + icon_state = "warning" }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"aF" = ( +/obj/structure/window/framed/wood/reinforced, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"aW" = ( -/obj/structure/bed/chair/comfy/orange{ - dir = 1 - }, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"ba" = ( +"aM" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"aX" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"bb" = ( -/turf/closed/wall/rock/brown, -/area/LV624_Outpost_Furidamu/oob) -"bh" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/trash/candle, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"bk" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"bp" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/smg/nailgun, -/obj/item/weapon/gun/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"bD" = ( -/obj/effect/landmark/shuttle_loc/marine_trg/landing{ - name = "2" +"bc" = ( +/obj/structure/barricade/wooden, +/turf/open/floor{ + dir = 1; + icon_state = "warning" }, -/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"bF" = ( -/obj/structure/sink{ - pixel_y = 30 - }, +"bi" = ( +/obj/effect/decal/cleanable/blood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"bN" = ( -/obj/structure/machinery/computer/telecomms/server, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"bU" = ( -/obj/structure/toilet{ +"bp" = ( +/obj/structure/bed, +/obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"bZ" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"ce" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"cg" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/storage/bible, -/obj/structure/machinery/light/small{ - dir = 1 +"br" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"bA" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 1; + tag = "icon-landingstripe (NORTH)" }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"bJ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, +/mob/living/simple_animal/corgi/puppy{ + desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; + name = "\improper Mister Wiggles" + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"co" = ( -/obj/structure/flora/tree/jungle/bigtreeTR, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +"bK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"cv" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ +"bN" = ( +/turf/closed/shuttle{ dir = 1; - tag = "icon-landingstripe (NORTH)" + icon_state = "pwall" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"cy" = ( -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"cJ" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor{ - icon_state = "white" +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +"bS" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4; + pixel_y = 4 }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"cQ" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"cT" = ( -/obj/structure/flora/bush/ausbushes/var3/fernybush, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"cW" = ( +"bY" = ( /obj/effect/decal/cleanable/blood/drip, -/obj/structure/window/framed/colony/reinforced, /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"do" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 9; - icon_state = "p_stair_full" - }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"dp" = ( -/turf/open/floor{ - dir = 4; - icon_state = "warning" - }, +"bZ" = ( +/obj/structure/closet, +/obj/item/storage/fancy/cigarettes/wypacket, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"ds" = ( -/obj/structure/machinery/computer/telecomms/monitor, -/turf/open/floor{ - dir = 9; - icon_state = "brown" +"ca" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"dw" = ( -/obj/structure/window/framed/wood/reinforced, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"dF" = ( -/obj/structure/prop/wooden_cross, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"dL" = ( -/turf/open/floor{ - dir = 5; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"dM" = ( -/obj/item/folder/red, +"ci" = ( +/obj/structure/machinery/vending/security, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"em" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"cy" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + tag = "icon-landingstripe" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"ev" = ( -/obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"eF" = ( -/obj/item/storage/toolbox/syndicate, -/obj/structure/surface/rack, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor{ - icon_state = "cult" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"eJ" = ( -/obj/structure/machinery/light{ - dir = 1 +"cE" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper LZ1 Access"; + req_one_access = null }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"eN" = ( +"cG" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + locked = 1; + name = "\improper Engineering Dome Office"; + req_access_txt = "100"; + req_one_access = null + }, /turf/open/floor{ - dir = 6; - icon_state = "warning" + icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"eQ" = ( -/obj/structure/closet, -/obj/item/storage/fancy/cigarettes/wypacket, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"cI" = ( +/obj/structure/bookcase, +/obj/item/bananapeel, +/obj/item/book/manual/research_and_development, +/obj/item/book/manual/security_space_law, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"eW" = ( -/obj/structure/bed/stool, +"cX" = ( /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"fc" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 1; - tag = "icon-landingstripe (NORTH)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 1 +"dg" = ( +/obj/structure/surface/table, +/obj/item/device/radio/off{ + frequency = 1469 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"ff" = ( -/obj/structure/machinery/light{ - dir = 4; - tag = "icon-tube1 (EAST)" +/obj/item/tool/crowbar, +/obj/structure/machinery/light, +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 }, -/turf/open/floor/plating, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"fk" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/lighter, -/obj/item/device/analyzer, -/obj/item/device/multitool, -/obj/item/device/assembly/prox_sensor, +"di" = ( +/obj/structure/surface/table, +/obj/item/device/mmi/radio_enabled, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"fl" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"fC" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/newscaster{ - pixel_x = -30 +"do" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/scientist, +/obj/item/stack/medical/advanced/bruise_pack, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"dv" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 }, -/obj/structure/machinery/photocopier{ - pixel_y = 6 +/obj/item/clothing/under/colonist, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"dw" = ( +/obj/structure/machinery/light/small{ + dir = 4 }, -/obj/item/tool/wrench, +/obj/structure/machinery/vending/coffee, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"fF" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 +"dB" = ( +/obj/structure/closet/cabinet, +/obj/item/reagent_container/food/snacks/syndicake{ + layer = 2.6 }, -/turf/open/floor{ - icon_state = "white" +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"dE" = ( +/obj/structure/machinery/light/small{ + dir = 4 }, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"fI" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, +"dI" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"dK" = ( +/obj/structure/target/syndicate, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"gc" = ( -/obj/structure/window/framed/wood/reinforced, -/turf/open/floor/plating, +"dR" = ( +/obj/structure/surface/table, +/obj/item/trash/cheesie, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"gd" = ( -/obj/item/device/multitool, -/obj/structure/surface/rack, +"dX" = ( +/obj/structure/surface/table, +/obj/item/clothing/head/soft/blue, +/obj/structure/machinery/light, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"gk" = ( -/turf/open/floor/interior/wood, +"el" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) -"gl" = ( -/turf/open/floor/plating, -/area/shuttle/drop1/LV624{ - name = "\improper Almayer Dropship 1" - }) -"gp" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating, +"ep" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/obj/effect/glowshroom, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"gy" = ( -/turf/open/floor{ - dir = 6; - icon_state = "warning" +"ev" = ( +/obj/structure/closet, +/obj/item/weapon/melee/baseballbat, +/obj/item/clothing/head/beret/jan, +/obj/item/stack/medical/splint, +/obj/structure/machinery/light{ + dir = 4 }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"gA" = ( -/obj/structure/surface/rack, +"eD" = ( /obj/structure/machinery/power/apc{ - dir = 1; - name = "Kitchen APC" + dir = 8; + name = "Cafeteria APC"; + start_charge = 0 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"gD" = ( -/obj/effect/decal/cleanable/blood, +"eE" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/oob) +"eM" = ( +/obj/structure/surface/table, +/obj/item/poster, +/obj/item/clothing/glasses/regular/hipster, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"gH" = ( -/obj/structure/machinery/power/port_gen/pacman/super, +"eS" = ( +/obj/structure/sink{ + pixel_y = 30 + }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"gJ" = ( -/obj/structure/barricade/wooden{ - dir = 4 +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"eV" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null }, /turf/open/floor{ - dir = 8; - icon_state = "warning" + dir = 9; + icon_state = "brown" }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"fc" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"gL" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 1; - icon_state = "p_stair_full" +"fq" = ( +/obj/structure/device/broken_piano, +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"gQ" = ( -/obj/effect/spawner/random/powercell, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"gS" = ( -/turf/open/floor{ - dir = 8; - icon_state = "warning" +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"fv" = ( +/turf/open/floor/plating{ + icon_state = "platebot" }, /area/LV624_Outpost_Furidamu/outdoors/militia) -"gU" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 4; - tag = "icon-landingstripe (EAST)" +"fA" = ( +/obj/structure/window/framed/colony, +/turf/open/floor{ + icon_state = "white" }, -/obj/structure/barricade/handrail/strata{ +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"fD" = ( +/obj/structure/machinery/light/small{ dir = 4 }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"fI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/bed/stool, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"hj" = ( -/obj/structure/flora/jungle/treeblocker, -/obj/structure/machinery/colony_floodlight, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"fK" = ( +/obj/structure/surface/table, +/obj/item/clothing/suit/chef/classic, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"hp" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/structure/pipes/standard/simple/hidden/cyan{ +"fP" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"fT" = ( +/obj/structure/pipes/vents/pump{ dir = 4 }, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"hB" = ( -/obj/structure/surface/table, -/obj/structure/machinery/chem_dispenser/soda{ - pixel_y = 22 +"fX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gd" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"gi" = ( +/obj/structure/surface/table/gamblingtable, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"hF" = ( +"gk" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Atmospherics Processing APC" + }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"hX" = ( -/obj/item/device/flash, +"gv" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"gx" = ( +/obj/structure/machinery/power/monitor, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"gF" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/explosive/grenade/flashbang{ - pixel_x = 7; - pixel_y = 2 +/obj/item/storage/surgical_tray, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gU" = ( +/obj/structure/surface/rack, +/obj/item/clothing/mask/gas, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"hf" = ( +/obj/structure/machinery/status_display{ + pixel_y = 30 }, +/obj/structure/bed/chair, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"hj" = ( /obj/structure/machinery/light/small{ dir = 1 }, @@ -402,137 +415,161 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"hZ" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 4; - tag = "icon-landingstripe (EAST)" +"hl" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"hn" = ( +/turf/open/floor{ + icon_state = "warning" }, -/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"ik" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/light/small, -/obj/structure/machinery/computer/objective{ - dir = 1 +"hp" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"it" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"iu" = ( -/obj/structure/filingcabinet, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"iw" = ( +"hB" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; name = "\improper LZ1 Access"; req_one_access = null }, /turf/open/floor, /area/LV624_Outpost_Furidamu/landing_zone_2) -"iz" = ( -/obj/structure/surface/rack, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor{ - icon_state = "cult" +"hF" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"jv" = ( -/obj/structure/bookcase, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"jE" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"hK" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Telecomms APC"; + pixel_y = 30; + start_charge = 15 }, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ii" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"jG" = ( -/turf/open/floor{ - icon_state = "warning" +"il" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"io" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"iu" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"jJ" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, /turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"iC" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + name = "\improper Engineering Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor{ + icon_state = "dark" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) -"jK" = ( -/obj/structure/flora/jungle/treeblocker, +"iE" = ( +/obj/structure/surface/table, +/obj/item/tool/weldingtool, +/obj/item/tool/wrench, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"iL" = ( +/obj/structure/flora/tree/jungle/bigtreeTR, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"jQ" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ +"iS" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ dir = 4; - tag = "icon-landingstripe (EAST)" + tag = "icon-landingstripe (WEST)" }, /obj/structure/barricade/handrail/strata{ dir = 4 }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"jT" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - locked = 1; - name = "\improper Engineering Dome SMES"; - req_access_txt = "100"; - req_one_access = null +"ja" = ( +/obj/structure/bed/chair{ + dir = 8 }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"jo" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder, +/obj/item/device/assembly/signaller, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"kc" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor{ - icon_state = "white" +"jw" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"kd" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 +/obj/structure/platform/kutjevo/rock{ + dir = 8 }, -/turf/open/floor/plating, +/obj/structure/platform/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"jL" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"jO" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "ke" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor{ - icon_state = "cult" - }, +/obj/structure/closet/lawcloset, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"km" = ( -/obj/structure/machinery/door_control{ - id = "garage_blast"; - name = "Garage Shutters"; - pixel_x = -26; - range = 200 - }, +"kf" = ( +/obj/structure/bed, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"kk" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"kq" = ( +/obj/structure/machinery/optable, +/obj/item/tank/anesthetic, /turf/open/floor{ - icon_state = "cult" + icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"kn" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ +"kt" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 8; tag = "icon-landingstripe (WEST)" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"ko" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"kz" = ( -/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"kA" = ( +"kw" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"kx" = ( /obj/structure/showcase{ layer = 3.1 }, @@ -545,400 +582,215 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"kB" = ( -/obj/structure/surface/table, -/obj/item/clothing/head/chefhat, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/item/tool/kitchen/rollingpin, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, +"kD" = ( +/obj/structure/closet/coffin, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"kD" = ( -/obj/structure/machinery/sleep_console, -/turf/open/floor{ - icon_state = "white" - }, +"kF" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"kE" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"kJ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/extinguisher, -/obj/effect/spawner/random/powercell, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"kN" = ( -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"kP" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 1 - }, -/obj/structure/barricade/handrail/strata{ - dir = 1 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"ld" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 1; - tag = "icon-landingstripe (NORTH)" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"lm" = ( -/obj/structure/closet, -/obj/item/tool/crowbar, -/obj/item/clothing/gloves/yellow, -/obj/item/stack/medical/bruise_pack, +"kH" = ( +/obj/structure/filingcabinet, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"lq" = ( -/turf/open/floor/plating{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"lv" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 8; - icon_state = "p_stair_full" - }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"lz" = ( -/obj/structure/platform{ - dir = 1 +"kI" = ( +/obj/structure/machinery/door_control{ + id = "garage_blast"; + name = "Garage Shutters"; + pixel_x = -26; + range = 200 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"lB" = ( -/obj/structure/barricade/wooden, /turf/open/floor{ - dir = 9; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"lD" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 4; - tag = "icon-landingstripe (WEST)" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"mh" = ( -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" + icon_state = "cult" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"mv" = ( +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"lh" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/grown/banana, +/obj/structure/machinery/processor, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"mA" = ( -/obj/structure/closet/lawcloset, -/obj/item/clothing/suit/armor/vest/security, +"ll" = ( +/obj/structure/surface/table/reinforced/prison, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"mB" = ( -/obj/structure/surface/table, -/obj/item/device/radio/off{ - frequency = 1469 - }, -/obj/item/tool/crowbar, -/obj/structure/machinery/light, -/obj/item/tool/hatchet{ - pixel_x = 6; - pixel_y = 4 +"lq" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"mH" = ( -/turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"mK" = ( +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"lt" = ( /obj/item/device/radio/intercom{ freerange = 1; frequency = 1469; name = "General Listening Channel"; - pixel_y = 30 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 + pixel_x = -30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"mM" = ( -/obj/structure/flora/pottedplant, -/obj/item/trash/cheesie, -/obj/structure/pipes/vents/pump, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"mP" = ( -/obj/structure/flora/jungle/planttop1, -/turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"mR" = ( -/obj/structure/surface/table, -/obj/item/device/multitool, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"na" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/shotgun/pump, -/obj/item/ammo_magazine/shotgun/slugs, -/turf/open/floor{ - icon_state = "cult" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"nr" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan, -/turf/closed/wall/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"nu" = ( +"lH" = ( /obj/structure/surface/table, -/obj/item/tool/pen{ - layer = 3.1 +/obj/item/device/radio/headset{ + frequency = 1469; + pixel_x = 4; + pixel_y = 4 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"nC" = ( -/obj/structure/surface/table/woodentable, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"nD" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - tag = "icon-landingstripe" +/obj/item/device/radio/headset{ + frequency = 1469 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"nK" = ( -/turf/open/floor/plating{ - icon_state = "platebot" +/obj/structure/machinery/light{ + dir = 4 }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"nR" = ( -/obj/structure/platform{ +"lO" = ( +/obj/structure/machinery/power/terminal{ dir = 8 }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"oa" = ( -/obj/item/bedsheet/rd, -/obj/item/cane, -/obj/structure/bed{ - desc = "For prime comfort."; - name = "fancy bed" - }, -/obj/structure/pipes/vents/pump{ - dir = 4 +/turf/open/floor{ + icon_state = "platebot"; + tag = "icon-platebot" }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"ob" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"oc" = ( -/obj/structure/surface/rack, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"od" = ( -/obj/structure/flora/bush/ausbushes/var3/brflowers, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"oi" = ( -/obj/structure/machinery/cm_vending/sorted/boozeomat, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"ov" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 4 +"mb" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 }, -/obj/structure/platform/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"oF" = ( -/obj/structure/bookcase, -/obj/item/bananapeel, -/obj/item/book/manual/research_and_development, -/obj/item/book/manual/security_space_law, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"oR" = ( -/obj/structure/surface/table, -/obj/item/trash/snack_bowl{ - pixel_y = 9 +"mm" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Security Office APC" }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"oT" = ( -/obj/structure/surface/table, -/obj/item/clothing/suit/chef/classic, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"pd" = ( -/obj/structure/machinery/camera/autoname/lz_camera, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"pg" = ( -/turf/open/floor{ - dir = 6; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"pv" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 8; - tag = "icon-landingstripe (WEST)" +"mo" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 }, /obj/structure/barricade/handrail/strata{ - dir = 8 + dir = 1 }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"pA" = ( -/obj/structure/machinery/colony_floodlight_switch{ +"my" = ( +/obj/structure/sink/kitchen{ pixel_y = 30 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"pC" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_container/food/snacks/donkpocket, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"mz" = ( /obj/structure/bed, /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"pF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight, -/obj/effect/spawner/random/tool, +"mB" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/chips, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"pJ" = ( -/turf/closed/wall/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"pL" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 4 - }, -/obj/structure/platform/kutjevo/rock{ - dir = 8 - }, -/obj/structure/platform/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"pW" = ( -/obj/structure/prop/wooden_cross{ - pixel_y = 16 - }, -/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"pZ" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ +"mE" = ( +/obj/structure/machinery/landinglight/ds2{ tag = "icon-landingstripe" }, +/obj/structure/barricade/handrail/strata, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"qb" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/device/flashlight/lamp, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"mK" = ( /obj/structure/surface/table, +/obj/item/tool/pen{ + layer = 3.1 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"qp" = ( -/obj/structure/flora/jungle/planttop1, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"qv" = ( -/obj/structure/machinery/light{ +"mM" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/bible, +/obj/structure/machinery/light/small{ dir = 1 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"qx" = ( -/obj/structure/device/broken_piano, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"qy" = ( -/obj/structure/machinery/landinglight/ds2/delayone, -/obj/structure/barricade/handrail/strata, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"qz" = ( -/obj/structure/closet/coffin, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"qR" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 +"mW" = ( +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/effect/glowshroom, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"qY" = ( -/obj/structure/machinery/chem_master/condimaster, -/obj/structure/surface/table, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"re" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/under/CM_uniform, -/obj/item/clothing/suit/armor/vest/security, +"mZ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/candle, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"rr" = ( -/turf/closed/wall, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"rv" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 8; - tag = "icon-landingstripe (WEST)" +"nf" = ( +/turf/closed/wall/rock/brown, +/area/LV624_Outpost_Furidamu/oob) +"nh" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + tag = "icon-landingstripe" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"rD" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, +"nz" = ( +/obj/structure/reagent_dispensers/watertank, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"rN" = ( +"nT" = ( /obj/structure/surface/table, -/obj/item/trash/chips, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"rT" = ( -/obj/item/stack/medical/advanced/bruise_pack, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"nX" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"sa" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 8; - tag = "icon-landingstripe (WEST)" +"nZ" = ( +/turf/open/floor{ + dir = 6; + icon_state = "warning" }, -/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"sb" = ( -/obj/structure/bed, +"oe" = ( +/obj/structure/flora/tree/jungle/bigtreeTL, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"oi" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ol" = ( +/obj/item/tool/kitchen/knife/butcher, +/obj/structure/surface/rack, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"op" = ( +/obj/structure/closet/radiation, /obj/item/device/radio/intercom{ freerange = 1; frequency = 1469; @@ -946,90 +798,18 @@ pixel_x = -30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"sc" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"sh" = ( +/area/LV624_Outpost_Furidamu/outdoors/militia) +"oq" = ( /obj/structure/surface/table, -/obj/structure/mirror{ - pixel_y = -30 - }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"sB" = ( -/obj/structure/surface/table, -/obj/item/storage/box/masks{ - pixel_x = -4 - }, -/obj/item/storage/box/syringes{ - pixel_x = 5; - pixel_y = 4 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"sJ" = ( -/turf/open/floor{ - dir = 4; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"sM" = ( -/obj/structure/platform_decoration/kutjevo/rock{ - dir = 1 - }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"sS" = ( -/obj/structure/curtain/red, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"sX" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"sZ" = ( -/obj/structure/machinery/shower{ - dir = 4 - }, -/obj/effect/glowshroom, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"te" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 4; - icon_state = "p_stair_full" - }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"tk" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"tq" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 4; - tag = "icon-landingstripe (EAST)" +"or" = ( +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"ty" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"tE" = ( +"os" = ( /obj/effect/decal/cleanable/cobweb2, /obj/item/reagent_container/hypospray/autoinjector/tricord, /obj/structure/surface/rack, @@ -1043,167 +823,101 @@ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"tF" = ( -/obj/structure/machinery/power/apc{ - start_charge = 0 - }, +"ou" = ( +/obj/structure/surface/table/woodentable, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"tO" = ( +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"oE" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 7 + }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/power/apc{ +/obj/structure/machinery/door_control{ dir = 1; - name = "Research Director's APC" - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"tR" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 8; - tag = "icon-landingstripe (WEST)" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"tV" = ( -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"uz" = ( -/obj/structure/noticeboard{ - pixel_y = 30 + id = "nexus_blast"; + name = "Nexus Lockdown" }, -/obj/item/trash/cheesie, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"uC" = ( -/obj/structure/closet{ - density = 0; - icon_state = "open"; - opened = 1 +"oF" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/bottle/whiskey, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/obj/item/clothing/under/colonist, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"uG" = ( -/obj/structure/surface/table, -/obj/item/trash/cheesie, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"uH" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Men's Dorms APC"; - pixel_y = 30; - start_charge = 0 - }, -/obj/structure/surface/table, -/obj/item/toy/deck, -/obj/item/storage/fancy/cigarettes/wypacket, +"oG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/binoculars, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"uK" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - tag = "icon-landingstripe" +"oM" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"uO" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/structure/machinery/light, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"uV" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper Communications Dome"; - req_access_txt = "100"; - req_one_access = null - }, +"oU" = ( +/obj/structure/machinery/computer/telecomms/monitor, /turf/open/floor{ dir = 9; icon_state = "brown" }, /area/LV624_Outpost_Furidamu/outdoors/militia) -"uX" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"uZ" = ( +"oY" = ( +/obj/effect/landmark/shuttle_loc/marine_trg/landing{ + name = "2" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"pc" = ( /obj/structure/surface/table/woodentable/fancy, -/obj/item/device/megaphone, +/obj/structure/machinery/newscaster{ + pixel_x = -30 + }, +/obj/structure/machinery/photocopier{ + pixel_y = 6 + }, +/obj/item/tool/wrench, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"vy" = ( -/obj/structure/machinery/floodlight/landing, -/turf/open/floor/mech_bay_recharge_floor{ - name = "Shuttle Landing Lights" +"pd" = ( +/turf/open/floor{ + dir = 10; + icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"vJ" = ( -/obj/structure/flora/jungle/plantbot1, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"vP" = ( -/obj/structure/surface/table, -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_x = 30 +/area/LV624_Outpost_Furidamu/landing_zone_2) +"pk" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor{ + icon_state = "white" }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"pq" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, /obj/item/device/radio/intercom{ freerange = 1; frequency = 1469; name = "General Listening Channel"; - pixel_y = 30 + pixel_x = -30 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"vU" = ( -/obj/structure/machinery/power/monitor, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"wh" = ( -/obj/item/stack/sheet/wood{ - amount = 2 - }, +"pM" = ( /turf/open/floor{ dir = 5; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) -"wj" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 4; - tag = "icon-landingstripe (EAST)" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"wt" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 1; - tag = "icon-landingstripe (NORTH)" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"wE" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"wG" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Unisex Bathrooms APC"; - start_charge = 0 +"pU" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"wK" = ( /obj/item/device/radio/intercom{ freerange = 1; frequency = 1469; @@ -1211,124 +925,157 @@ pixel_x = -30 }, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"qa" = ( +/obj/structure/machinery/computer/telecomms/server, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"wL" = ( +"qd" = ( +/obj/structure/machinery/gibber, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"qj" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"qp" = ( /obj/structure/surface/table, -/obj/item/reagent_container/hypospray/autoinjector/quickclot, +/obj/item/trash/plate, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"xa" = ( -/obj/structure/kitchenspike, -/obj/structure/machinery/light/small{ - dir = 8 - }, +"qq" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/candle, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"xi" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 8; - tag = "icon-landingstripe (WEST)" - }, -/obj/structure/barricade/handrail/strata{ +"qu" = ( +/obj/structure/platform{ dir = 8 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"xj" = ( -/obj/structure/machinery/light{ +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"qM" = ( +/obj/structure/platform{ dir = 1 }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"xl" = ( -/obj/structure/fence, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"xo" = ( -/turf/closed/shuttle{ - dir = 1; - icon_state = "pwall" - }, -/area/LV624_Outpost_Furidamu/oob) -"xs" = ( -/turf/open/floor{ - dir = 8; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"xw" = ( -/obj/structure/target, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"xy" = ( -/obj/structure/machinery/blackbox_recorder, -/obj/item/prop/almayer/flight_recorder/colony{ - pixel_x = -6; - pixel_y = 10 +"qQ" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Engineering Dome"; + req_access_txt = "100"; + req_one_access = null }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"xD" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"xE" = ( -/turf/closed/wall/wood, +"qS" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + locked = 1; + name = "\improper Engineering Dome SMES"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"xN" = ( -/turf/closed/wall/rock/brown, -/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) -"xP" = ( -/obj/structure/machinery/power/geothermal{ - fail_rate = 5 +"qV" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 }, /turf/open/floor/plating{ - dir = 1; - icon_state = "warnplate" + icon_state = "platebotc" }, /area/LV624_Outpost_Furidamu/outdoors/militia) -"xR" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/chem_dispenser/beer{ - pixel_y = 26 +"rb" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"xV" = ( -/obj/structure/window/framed/wood/reinforced, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"rd" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"rk" = ( +/obj/structure/surface/rack, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"rp" = ( +/obj/item/reagent_container/food/snacks/grown/banana{ + pixel_x = -8 + }, +/obj/structure/surface/rack, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"xY" = ( +"rq" = ( /obj/structure/surface/table, -/obj/item/trash/plate, +/obj/structure/machinery/chem_dispenser/soda{ + pixel_y = 22 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"ym" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 8; - tag = "icon-landingstripe (WEST)" +"rs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"yn" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood, /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"yq" = ( -/obj/structure/fence, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"yu" = ( +"rz" = ( +/obj/structure/bed, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"rE" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"rJ" = ( +/turf/closed/wall/rock/brown, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +"rK" = ( +/obj/structure/curtain/red, /turf/open/floor{ - dir = 5; - icon_state = "warning" + icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"yy" = ( +"rM" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/lighter, +/obj/item/device/analyzer, +/obj/item/device/multitool, +/obj/item/device/assembly/prox_sensor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"rO" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Geothermal APC"; + pixel_y = 30; + start_charge = 0 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"rQ" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"se" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"sl" = ( /obj/structure/machinery/shower{ dir = 8 }, @@ -1341,377 +1088,234 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"yz" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 8; - tag = "icon-landingstripe (WEST)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"yC" = ( -/obj/structure/platform, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"yO" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/bronze, -/obj/item/storage/donut_box, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"yQ" = ( -/obj/structure/machinery/smartfridge, +"sn" = ( +/obj/structure/curtain/red, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"yT" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 5; - icon_state = "p_stair_full" +"sr" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"yW" = ( -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/obj/structure/foamed_metal{ - layer = 3.1 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"zb" = ( -/obj/structure/surface/table, -/obj/item/tool/weldingtool, -/obj/item/tool/wrench, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"zf" = ( +"ss" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/mech_bay_recharge_floor{ + name = "Shuttle Landing Lights" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"sw" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/curtain/red, -/turf/open/floor/interior/wood, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) +"sJ" = ( +/turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"zg" = ( -/obj/structure/barricade/wooden, +"sO" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/trash/cigbutt/cigarbutt, +/obj/structure/machinery/cell_charger, +/obj/item/storage/fancy/cigarettes/wypacket, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"zh" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - name = "Secure Vault APC"; - start_charge = 0 +"sP" = ( +/obj/structure/machinery/landinglight/ds2/delayone, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"sX" = ( +/obj/structure/surface/table, +/obj/item/device/flashlight, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"sZ" = ( +/obj/structure/surface/table, +/obj/item/storage/box/masks{ + pixel_x = -4 }, -/turf/open/floor{ - icon_state = "cult" +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 4 }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"zq" = ( -/obj/structure/machinery/medical_pod/sleeper, /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"zr" = ( -/obj/structure/machinery/optable, -/obj/item/tank/anesthetic, -/turf/open/floor{ - icon_state = "white" - }, +"te" = ( +/obj/item/reagent_container/food/snacks/grown/banana, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"zt" = ( -/obj/item/device/assembly/infra, -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/powercell, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"zA" = ( -/obj/structure/surface/table, -/obj/item/device/radio/headset{ - frequency = 1469; - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/device/radio/headset{ - frequency = 1469 +"ti" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4; + tag = "icon-landingstripe (EAST)" }, -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"tp" = ( +/obj/structure/noticeboard{ + pixel_y = 30 }, +/obj/item/trash/cheesie, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"zB" = ( -/obj/item/clothing/glasses/regular, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"zK" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - icon_state = "p_stair_full" - }, -/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"zR" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/reagent_container/food/drinks/bottle/whiskey, +"tw" = ( +/turf/closed/wall, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"tI" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"zX" = ( -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) -"Af" = ( -/obj/structure/bed/chair/office/light, +"ue" = ( +/obj/item/reagent_container/food/snacks/donkpocket, +/obj/structure/flora/pottedplant, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ag" = ( -/obj/structure/platform_decoration/kutjevo/rock{ - dir = 8 - }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Al" = ( -/obj/structure/machinery/shower{ +"um" = ( +/obj/structure/bed/chair/office/light{ dir = 8 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ao" = ( -/obj/structure/surface/rack, -/obj/item/clothing/mask/gas, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"As" = ( -/obj/structure/bed/chair{ - dir = 8 +"uB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, +/obj/structure/curtain/red, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Aw" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - tag = "icon-landingstripe" +"uL" = ( +/obj/structure/machinery/colony_floodlight_switch{ + pixel_y = 30 }, -/obj/structure/barricade/handrail/strata, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"AB" = ( -/obj/structure/machinery/washing_machine, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"AE" = ( -/obj/structure/closet, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"AJ" = ( -/obj/item/tool/kitchen/knife/butcher, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"uO" = ( /obj/structure/surface/rack, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Kitchen APC" }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"AN" = ( -/obj/structure/curtain/red, -/turf/open/floor{ - icon_state = "white" +"uS" = ( +/obj/structure/machinery/shower{ + dir = 4 }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"AQ" = ( -/obj/structure/surface/table, -/obj/structure/machinery/microwave, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ba" = ( -/obj/structure/closet/radiation, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 +"uY" = ( +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Be" = ( -/turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Bh" = ( -/obj/structure/machinery/vending/dinnerware, +"uZ" = ( +/obj/structure/surface/table, +/obj/structure/machinery/microwave, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Bm" = ( -/obj/item/stack/sheet/wood{ - amount = 2 - }, -/turf/open/floor{ - dir = 1; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Bq" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - dir = 1; - name = "\improper LZ1 Access"; - req_one_access = null - }, -/turf/open/floor, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Bv" = ( -/obj/item/trash/popcorn, -/turf/open/floor/interior/wood, +"vb" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"BB" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"BG" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/computer/rdconsole, +"vd" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"vz" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/grown/tomato, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"BI" = ( +"vJ" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/armor/vest/security, /turf/open/floor{ - dir = 4; - icon_state = "warning" + icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"BM" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"BP" = ( -/obj/structure/coatrack, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"BS" = ( -/obj/structure/machinery/floodlight/landing, -/turf/open/floor/mech_bay_recharge_floor{ - name = "Shuttle Landing Lights" - }, +"vT" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"BW" = ( -/obj/structure/surface/table, -/obj/item/stack/medical/bruise_pack{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/surgical, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/item/storage/belt/medical/full, -/obj/effect/landmark/objective_landmark/close, +"vU" = ( /turf/open/floor{ - icon_state = "white" + dir = 5; + icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"BX" = ( -/obj/structure/barricade/wooden{ +"wb" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/obj/structure/barricade/handrail/strata{ dir = 4 }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"wd" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"wt" = ( +/obj/structure/barricade/wooden, /turf/open/floor{ dir = 9; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) -"BY" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Security Office APC" +"wy" = ( +/obj/structure/machinery/light{ + dir = 4; + tag = "icon-tube1 (EAST)" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"BZ" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"wA" = ( /obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 1; + color = "#6b675e"; + dir = 6; icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) -"Cb" = ( -/obj/structure/closet/cabinet, -/obj/item/reagent_container/food/snacks/syndicake{ - layer = 2.6 - }, -/turf/open/floor/interior/wood, +"wB" = ( +/obj/structure/flora/jungle/treeblocker, +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Cg" = ( +"wT" = ( /obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Cl" = ( -/turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Cm" = ( -/obj/structure/closet/secure_closet/bar, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Cs" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Cx" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/oob) -"CA" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 1; - tag = "icon-landingstripe (NORTH)" - }, -/obj/structure/barricade/handrail/strata{ dir = 1 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"CB" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/trash/cigbutt/cigarbutt, -/obj/structure/machinery/cell_charger, -/obj/item/storage/fancy/cigarettes/wypacket, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"CC" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 4 - }, -/turf/open/floor/interior/wood, +"xm" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"CE" = ( -/obj/structure/flora/jungle/plantbot1{ - desc = "Doesn't look like it'll do much cleaning any more."; - icon_state = "cart_wreck"; - name = "old janicart" +"xJ" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"CH" = ( -/obj/structure/platform_decoration{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"CO" = ( -/obj/structure/surface/table, -/obj/structure/machinery/processor, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"CZ" = ( +"xW" = ( /obj/structure/machinery/power/apc{ dir = 1; name = "Chapel APC"; @@ -1722,409 +1326,387 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Dg" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/binoculars, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Dm" = ( -/obj/structure/barricade/wooden, +"yg" = ( /turf/open/floor{ - dir = 1; + dir = 8; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"DT" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 1 - }, -/obj/structure/platform/kutjevo/rock{ - dir = 4 - }, -/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"ym" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Ei" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - name = "Commandant's Quarters APC"; - pixel_x = -1; - start_charge = 0 - }, +"yr" = ( +/obj/item/stack/medical/advanced/bruise_pack, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Eo" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, +"yu" = ( +/obj/item/trash/cheesie, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yv" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Eq" = ( -/turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/oob) -"EF" = ( -/obj/structure/sink/kitchen{ - pixel_y = 30 - }, -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/donkpocket{ - pixel_x = 4; - pixel_y = 4 +"yx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yM" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/effect/landmark/objective_landmark/close, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yQ" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"yR" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 8; + id = "garage_lv"; + name = "\improper Garage" }, -/obj/item/reagent_container/food/snacks/donkpocket{ - pixel_x = -4; - pixel_y = -4 +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" }, -/obj/item/reagent_container/food/snacks/donkpocket, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"EO" = ( -/obj/structure/surface/table, -/obj/item/device/flashlight, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"ET" = ( -/obj/structure/fence, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +"zf" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/med_data/laptop, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"EW" = ( -/obj/structure/closet/coffin{ - density = 0; - icon_state = "coffin_open"; - opened = 1 +"zi" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"zl" = ( +/obj/structure/toilet{ + dir = 8 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Fa" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ +"zp" = ( +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"zq" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zu" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 1; - locked = 1; - name = "\improper Engineering Dome Office"; - req_access_txt = "100"; - req_one_access = null + tag = "icon-landingstripe (NORTH)" }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"zw" = ( /turf/open/floor{ - icon_state = "dark" + dir = 4; + icon_state = "warning" }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"zA" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Fd" = ( -/obj/structure/filingcabinet/security{ - desc = "A large cabinet with hard copy security records."; - name = "Security Records" +"zC" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 4; + tag = "icon-landingstripe (EAST)" }, -/obj/structure/machinery/light/small{ - dir = 4 +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"zL" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 1 }, -/obj/effect/landmark/objective_landmark/science, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Fe" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 +"zU" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform_decoration{ + dir = 5; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zW" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/open/floor{ + dir = 1; + icon_state = "warning" }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"zY" = ( +/obj/structure/bookcase, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Fi" = ( -/obj/item/reagent_container/food/snacks/donkpocket, -/obj/structure/flora/pottedplant, +"Aa" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Fm" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor{ - icon_state = "white" +"Ag" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_full" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"FP" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Ah" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/chem_dispenser/beer{ + pixel_y = 26 }, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"FS" = ( -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"FU" = ( -/obj/structure/machinery/light, +"Ai" = ( +/obj/item/weapon/melee/baseballbat/metal, +/obj/item/device/lightreplacer, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Gb" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper Engineering Dome"; - req_access_txt = "100"; - req_one_access = null +"At" = ( +/obj/structure/machinery/power/apc{ + start_charge = 0 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Go" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/condiment/saltshaker, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 4; - pixel_y = 4 +"AD" = ( +/obj/item/device/flashlight, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door_control{ + id = "nexus_blast"; + name = "Nexus Lockdown" }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Gp" = ( -/obj/structure/bed, -/obj/structure/pipes/vents/pump{ - dir = 4 - }, +"AO" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/taperecorder, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Gy" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Atmospherics Processing APC" - }, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"GE" = ( +"AY" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/storage/surgical_tray, -/turf/open/floor{ - icon_state = "white" - }, +/obj/item/handcuffs, +/obj/item/storage/firstaid/adv, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"GK" = ( +"Ba" = ( +/obj/structure/kitchenspike, /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"GL" = ( -/obj/structure/closet{ - density = 0; - icon_state = "open"; - opened = 1 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"GP" = ( -/obj/item/trash/cheesie, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Hf" = ( -/obj/structure/surface/table, -/obj/item/device/mmi/radio_enabled, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Hq" = ( -/obj/structure/surface/table, -/obj/item/weapon/melee/twohanded/fireaxe, +"Bj" = ( +/obj/structure/bed/roller, +/obj/structure/machinery/light, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Hw" = ( -/obj/structure/fence, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"HF" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - icon_state = "p_stair_full" +"Bw" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"HI" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 1 +/obj/structure/barricade/handrail/strata{ + dir = 8 }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"HS" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 4 +"Bx" = ( +/obj/structure/surface/table, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = 30 }, -/obj/structure/platform_decoration/kutjevo/rock{ - dir = 1 +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Ih" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/tool/candle, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"In" = ( -/obj/structure/bed, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ir" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner" +"By" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 1; + tag = "icon-landingstripe (NORTH)" }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"BH" = ( +/obj/structure/machinery/deployable/barrier, /turf/open/floor{ - icon_state = "white" + icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Is" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 4; - tag = "icon-landingstripe (WEST)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, -/turf/open/floor/plating, +"BY" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) -"IA" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"IE" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 8; - id = "garage_lv"; - name = "\improper Garage" - }, -/turf/open/floor/plating{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"IG" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/clothing/suit/armor/vest/security, +"Ch" = ( +/obj/structure/closet, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"IH" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/interior/wood, +"Cm" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"IJ" = ( -/obj/structure/flora/bush/ausbushes/var3/brflowers, +"Cy" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"IP" = ( +"CB" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"CZ" = ( /turf/open/floor/plating, -/area/shuttle/drop2/LV624{ - name = "\improper Almayer Dropship 2" - }) -"IW" = ( -/obj/structure/reagent_dispensers/watertank, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Dc" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Dn" = ( +/obj/item/trash/popcorn, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ja" = ( -/obj/structure/platform/kutjevo/rock, +"Dy" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"DH" = ( +/obj/structure/prop/wooden_cross, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Jj" = ( -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Jo" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/folder, -/obj/item/device/assembly/signaller, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"JB" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/computer/med_data/laptop, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"JC" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 4; - tag = "icon-landingstripe (EAST)" +"DL" = ( +/obj/effect/decal/warning_stripes, +/obj/structure/machinery/landinglight/ds1{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"JD" = ( -/obj/structure/flora/bush/ausbushes/var3/fullgrass, -/turf/open/gm/river, +"DS" = ( +/obj/structure/surface/table, +/obj/item/stack/medical/bruise_pack{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/surgical, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/storage/belt/medical/full, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + icon_state = "white" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"JL" = ( -/obj/item/stack/sheet/wood{ - amount = 2 +"DT" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor{ + dir = 9; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Eb" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 9; + icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) -"JO" = ( -/obj/structure/machinery/status_display{ - pixel_y = 30 +"Ef" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Eg" = ( +/obj/structure/machinery/blackbox_recorder, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"El" = ( +/obj/structure/toilet{ + dir = 4 }, -/obj/structure/bed/chair, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"JP" = ( -/obj/effect/landmark/lv624/xeno_tunnel, +"Et" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"JW" = ( -/obj/structure/machinery/landinglight/ds2{ - tag = "icon-landingstripe" +"Ey" = ( +/obj/structure{ + desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; + icon = 'icons/obj/structures/droppod_32x64.dmi'; + icon_state = "techpod_open"; + layer = 3.1; + name = "Remote Console Pod" }, -/obj/structure/barricade/handrail/strata, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"JY" = ( -/obj/item/reagent_container/food/snacks/grown/banana{ - pixel_x = -8 +/obj/structure/machinery/computer/shuttle_control/dropship2{ + layer = 3.1; + pixel_y = -6 }, -/obj/structure/surface/rack, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) +"EB" = ( +/obj/structure/machinery/chem_master/condimaster, +/obj/structure/surface/table, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ka" = ( -/turf/closed/wall, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Kg" = ( -/obj/structure/window/framed/colony, +"EH" = ( /turf/open/floor{ - icon_state = "white" + dir = 1; + icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Kn" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Fa" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 10; + icon_state = "p_stair_full" }, -/obj/structure/barricade/handrail/strata{ +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Fc" = ( +/obj/structure/bed/chair/office/light{ dir = 8 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Kx" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Ky" = ( -/obj/structure/bed/stool, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"KA" = ( -/obj/structure/machinery/vending/security, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"KH" = ( -/obj/structure/surface/table, +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"KU" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Lk" = ( -/obj/structure/flora/bush/ausbushes/ppflowers, -/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Lm" = ( +"Fk" = ( /obj/structure/machinery/power/geothermal{ fail_rate = 5 }, @@ -2132,623 +1714,546 @@ icon_state = "warnplate" }, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Ln" = ( -/obj/structure/target/syndicate, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"LA" = ( -/obj/structure/closet/toolcloset, -/obj/structure/machinery/light{ - dir = 8 - }, +"Fn" = ( +/obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"LB" = ( +"Ft" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 }, /obj/structure/platform/kutjevo/rock{ - dir = 8 + dir = 4 }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) -"LE" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Telecomms APC"; - pixel_y = 30; - start_charge = 15 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Md" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Me" = ( -/turf/open/floor{ - dir = 1; - icon_state = "warning" +"FA" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 4 }, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"Mf" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Mg" = ( +"FI" = ( /obj/structure/platform{ dir = 1 }, -/obj/structure/platform_decoration{ - dir = 5; - layer = 3.51; - tag = "icon-platform_deco (EAST)" - }, -/obj/structure/platform/kutjevo/rock{ - dir = 8 +/obj/structure/platform{ + dir = 4 }, -/turf/open/auto_turf/strata_grass/layer0_mud, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"FK" = ( +/turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Mh" = ( +"FM" = ( /obj/structure/closet, /obj/item/clothing/glasses/sunglasses, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ml" = ( -/obj/effect/decal/warning_stripes, +"FO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/bronze, +/obj/item/storage/donut_box, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"FV" = ( /obj/structure/machinery/landinglight/ds1{ - dir = 4; - tag = "icon-landingstripe (EAST)" + tag = "icon-landingstripe" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"Mp" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Mw" = ( +"FW" = ( /obj/structure/surface/table/woodentable/fancy, -/obj/item/storage/box/matches, -/obj/item/tool/candle, +/obj/structure/machinery/light/small, +/obj/structure/machinery/computer/objective{ + dir = 1 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"MB" = ( -/obj/structure/machinery/deployable/barrier, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor{ - icon_state = "cult" +"Ga" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + tag = "icon-landingstripe" }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Gb" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/box/matches, +/obj/item/tool/candle, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"MH" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, +"Gd" = ( +/obj/structure/bed/stool, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Gm" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"MX" = ( -/obj/effect/decal/warning_stripes, -/obj/structure/machinery/landinglight/ds1{ - dir = 8; - tag = "icon-landingstripe (WEST)" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"Nc" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ +"GP" = ( +/obj/item/trash/candy, +/obj/structure/machinery/power/apc{ dir = 1; - name = "\improper Engineering Dome"; - req_access_txt = "100"; - req_one_access = null + name = "Corporate Lobby APC" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"GT" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, /turf/open/floor{ - icon_state = "dark" + dir = 10; + icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Ni" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/trash/chips, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Hd" = ( +/obj/structure/bed/chair/office/light, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Nk" = ( -/obj/structure/flora/bush/ausbushes/var3/leafybush, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +"He" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Nn" = ( -/obj/structure/surface/table, -/obj/item/poster, -/obj/item/clothing/glasses/regular/hipster, +"Hh" = ( +/obj/structure/flora/pottedplant, +/obj/item/trash/cheesie, +/obj/structure/pipes/vents/pump, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ny" = ( -/obj/structure/platform/kutjevo/rock, -/obj/structure/platform/kutjevo/rock{ - dir = 4 +"Hi" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Oh" = ( -/obj/structure/machinery/body_scanconsole, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Hs" = ( +/obj/item/storage/toolbox/syndicate, +/obj/structure/surface/rack, +/obj/item/clothing/suit/armor/vest/security, /turf/open/floor{ - icon_state = "white" + icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ol" = ( -/obj/structure/machinery/light/small{ - dir = 1 +"HG" = ( +/obj/item/stack/sheet/wood{ + amount = 2 }, -/obj/structure/surface/rack, -/obj/item/weapon/gun/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, /turf/open/floor{ - icon_state = "cult" + dir = 5; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"HO" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"HT" = ( +/obj/structure/window/reinforced{ + dir = 8 }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Om" = ( /obj/structure/surface/table, -/obj/item/ashtray/glass, -/obj/item/tool/crowbar, +/obj/item/clothing/ears/earmuffs, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/weapon/gun/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Ou" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/handcuffs, -/obj/item/storage/firstaid/adv, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Id" = ( +/obj/structure/bed/chair/wheelchair, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Oz" = ( -/obj/structure/machinery/shower{ +"Il" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light/small{ dir = 8 }, -/obj/effect/glowshroom, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"OC" = ( +"Im" = ( /turf/open/floor{ + dir = 4; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) -"OF" = ( -/obj/structure/flora/bush/ausbushes/var3/brflowers, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"OM" = ( -/obj/structure/bed/chair{ - dir = 4 +"Ip" = ( +/turf/open/space/basic, +/area/space) +"Ir" = ( +/obj/structure/machinery/deployable/barrier, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor{ + icon_state = "cult" }, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"OX" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 1 +"Is" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"It" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Pa" = ( -/turf/closed/shuttle{ - dir = 1; - icon_state = "pwall" - }, -/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) -"Pc" = ( -/obj/structure/flora/tree/jungle/bigtreeTL, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Pg" = ( -/obj/structure/surface/table, -/obj/item/trash/candy, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Iu" = ( +/obj/effect/spawner/random/powercell, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ph" = ( -/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Po" = ( -/obj/structure/machinery/light/small{ - dir = 4 +"Iw" = ( +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Pp" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/taperecorder, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"PW" = ( -/obj/structure/closet, -/obj/item/weapon/melee/baseballbat, -/obj/item/clothing/head/beret/jan, -/obj/item/stack/medical/splint, -/obj/structure/machinery/light{ - dir = 4 +"Iz" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Qa" = ( -/obj/structure/largecrate/random, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Qi" = ( -/mob/living/simple_animal/mouse, +"IH" = ( +/obj/item/clothing/glasses/regular, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Qj" = ( -/obj/structure/flora/jungle/plantbot1, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Qv" = ( -/obj/effect/glowshroom, +"II" = ( +/obj/structure/closet/secure_closet/engineering_electrical, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"QC" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 6; - icon_state = "p_stair_full" +/area/LV624_Outpost_Furidamu/outdoors/militia) +"IJ" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 1; + tag = "icon-landingstripe (NORTH)" }, -/turf/open/auto_turf/strata_grass/layer0_mud, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"QD" = ( -/obj/structure/window/reinforced{ - dir = 8 +"IM" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor{ + icon_state = "white" }, -/obj/structure/surface/table, -/obj/item/clothing/ears/earmuffs, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/weapon/gun/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"QG" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, +"IW" = ( +/obj/item/folder/red, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"QL" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tool, +"IY" = ( +/obj/item/trash/cheesie, +/obj/structure/pipes/standard/simple/hidden/cyan, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"QO" = ( -/obj/structure/machinery/computer/telecomms/traffic, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Jf" = ( +/obj/structure/largecrate/random, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"QP" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/machinery/light{ - dir = 1 +"Jh" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4; + tag = "icon-landingstripe (EAST)" }, -/turf/open/floor/interior/wood, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Jy" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ra" = ( +"JF" = ( +/obj/structure{ + desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; + icon = 'icons/obj/structures/droppod_32x64.dmi'; + icon_state = "techpod_open"; + layer = 3.1; + name = "Remote Console Pod" + }, +/obj/structure/machinery/computer/shuttle_control/dropship1{ + layer = 3.2; + pixel_y = -6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) +"JO" = ( +/obj/effect/decal/warning_stripes, /obj/structure/machinery/landinglight/ds1{ dir = 4; tag = "icon-landingstripe (EAST)" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"Rb" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, +"Kx" = ( /obj/structure/surface/table, -/obj/item/weapon/gun/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, +/obj/item/device/multitool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Rd" = ( -/obj/structure/machinery/medical_pod/bodyscanner, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Rg" = ( +/area/LV624_Outpost_Furidamu/outdoors/militia) +"KA" = ( /obj/structure/surface/table, -/obj/structure/mirror{ - pixel_x = 30 - }, -/obj/item/explosive/grenade/custom/cleaner, -/obj/item/reagent_container/spray/cleaner, +/obj/item/trash/candy, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Rh" = ( -/obj/structure/filingcabinet, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark/objective_landmark/science, +"KD" = ( +/obj/structure/machinery/washing_machine, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ri" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Rk" = ( -/obj/structure/surface/table, -/obj/item/clothing/head/soft/blue, -/obj/structure/machinery/light, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Rl" = ( -/obj/item/trash/candy, +"KE" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"KR" = ( /obj/structure/machinery/power/apc{ - dir = 1; - name = "Corporate Lobby APC" + dir = 8; + name = "Commandant's Quarters APC"; + pixel_x = -1; + start_charge = 0 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ro" = ( +"Lb" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) -"RH" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor{ - dir = 10; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"RZ" = ( -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Sa" = ( -/obj/item/clothing/head/hardhat/orange, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Se" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Sr" = ( +"Lr" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/grown/tomato, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"SH" = ( -/obj/structure/machinery/landinglight/ds1{ - tag = "icon-landingstripe" +/obj/item/clothing/head/chefhat, +/obj/structure/machinery/light/small{ + dir = 8 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"SK" = ( +/obj/item/tool/kitchen/rollingpin, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/mob/living/simple_animal/corgi/puppy{ - desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; - name = "\improper Mister Wiggles" - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"SL" = ( -/obj/item/reagent_container/food/snacks/grown/banana, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"SP" = ( -/obj/structure/surface/table, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"SV" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 +"Ls" = ( +/obj/structure/closet/coffin{ + density = 0; + icon_state = "coffin_open"; + opened = 1 }, -/obj/structure/bed/stool, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"SW" = ( -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"SX" = ( -/obj/structure/machinery/light/small{ +/obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/vending/coffee, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"SY" = ( -/obj/structure/surface/table, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ta" = ( -/obj/structure/machinery/light/small{ - dir = 1 +"Lt" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + tag = "icon-landingstripe" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ti" = ( -/obj/structure/curtain/red, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Tj" = ( -/obj/structure/closet, -/obj/item/clothing/under/rank/scientist, -/obj/item/stack/medical/advanced/bruise_pack, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Tm" = ( -/obj/item/device/flashlight, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/door_control{ - id = "nexus_blast"; - name = "Nexus Lockdown" +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Lu" = ( +/obj/effect/landmark/shuttle_loc/marine_trg/landing{ + name = "1" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"TA" = ( -/obj/structure/bed/chair/office/light{ +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Lv" = ( +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/interior/wood, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"TD" = ( +"Ly" = ( /obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/grilledcheese, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"TH" = ( -/turf/open/floor{ - dir = 4; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"TL" = ( -/obj/structure/machinery/power/terminal{ - dir = 8 +/obj/item/device/radio/off{ + frequency = 1469 }, -/turf/open/floor{ - icon_state = "platebot"; - tag = "icon-platebot" +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"LE" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"TP" = ( -/obj/structure/toilet{ - dir = 8 +"LH" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Men's Dorms APC"; + pixel_y = 30; + start_charge = 0 }, +/obj/structure/surface/table, +/obj/item/toy/deck, +/obj/item/storage/fancy/cigarettes/wypacket, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"TQ" = ( +"LV" = ( /obj/structure/machinery/landinglight/ds2{ dir = 1; tag = "icon-landingstripe (NORTH)" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"TU" = ( -/obj/structure/bed/chair/wheelchair, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ue" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - dir = 1; - name = "\improper Communications Dome"; - req_access_txt = "100"; - req_one_access = null +"Mi" = ( +/obj/item/bedsheet/rd, +/obj/item/cane, +/obj/structure/bed{ + desc = "For prime comfort."; + name = "fancy bed" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Un" = ( -/obj/structure/bed/chair/wood/wings{ +/obj/structure/pipes/vents/pump{ dir = 4 }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ur" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 4 +"Mk" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"MB" = ( +/obj/structure/grille{ + density = 0; + icon_state = "brokengrille" }, -/turf/open/auto_turf/strata_grass/layer0_mud, +/obj/structure/foamed_metal{ + layer = 3.1 + }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Ut" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, -/turf/open/floor{ - icon_state = "white" +"ME" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4; + tag = "icon-landingstripe (WEST)" }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"MJ" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"UE" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/interior/wood, +"MS" = ( +/obj/structure/curtain/red, +/turf/open/floor{ + icon_state = "cult" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"UO" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Geothermal APC"; - pixel_y = 30; - start_charge = 0 +"MW" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"UQ" = ( -/obj/structure/machinery/gibber, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"UX" = ( +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Na" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +"Nb" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 }, +/obj/structure/platform/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Ve" = ( -/obj/structure/flora/bush/ausbushes/var3/fernybush, -/turf/open/gm/river, +"Nc" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/rdconsole, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Vj" = ( -/obj/structure/machinery/landinglight/ds2/delaythree, -/obj/structure/barricade/handrail/strata, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Vm" = ( -/obj/structure/flora/bush/ausbushes/var3/fernybush, -/obj/effect/landmark/objective_landmark/close, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +"Nd" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ng" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Vp" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor{ - icon_state = "white" +"No" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4 }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Vq" = ( -/turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Vx" = ( -/turf/closed/wall/strata_ice/jungle, +"Nx" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Vz" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 10; - icon_state = "p_stair_full" +"Nz" = ( +/obj/structure/machinery/computer/telecomms/traffic, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ND" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, -/turf/open/auto_turf/strata_grass/layer0_mud, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"VC" = ( -/obj/item/trash/cheesie, -/obj/structure/pipes/standard/simple/hidden/cyan, +"NN" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"VH" = ( +"NQ" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, /turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"On" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"VU" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 4; - tag = "icon-landingstripe (WEST)" +"Os" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 }, -/obj/structure/barricade/handrail/strata{ +/obj/structure/platform/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ot" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/LV624_Outpost_Furidamu/oob) +"Oz" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"OD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"VZ" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"OG" = ( +/obj/item/device/flash, +/obj/structure/surface/table/reinforced/prison, +/obj/item/explosive/grenade/flashbang{ + pixel_x = 7; + pixel_y = 2 + }, /obj/structure/machinery/light/small{ dir = 1 }, @@ -2760,161 +2265,223 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Wa" = ( -/obj/effect/decal/warning_stripes, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"Wm" = ( +"OU" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"OZ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/megaphone, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Pe" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/device/flashlight/lamp, +/obj/structure/surface/table, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Pl" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/hypospray/autoinjector/quickclot, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ps" = ( +/obj/structure/machinery/sleep_console, /turf/open/floor{ - icon_state = "cult" + icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Wt" = ( +"Pt" = ( /turf/open/floor{ - dir = 10; + dir = 8; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"WB" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper LZ1 Access"; - req_one_access = null - }, -/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"WN" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, +"PE" = ( +/obj/effect/glowshroom, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"WR" = ( -/obj/effect/landmark/shuttle_loc/marine_trg/landing{ - name = "1" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"WX" = ( -/obj/structure/platform_decoration/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"WZ" = ( -/obj/structure/flora/jungle/planttop1, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Xe" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/clothing/glasses/sunglasses{ - pixel_y = 7 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ +"PF" = ( +/obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/machinery/door_control{ - dir = 1; - id = "nexus_blast"; - name = "Nexus Lockdown" - }, +/obj/structure/surface/table, +/obj/item/weapon/gun/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, +/obj/item/ammo_magazine/revolver/cmb, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Xk" = ( -/obj/structure/machinery/shower{ - dir = 4 +"PJ" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"PR" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/suit/armor/vest/security, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Xm" = ( -/obj/structure/platform/kutjevo/rock{ +"PS" = ( +/obj/structure/machinery/light/small{ dir = 8 }, -/obj/structure/platform/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Xq" = ( -/obj/structure/surface/table, -/obj/item/device/radio/off{ - frequency = 1469 +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"PU" = ( +/obj/structure/closet{ + density = 0; + icon_state = "open"; + opened = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Xv" = ( -/turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/oob) -"XH" = ( +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"PV" = ( /obj/item/frame/table, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"XJ" = ( +"PY" = ( +/obj/structure/flora/tree/jungle/bigtreeBOT, /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"XQ" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 1; - tag = "icon-landingstripe (NORTH)" +"PZ" = ( +/obj/structure/closet/secure_closet/bar, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Qf" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"XY" = ( -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Yc" = ( -/obj/structure/machinery/power/apc{ +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Qm" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; dir = 8; - name = "Cafeteria APC"; - start_charge = 0 + icon_state = "p_stair_full" }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Qn" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/grilledcheese, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Yi" = ( -/obj/item/weapon/melee/baseballbat/metal, -/obj/item/device/lightreplacer, +"Qw" = ( +/obj/structure/closet, +/obj/item/tool/crowbar, +/obj/item/clothing/gloves/yellow, +/obj/item/stack/medical/bruise_pack, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Yq" = ( -/obj/structure{ - desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; - icon = 'icons/obj/structures/droppod_32x64.dmi'; - icon_state = "techpod_open"; - layer = 3.1; - name = "Remote Console Pod" - }, -/obj/structure/machinery/computer/shuttle_control/dropship2{ - layer = 3.1; - pixel_y = -6 - }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"QG" = ( +/obj/structure/platform/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) -"Yr" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/cyan, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"QM" = ( +/obj/item/device/multitool, +/obj/structure/surface/rack, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"QW" = ( +/obj/structure/flora/jungle/plantbot1{ + desc = "Doesn't look like it'll do much cleaning any more."; + icon_state = "cart_wreck"; + name = "old janicart" + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Yx" = ( -/turf/open/auto_turf/strata_grass/layer0_mud_alt, +"QX" = ( +/obj/structure/platform, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"YB" = ( -/obj/structure/machinery/power/smes/buildable{ - capacity = 1e+006; - dir = 1 +"Ra" = ( +/obj/item/stack/sheet/wood{ + amount = 2 }, -/turf/open/floor/plating{ - icon_state = "platebotc" +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Rc" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Rk" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight/lamp, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Rr" = ( +/obj/structure/surface/table, +/obj/item/trash/snack_bowl{ + pixel_y = 9 }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Rz" = ( +/turf/open/floor/plating, +/area/shuttle/drop2/LV624{ + name = "\improper Almayer Dropship 2" + }) +"RJ" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"YK" = ( -/obj/structure/curtain/red, -/turf/open/floor{ - icon_state = "cult" +"RK" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"RQ" = ( +/obj/structure/machinery/smartfridge, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Zg" = ( +"RT" = ( +/obj/structure/machinery/body_scanconsole, /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Zz" = ( +"RV" = ( +/turf/open/floor/plating, +/area/shuttle/drop1/LV624{ + name = "\improper Almayer Dropship 1" + }) +"Sx" = ( +/obj/structure/closet/toolcloset, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Sy" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"SF" = ( +/turf/open/floor{ + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"SG" = ( /obj/structure/platform{ dir = 1 }, @@ -2928,40106 +2495,61062 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) -"ZD" = ( -/obj/structure/flora/tree/jungle/bigtreeBOT, -/obj/structure/flora/bush/ausbushes/var3/leafybush, +"SI" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, /turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"SK" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"SX" = ( +/obj/structure/filingcabinet/security{ + desc = "A large cabinet with hard copy security records."; + name = "Security Records" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"ZL" = ( -/obj/structure{ - desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; - icon = 'icons/obj/structures/droppod_32x64.dmi'; - icon_state = "techpod_open"; - layer = 3.1; - name = "Remote Console Pod" +"Ti" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"To" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Tv" = ( +/obj/structure/bed/chair{ + dir = 4 }, -/obj/structure/machinery/computer/shuttle_control/dropship1{ - layer = 3.2; - pixel_y = -6 +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Tz" = ( +/obj/structure/window/framed/wood/reinforced, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"TA" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor{ + icon_state = "white" }, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) -"ZX" = ( +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"TC" = ( +/obj/structure/bed/stool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) - -(1,1,1) = {" -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -Pa -"} -(2,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(3,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(4,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(5,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(6,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(7,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(8,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(9,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(10,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(11,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(12,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(13,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(14,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(15,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(16,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(17,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(18,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(19,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(20,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(21,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(22,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(23,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(24,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(25,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(26,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(27,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(28,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(29,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(30,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(31,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(32,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(33,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(34,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(35,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(36,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(37,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(38,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(39,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(40,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(41,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(42,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(43,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(44,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(45,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(46,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(47,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(48,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(49,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(50,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(51,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(52,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(53,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(54,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(55,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(56,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(57,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(58,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(59,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(60,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(61,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(62,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(63,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(64,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(65,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(66,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(67,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(68,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(69,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(70,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(71,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(72,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(73,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(74,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(75,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(76,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(77,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(78,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(79,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(80,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(81,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(82,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(83,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(84,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(85,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(86,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(87,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(88,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -tV -tV -tV -tV -tV -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -mH -mH -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(89,1,1) = {" -Pa -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -zX -zX -zX -zX -xN -xN -xN -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -zX -zX -zX -zX -zX -zX -xN -xN -xN -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -mH -mH -mH -mH -mH -mH -mH -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -Pa -"} -(90,1,1) = {" -xo -bb -bb -bb -bb -bb -bb -tV -tV -xN -xN -xN -xN -xN -xN -tV -tV -tV -tV -xN -xN -xN -zX -zX -zX -zX -xN -xN -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -xN -xN -xN -tV -tV -tV -tV -tV -tV -xN -xN -xN -xN -xN -xN -xN -xN -zX -zX -zX -zX -zX -zX -xN -xN -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -xN -xN -xN -xN -xN -xN -xN -mH -IE -IE -IE -mH -lq -lq -lq -lq -mH -mH -mH -mH -mH -mH -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -LB -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -UX -Xm -bb -bb -bb -bb -bb -bb -bb -bb -bb -bb -xo -"} -(91,1,1) = {" -xo -bb -bb -bb -bb -bb -tV -tV -tV -tV -tV -tV -xN -tV -tV -tV -tV -tV -tV -tV -xN -xN -zX -zX -zX -zX -xN -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -xN -xN -xN -xN -xN -xN -xN -zX -zX -zX -zX -zX -zX -xN -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -xN -xN -xN -mH -mH -mH -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -mH -mH -xN -LB -UX -UX -UX -UX -UX -UX -UX -UX -Xm -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -xN -LB -Ro -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -sM -Xm -bb -bb -bb -bb -bb -bb -bb -bb -bb -xo -"} -(92,1,1) = {" -xo -bb -bb -bb -bb -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -yC -mH -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -mH -Mg -UX -Ro -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -sM -UX -UX -UX -UX -Xm -xN -xN -xN -xN -xN -xN -xN -LB -UX -UX -UX -Ro -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -sM -UX -Xm -bb -bb -bb -bb -bb -bb -bb -xo -"} -(93,1,1) = {" -xo -bb -bb -bb -bb -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -yC -ty -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -ty -lz -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -sM -UX -UX -UX -UX -UX -UX -UX -Ro -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -sM -Xm -bb -bb -bb -bb -bb -bb -xo -"} -(94,1,1) = {" -xo -bb -bb -bb -bb -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -yC -ty -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -ty -lz -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ja -bb -bb -bb -bb -bb -bb -xo -"} -(95,1,1) = {" -xo -bb -bb -bb -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -yC -ty -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -ty -lz -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -sM -Xm -bb -bb -bb -bb -bb -xo -"} -(96,1,1) = {" -xo -bb -bb -bb -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -yC -ty -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -ty -lz -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ja -bb -bb -bb -bb -bb -xo -"} -(97,1,1) = {" -xo -bb -bb -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -yC -ty -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -ty -lz -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -WX -Ur -Ur -Ur -Ag -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -sM -UX -Xm -bb -bb -bb -xo -"} -(98,1,1) = {" -xo -bb -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -VH -VH -VH -VH -VH -VH -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -yC -mH -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -mH -Zz -Ur -Ur -Ur -Ur -Ur -Ag -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -WX -ov -cy -cy -cy -DT -Ag -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -WX -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ur -HS -pL -bb -bb -xo -"} -(99,1,1) = {" -xo -Eq -Eq -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -hF -hF -VH -VH -VH -VH -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -hF -hF -hF -hF -hF -VH -VH -VH -VH -VH -VH -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -mH -mH -mH -mH -mH -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -mH -mH -mH -cy -cy -cy -cy -cy -DT -Ag -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ph -Ja -cy -cy -cy -cy -cy -DT -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ur -Ny -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -xo -"} -(100,1,1) = {" -xo -Eq -Eq -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -hF -hF -hF -VH -VH -VH -VH -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -hF -hF -hF -hF -hF -hF -hF -hF -VH -VH -VH -VH -VH -VH -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -cy -cy -mH -mH -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -mH -cy -cy -cy -cy -cy -cy -cy -cy -DT -Ur -Ur -Ag -Ph -Ph -Ph -Ph -WX -Ny -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -xo -"} -(101,1,1) = {" -xo -Eq -Eq -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -hF -hF -hF -VH -VH -VH -VH -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -hF -hF -hF -hF -hF -hF -hF -hF -hF -VH -VH -VH -VH -VH -VH -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -cy -mH -mH -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -mH -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -DT -Ur -Ur -Ur -Ur -ov -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(102,1,1) = {" -xo -Eq -Eq -hF -hF -tV -tV -tV -tV -tV -Eq -tV -tV -tV -tV -tV -tV -tV -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -cy -mH -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -mH -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(103,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -tV -tV -tV -tV -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -tV -cy -ty -lq -lq -lq -lq -lq -lq -lq -lq -mH -mH -mH -mH -mH -yq -yq -yq -yq -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -xo -"} -(104,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -cy -ty -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -ty -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(105,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -cy -ty -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -ty -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(106,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -cy -mH -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -lq -ty -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(107,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -Fm -cW -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -Fm -Fm -Cl -Cl -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -cy -mH -mH -lq -lq -lq -lq -lq -lq -lq -lq -lq -mH -mH -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(108,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Fm -Fm -Cl -Zg -Zg -Zg -Zg -Cl -Fm -Fm -Cl -hF -hF -hF -hF -hF -hF -Cl -Fm -Fm -Cl -Zg -Zg -Zg -Zg -Cl -Fm -Fm -Cl -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -cy -cy -mH -mH -lq -lq -lq -lq -lq -lq -lq -mH -mH -cy -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(109,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -cy -cy -cy -mH -ty -ty -ty -mH -IE -IE -IE -mH -cy -cy -cy -cy -cy -cy -cy -xE -xE -dw -dw -dw -dw -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(110,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -xE -xE -gk -gk -gk -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(111,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -Zg -Zg -Cl -Zg -Zg -Zg -Zg -Cl -Zg -Zg -Cl -Cl -Cl -Zg -Zg -Cl -Cl -Cl -Zg -Zg -Cl -Zg -Zg -Zg -Zg -Cl -Zg -Zg -Cl -Cl -hF -hF -hF -tV -tV -tV -tV -tV -tV -cy -cy -cy -yq -cy -cy -cy -cy -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -xE -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(112,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Kg -Zg -Zg -Zg -Zg -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -tV -tV -tV -tV -tV -tV -cy -cy -cy -yq -cy -cy -cy -cy -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -xE -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(113,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -cW -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -cW -hF -hF -hF -tV -tV -tV -tV -tV -tV -cy -cy -cy -yq -cy -cy -cy -cy -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(114,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -cW -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -cW -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -cy -cy -yq -cy -cy -cy -cy -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -xE -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(115,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Kg -Zg -Zg -Zg -Zg -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -cy -cy -yq -cy -cy -cy -cy -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -xE -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(116,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -Zg -Zg -Cl -Zg -Zg -Zg -Zg -Cl -Zg -Zg -Cl -Cl -Cl -Zg -Zg -Cl -Cl -Cl -Zg -Zg -Cl -Zg -Zg -Zg -Zg -Cl -Zg -Zg -Cl -Cl -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -cy -cy -yq -cy -cy -cy -cy -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -xE -xE -gk -gk -gk -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -xo -"} -(117,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -ZX -ZX -ZX -ZX -ZX -ZX -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -cy -cy -xE -dw -dw -dw -xE -FS -FS -cy -cy -cy -cy -cy -cy -cy -cy -cy -xE -xE -xE -gk -dw -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -xo -"} -(118,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -ZX -ZX -ZX -ZX -ZX -ZX -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -cy -cy -xE -gk -gk -gk -xE -FS -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -xE -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -xo -"} -(119,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Fm -Fm -Cl -Zg -Zg -Zg -Zg -Cl -Fm -Fm -Cl -ZX -ZX -ZX -ZX -ZX -ZX -Cl -Fm -Fm -Cl -Zg -Zg -Zg -Zg -Cl -Fm -Fm -Cl -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -cy -cy -dw -gk -gk -gk -xE -cy -cy -cy -cy -FS -cy -cy -cy -cy -cy -cy -cy -dw -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(120,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Fm -Zg -Zg -Fm -Cl -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -Cl -Fm -Zg -Zg -Fm -Cl -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -cy -xE -gk -gk -gk -xE -cy -FS -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -dw -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(121,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Zg -Zg -Zg -Zg -Cl -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -Cl -Zg -Zg -Zg -Zg -Cl -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -cy -xE -xE -gk -gk -xE -cy -FS -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -dw -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(122,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Fm -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -Fm -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -cy -cy -xE -gk -gk -xE -cy -FS -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -xE -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(123,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Fm -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -Fm -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -cy -xE -xE -gk -xE -xE -xE -FS -cy -cy -FS -FS -FS -FS -cy -cy -cy -xE -xE -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -xo -"} -(124,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Zg -Zg -Zg -Zg -Cl -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -Cl -Zg -Zg -Zg -Zg -Cl -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -cy -cy -xE -gk -gk -gk -xE -FS -FS -cy -FS -FS -FS -FS -FS -cy -cy -cy -xE -xE -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -xo -"} -(125,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Fm -Zg -sc -Fm -Cl -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -Cl -Fm -Zg -Zg -Fm -Cl -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -cy -dw -gk -gk -gk -xE -xE -FS -cy -cy -FS -FS -FS -FS -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -xo -"} -(126,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Fm -Fm -Cl -Zg -Zg -Zg -Zg -Cl -Fm -Fm -Cl -ZX -ZX -ZX -ZX -ZX -ZX -Cl -Fm -Fm -Cl -Zg -Zg -Zg -Zg -Cl -Fm -Fm -Cl -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -tV -cy -dw -gk -gk -gk -gk -xE -FS -FS -cy -FS -FS -FS -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -xo -"} -(127,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -ZX -ZX -ZX -ZX -ZX -ZX -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -tV -cy -dw -gk -gk -gk -gk -xE -xE -FS -FS -FS -FS -FS -FS -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -xo -"} -(128,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -ZX -ZX -ZX -ZX -ZX -ZX -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -cy -xE -gk -gk -gk -gk -gk -xE -FS -FS -FS -FS -FS -FS -FS -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(129,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -Zg -Zg -Cl -Zg -Zg -Zg -Zg -Cl -Zg -Zg -Cl -Cl -Cl -Zg -Zg -Cl -Cl -Cl -Zg -Zg -Cl -Zg -Zg -Zg -Zg -Cl -Zg -Zg -Cl -Cl -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -tV -cy -xE -gk -gk -gk -gk -gk -xE -cy -FS -FS -FS -FS -FS -FS -cy -cy -cy -xE -xE -dw -dw -dw -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(130,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Kg -Zg -Zg -Zg -Zg -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -cy -dw -gk -gk -gk -gk -gk -xE -cy -FS -FS -FS -FS -FS -FS -cy -cy -xE -xE -gk -gk -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(131,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -cW -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -cW -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -cy -dw -gk -gk -gk -gk -gk -gk -cy -cy -FS -FS -FS -FS -FS -cy -xE -xE -gk -gk -gk -gk -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(132,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -cW -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -cW -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -cy -dw -gk -gk -gk -gk -gk -xE -cy -cy -cy -FS -FS -FS -FS -cy -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -xo -"} -(133,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Kg -Zg -Zg -Zg -Zg -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -cy -xE -gk -gk -gk -gk -gk -dw -cy -cy -FS -FS -FS -FS -FS -xE -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -xo -"} -(134,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -Zg -Zg -Cl -Zg -Zg -Zg -Zg -Cl -Zg -Zg -Cl -Cl -Cl -Zg -Zg -Cl -Cl -Cl -Zg -Zg -Cl -Zg -Zg -Zg -Zg -Cl -Zg -Zg -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -cy -xE -gk -gk -gk -gk -gk -dw -cy -cy -FS -FS -FS -FS -cy -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -xo -"} -(135,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -cy -xE -gk -gk -gk -gk -gk -dw -cy -cy -FS -FS -cy -FS -cy -dw -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(136,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -Yx -hF -Yx -hF -Fm -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Fm -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -cy -xE -gk -gk -gk -gk -gk -xE -cy -cy -FS -FS -cy -FS -FS -dw -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(137,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Fm -Fm -Cl -Zg -Zg -Zg -Zg -Cl -Fm -Fm -Cl -hF -Yx -Yx -Yx -Yx -hF -Cl -Fm -Fm -Cl -Zg -Zg -Zg -Zg -Cl -Fm -Fm -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -cy -xE -xE -xE -dw -dw -xE -xE -cy -cy -FS -FS -cy -cy -FS -dw -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(138,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -Fm -Fm -Cl -Cl -hF -hF -hF -hF -hF -Yx -Yx -hF -hF -hF -hF -hF -Cl -Cl -Fm -Fm -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -cy -cy -FS -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(139,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -Yx -hF -hF -Yx -hF -Yx -hF -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -yq -cy -cy -cy -cy -cy -FS -FS -cy -cy -cy -cy -cy -FS -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(140,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -Yx -Yx -hF -hF -hF -hF -Yx -Yx -hF -hF -hF -hF -Yx -Yx -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -yq -cy -cy -cy -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(141,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -Yx -Yx -hF -hF -hF -Yx -Yx -Yx -hF -hF -Yx -Yx -Yx -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -yq -cy -FS -FS -FS -cy -cy -FS -FS -FS -cy -cy -cy -cy -dw -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(142,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -Yx -Yx -hF -hF -hF -Yx -Yx -Yx -hF -Yx -Yx -Yx -Yx -hF -rr -rr -rr -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -tV -tV -tV -tV -tV -tV -yq -cy -cy -cy -cy -cy -cy -cy -FS -cy -cy -cy -FS -cy -dw -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(143,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -Yx -Yx -hF -hF -hF -hF -Yx -Yx -Yx -hF -Yx -Yx -Yx -Yx -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -hF -Ka -ty -Gb -ty -Ka -dw -dw -xE -KU -KU -KU -KU -KU -KU -xE -dw -uV -dw -xE -cy -cy -cy -cy -cy -FS -FS -FS -cy -dw -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +"TE" = ( +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"TQ" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"TR" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Ud" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ue" = ( +/mob/living/simple_animal/mouse, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Uk" = ( +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Uz" = ( +/obj/structure/surface/table, +/obj/item/reagent_container/food/snacks/grown/banana, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UA" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/extinguisher, +/obj/effect/spawner/random/powercell, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"UJ" = ( +/obj/structure/flora/jungle/planttop1, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UL" = ( +/turf/closed/wall, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UM" = ( +/obj/structure/machinery/shower{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UO" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UU" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/surface/rack, +/obj/item/weapon/gun/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UZ" = ( +/obj/structure/machinery/power/geothermal{ + fail_rate = 5 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Va" = ( +/obj/structure/surface/table, +/obj/item/ashtray/glass, +/obj/item/tool/crowbar, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ve" = ( +/turf/open/floor{ + dir = 6; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Vg" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Vm" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Vo" = ( +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Unisex Bathrooms APC"; + start_charge = 0 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"VA" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"VC" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"VO" = ( +/obj/item/clothing/head/hardhat/orange, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"VQ" = ( +/obj/effect/decal/warning_stripes, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"VX" = ( +/obj/structure/prop/wooden_cross{ + pixel_y = 16 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Wh" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Wm" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Wn" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Wr" = ( +/obj/structure/flora/jungle/treeblocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Wt" = ( +/obj/structure/surface/table, +/obj/item/trash/chips, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Wu" = ( +/obj/structure/window/framed/wood/reinforced, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Wv" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Wz" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"WV" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"WY" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/mech_bay_recharge_floor{ + name = "Shuttle Landing Lights" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Xa" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/clothing/under/CM_uniform, +/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Xc" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) +"Xh" = ( +/obj/structure/surface/table, +/obj/item/weapon/melee/twohanded/fireaxe, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Xm" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Xn" = ( +/obj/structure/safe/floor{ + name = "safe"; + pixel_x = 30; + spawnkey = 0 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Xo" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Xt" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Xv" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Xw" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"XN" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper LZ1 Access"; + req_one_access = null + }, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"XV" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Yo" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Yr" = ( +/obj/structure/surface/table, +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/item/explosive/grenade/custom/cleaner, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ys" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Yx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight, +/obj/effect/spawner/random/tool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"YA" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"YB" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"YC" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"YJ" = ( +/obj/structure/filingcabinet, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"YP" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"YR" = ( +/obj/item/device/assembly/infra, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/powercell, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"YT" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"YV" = ( +/obj/structure/target, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"YY" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Zd" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/shotgun/pump, +/obj/item/ammo_magazine/shotgun/slugs, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Zh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/power/apc{ + dir = 1; + name = "Research Director's APC" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Zi" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Zm" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Zp" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"ZB" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZF" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZT" = ( +/obj/structure/surface/table, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZU" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"ZV" = ( +/turf/open/floor{ + dir = 6; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) + +(1,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN "} -(144,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -Yx -Yx -hF -hF -hF -hF -hF -Yx -Yx -hF -Yx -Yx -Yx -hF -hF -hF -ET -hF -hF -hF -hF -hF -hF -Ka -Ka -Ka -Ka -vU -RZ -jJ -Ka -Kx -pF -xE -xE -dw -dw -dw -dw -xE -xE -Eo -gk -gk -xE -dw -dw -dw -xE -cy -cy -FS -FS -cy -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(2,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(3,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(4,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(5,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(6,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(7,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(8,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(9,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(10,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(11,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(12,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(13,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(14,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(15,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(16,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(17,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(18,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN "} -(145,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -Yx -hF -hF -Yx -hF -hF -hF -Yx -hF -Yx -Yx -hF -hF -hF -hF -ET -hF -hF -hF -hF -hF -Ka -Ka -YB -YB -Ka -UO -RZ -kJ -ty -gk -Yi -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -Qa -Qa -dw -cy -cy -FS -cy -cy -xE -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(19,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(20,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(21,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(22,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(23,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(24,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(25,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(26,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(27,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(28,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(29,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(30,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(31,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(32,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(33,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(34,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(35,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(36,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(37,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(38,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(39,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(40,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(41,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(42,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(43,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(44,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(45,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(46,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(47,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(48,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(49,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(50,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN "} -(146,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Yx -Yx -hF -hF -hF -Yx -hF -Yx -Yx -hF -hF -Yx -rr -rr -rr -hF -hF -hF -hF -Ka -mh -TL -TL -RZ -RZ -RZ -RZ -Fa -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gd -gk -gk -gk -gk -zb -dw -cy -cy -cy -cy -cy -cy -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(51,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN "} -(147,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Vx -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Yx -Yx -Yx -hF -hF -Yx -hF -hF -Yx -hF -Yx -Yx -Yx -ET -hF -hF -hF -hF -hF -ty -RZ -RZ -RZ -RZ -RZ -RZ -RZ -Ka -Hf -EO -zA -TA -gk -gk -gk +(52,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(53,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(54,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ bN -Ka -gk -gk -gk -gk -Ka -Mf -TA -Xq -dw -cy -cy -cy -FS -cy -cy -xE -xE -gk -gk -gk -gk -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo "} -(148,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Yx -hF -hF -hF -Yx -hF -hF -hF -hF -Yx -Yx -Yx -Hw -hF -hF -hF -hF -hF -ty -RZ -RZ -RZ -RZ -RZ -RZ -wE -Ka -xE -xE -xE -xE -xE -gk -gk -Ka -Ka -qv -gk -gk -FU -Ka -Ka -gk -Rk -xE -xE -cy -FS -FS -cy -cy -cy -xE -xE -gk -gk -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(55,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN "} -(149,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -hF -hF -hF -hF -hF -Ka -pA -Sa -RZ -RZ -RZ -RZ -kE -Ka -Ba -LA -QL -bp -gk -gk -gk -gk -wK -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -FS -FS -FS -FS -cy -cy -cy -xE -xE -dw -dw -dw -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(56,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(57,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(58,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(59,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(60,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(61,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(62,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(63,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(64,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN "} -(150,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Yx -hF -hF -Yx -Yx -Yx -hF -hF -hF -hF -hF -hF -Ka -Ka -RZ -ff -fl -RZ -RZ -RZ -Ka -Eo -gk -gk -gk -gk -gk -gk -gk -gk -gk -Ka -Ka -gk -gk -gk -gk -gk -gk -Ue -FS -FS -FS -FS -FS -cy -cy -yq -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(65,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(66,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(67,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(68,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(69,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(70,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(71,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(72,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(73,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(74,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(75,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(76,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(77,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(78,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(79,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(80,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(81,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(82,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(83,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(84,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(85,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(86,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(87,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(88,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +YB +YB +YB +YB +YB +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +zq +zq +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(89,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +bN +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +Na +Na +Na +Na +rJ +rJ +rJ +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +Na +Na +Na +Na +Na +Na +rJ +rJ +rJ +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +zq +zq +zq +zq +zq +zq +zq +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +bN +"} +(90,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +nf +nf +nf +nf +nf +nf +YB +YB +rJ +rJ +rJ +rJ +rJ +rJ +YB +YB +YB +YB +rJ +rJ +rJ +Na +Na +Na +Na +rJ +rJ +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +rJ +rJ +rJ +YB +YB +YB +YB +YB +YB +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +Na +Na +Na +Na +Na +Na +rJ +rJ +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +rJ +rJ +rJ +rJ +rJ +rJ +rJ +zq +yR +yR +yR +zq +or +or +or +or +zq +zq +zq +zq +zq +zq +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +Wm +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Nb +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot "} -(151,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -hF -Yx -Yx -hF -ET -hF -hF -hF -hF -hF -Ka -Ka -jT -Ka -Ka -SV -RZ -RZ -Nc -gk -bZ -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -FS -FS -FS -FS -FS -FS -cy -yq -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(91,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +nf +nf +nf +nf +nf +YB +YB +YB +YB +YB +YB +rJ +YB +YB +YB +YB +YB +YB +YB +rJ +rJ +Na +Na +Na +Na +rJ +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +rJ +rJ +rJ +rJ +rJ +rJ +rJ +Na +Na +Na +Na +Na +Na +rJ +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +rJ +rJ +rJ +zq +zq +zq +or +or +or +or +or +or +or +or +or +or +or +or +or +zq +zq +rJ +Wm +hl +hl +hl +hl +hl +hl +hl +hl +Nb +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +Wm +Lb +el +el +el +el +el +el +el +el +el +el +el +Yo +Nb +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +"} +(92,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +nf +nf +nf +nf +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +QX +zq +or +or +or +or +or +or +or +or +or +or +or +or +or +or +zq +zU +hl +Lb +el +el +el +el +el +el +el +el +Yo +hl +hl +hl +hl +Nb +rJ +rJ +rJ +rJ +rJ +rJ +rJ +Wm +hl +hl +hl +Lb +el +el +el +el +el +el +el +el +el +el +el +el +el +Yo +hl +Nb +nf +nf +nf +nf +nf +nf +nf +Ot "} -(152,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Yx -Yx -hF -hF -hF -Yx -hF -ET -hF -hF -hF -hF -hF -Ka -xP -nK -Lm -Ka -zt -RZ -RZ -Nc -gk -gk -fk -xE -xE -qv -gk -Ka -Ka -qv -gk -gk -FU -Ka -Ka -Eo -mB -xE -xE -FS -FS -FS -FS -FS -FS -FS -yq -cy -cy -cy -cy -cy -yq -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(93,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +nf +nf +nf +nf +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +QX +Rc +or +or +or +or +or +or +or +or +or +or +or +or +or +or +Rc +io +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +Yo +hl +hl +hl +hl +hl +hl +hl +Lb +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +Yo +Nb +nf +nf +nf +nf +nf +nf +Ot "} -(153,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -Eq -Eq -hF -hF -hF -hF -Yx -hF -hF -Yx -hF -hF -Yx -hF -hF -rr -rr -rr -hF -hF -hF -hF -Ka -xP -nK -Lm -Ka -kd -RZ -RZ -Ka -oc -eW -gH -dw -Om -gk -gk -QO -Ka -LE -gk -gk -gk -Ka -ds -IA -Hq -dw -cy -cy -FS -FS -FS -FS -FS -FS -yq -cy -Eq -cy -cy -cy -yq -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -mH -gS -gS -gS -gS -gS -gS -Eq -mH -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(94,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +nf +nf +nf +nf +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +QX +Rc +or +or +or +or +or +or +or +or +or +or +or +or +or +or +Rc +io +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +QG +nf +nf +nf +nf +nf +nf +Ot +"} +(95,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +nf +nf +nf +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +QX +Rc +or +or +or +or +or +or +or +or +or +or +or +or +or +or +Rc +io +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +Yo +Nb +nf +nf +nf +nf +nf +Ot "} -(154,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -hF -hF -hF -hF -hF -Yx -Yx -hF -hF -ET -hF -hF -hF -hF -hF -Ka -xP -nK -Lm -Ka -RZ -RZ -Jo -Ka -xj -gQ -gH -dw -mR -gk -gk -gk -gk -gk -gk -Ao -gk -gk -gk -gk -KH -dw -cy -cy -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -mH -mH -mH -WB -ty -ty -WB -mH -mH -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(96,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +nf +nf +nf +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +QX +Rc +or +or +or +or +or +or +or +or +or +or +or +or +or +or +Rc +io +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +QG +nf +nf +nf +nf +nf +Ot +"} +(97,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +nf +nf +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +QX +Rc +or +or +or +or +or +or +or +or +or +or +or +or +or +or +Rc +io +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +fP +Wv +Wv +Wv +sr +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +Yo +hl +Nb +nf +nf +nf +Ot "} -(155,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -Yx -Yx -Yx -hF -hF -Yx -Yx -Yx -hF -hF -hF -Yx -Yx -Yx -hF -hF -ET -hF -hF -hF -hF -hF -Ka -Ka -Ka -Ka -Ka -eJ -RZ -RZ -Ka -tk -BB -yW -dw -gk -gk -gk -gk -gk -xy -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -mH -Eq -sJ -sJ -sJ -sJ -sJ -sJ -mH -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo +(98,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +nf +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +Ti +Ti +Ti +Ti +Ti +Ti +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +QX +zq +or +or +or +or +or +or +or +or +or +or +or +or +or +or +zq +SG +Wv +Wv +Wv +Wv +Wv +sr +el +el +el +el +el +el +el +el +el +fP +Os +zA +zA +zA +Ft +sr +el +el +el +el +el +el +el +el +el +fP +Wv +Wv +Wv +Wv +Wv +Wv +Wv +Wv +Wv +Wv +Wv +Wv +Wv +Wv +Wv +gd +jw +nf +nf +Ot +"} +(99,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +nX +nX +Ti +Ti +Ti +Ti +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +nX +nX +nX +nX +nX +Ti +Ti +Ti +Ti +Ti +Ti +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +zq +zq +zq +zq +zq +or +or +or +or +or +or +or +or +or +or +zq +zq +zq +zA +zA +zA +zA +zA +Ft +sr +el +el +el +el +el +el +el +el +QG +zA +zA +zA +zA +zA +Ft +Wv +Wv +Wv +Wv +Wv +Wv +Wv +Wv +Wv +FA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Ot "} -(156,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -Yx -Yx -Yx -Yx -hF -Yx -Yx -Yx -hF -hF -Yx -Yx -Yx -Yx -hF -hF -ET -hF -hF -hF -hF -hF -hF -Ka -Ka -Ka -Ka -RZ -RZ -RZ -Ka -dw -dw -dw -xE -xE -qv -gk -gk -tF -xE -gk -gk -gk -xE -dw -dw -dw -xE -cy -cy -FS -FS -xE -dw +(100,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +nX +nX +nX +Ti +Ti +Ti +Ti +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +nX +nX +nX +nX +nX +nX +nX +nX +Ti +Ti +Ti +Ti +Ti +Ti +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +zA +zA +zq +zq +or +or +or +or +or +or +or +or +or +or +zq +zA +zA +zA +zA +zA +zA +zA +zA +Ft +Wv +Wv +sr +el +el +el +el +fP +FA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Ot +"} +(101,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +nX +nX +nX Ti -dw -xE -Eq -Eq -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -xo +Ti +Ti +Ti +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +nX +nX +nX +nX +nX +nX +nX +nX +nX +Ti +Ti +Ti +Ti +Ti +Ti +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +zA +zq +zq +or +or +or +or +or +or +or +or +or +or +or +zq +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Ft +Wv +Wv +Wv +Wv +Os +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(102,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +YB +YB +YB +YB +YB +Xc +YB +YB +YB +YB +YB +YB +YB +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +zA +zq +or +or +or +or +or +or +or +or +or +or +or +or +zq +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(103,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +YB +YB +YB +YB +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +zA +Rc +or +or +or +or +or +or +or +or +zq +zq +zq +zq +zq +HO +HO +HO +HO +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Ot "} -(157,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -Yx -Yx -Yx -Yx -hF -Yx -Yx -Yx -hF -hF -Yx -Yx -Yx -Yx -hF -rr -rr -rr -hF -hF -hF -hF -hF -hF -Ka -Ka -Ka -ty -Gb -ty -Ka -hF -hF -hF -xE -xE -xE -dw -dw -xE -xE -xE -uV -dw -xE -cy -cy -cy -cy -cy -cy -cy -FS -xE -gk -gk -gk -xE -xE -Eq -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -Eq -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -xo +(104,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +zA +Rc +or +or +or +or +or +or +or +or +or +or +or +Rc +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(105,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +zA +Rc +or +or +or +or +or +or +or +or +or +or +or +Rc +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(158,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -Yx -Yx -Yx -hF -hF -Yx -Yx -Yx -hF -hF -Yx -Yx -Yx -Yx -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -xE -nR -nR -nR -nR -nR -nR -xE -cy -cy -cy -cy -cy -cy -cy -cy -FS -cy -FS -dw -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -xo +(106,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +zA +zq +or +or +or +or +or +or +or +or +or +or +or +Rc +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(107,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +oM +Qf +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +oM +oM +Dy +Dy +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +zA +zq +zq +or +or +or +or +or +or +or +or +or +zq +zq +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(159,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -hF -hF -hF -hF -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -Yx -Yx -Yx -hF -hF -hF -Yx -Yx -hF -hF -Yx -Yx -Yx -hF -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -FS -FS -FS -cy -FS -cy -FS -FS -cy -cy -dw -gk -gk -gk -gk -xE -xE -dw -dw -xE -xE -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -xo +(108,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +oM +oM +Dy +Iw +Iw +Iw +Iw +Dy +oM +oM +Dy +nX +nX +nX +nX +nX +nX +Dy +oM +oM +Dy +Iw +Iw +Iw +Iw +Dy +oM +oM +Dy +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +zA +zA +zq +zq +or +or +or +or +or +or +or +zq +zq +zA +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(109,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +zA +zA +zA +zq +Rc +Rc +Rc +zq +yR +yR +yR +zq +zA +zA +zA +zA +zA +zA +zA +FK +FK +Wu +Wu +Wu +Wu +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(110,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +FK +FK +cX +cX +cX +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(160,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -ET -hF -Yx -Yx -hF -hF -hF -hF -Yx -hF -hF -hF -hF -Yx -hF -hF -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -cy -dw -gk -gk -gk -gk -xE -gk -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -xo +(111,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +Iw +Iw +Dy +Iw +Iw +Iw +Iw +Dy +Iw +Iw +Dy +Dy +Dy +Iw +Iw +Dy +Dy +Dy +Iw +Iw +Dy +Iw +Iw +Iw +Iw +Dy +Iw +Iw +Dy +Dy +nX +nX +nX +YB +YB +YB +YB +YB +YB +zA +zA +zA +HO +zA +zA +zA +zA +il +il +il +zA +zA +zA +zA +zA +zA +zA +FK +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(112,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +fA +Iw +Iw +Iw +Iw +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +YB +YB +YB +YB +YB +YB +zA +zA +zA +HO +zA +zA +zA +zA +il +il +il +zA +zA +zA +zA +zA +zA +zA +FK +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(161,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -ET -hF -hF -Yx -hF -hF -hF -hF -hF -hF -Yx -Yx -hF -hF -hF -hF -hF -hF -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -FS -FS -FS -FS -cy -cy -cy -cy -dw -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -xo +(113,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Qf +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Qf +nX +nX +nX +YB +YB +YB +YB +YB +YB +zA +zA +zA +HO +zA +zA +zA +zA +il +il +il +zA +zA +zA +zA +zA +zA +zA +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(114,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Qf +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Qf +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +zA +zA +HO +zA +zA +zA +zA +il +il +il +zA +zA +zA +zA +zA +zA +zA +FK +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(162,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -hF -hF -hF -hF -hF -Cl -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -FS -FS -cy -cy -Eq -cy -cy -dw -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -vy -xs -xs -xs -xs -xs -xs -xs -xs -xs -xs -xs -vy -xs -xs -xs -xs -xs -xs -xs -xs -xs -xs -xs -vy -cy -cy -cy -cy -Eq -Eq -Eq -xo +(115,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +fA +Iw +Iw +Iw +Iw +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +zA +zA +HO +zA +zA +zA +zA +il +il +il +zA +zA +zA +zA +zA +zA +zA +FK +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(116,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +Iw +Iw +Dy +Iw +Iw +Iw +Iw +Dy +Iw +Iw +Dy +Dy +Dy +Iw +Iw +Dy +Dy +Dy +Iw +Iw +Dy +Iw +Iw +Iw +Iw +Dy +Iw +Iw +Dy +Dy +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +zA +zA +HO +zA +zA +zA +zA +il +il +il +zA +zA +zA +zA +zA +zA +zA +FK +FK +cX +cX +cX +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Ot +"} +(117,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +Mk +Mk +Mk +Mk +Mk +Mk +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +zA +zA +FK +Wu +Wu +Wu +FK +il +il +zA +zA +zA +zA +zA +zA +zA +zA +zA +FK +FK +FK +cX +Wu +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Ot "} -(163,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Yx -hF -hF -Yx -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -hF -hF -Eq -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -cy -dw -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -Me -Wa -tq -tq -Ra -JC -hZ -tq -Ra -JC -hZ -tq -Ml -JC -hZ -tq -Ra -JC -hZ -tq -Ra -JC -vy -Wa -jG -cy -cy -cy -cy -Eq -Eq -Eq -xo +(118,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +Mk +Mk +Mk +Mk +Mk +Mk +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +zA +zA +FK +cX +cX +cX +FK +il +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +FK +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Ot +"} +(119,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +oM +oM +Dy +Iw +Iw +Iw +Iw +Dy +oM +oM +Dy +Mk +Mk +Mk +Mk +Mk +Mk +Dy +oM +oM +Dy +Iw +Iw +Iw +Iw +Dy +oM +oM +Dy +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +zA +zA +Wu +cX +cX +cX +FK +zA +zA +zA +zA +il +zA +zA +zA +zA +zA +zA +zA +Wu +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot "} -(164,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -Yx -Yx -Yx -hF -hF -hF -Yx -Yx -Yx -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -xE -gk -gk -gk -gk -xE -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -Me -pZ -kz -kz -ev -kz -kz -gl -gl -gl -kz -kz -ev -kz -kz -kz -gl -gl -gl -gl -kz -ev -WR -ld -jG -cy -cy -cy -cy -Eq -Eq -Eq -xo +(120,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +oM +Iw +Iw +oM +Dy +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Dy +oM +Iw +Iw +oM +Dy +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +zA +FK +cX +cX +cX +FK +zA +il +il +il +il +zA +zA +zA +zA +zA +zA +zA +Wu +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(121,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Iw +Iw +Iw +Iw +Dy +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Dy +Iw +Iw +Iw +Iw +Dy +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +zA +FK +FK +cX +cX +FK +zA +il +il +il +il +il +il +zA +zA +zA +zA +zA +Wu +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(122,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +oM +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +oM +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +zA +zA +FK +cX +cX +FK +zA +il +il +il +il +il +il +zA +zA +zA +zA +zA +FK +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot "} -(165,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -Yx -Yx -Yx -Yx -hF -hF -Yx -Yx -Yx -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -FS -Eq -Eq -Eq -Eq -Eq -xE -xE -gk -gk -gk -gk -dw -gk -gk -gk -gk -gk -Ti -cy -cy -cy -cy -cy -cy -Me -uK -kz -kz -kz -kz -gl -gl -gl -gl -gl -gl -gl -gl -gl -kz -gl -gl -gl -gl -kz -kz -gl -wt -jG -cy -cy -cy -Eq -Eq -Eq -Eq -xo +(123,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +oM +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +oM +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +zA +FK +FK +cX +FK +FK +FK +il +zA +zA +il +il +il +il +zA +zA +zA +FK +FK +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Ot "} -(166,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -Yx -Yx -Yx -Yx -hF -Yx -Yx -Yx -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -FS -FS -FS -Eq -Eq -Eq -xE -xE -gk -gk -gk -gk -gk -xE -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -Me -SH -kz -kz -kz -kz -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -kz -gl -XQ -jG -cy -cy -cy -Eq -Eq -Eq -Eq -xo +(124,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Iw +Iw +Iw +Iw +Dy +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Dy +Iw +Iw +Iw +Iw +Dy +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +zA +zA +FK +cX +cX +cX +FK +il +il +zA +il +il +il +il +il +zA +zA +zA +FK +FK +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Ot "} -(167,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -Yx -Yx -Yx -Yx -hF -Yx -Yx -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -FS -FS -FS -Eq -Eq -xE -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -Me -nD -kz -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -cv -jG -cy -cy -Eq -Eq -Eq -Eq -Eq -xo +(125,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +oM +Iw +bY +oM +Dy +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Dy +oM +Iw +Iw +oM +Dy +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +zA +Wu +cX +cX +cX +FK +FK +il +zA +zA +il +il +il +il +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Ot +"} +(126,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +oM +oM +Dy +Iw +Iw +Iw +Iw +Dy +oM +oM +Dy +Mk +Mk +Mk +Mk +Mk +Mk +Dy +oM +oM +Dy +Iw +Iw +Iw +Iw +Dy +oM +oM +Dy +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +zA +Wu +cX +cX +cX +cX +FK +il +il +zA +il +il +il +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Ot "} -(168,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -Yx -Yx -Yx -Yx -hF -hF -Yx -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -Eq -xE -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -dw -cy -cy -cy -cy -cy -cy -Me -pZ -kz -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -kz -kz -ld -jG -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo +(127,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +Mk +Mk +Mk +Mk +Mk +Mk +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +YB +zA +Wu +cX +cX +cX +cX +FK +FK +il +il +il +il +il +il +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Ot "} -(169,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -Eq -Eq -Eq -hF -hF -hF -Yx -Yx -hF -hF -Yx -Yx -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -cy -cy -cy -FS -cy -cy -cy -cy -FS -FS -FS -xE -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -gk -xE -cy -cy -cy -cy -cy -cy -Me -uK -kz -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -kz -kz -wt -jG -cy -cy -Eq -Eq -Eq -Eq -Eq -xo +(128,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +Mk +Mk +Mk +Mk +Mk +Mk +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +zA +FK +cX +cX +cX +cX +cX +FK +il +il +il +il +il +il +il +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot "} -(170,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -ET -hF -hF -hF -Yx -hF -hF -hF -Yx -Yx -Yx -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -cy -cy -FS -FS -FS -cy -cy -cy -FS -FS -FS -Ti -gk -gk -gk -gk -gk -gk -gk -xE -gk -gk -gk -gk -xE -xE -cy -cy -cy -cy -cy -cy -Me -SH -kz -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -kz -kz -XQ -jG -cy -cy -Eq -Eq -Eq -Eq -Eq -xo +(129,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +Iw +Iw +Dy +Iw +Iw +Iw +Iw +Dy +Iw +Iw +Dy +Dy +Dy +Iw +Iw +Dy +Dy +Dy +Iw +Iw +Dy +Iw +Iw +Iw +Iw +Dy +Iw +Iw +Dy +Dy +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +YB +zA +FK +cX +cX +cX +cX +cX +FK +zA +il +il +il +il +il +il +zA +zA +zA +FK +FK +Wu +Wu +Wu +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(130,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +fA +Iw +Iw +Iw +Iw +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +zA +Wu +cX +cX +cX +cX +cX +FK +zA +il +il +il +il +il +il +zA +zA +FK +FK +cX +cX +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(131,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Qf +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Qf +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +zA +Wu +cX +cX +cX +cX +cX +cX +zA +zA +il +il +il +il +il +zA +FK +FK +cX +cX +cX +cX +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot "} -(171,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -Yx -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -cy -cy -FS -FS -FS -cy -cy -cy -cy -FS -FS -Ti -gk -gk -gk -gk -gk -gk -gk -xE -dw -dw -dw -xE -xE -Eq -cy -cy -cy -cy -cy -cy -Me -nD -kz -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -cv -jG -cy -cy -cy -Eq -Eq -Eq -Eq -xo +(132,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Qf +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Qf +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +zA +Wu +cX +cX +cX +cX +cX +FK +zA +zA +zA +il +il +il +il +zA +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Ot "} -(172,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -cy -cy -FS -FS -FS -FS -cy -cy -cy -cy -FS -xE -gk -gk -gk -gk -gk -gk -gk -xE -Jj -Jj -Jj -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -Me -pZ -kz -kz -kz -kz -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -gl -kz -gl -ld -jG -cy -cy -cy -Eq -Eq -Eq -Eq -xo +(133,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +fA +Iw +Iw +Iw +Iw +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +zA +FK +cX +cX +cX +cX +cX +Wu +zA +zA +il +il +il +il +il +FK +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Ot "} -(173,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -hF -hF -hF -hF -hF -hF -Yx -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -cy -cy -FS -FS -FS -FS -cy -cy -cy -cy -cy -xE -xE -gk -gk -gk -gk -gk -xE -xE -Jj -Jj -Jj -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -Me -uK -kz -kz -kz -kz -gl -gl -gl -gl -gl -gl -gl -gl -gl -kz -gl -gl -gl -gl -kz -kz -gl -wt -jG -cy -cy -cy -Eq -Eq -Eq -Eq -xo +(134,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +Iw +Iw +Dy +Iw +Iw +Iw +Iw +Dy +Iw +Iw +Dy +Dy +Dy +Iw +Iw +Dy +Dy +Dy +Iw +Iw +Dy +Iw +Iw +Iw +Iw +Dy +Iw +Iw +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +zA +FK +cX +cX +cX +cX +cX +Wu +zA +zA +il +il +il +il +zA +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Ot "} -(174,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -hF -pJ -hF -hF -hF -Yx -Yx -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -FS -FS -FS -FS -cy -cy -cy -cy -cy -cy -xE -xE -dw -dw -dw -xE -xE -Eq -cy -Jj -Jj -Jj -Eq -Eq -Eq -Eq -cy -cy -cy -cy -Me -SH -kz -kz -ev -kz -kz -gl -gl -gl -kz -kz -ev -kz -kz -kz -gl -gl -gl -gl -kz -ev -kz -XQ -jG -cy -cy -cy -Eq -Eq -Eq -Eq -xo +(135,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +zA +FK +cX +cX +cX +cX +cX +Wu +zA +zA +il +il +zA +il +zA +Wu +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(175,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Vx -hF -hF -hF -hF -hF -hF -hF -hF -hF -ET -hF -hF -pJ -pJ -hF -hF -Yx -Yx -Yx -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -FS -FS -FS -cy -cy -FS -cy -cy -cy -cy -FS -FS -FS -FS -Eq -Eq -Eq -cy -cy -Jj -Jj -Jj -Eq -Eq -Eq -Eq -cy -cy -cy -Me -Wa -aa -aa -sa -kz -rv -aa -sa -ym -rv -aa -MX -ym -rv -aa -sa -ym -rv -aa -sa -ym -vy -Wa -jG -cy -cy -cy -Eq -Eq -Eq -Eq -xo +(136,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +xm +nX +xm +nX +oM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +oM +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +zA +FK +cX +cX +cX +cX +cX +FK +zA +zA +il +il +zA +il +il +Wu +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(176,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Vx -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -Cl -pJ -hF -hF -hF -Yx -Yx -hF -hF -Cl -Cl -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Jj -Jj -Eq -Eq -Eq -Eq -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -FS -FS -cy -cy -cy -FS -FS -cy -cy -FS -FS -FS -FS -Eq -Eq -Eq -cy -cy -cy -cy -Jj -Jj -Eq -Eq -Eq -Eq -Eq -cy -cy -vy -TH -TH -TH -TH -TH -TH -TH -TH -TH -TH -TH -vy -TH -TH -TH -TH -TH -TH -TH -TH -TH -TH -TH -eN -cy -cy -Eq -Eq -Eq -Eq -Eq -xo +(137,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +oM +oM +Dy +Iw +Iw +Iw +Iw +Dy +oM +oM +Dy +nX +xm +xm +xm +xm +nX +Dy +oM +oM +Dy +Iw +Iw +Iw +Iw +Dy +oM +oM +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +zA +FK +FK +FK +Wu +Wu +FK +FK +zA +zA +il +il +zA +zA +il +Wu +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(177,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -Cl -bU -bU -Eq -hF -hF -hF -Yx -Yx -hF -hF -Cl -MB -ke -Cl -Cl -Cl -hF -hF -hF -hF -hF -hF -Eq -Jj -Jj -Jj -Jj -Jj -Eq -Eq -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -FS -cy -cy -cy -FS -FS -FS -FS -cy -cy -FS -FS -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -Jj -Jj -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo +(138,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +oM +oM +Dy +Dy +nX +nX +nX +nX +nX +xm +xm +nX +nX +nX +nX +nX +Dy +Dy +oM +oM +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +zA +zA +il +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(139,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +xm +nX +nX +xm +nX +xm +nX +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +HO +zA +zA +zA +zA +zA +il +il +zA +zA +zA +zA +zA +il +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(140,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +xm +xm +nX +nX +nX +nX +xm +xm +nX +nX +nX +nX +xm +xm +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +HO +zA +zA +zA +il +il +il +il +il +zA +zA +zA +zA +zA +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(178,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -bU -bU -Qv -ZX -Eq -Eq -hF -Yx -Yx -Yx -hF -Cl -Cl -Ol -Wm -zh -km -Cl -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -cy -cy -cy -FS -FS -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -ZL -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo +(141,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +xm +xm +nX +nX +nX +xm +xm +xm +nX +nX +xm +xm +xm +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +HO +zA +il +il +il +zA +zA +il +il +il +zA +zA +zA +zA +Wu +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(142,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +xm +xm +nX +nX +nX +xm +xm +xm +nX +xm +xm +xm +xm +nX +UL +UL +UL +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +YB +YB +YB +YB +YB +YB +HO +zA +zA +zA +zA +zA +zA +zA +il +zA +zA +zA +il +zA +Wu +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(143,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +xm +xm +nX +nX +nX +nX +xm +xm +xm +nX +xm +xm +xm +xm +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +nX +tw +Rc +qQ +Rc +tw +Wu +Wu +FK +Xm +Xm +Xm +Xm +Xm +Xm +FK +Wu +eV +Wu +FK +zA +zA +zA +zA +zA +il +il +il +zA +Wu +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(144,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +xm +xm +nX +nX +nX +nX +nX +xm +xm +nX +xm +xm +xm +nX +nX +nX +jL +nX +nX +nX +nX +nX +nX +tw +tw +tw +tw +gx +kw +yv +tw +YT +Yx +FK +FK +Wu +Wu +Wu +Wu +FK +FK +ah +cX +cX +FK +Wu +Wu +Wu +FK +zA +zA +il +il +zA +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(179,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -hF -hF -hF -hF -hF -pJ -pJ -pJ -wG -ZX -ZX -ZX -ZX -sh -Eq -hF -Yx -Yx -Yx -hF -Cl -na -Wm -Wm -Wm -Wm -Cl -xR -Eq -Eq -hF -hF -Eq -Eq -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo +(145,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +xm +nX +nX +xm +nX +nX +nX +xm +nX +xm +xm +nX +nX +nX +nX +jL +nX +nX +nX +nX +nX +tw +tw +qV +qV +tw +rO +kw +UA +Rc +cX +Ai +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Jf +Jf +Wu +zA +zA +il +zA +zA +FK +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(180,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -gp -gp -Cl -Cl -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -pJ -xV -xV -pJ -qb -pJ -ko -TP -TP -TP -ZX -AB -Eq -Yx -Yx -Yx -Yx -hF -Cl -tE -iz -iz -eF -Wm -Cl -Md -Gp -Eq -xV -xV -Eq -Se -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo +(146,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +xm +xm +nX +nX +nX +xm +nX +xm +xm +nX +nX +xm +UL +UL +UL +nX +nX +nX +nX +tw +ca +lO +lO +kw +kw +kw +kw +cG +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +QM +cX +cX +cX +cX +iE +Wu +zA +zA +zA +zA +zA +zA +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(181,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -zq -Zg -Zg -SP -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -xV -ZX -gD -Un -ZX -pJ -em -Eq -Eq -Eq -bF -ZX -sS -Yx -Yx -hF -Yx -Yx -Cl -Cl -Cl -Cl -Cl -YK -Cl -ZX -em -Ei -ZX -ZX -xV -Se -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -FS -FS -FS -cy -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(147,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xv +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +xm +xm +xm +nX +nX +xm +nX +nX +xm +nX +xm +xm +xm +jL +nX +nX +nX +nX +nX +Rc +kw +kw +kw +kw +kw +kw +kw +tw +di +sX +lH +rb +cX +cX +cX +qa +tw +cX +cX +cX +cX +tw +ym +rb +Ly +Wu +zA +zA +zA +il +zA +zA +FK +FK +cX +cX +cX +cX +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(182,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Cl -Cl -Cl -Zg -kD -Zg -Zg -SP -SP -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -xV -TU -uG -SY -ZX -pJ -sZ -Xk -Xk -ZX -ZX -ZX -Eq -Yx -Yx -hF -Yx -Yx -pJ -Ln -GK -ZX -Rb -ZX -pJ -VZ -SK -ZX -ZX -uZ -xV -Se -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -FS -cy -cy -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(148,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +xm +nX +nX +nX +xm +nX +nX +nX +nX +xm +xm +xm +He +nX +nX +nX +nX +nX +Rc +kw +kw +kw +kw +kw +kw +It +tw +FK +FK +FK +FK +FK +cX +cX +tw +tw +uY +cX +cX +Uk +tw +tw +cX +dX +FK +FK +zA +il +il +zA +zA +zA +FK +FK +cX +cX +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(149,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +nX +nX +nX +nX +nX +tw +uL +VO +kw +kw +kw +kw +Ys +tw +op +Sx +oi +Nd +cX +cX +cX +cX +lt +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +il +il +il +il +zA +zA +zA +FK +FK +Wu +Wu +Wu +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(183,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -ET -ET -ET -ET -ET -Cl -Cl -Cl -Cl -Rd -Zg -Zg -Zg -Zg -Zg -fF -SP -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -pJ -pJ -pJ -QP -SY -nu -aW -pJ -yy -Al -Oz -Eq -vP -Rg -Eq -Yx -Yx -hF -Yx -Yx -pJ -xw -ZX -ZX -QD -ZX -pJ -Cb -em -BP -ay -ik -pJ -bk -Ri -CH -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(150,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +xm +nX +nX +xm +xm +xm +nX +nX +nX +nX +nX +nX +tw +tw +kw +wy +kk +kw +kw +kw +tw +ah +cX +cX +cX +cX +cX +cX +cX +cX +cX +tw +tw +cX +cX +cX +cX +cX +cX +LE +il +il +il +il +il +zA +zA +HO +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(184,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -pW -hF -hF -hF -dF -Cl -GE -Zg -rr -Oh -Zg -Zg -Zg -Zg -Zg -Zg -SP -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -xV -SY -mM -ce -Yr -VC -ce -uX -nr -ZX -Eq -Eq -Eq -Eq -Eq -Yx -hF -hF -hF -Yx -pJ -xV -xV -xV -xV -ZX -pJ -pJ -zf -pJ -pJ -pJ -pJ -pJ -Eq -Se -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Xv -gS -gS -gS -gS -gS -gS -mH -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(151,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +xm +xm +xm +xm +nX +xm +xm +nX +jL +nX +nX +nX +nX +nX +tw +tw +qS +tw +tw +fI +kw +kw +iC +cX +jO +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +il +il +il +il +il +il +zA +HO +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(185,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -pW -hF -hF -dF -Cl -zr -Zg -AN -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -xV -Nn -ZX -rT -pJ -pJ -pJ -pJ -EW -Ih -Mw -Ih -bh -qz -pJ -Yx -hF -hF -hF -Yx -pJ -hX -Tm -KA -IG -ZX -pJ -jv -em -Rh -Vx -JB -zB -oa -Eq -bk -CH -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -cy -cy -cy -cy -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Jj -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Xv -mH -WB -ty -ty -WB -mH -Xv -Eq -Eq -Eq -Eq -Eq -Eq -Eq -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(152,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +xm +xm +nX +nX +nX +xm +nX +jL +nX +nX +nX +nX +nX +tw +UZ +fv +Fk +tw +YR +kw +kw +iC +cX +cX +rM +FK +FK +uY +cX +tw +tw +uY +cX +cX +Uk +tw +tw +ah +dg +FK +FK +il +il +il +il +il +il +il +HO +zA +zA +zA +zA +zA +HO +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(186,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -pW -hF -hF -dF -Cl -Ir -Zg -rr -cJ -Zg -Zg -SP -SP -Zg -Zg -Zg -AN -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -pJ -pJ -uH -rD -ZX -fI -sb -uO -pJ -mK -ZX -ZX -ZX -ZX -ZX -xV -Yx -Yx -hF -hF -Yx -xV -Mp -ZX -ZX -ZX -it -pJ -oF -em -Bv -Vx -BG -FP -sX -Eq -Eq -Se -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -cy -cy -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Jj -Jj -Eq -Eq -Eq -Eq -Eq -Eq -mH -sJ -sJ -sJ -sJ -sJ -sJ -mH -Eq -Eq -Eq -Eq -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -xo +(153,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +Xc +Xc +nX +nX +nX +nX +xm +nX +nX +xm +nX +nX +xm +nX +nX +UL +UL +UL +nX +nX +nX +nX +tw +UZ +fv +Fk +tw +PJ +kw +kw +tw +rk +Gd +Fn +Wu +Va +cX +cX +Nz +tw +hK +cX +cX +cX +tw +oU +rQ +Xh +Wu +zA +zA +il +il +il +il +il +il +HO +zA +Xc +zA +zA +zA +HO +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zq +Pt +Pt +Pt +Pt +Pt +Pt +Xc +zq +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(187,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -pW -hF -dF -Cl -rr -rr -rr -Zg -Zg -Zg -SP -SP -Zg -Zg -Zg -AN -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -pJ -QP -ZX -gD -ZX -lm -uC -AE -Eq -zR -ZX -ZX -ZX -ZX -ZX -sS -Yx -Yx -hF -hF -Yx -xV -re -rD -dM -ZX -mA -pJ -kA -em -ZX -Vx -Vx -ZX -sX -iu -Eq -bk -CH -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Jj -Jj -Jj -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -xo +(154,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +xm +xm +nX +nX +nX +nX +nX +xm +xm +nX +nX +jL +nX +nX +nX +nX +nX +tw +UZ +fv +Fk +tw +kw +kw +jo +tw +dI +Iu +Fn +Wu +Kx +cX +cX +cX +cX +cX +cX +gU +cX +cX +cX +cX +nT +Wu +zA +zA +il +il +il +il +il +il +Xc +Xc +Xc +Xc +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zq +zq +zq +cE +Rc +Rc +cE +zq +zq +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(188,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -dF -Cl -Ir -Zg -rr -cJ -Zg -Zg -SP -SP -Zg -Zg -Zg -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -pJ -pJ -pJ -pJ -ZX -ZX -Eq -Eq -Eq -Eq -cg -ZX -ZX -ZX -ZX -ZX -sS -Yx -Yx -Yx -Yx -Yx -xV -Cs -yO -ZX -Dg -ob -Eq -uz -em -CC -fC -Vx -Vx -tO -UE -Eq -Eq -Se -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -cy -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Jj -Jj -Jj -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -xo +(155,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +xm +xm +xm +nX +nX +xm +xm +xm +nX +nX +nX +xm +xm +xm +nX +nX +jL +nX +nX +nX +nX +nX +tw +tw +tw +tw +tw +Lv +kw +kw +tw +II +RJ +MB +Wu +cX +cX +cX +cX +cX +Eg +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +il +il +il +il +il +il +Xc +Xc +Xc +Xc +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zq +Xc +aw +aw +aw +aw +aw +aw +zq +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(156,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +xm +xm +xm +xm +nX +xm +xm +xm +nX +nX +xm +xm +xm +xm +nX +nX +jL +nX +nX +nX +nX +nX +nX +tw +tw +tw +tw +kw +kw +kw +tw +Wu +Wu +Wu +FK +FK +uY +cX +cX +At +FK +cX +cX +cX +FK +Wu +Wu +Wu +FK +zA +zA +il +il +FK +Wu +Wh +Wu +FK +Xc +Xc +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Ot "} -(189,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Cl -AN -Cl -Cl -zr -Zg -AN -Zg -Zg -Zg -Zg -Zg -Zg -Zg -SP -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -xV -xD -Fe -In -ZX -ZX -fI -sb -av -pJ -CZ -ZX -ZX -ZX -ZX -Eq -Eq -Yx -Yx -Yx -Yx -Yx -Eq -Eq -BY -ZX -Af -Ou -Eq -VZ -Xe -CB -Ni -it -pJ -mK -Af -nC -xV -Se -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -FS -FS -cy -cy -cy -FS -FS -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Jj -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -xo +(157,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +xm +xm +xm +xm +nX +xm +xm +xm +nX +nX +xm +xm +xm +xm +nX +UL +UL +UL +nX +nX +nX +nX +nX +nX +tw +tw +tw +Rc +qQ +Rc +tw +nX +nX +nX +FK +FK +FK +Wu +Wu +FK +FK +FK +eV +Wu +FK +zA +zA +zA +zA +zA +zA +zA +il +FK +cX +cX +cX +FK +FK +Xc +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +Xc +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Ot "} -(190,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Cl -Zg -Zg -rr -GE -Zg -rr -Zg -Zg -Zg -Zg -Zg -Zg -Zg -SP -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -xV -GL -PW -Tj -gD -ZX -uC -Mh -eQ -pJ -em -ZX -ZX -ZX -Eq -Eq -hF -Yx -Yx -Yx -Yx -Yx -hF -Eq -Eq -ZX -ZX -Fd -Eq -Rl -em -ZX -ZX -GP -ZX -em -Po -Pp -xV -bk -CH -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -FS -FS -FS -FS -cy -cy -cy -FS -cy -cy -cy -cy -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -Eq -Eq -Eq -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -xo +(158,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +xm +xm +xm +nX +nX +xm +xm +xm +nX +nX +xm +xm +xm +xm +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +FK +qu +qu +qu +qu +qu +qu +FK +zA +zA +zA +zA +zA +zA +zA +zA +il +zA +il +Wu +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Ot +"} +(159,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +nX +nX +nX +nX +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +xm +xm +xm +nX +nX +nX +xm +xm +nX +nX +xm +xm +xm +nX +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +il +il +il +zA +il +zA +il +il +zA +zA +Wu +cX +cX +cX +cX +FK +FK +Wu +Wu +FK +FK +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Ot "} -(191,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Cl -Cl -Zg -Zg -rr -rr -rr -rr -Zg -Zg -pC -pC -pC -pC -Zg -SP -Cl -hF -hF -hF -hF -hF -hF -hF -hF -pJ -pJ -pJ -pJ -pJ -sS -sS -pJ -pJ -pJ -pJ -xV -xV -xV -xV -Eq -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -hF -Eq -sS -xV -Eq -Eq -Eq -Cx -xV -sS -xV -pJ -xV -pJ -xV -pJ -pJ -bk -Ri -Ri -Ri -Ri -CH -Jj -Jj -Jj -Jj -Jj -cy -cy -FS -FS -FS -pJ -FS -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -cy -cy -cy -cy -FS -Eq -Eq -Eq -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -xo +(160,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +jL +nX +xm +xm +nX +nX +nX +nX +xm +nX +nX +nX +nX +xm +nX +nX +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +il +il +il +il +il +il +il +il +zA +Wu +cX +cX +cX +cX +FK +cX +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Ot "} -(192,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Cl -yn -Zg -Zg -rr -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Yx -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -hF -hF -pJ -pJ -gc -gc -gc -pJ -bk -Ri -Ri -Ri -Ri -Ri -pJ -gc -gc -gc -pJ -pJ -FS -cy -cy -cy -cy -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -FS -Eq -Eq -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -xo +(161,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +jL +nX +nX +xm +nX +nX +nX +nX +nX +nX +xm +xm +nX +nX +nX +nX +nX +nX +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +il +il +il +il +zA +zA +zA +zA +Wu +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Ot +"} +(162,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +xm +nX +nX +nX +nX +nX +Dy +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +il +il +zA +zA +Xc +zA +zA +Wu +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +WY +yg +yg +yg +yg +yg +yg +yg +yg +yg +yg +yg +WY +yg +yg +yg +yg +yg +yg +yg +yg +yg +yg +yg +WY +zA +zA +zA +zA +Xc +Xc +Xc +Ot "} -(193,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Cl -Ut -Zg -Zg -AN -Zg -Zg -Zg -Zg -Zg -pC -pC -pC -pC -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -hF -Eq -hF -hF -hF -hF -hF -Yx -Yx -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -gL -ZX -ZX -ZX -ZX -pJ -pJ -gc -gc -gc -gc -pJ -pJ -ZX -ZX -ZX -ZX -zK -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Jj -Eq -Eq -Eq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -FS -Eq -Eq -cy -cy -cy -FS -FS -FS -Eq -Eq -Eq -xo +(163,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +xm +nX +nX +xm +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +nX +nX +Xc +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +zA +Wu +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +EH +VQ +rd +rd +zC +TR +ti +rd +zC +TR +ti +rd +JO +TR +ti +rd +zC +TR +ti +rd +zC +TR +WY +VQ +hn +zA +zA +zA +zA +Xc +Xc +Xc +Ot "} -(194,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Cl -Cl -Zg -Zg -AN -Zg -Zg -Zg -Cl -Cl -gp -gp -gp -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -hF -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Eq -Eq -Eq -hF -hF -hF -Yx -Yx -Yx -Yx -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -gL -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -zK -cy -cy -cy -FS -FS -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -FS -Eq -Eq -Eq -cy -cy -FS -FS -FS -Eq -Eq -Eq -xo +(164,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +xm +xm +xm +nX +nX +nX +xm +xm +xm +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +FK +cX +cX +cX +cX +FK +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +EH +Lt +Dc +Dc +am +Dc +Dc +RV +RV +RV +Dc +Dc +am +Dc +Dc +Dc +RV +RV +RV +RV +Dc +am +Lu +bA +hn +zA +zA +zA +zA +Xc +Xc +Xc +Ot "} -(195,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Cl -BW -sB -rr -kc -Vp -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -hF -Eq -Eq -Eq -hF -hF -hF -hF -Yx -Yx -Yx -Yx -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -gL -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -zK -cy -cy -FS -FS -FS -FS -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -cy -cy -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -FS -Eq -Eq -Eq -Jj -cy -cy -cy -FS -Eq -Eq -Eq -xo +(165,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +xm +xm +xm +xm +nX +nX +xm +xm +xm +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +il +Xc +Xc +Xc +Xc +Xc +FK +FK +cX +cX +cX +cX +Wu +cX +cX +cX +cX +cX +Wh +zA +zA +zA +zA +zA +zA +EH +nh +Dc +Dc +Dc +Dc +RV +RV +RV +RV +RV +RV +RV +RV +RV +Dc +RV +RV +RV +RV +Dc +Dc +RV +br +hn +zA +zA +zA +Xc +Xc +Xc +Xc +Ot "} -(196,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Cl -Cl -Cl -Cl -Cl -Cl -Cl -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -hF -hF -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -gL -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -zK -cy -cy -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -FS -Eq -Eq -Eq -Jj -Jj -cy -cy -cy -Eq -Eq -Eq -xo +(166,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +xm +xm +xm +xm +nX +xm +xm +xm +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +il +il +il +Xc +Xc +Xc +FK +FK +cX +cX +cX +cX +cX +FK +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +EH +FV +Dc +Dc +Dc +Dc +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +Dc +RV +By +hn +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(167,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +xm +xm +xm +xm +nX +xm +xm +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +il +il +il +Xc +Xc +FK +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +EH +cy +Dc +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +zu +hn +zA +zA +Xc +Xc +Xc +Xc +Xc +Ot "} -(197,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -hF -hF -hF -Yx -Yx -Yx -hF -hF -hF -hF -hF -Yx -Yx -hF -hF -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -hF -Yx -Yx -Yx -Yx -Yx -hF -Yx -gL -ZX -ZX -ZX -ZX -pJ -pJ -gc -gc -gc -gc -pJ -pJ -ZX -ZX -ZX -ZX -zK -cy -cy -cy -FS -FS -FS -cy -cy -cy -cy -yq -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -FS -Eq -Eq -Eq -Jj -Jj -Jj -cy -cy -Eq -Eq -Eq -xo +(168,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +xm +xm +xm +xm +nX +nX +xm +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +il +il +il +Xc +FK +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +Wu +zA +zA +zA +zA +zA +zA +EH +Lt +Dc +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +Dc +Dc +bA +hn +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(198,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -hF -Yx -hF -hF -Yx -Yx -Yx -hF -hF -hF -hF -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -hF -hF -hF -hF -pJ -pJ -gc -gc -gc -pJ -nR -nR -nR -nR -nR -nR -pJ -gc -gc -gc -pJ -pJ -cy -cy -cy -cy -FS -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Jj -cy -cy -cy -FS -Eq -Eq -Eq -xo +(169,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +Xc +Xc +Xc +nX +nX +nX +xm +xm +nX +nX +xm +xm +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +zA +zA +zA +il +zA +zA +zA +zA +il +il +il +FK +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +FK +zA +zA +zA +zA +zA +zA +EH +nh +Dc +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +Dc +Dc +br +hn +zA +zA +Xc +Xc +Xc +Xc +Xc +Ot "} -(199,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -pJ -pJ -pJ -pJ -pJ -sS -sS -pJ -pJ -pJ -pJ -ba -sS -sS -pJ -pJ -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -Yx -pJ -xV -sS -xV -xV -xV -ba -pJ -pJ -pJ -pJ -ba -sS -pJ -pJ -pJ -Eq -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -pJ -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -cy -cy -FS -FS -FS -Eq -Eq -Eq -xo +(170,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +jL +nX +nX +nX +xm +nX +nX +nX +xm +xm +xm +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +zA +zA +il +il +il +zA +zA +zA +il +il +il +Wh +cX +cX +cX +cX +cX +cX +cX +FK +cX +cX +cX +cX +FK +FK +zA +zA +zA +zA +zA +zA +EH +FV +Dc +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +Dc +Dc +By +hn +zA +zA +Xc +Xc +Xc +Xc +Xc +Ot "} -(200,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -XY -XY -XY -gc -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -pJ -ZX -ZX -ZX -ZX -pJ -Yx -Yx -Yx -Yx -hF -hF -Yx -Yx -Yx -pJ -hB -ZX -Bh -CO -SY -kB -oT -TD -pJ -xa -hp -ZX -JY -pJ -Eq -Eq -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -yq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -cy -cy -FS -FS -FS -Eq -Eq -Eq -xo +(171,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +xm +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +zA +zA +il +il +il +zA +zA +zA +zA +il +il +Wh +cX +cX +cX +cX +cX +cX +cX +FK +Wu +Wu +Wu +FK +FK +Xc +zA +zA +zA +zA +zA +zA +EH +cy +Dc +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +zu +hn +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(172,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +zA +zA +il +il +il +il +zA +zA +zA +zA +il +FK +cX +cX +cX +cX +cX +cX +cX +FK +yQ +yQ +yQ +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +EH +Lt +Dc +Dc +Dc +Dc +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +Dc +RV +bA +hn +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(173,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +nX +nX +nX +nX +nX +nX +xm +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +zA +zA +il +il +il +il +zA +zA +zA +zA +zA +FK +FK +cX +cX +cX +cX +cX +FK +FK +yQ +yQ +yQ +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +EH +nh +Dc +Dc +Dc +Dc +RV +RV +RV +RV +RV +RV +RV +RV +RV +Dc +RV +RV +RV +RV +Dc +Dc +RV +br +hn +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(174,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +nX +sJ +nX +nX +nX +xm +xm +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +il +il +il +il +zA +zA +zA +zA +zA +zA +FK +FK +Wu +Wu +Wu +FK +FK +Xc +zA +yQ +yQ +yQ +Xc +Xc +Xc +Xc +zA +zA +zA +zA +EH +FV +Dc +Dc +am +Dc +Dc +RV +RV +RV +Dc +Dc +am +Dc +Dc +Dc +RV +RV +RV +RV +Dc +am +Dc +By +hn +zA +zA +zA +Xc +Xc +Xc +Xc +Ot "} -(201,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -XY -Eq -Eq -Eq -XY -XY -XY -XY -gc -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -pJ -ZX -ZX -ZX -ZX -pJ -pJ -pJ -Yx -hF -hF -hF -Yx -pJ -pJ -pJ -EF -ZX -ZX -ZX -ZX -em -As -WN -pJ -gA -em -Qi -Cm -pJ -Eq -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -cy -Be -FS -FS -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -cy -cy -cy -FS -FS -FS -FS -Eq -Eq -Eq -xo +(175,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xv +nX +nX +nX +nX +nX +nX +nX +nX +nX +jL +nX +nX +sJ +sJ +nX +nX +xm +xm +xm +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +il +il +il +zA +zA +il +zA +zA +zA +zA +il +il +il +il +Xc +Xc +Xc +zA +zA +yQ +yQ +yQ +Xc +Xc +Xc +Xc +zA +zA +zA +EH +VQ +gv +gv +Zi +Dc +kt +gv +Zi +NQ +kt +gv +DL +NQ +kt +gv +Zi +NQ +kt +gv +Zi +NQ +WY +VQ +hn +zA +zA +zA +Xc +Xc +Xc +Xc +Ot +"} +(176,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xv +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +Dy +sJ +nX +nX +nX +xm +xm +nX +nX +Dy +Dy +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +yQ +yQ +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +il +il +zA +zA +zA +il +il +zA +zA +il +il +il +il +Xc +Xc +Xc +zA +zA +zA +zA +yQ +yQ +Xc +Xc +Xc +Xc +Xc +zA +zA +WY +zp +zp +zp +zp +zp +zp +zp +zp +zp +zp +zp +WY +zp +zp +zp +zp +zp +zp +zp +zp +zp +zp +zp +nZ +zA +zA +Xc +Xc +Xc +Xc +Xc +Ot +"} +(177,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +Dy +El +El +Xc +nX +nX +nX +xm +xm +nX +nX +Dy +Ir +BH +Dy +Dy +Dy +nX +nX +nX +nX +nX +nX +Xc +yQ +yQ +yQ +yQ +yQ +Xc +Xc +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +il +zA +zA +zA +il +il +il +il +zA +zA +il +il +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +yQ +yQ +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(178,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +El +El +PE +Mk +Xc +Xc +nX +xm +xm +xm +nX +Dy +Dy +UU +TE +ap +kI +Dy +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +il +il +il +il +zA +zA +zA +il +il +Xc +zA +zA +zA +zA +zA +zA +zA +zA +yQ +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +JF +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(202,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -pJ -pJ -pJ -pJ -ZX -ZX -pJ -pJ -pJ -pJ -ZX -ZX -ZX -ZX -ZX -ZX -pJ -Yx -hF -hF -hF -Yx -xV -qx -Ky -Sr -ZX -qY -yQ -ZX -em -ZX -BM -pJ -AJ -em -IW -pJ -pJ -hF -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -cy -Be -FS -FS -FS -FS -FS -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -Eq -FS -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -xo +(179,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +nX +nX +nX +nX +nX +sJ +sJ +sJ +Vo +Mk +Mk +Mk +Mk +ZT +Xc +nX +xm +xm +xm +nX +Dy +Zd +TE +TE +TE +TE +Dy +Ah +Xc +Xc +nX +nX +Xc +Xc +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +il +il +il +il +il +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +yQ +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(203,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -pJ -ZX -ZX -ZX -ZX -ZX -ZX -ZX -pJ -ZX -ZX -ZX -ZX -ZX -ZX -pJ -Yx -hF -Yx -hF -hF -xV -Md -Ky -oR -ZX -ZX -ZX -ZX -QG -ZX -ZX -pJ -ZX -jE -UQ -pJ -hF -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -cy -Be -FS -FS -FS -FS -FS -FS -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -xo +(180,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +Xw +Xw +Dy +Dy +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +sJ +Tz +Tz +sJ +Pe +sJ +fT +zl +zl +zl +Mk +KD +Xc +xm +xm +xm +xm +nX +Dy +os +vJ +vJ +Hs +TE +Dy +um +bp +Xc +Tz +Tz +Xc +qM +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +il +il +il +il +il +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(181,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +Xt +Iw +Iw +Wz +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Tz +Mk +bi +pU +Mk +sJ +tI +Xc +Xc +Xc +eS +Mk +sn +xm +xm +nX +xm +xm +Dy +Dy +Dy +Dy +Dy +MS +Dy +Mk +tI +KR +Mk +Mk +Tz +qM +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +il +il +il +zA +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(204,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -XY -XY -XY -XY -XY -Eq -XY -XY -XY -XY -XY -XY -pJ -pJ -Fi -ZX -ZX -ZX -ZX -ZX -uX -ZX -ZX -ZX -ZX -ZX -ZX -pJ -Yx -hF -Yx -Yx -hF -sS -ZX -Ky -ZX -ZX -ZX -ZX -SL -ba -pJ -pJ -pJ -sS -sS -pJ -pJ -hF -hF -Eq -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -cy -Be -Be -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -xo +(182,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Dy +Dy +Dy +Iw +Ps +Iw +Iw +Wz +Wz +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Tz +Id +dR +oq +Mk +sJ +mW +uS +uS +Mk +Mk +Mk +Xc +xm +xm +nX +xm +xm +sJ +dK +PS +Mk +PF +Mk +sJ +hj +bJ +Mk +Mk +OZ +Tz +qM +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +il +zA +zA +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(205,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -Eq -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Vq -cQ -iw -cQ -Vq -XY -XY -XY -XY -XY -Eq -Eq -Eq -XY -XY -XY -XY -XY -XY -gc -ZX -ZX -ZX -pJ -pJ -pJ -pJ -ZX -ZX -ZX -ZX -ZX -ZX -pJ -Yx -hF -Yx -Yx -hF -sS -ZX -Ky -SY -SY -AQ -SX -oi -ba -qR -OM -MH -ZX -ZX -pJ -hF -hF -hF -Eq -Eq -Eq -hF -Jj -Jj -Jj -Jj -Jj -Jj -cy -Be -Be -xl -xl -FS -FS -xl -xl -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -FS -FS -FS -Jj -Jj -FS -FS -FS -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -FS -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -xo +(183,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +jL +jL +jL +jL +jL +Dy +Dy +Dy +Dy +ZB +Iw +Iw +Iw +Iw +Iw +hp +Wz +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +sJ +sJ +sJ +Aa +oq +mK +zL +sJ +sl +UM +ep +Xc +Bx +Yr +Xc +xm +xm +nX +xm +xm +sJ +YV +Mk +Mk +HT +Mk +sJ +dB +tI +ar +Xn +FW +sJ +FI +XV +SI +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(206,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -XY -Eq -Eq -XY -Eq -XY -dL -BI -pg -XY -XY -XY -XY -XY -Eq -Eq -Eq -Eq -Eq -XY -XY -XY -XY -XY -gc -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -pJ -Yx -hF -Yx -Yx -hF -xV -ZX -ZX -ZX -ZX -pJ -pJ -pJ -ba -JO -rN -Go +(184,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +VX +nX +nX +nX +DH +Dy +gF +Iw +UL +RT +Iw +Iw +Iw +Iw +Iw +Iw +Wz +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Tz +oq +Hh +kF +Fc +IY +kF +fX +yx +Mk +Xc +Xc +Xc +Xc +Xc +xm +nX +nX +nX +xm +sJ +Tz +Tz +Tz +Tz +Mk +sJ +sJ +uB +sJ +sJ +sJ +sJ +sJ +Xc +qM +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +eE +Pt +Pt +Pt +Pt +Pt +Pt +zq +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(185,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +VX +nX +nX +DH +Dy +kq +Iw +rK +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Tz +eM +Mk +yr +sJ +sJ +sJ +sJ +Ls +mZ +Gb +mZ +qq +kD +sJ +xm +nX +nX +nX +xm +sJ +OG +AD +ci +PR +Mk +sJ +zY +tI +YJ +Xv +zf IH -pJ -pJ -hF -hF -Eq -Eq -Eq -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -Be -cy -cy -cy -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -FS -FS -Jj -Jj -Jj -Jj -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -cy -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -xo +Mi +Xc +FI +SI +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +zA +zA +zA +zA +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +yQ +yQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +eE +zq +cE +Rc +Rc +cE +zq +eE +Xc +Xc +Xc +Xc +Xc +Xc +Xc +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(207,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -Eq -Eq -Eq -XY -XY -XY -XY -XY -XY -pJ -pJ -pJ -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -ZX -pJ -pJ -Yx -hF -Yx -Yx -hF -xV -ab -ZX -ZX -ZX -ZX -GK -Yc -em -ZX -XH -XH -pJ -pJ -hF -hF -hF -hF -Eq -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -cy -FS -FS -FS -FS -Jj -Jj -Jj -Jj -Jj -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -xo +(186,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +VX +nX +nX +DH +Dy +rs +Iw +UL +pk +Iw +Iw +Wz +Wz +Iw +Iw +Iw +rK +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +sJ +sJ +LH +Vg +Mk +rE +rz +Zm +sJ +xJ +Mk +Mk +Mk +Mk +Mk +Tz +xm +xm +nX +nX +xm +Tz +bK +Mk +Mk +Mk +To +sJ +cI +tI +Dn +Xv +Nc +UO +OD +Xc +Xc +qM +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +zA +zA +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +yQ +yQ +yQ +Xc +Xc +Xc +Xc +Xc +Xc +zq +aw +aw +aw +aw +aw +aw +zq +Xc +Xc +Xc +Xc +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(208,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -Eq -Yq -XY -XY -XY -XY -XY -XY -XY -XY -XY -pJ -pJ -pJ -ZX -ZX -ZX -ZX -ZX -ZX -ZX -pJ -pJ -Yx -Yx -hF -Yx -Yx -hF -pJ -pJ -pJ -ZX -OM -OM -OM -OM -em -zg -ZX -ZX -xV -hF -hF -hF -hF -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -cy -cy -cy -cy -FS -FS -FS -FS -Jj -Jj -Jj -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -xo +(187,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +VX +nX +DH +Dy +UL +UL +UL +Iw +Iw +Iw +Wz +Wz +Iw +Iw +Iw +rK +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +sJ +Aa +Mk +bi +Mk +Qw +dv +Ch +Xc +oF +Mk +Mk +Mk +Mk +Mk +sn +xm +xm +nX +nX +xm +Tz +Xa +Vg +IW +Mk +ke +sJ +kx +tI +Mk +Xv +Xv +Mk +OD +kH +Xc +FI +SI +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +yQ +yQ +yQ +yQ +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Ot "} -(209,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -pJ -pJ -pJ -pJ -pJ -pJ -sS -pJ -pJ -hF -Yx -Yx -hF -hF -Yx -hF -hF -hF -pJ -Ta -xY -SY -SY -mv -em -ZX -zg -ZX -xV -hF -hF -hF -hF -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -Jj -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -xo +(188,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +DH +Dy +rs +Iw +UL +pk +Iw +Iw +Wz +Wz +Iw +Iw +Iw +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +sJ +sJ +sJ +sJ +Mk +Mk +Xc +Xc +Xc +Xc +mM +Mk +Mk +Mk +Mk +Mk +sn +xm +xm +xm +xm +xm +Tz +Rk +FO +Mk +oG +ll +Xc +tp +tI +YC +pc +Xv +Xv +Zh +Oz +Xc +Xc +qM +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +yQ +yQ +yQ +yQ +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Ot "} -(210,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -XY -XY +(189,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Dy +rK +Dy +Dy +kq +Iw +rK +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Wz +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +Tz +NN +pq +kf +Mk +Mk +rE +rz +Bj +sJ +xW +Mk +Mk +Mk +Mk +Xc +Xc +xm +xm +xm +xm +xm +Xc +Xc +mm +Mk +Hd +AY +Xc +hj +oE +sO +mB +To +sJ +xJ +Hd +ou +Tz +qM +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +il +il +zA +zA +zA +il +il +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +yQ +yQ +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Ot +"} +(190,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Dy +Iw +Iw +UL +gF +Iw +UL +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Wz +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +Tz +PU +ev do -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -lv -Vz -XY -XY -XY -XY -XY -pJ -ZX -ZX -ZX -ZX -ZX -pJ -Yx -Yx -hF -hF -hF -hF -hF -hF -hF -xV -ZX -Pg -mv -wL -xY -Cg -pJ -pJ -pJ -pJ -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -FS -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +bi +Mk +dv +FM +bZ +sJ +tI +Mk +Mk +Mk +Xc +Xc +nX +xm +xm +xm +xm +xm +nX +Xc +Xc +Mk +Mk +SX +Xc +GP +tI +Mk +Mk +yu +Mk +tI +fD +AO +Tz +FI +SI +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +il +il +il +il +zA +zA +zA +il +zA +zA +zA +zA +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +yQ +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +Xc +Xc +Xc +il +il +il +il +il +il +Xc +Xc +Xc +Ot +"} +(191,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Dy +Dy +Iw +Iw +UL +UL +UL +UL +Iw +Iw +mz +mz +mz +mz +Iw +Wz +Dy +nX +nX +nX +nX +nX +nX +nX +nX +sJ +sJ +sJ +sJ +sJ +sn +sn +sJ +sJ +sJ +sJ +Tz +Tz +Tz +Tz +Xc +nX +nX +xm +xm +xm +xm +xm +xm +nX +Xc +sn +Tz +Xc +Xc +Xc +sw +Tz +sn +Tz +sJ +Tz +sJ +Tz +sJ +sJ +FI +XV +XV +XV +XV +SI +yQ +yQ +yQ +yQ +yQ +zA +zA +il +il +il +sJ +il +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +yQ +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +zA +zA +zA +zA +il +Xc +Xc +Xc +il +il +il +il +il +il +Xc +Xc +Xc +Ot "} -(211,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -XY -XY -XY -BZ -BS -jQ -Is -gU -VU -jQ -Is -gU -VU -wj -lD -gU -VU -jQ -Is -gU -VU -jQ -Is -gU -VU -jQ -BS -HF -XY -XY -XY -XY -XY -sS -ZX -ZX -ZX -ZX -ZX -sS -Yx -Yx -hF -hF -hF -Yx -hF -hF -hF -sS -ZX -As -As -As -As -pJ -pJ -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(192,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Dy +TA +Iw +Iw +UL +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +nX +nX +nX +nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +nX +nX +sJ +sJ +aF +aF +aF +sJ +FI +XV +XV +XV +XV +XV +sJ +aF +aF +aF +sJ +sJ +il +zA +zA +zA +zA +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +yQ +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +il +Xc +Xc +il +il +il +il +il +il +Xc +Xc +Xc +Ot "} -(212,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Vq -XY -XY -XY -BZ -qy -kN -kN -kN -kN -kN -IP -IP -IP -kN -kN -pd -kN -kN -kN -IP -IP -IP -IP -kN -kN -bD -kP -HF -XY -XY -XY -XY -XY -sS -ZX -ZX -ZX -ZX -ZX -sS -Yx -Yx -hF -hF -Yx -Yx -Yx -hF -hF -xV -ZX -Po -ZX -pJ -pJ -pJ -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(193,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Dy +IM +Iw +Iw +rK +Iw +Iw +Iw +Iw +Iw +mz +mz +mz +mz +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +nX +Xc +nX +nX +nX +nX +nX +xm +xm +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +xm +wd +Mk +Mk +Mk +Mk +sJ +sJ +aF +aF +aF +aF +sJ +sJ +Mk +Mk +Mk +Mk +OU +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +yQ +Xc +Xc +Xc +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +il +Xc +Xc +zA +zA +zA +il +il +il +Xc +Xc +Xc +Ot +"} +(194,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Dy +Dy +Iw +Iw +rK +Iw +Iw +Iw +Dy +Dy +Xw +Xw +Xw +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +Xc +Xc +Xc +nX +nX +nX +xm +xm +xm +xm +nX +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +wd +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +OU +zA +zA +zA +il +il +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +il +Xc +Xc +Xc +zA +zA +il +il +il +Xc +Xc +Xc +Ot "} -(213,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Vq -Vq -Vq -XY -XY -BZ -JW -kN -kN -kN -pd -IP -IP -IP -IP -IP -IP -IP -IP -IP -kN -IP -IP -IP -IP -pd -kN -IP -CA -HF -XY -XY -XY -XY -Eq -pJ -pJ -pJ -ZX -ZX -ZX -pJ -Yx -Yx -hF -hF -Yx -Yx -Yx -hF -hF -pJ -zg -pJ -sS -pJ -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(195,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Dy +DS +sZ +UL +Iz +VA +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +xm +xm +xm +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +xm +nX +Xc +Xc +Xc +nX +nX +nX +nX +xm +xm +xm +xm +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +wd +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +OU +zA +zA +il +il +il +il +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +zA +zA +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +il +Xc +Xc +Xc +yQ +zA +zA +zA +il +Xc +Xc +Xc +Ot "} -(214,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -SW -Vq -XY -XY -XY -BZ -Vj -kN -kN -kN -kN -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -kN -IP -aB -HF -XY -XY -XY -Eq -Eq -Eq -Eq -pJ -pJ -ZX -ZX -pJ -pJ -hF -hF -hF -Yx -Yx -hF -hF -pJ -pJ -xV -pJ -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(196,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Dy +Dy +Dy +Dy +Dy +Dy +Dy +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +xm +xm +xm +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +nX +nX +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +wd +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +OU +zA +zA +il +il +il +il +il +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +il +Xc +Xc +Xc +yQ +yQ +zA +zA +zA +Xc +Xc +Xc +Ot +"} +(197,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +nX +nX +nX +xm +xm +xm +nX +nX +nX +nX +nX +xm +xm +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +nX +xm +xm +xm +xm +xm +nX +xm +wd +Mk +Mk +Mk +Mk +sJ +sJ +aF +aF +aF +aF +sJ +sJ +Mk +Mk +Mk +Mk +OU +zA +zA +zA +il +il +il +zA +zA +zA +zA +HO +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +il +Xc +Xc +Xc +yQ +yQ +yQ +zA +zA +Xc +Xc +Xc +Ot "} -(215,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -lB -Bq -Wt -XY -XY -BZ -Aw -kN -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -fc -HF -XY -XY -XY -XY -Eq -Eq -pJ -pJ -ZX -ZX -ZX -pJ -pJ -hF -hF -hF -Yx -hF -hF -pJ -pJ -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(198,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +nX +xm +nX +nX +xm +xm +xm +nX +nX +nX +nX +xm +xm +xm +xm +xm +xm +xm +xm +nX +nX +nX +nX +sJ +sJ +aF +aF +aF +sJ +qu +qu +qu +qu +qu +qu +sJ +aF +aF +aF +sJ +sJ +zA +zA +zA +zA +il +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +yQ +zA +zA +zA +il +Xc +Xc +Xc +Ot "} -(216,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Bm -cQ -OC -XY -XY -BZ -qy -kN -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -kN -kN -OX -HF -XY -XY -XY -XY -XY -pJ -pJ -ZX -ZX -ZX -ZX -pJ -hF -hF -hF -hF -hF -hF -hF -pJ -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(199,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +sJ +sJ +sJ +sJ +sJ +sn +sn +sJ +sJ +sJ +sJ +aX +sn +sn +sJ +sJ +xm +xm +xm +xm +xm +xm +xm +xm +xm +sJ +Tz +sn +Tz +Tz +Tz +aX +sJ +sJ +sJ +sJ +aX +sn +sJ +sJ +sJ +Xc +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +sJ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +zA +il +il +il +Xc +Xc +Xc +Ot "} -(217,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Dm -cQ -OC -XY -XY -BZ -JW -kN -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -kN -kN -TQ -HF -XY -XY -XY -XY -XY -gc -ZX -ZX -ZX -ZX -ZX -gc -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -cy -cy -cy -cy -cy -FS -FS -FS -cy -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -xo +(200,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +BY +BY +BY +aF +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +sJ +Mk +Mk +Mk +Mk +sJ +xm +xm +xm +xm +nX +nX +xm +xm +xm +sJ +rq +Mk +Ef +lh +oq +Lr +fK +Qn +sJ +Ba +YY +Mk +rp +sJ +Xc +Xc +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +HO +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +zA +il +il +il +Xc +Xc +Xc +Ot "} -(218,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Vx -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Dm -cQ -OC -XY -XY -BZ -Vj -kN -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -kN -kN -HI -HF -XY -XY -XY -XY -Eq -pJ -ZX -ZX -ZX -ZX -ZX -gc -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -Eq -mP -Qj -hF -hF -Eq -hF -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -cy -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -xo +(201,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +BY +Xc +Xc +Xc +BY +BY +BY +BY +aF +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +sJ +Mk +Mk +Mk +Mk +sJ +sJ +sJ +xm +nX +nX +nX +xm +sJ +sJ +sJ +my +Mk +Mk +Mk +Mk +tI +ja +TQ +sJ +uO +tI +Ue +PZ +sJ +Xc +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +zA +Is +il +il +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +zA +zA +zA +il +il +il +il +Xc +Xc +Xc +Ot "} -(219,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -wh -Bq -pg -XY -XY -BZ -Aw -kN -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -fc -HF -XY -XY -XY -XY -Eq -pJ -ZX -ZX -ZX -ZX -ZX -gc -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -hF -hF -Eq -hF -hF -cT -IJ -Eq -Eq -Eq -Eq -hF -hF -Jj -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -xo +(202,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +sJ +sJ +sJ +sJ +Mk +Mk +sJ +sJ +sJ +sJ +Mk +Mk +Mk +Mk +Mk +Mk +sJ +xm +nX +nX +nX +xm +Tz +fq +TC +vz +Mk +EB +RQ +Mk +tI +Mk +WV +sJ +ol +tI +nz +sJ +sJ +nX +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +zA +Is +il +il +il +il +il +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +Xc +il +il +il +il +il +il +il +il +Xc +Xc +Xc +Ot "} -(220,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -SW -Vq -XY -XY -XY -BZ -qy -kN -kN -kN -kN -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -IP -kN -IP -kP -HF -XY -XY -XY -XY -Eq -pJ -ZX -ZX -ZX -ZX -ZX -pJ -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -IJ -cT -Pc -hF -hF -hF -cT -Eq -Eq -Eq -hF -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -xo +(203,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +sJ +Mk +Mk +Mk +Mk +Mk +Mk +Mk +sJ +Mk +Mk +Mk +Mk +Mk +Mk +sJ +xm +nX +xm +nX +nX +Tz +um +TC +Rr +Mk +Mk +Mk +Mk +No +Mk +Mk +sJ +Mk +lq +qd +sJ +nX +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +zA +Is +il +il +il +il +il +il +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Ot "} -(221,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Vq -Vq -Vq -XY -XY -BZ -JW -kN -kN -kN -pd -IP -IP -IP -IP -IP -IP -IP -IP -IP -kN -IP -IP -IP -IP -pd -kN -IP -CA -HF -XY -XY -XY -Eq -Eq -pJ -ZX -ZX -ZX -ZX -ZX -pJ -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -OF -tV -CE -XJ -tV -IJ -hF -od -Eq -hF -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -FS -FS -FS -FS -FS -FS -FS -FS -FS -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(204,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +BY +BY +BY +BY +BY +Xc +BY +BY +BY +BY +BY +BY +sJ +sJ +ue +Mk +Mk +Mk +Mk +Mk +fX +Mk +Mk +Mk +Mk +Mk +Mk +sJ +xm +nX +xm +xm +nX +sn +Mk +TC +Mk +Mk +Mk +Mk +te +aX +sJ +sJ +sJ +sn +sn +sJ +sJ +nX +nX +Xc +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +zA +Is +Is +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Ot +"} +(205,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +Xc +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +se +vT +XN +vT +se +BY +BY +BY +BY +BY +Xc +Xc +Xc +BY +BY +BY +BY +BY +BY +aF +Mk +Mk +Mk +sJ +sJ +sJ +sJ +Mk +Mk +Mk +Mk +Mk +Mk +sJ +xm +nX +xm +xm +nX +sn +Mk +TC +oq +oq +uZ +dw +Ud +aX +mb +Tv +Il +Mk +Mk +sJ +nX +nX +nX +Xc +Xc +Xc +nX +yQ +yQ +yQ +yQ +yQ +yQ +zA +Is +Is +qj +qj +il +il +qj +qj +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +il +il +il +yQ +yQ +il +il +il +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +il +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Ot +"} +(206,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +BY +Xc +Xc +BY +Xc +BY +pM +Im +ZV +BY +BY +BY +BY +BY +Xc +Xc +Xc +Xc +Xc +BY +BY +BY +BY +BY +aF +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +sJ +xm +nX +xm +xm +nX +Tz +Mk +Mk +Mk +Mk +sJ +sJ +sJ +aX +hf +Wt +bS +ZF +sJ +sJ +nX +nX +Xc +Xc +Xc +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +Is +zA +zA +zA +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +il +il +yQ +yQ +yQ +yQ +il +il +il +il +il +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Ot "} -(222,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Vq -XY -XY -XY -BZ -Vj -kN -kN -kN -kN -kN -IP -IP -IP -kN -kN -pd -kN -kN -kN -IP -IP -IP -IP -kN -kN -kN -aB -HF -XY -XY -XY -Eq -pJ -pJ -ZX -ZX -ZX -ZX -ZX -gc -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -tV -tV -Ve -tV -tV -tV -tV -hF -hF -hF -hF -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(207,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +Xc +Xc +Xc +BY +BY +BY +BY +BY +BY +sJ +sJ +sJ +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +sJ +sJ +xm +nX +xm +xm +nX +Tz +gi +Mk +Mk +Mk +Mk +PS +eD +tI +Mk +PV +PV +sJ +sJ +nX +nX +nX +nX +Xc +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +il +il +il +Xc +Xc +Xc +Xc +Xc +zA +il +il +il +il +yQ +yQ +yQ +yQ +yQ +il +il +il +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Ot +"} +(208,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +Xc +Ey +BY +BY +BY +BY +BY +BY +BY +BY +BY +sJ +sJ +sJ +Mk +Mk +Mk +Mk +Mk +Mk +Mk +sJ +sJ +xm +xm +nX +xm +xm +nX +sJ +sJ +sJ +Mk +Tv +Tv +Tv +Tv +tI +Ng +Mk +Mk +Tz +nX +nX +nX +nX +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +zA +zA +zA +zA +il +il +il +il +yQ +yQ +yQ +il +il +il +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(209,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +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 +BY +BY +BY +BY +sJ +sJ +sJ +sJ +sJ +sJ +sn +sJ +sJ +nX +xm +xm +nX +nX +xm +nX +nX +nX +sJ +wT +qp +oq +oq +Uz +tI +Mk +Ng +Mk +Tz +nX +nX +nX +nX +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +yQ +il +il +il +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(223,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -XY -XY -XY -BZ -BS -yz -pv -xi -Kn -yz -pv -xi -Kn -tR -kn -xi -Kn -yz -pv -xi -Kn -yz -pv -xi -Kn -yz -BS -HF -XY -XY -XY -XY -gc -ZX -ZX -ZX -ZX -ZX -ZX -gc -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq +(210,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +BY +BY +Eb +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Qm +Fa +BY +BY +BY +BY +BY +sJ +Mk +Mk +Mk +Mk +Mk +sJ +xm +xm +nX +nX +nX +nX +nX +nX +nX +Tz +Mk +KA +Uz +Pl qp -Qj -hF -tV -tV -OF -Vm -IJ -tV -ZD -IJ -hF -hF -hF -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -FS -FS -FS -cy -FS -FS -FS -FS -FS -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +dE +sJ +sJ +sJ +sJ +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +il +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +il +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(211,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +BY +BY +BY +YA +ss +wb +iS +SK +Zp +wb +iS +SK +Zp +Jh +ME +SK +Zp +wb +iS +SK +Zp +wb +iS +SK +Zp +wb +ss +Hi +BY +BY +BY +BY +BY +sn +Mk +Mk +Mk +Mk +Mk +sn +xm +xm +nX +nX +nX +xm +nX +nX +nX +sn +Mk +ja +ja +ja +ja +sJ +sJ +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(212,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +se +BY +BY +BY +YA +sP +CZ +CZ +CZ +CZ +CZ +Rz +Rz +Rz +CZ +CZ +fc +CZ +CZ +CZ +Rz +Rz +Rz +Rz +CZ +CZ +oY +mo +Hi +BY +BY +BY +BY +BY +sn +Mk +Mk +Mk +Mk +Mk +sn +xm +xm +nX +nX +xm +xm +xm +nX +nX +Tz +Mk +fD +Mk +sJ +sJ +sJ +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(224,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -XY -XY -yT -te -te -te -te -te -te -te -te -te -te -te -te -te -te -te -te -te -te -te -te -te -te -te -QC -XY -XY -XY -XY -sS -ZX -ZX -ZX -ZX -ZX -ZX -gc -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -IJ -cT -hF -tV -tV -co -hF -jK -tV -tV -hF -hF -hF -Eq -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -FS -FS -FS -FS -FS -cy -cy -cy -FS -FS -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(213,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +se +se +se +BY +BY +YA +mE +CZ +CZ +CZ +fc +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +CZ +Rz +Rz +Rz +Rz +fc +CZ +Rz +RK +Hi +BY +BY +BY +BY +Xc +sJ +sJ +sJ +Mk +Mk +Mk +sJ +xm +xm +nX +nX +xm +xm +xm +nX +nX +sJ +Ng +sJ +sn +sJ +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(214,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +YP +se +BY +BY +BY +YA +KE +CZ +CZ +CZ +CZ +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +CZ +Rz +Sy +Hi +BY +BY +BY +Xc +Xc +Xc +Xc +sJ +sJ +Mk +Mk +sJ +sJ +nX +nX +nX +xm +xm +nX +nX +sJ +sJ +Tz +sJ +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(225,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -sS -ZX -ZX -ZX -ZX -ZX -ZX -pJ -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF +(215,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +wt +hB +pd +BY +BY +YA +Ga +CZ +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz IJ +Hi +BY +BY +BY +BY +Xc +Xc +sJ +sJ +Mk +Mk +Mk +sJ +sJ +nX +nX +nX +xm +nX +nX +sJ +sJ +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(216,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +zW +vT +SF +BY +BY +YA +sP +CZ +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +CZ +CZ hF -tV -tV -hF -hj -jK -tV -tV -cT -hF -Eq -Eq -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -Eq -Eq -Eq -cy -cy -cy -cy -FS -FS -FS -FS -cy -cy -FS -FS -FS -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +Hi +BY +BY +BY +BY +BY +sJ +sJ +Mk +Mk +Mk +Mk +sJ +nX +nX +nX +nX +nX +nX +nX +sJ +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +Xc +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(217,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +bc +vT +SF +BY +BY +YA +mE +CZ +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +CZ +CZ +LV +Hi +BY +BY +BY +BY +BY +aF +Mk +Mk +Mk +Mk +Mk +aF +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +zA +zA +zA +zA +il +il +il +zA +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(226,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -gc -ZX -ZX -ZX -ZX -ZX -pJ -pJ -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -JP -hF -tV -tV -tV -IJ -jK -tV -Ve -IJ -hF -Eq -Eq -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(218,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xv +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +bc +vT +SF +BY +BY +YA +KE +CZ +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +CZ +CZ +Xo +Hi +BY +BY +BY +BY +Xc +sJ +Mk +Mk +Mk +Mk +Mk +aF +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +Xc +UJ +VC +nX +nX +Xc +nX +nX +nX +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(227,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -XY -Eq -Eq -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -XY -JL -XY -XY -XY -XY -XY -Eq -pJ -pJ -pJ -pJ -pJ -pJ -pJ -pJ -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -IJ -tV -tV -Ve -tV -IJ -OF -tV -hF +(219,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +HG +hB +ZV +BY +BY +YA +Ga +CZ +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz IJ -Eq -Eq -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +Hi +BY +BY +BY +BY +Xc +sJ +Mk +Mk +Mk +Mk +Mk +aF +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +nX +nX +Xc +nX +nX +Jy +Et +Xc +Xc +Xc +Xc +nX +nX +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +il +il +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(220,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +YP +se +BY +BY +BY +YA +sP +CZ +CZ +CZ +CZ +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +CZ +Rz +mo +Hi +BY +BY +BY +BY +Xc +sJ +Mk +Mk +Mk +Mk +Mk +sJ +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Et +Jy +oe +nX +nX +nX +Jy +Xc +Xc +Xc +nX +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +il +il +il +il +il +il +il +il +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(228,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -XY -XY -Eq -Eq -Eq -XY -Eq -XY -XY -XY -XY -XY -XY -Eq -Eq -Eq -XY -BX -gJ -RH -XY -XY -XY -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -Lk -IJ -hF -JD -tV -WZ -vJ -tV -hF -hF -cT -Eq -Eq -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -Eq -FS -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(221,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +se +se +se +BY +BY +YA +mE +CZ +CZ +CZ +fc +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +CZ +Rz +Rz +Rz +Rz +fc +CZ +Rz +RK +Hi +BY +BY +BY +Xc +Xc +sJ +Mk +Mk +Mk +Mk +Mk +sJ +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +On +YB +QW +aM +YB +Et +nX +Nx +Xc +nX +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +il +il +il +il +il +il +il +il +il +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(222,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +se +BY +BY +BY +YA +KE +CZ +CZ +CZ +CZ +CZ +Rz +Rz +Rz +CZ +CZ +fc +CZ +CZ +CZ +Rz +Rz +Rz +Rz +CZ +CZ +CZ +Sy +Hi +BY +BY +BY +Xc +sJ +sJ +Mk +Mk +Mk +Mk +Mk +aF +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +YB +YB +ii +YB +YB +YB +YB +nX +nX +nX +nX +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +il +il +il +il +il +il +il +il +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(229,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -XY -Eq -Eq -XY -Eq -Eq -Eq -Eq -Vq -cQ -iw -cQ -Vq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Gy -hF -Nk -hF -IJ -hF -hF -hF -hF -hF -Eq -Eq -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(223,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +BY +BY +BY +YA +ss +Bw +Wn +zi +ND +Bw +Wn +zi +ND +iu +MW +zi +ND +Bw +Wn +zi +ND +Bw +Wn +zi +ND +Bw +ss +Hi +BY +BY +BY +BY +aF +Mk +Mk +Mk +Mk +Mk +Mk +aF +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +MJ +VC +nX +YB +YB +On +yM +Et +YB +PY +Et +nX +nX +nX +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +il +il +il +zA +il +il +il +il +il +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(230,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -yu -dp -gy -hF -hF -hF -Eq -Eq -Eq -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -Eq -Eq -IJ -hF -Eq -hF -hF -Eq -Eq -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(224,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +BY +BY +CB +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +Ag +wA +BY +BY +BY +BY +sn +Mk +Mk +Mk +Mk +Mk +Mk +aF +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Et +Jy +nX +YB +YB +iL +nX +Wr +YB +YB +nX +nX +nX +Xc +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +il +il +il +il +il +zA +zA +zA +il +il +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(231,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -hF -hF -Eq -Eq -Eq -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(225,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +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 +BY +BY +BY +BY +sn +Mk +Mk +Mk +Mk +Mk +Mk +sJ +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Et +nX +YB +YB +nX +wB +Wr +YB +YB +Jy +nX +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +Xc +Xc +Xc +zA +zA +zA +zA +il +il +il +il +zA +zA +il +il +il +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(226,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +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 +BY +BY +BY +BY +BY +aF +Mk +Mk +Mk +Mk +Mk +sJ +sJ +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Gm +nX +YB +YB +YB +Et +Wr +YB +ii +Et +nX +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} -(232,1,1) = {" -xo -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -Eq -Eq -Jj -Jj -Jj -Jj -Jj -Jj -cy -cy -cy -cy -cy -FS -FS -FS -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +(227,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +BY +Xc +Xc +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +BY +Ra +BY +BY +BY +BY +BY +Xc +sJ +sJ +sJ +sJ +sJ +sJ +sJ +sJ +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +Et +YB +YB +ii +YB +Et +On +YB +nX +Et +Xc +Xc +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(228,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +BY +BY +Xc +Xc +Xc +BY +Xc +BY +BY +BY +BY +BY +BY +Xc +Xc +Xc +BY +DT +ZU +GT +BY +BY +BY +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +vd +Et +nX +vb +YB +Cm +Vm +YB +nX +nX +Jy +Xc +Xc +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +Xc +il +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(229,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +BY +Xc +Xc +BY +Xc +Xc +Xc +Xc +se +vT +XN +vT +se +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +gk +nX +Cy +nX +Et +nX +nX +nX +nX +nX +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(230,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +vU +zw +Ve +nX +nX +nX +Xc +Xc +Xc +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +Xc +Xc +Et +nX +Xc +nX +nX +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +il +il +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(231,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +nX +nX +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +zA +zA +zA +il +il +il +il +il +il +il +il +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(232,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +yQ +yQ +yQ +yQ +yQ +yQ +zA +zA +zA +zA +zA +il +il +il +il +il +il +il +il +il +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} (233,1,1) = {" -xo -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Jj -Jj -Jj -Jj -Jj -Jj -cy -Eq -Eq -Eq -Eq -Eq -FS -FS -FS -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +yQ +yQ +yQ +yQ +yQ +yQ +zA +Xc +Xc +Xc +Xc +Xc +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} (234,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Jj -Jj -Jj -Jj -Jj -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -FS -FS -FS -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo -"} -(235,1,1) = {" -xo -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Jj -Jj -Jj -Jj -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +yQ +yQ +yQ +yQ +yQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +il +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +"} +(235,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +yQ +yQ +yQ +yQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} (236,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -hF -hF -hF -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -Jj -Jj -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -cy -cy -cy -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +yQ +yQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} (237,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -Jj -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -cy -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +yQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} (238,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -hF -hF -hF -hF -hF -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} (239,1,1) = {" -xo -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -Eq -xo +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot "} (240,1,1) = {" -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo -xo +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +"} +(241,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(242,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(243,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(244,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(245,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(246,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(247,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(248,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(249,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(250,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(251,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(252,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(253,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(254,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(255,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(256,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(257,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(258,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(259,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(260,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(261,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(262,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(263,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(264,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(265,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(266,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(267,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(268,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(269,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(270,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(271,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(272,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(273,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(274,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(275,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(276,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(277,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(278,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(279,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(280,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(281,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(282,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(283,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(284,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(285,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(286,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(287,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(288,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(289,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(290,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(291,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(292,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(293,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(294,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(295,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(296,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(297,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(298,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(299,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(300,1,1) = {" +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip "} From 9ae3fe499868d3969fd4bd5caf3fd67478420c41 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 4 Jan 2023 12:15:52 +0000 Subject: [PATCH 03/20] v --- .../LV624_Outpost_Furidamu.dmm | 33922 ++++------------ 1 file changed, 7109 insertions(+), 26813 deletions(-) diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index 2ef272e7db..a5c3951a37 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -1,94 +1,110 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"af" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder, +/obj/item/device/assembly/signaller, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) "ah" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 +/obj/structure/closet/toolcloset, +/obj/structure/machinery/light{ + dir = 8 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"am" = ( -/obj/structure/machinery/camera/autoname/lz_camera, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"ap" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - name = "Secure Vault APC"; - start_charge = 0 +"al" = ( +/obj/item/weapon/gun/boltaction/colony{ + pixel_x = -16; + pixel_y = 29 }, /turf/open/floor{ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"ar" = ( -/obj/structure/coatrack, -/turf/open/floor/interior/wood, +"am" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"ao" = ( +/obj/item/clothing/under/colonist/ua_civvies, +/obj/structure/surface/rack, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"av" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "aw" = ( -/turf/open/floor{ - dir = 4; - icon_state = "warning" +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper LZ1 Access"; + req_one_access = null }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) "aF" = ( -/obj/structure/window/framed/wood/reinforced, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"aM" = ( -/obj/structure/flora/bush/ausbushes/var3/leafybush, +/obj/structure/platform{ + dir = 4 + }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"aX" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ +/area/LV624_Outpost_Furidamu/outdoors/militia) +"aL" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ dir = 4 }, -/turf/closed/wall/wood, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"bc" = ( -/obj/structure/barricade/wooden, -/turf/open/floor{ - dir = 1; - icon_state = "warning" +"aM" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"bi" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"bp" = ( -/obj/structure/bed, -/obj/structure/pipes/vents/pump{ +/obj/structure/platform/kutjevo/rock{ dir = 4 }, -/turf/open/floor/interior/wood, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"br" = ( +"aO" = ( +/obj/effect/decal/warning_stripes, /obj/structure/machinery/landinglight/ds1{ - dir = 1; - tag = "icon-landingstripe (NORTH)" + dir = 4; + tag = "icon-landingstripe (EAST)" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"bA" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ +"aW" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"bl" = ( +/obj/structure/window/framed/colony, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"bo" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ dir = 1; tag = "icon-landingstripe (NORTH)" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) "bJ" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/obj/structure/platform/kutjevo/rock{ + dir = 1 }, -/mob/living/simple_animal/corgi/puppy{ - desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; - name = "\improper Mister Wiggles" +/obj/structure/platform/kutjevo/rock{ + dir = 8 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"bK" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/floor/interior/wood, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "bN" = ( /turf/closed/shuttle{ @@ -96,712 +112,644 @@ icon_state = "pwall" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker) -"bS" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/condiment/saltshaker, -/obj/item/reagent_container/food/condiment/peppermill{ - pixel_x = 4; - pixel_y = 4 +"bR" = ( +/obj/structure/machinery/power/port_gen/pacman/super, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"bU" = ( +/obj/structure/machinery/light{ + dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/militia) "bY" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor{ - icon_state = "white" +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"bZ" = ( -/obj/structure/closet, -/obj/item/storage/fancy/cigarettes/wypacket, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"ca" = ( -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"ci" = ( -/obj/structure/machinery/vending/security, -/turf/open/floor/interior/wood, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"cy" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - tag = "icon-landingstripe" +"ch" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"cE" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper LZ1 Access"; - req_one_access = null +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"cj" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 }, -/turf/open/floor/plating, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"cG" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - dir = 1; - locked = 1; - name = "\improper Engineering Dome Office"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor{ - icon_state = "dark" +"cy" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"cI" = ( -/obj/structure/bookcase, -/obj/item/bananapeel, -/obj/item/book/manual/research_and_development, -/obj/item/book/manual/security_space_law, -/turf/open/floor/interior/wood, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"cX" = ( -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"dg" = ( -/obj/structure/surface/table, -/obj/item/device/radio/off{ - frequency = 1469 - }, -/obj/item/tool/crowbar, -/obj/structure/machinery/light, -/obj/item/tool/hatchet{ - pixel_x = 6; - pixel_y = 4 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"di" = ( -/obj/structure/surface/table, -/obj/item/device/mmi/radio_enabled, +"cC" = ( +/obj/structure/largecrate/random, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"do" = ( -/obj/structure/closet, -/obj/item/clothing/under/rank/scientist, -/obj/item/stack/medical/advanced/bruise_pack, +"cF" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/trash/candle, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"dv" = ( -/obj/structure/closet{ - density = 0; - icon_state = "open"; - opened = 1 +"cG" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 }, -/obj/item/clothing/under/colonist, -/turf/open/floor/interior/wood, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"dw" = ( -/obj/structure/machinery/light/small{ +"cQ" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform{ dir = 4 }, -/obj/structure/machinery/vending/coffee, -/turf/open/floor/interior/wood, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"dB" = ( -/obj/structure/closet/cabinet, -/obj/item/reagent_container/food/snacks/syndicake{ - layer = 2.6 +"cW" = ( +/turf/open/floor{ + dir = 4; + icon_state = "warning" }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"cX" = ( /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"dE" = ( -/obj/structure/machinery/light/small{ +/area/LV624_Outpost_Furidamu/outdoors/militia) +"dg" = ( +/obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, -/obj/structure/pipes/vents/pump{ +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"di" = ( +/obj/structure/platform_decoration/kutjevo/rock{ dir = 8 }, -/turf/open/floor/interior/wood, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"dI" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, +"dm" = ( +/obj/structure/surface/rack, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"dK" = ( -/obj/structure/target/syndicate, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"dR" = ( -/obj/structure/surface/table, -/obj/item/trash/cheesie, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"dX" = ( -/obj/structure/surface/table, -/obj/item/clothing/head/soft/blue, -/obj/structure/machinery/light, +"dI" = ( +/obj/structure/bed/stool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"dV" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "el" = ( /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) -"ep" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/obj/effect/glowshroom, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"ev" = ( -/obj/structure/closet, -/obj/item/weapon/melee/baseballbat, -/obj/item/clothing/head/beret/jan, -/obj/item/stack/medical/splint, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/interior/wood, +"et" = ( +/obj/structure/flora/tree/jungle/bigtreeBOT, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"eD" = ( -/obj/structure/machinery/power/apc{ +"eE" = ( +/turf/open/floor{ dir = 8; - name = "Cafeteria APC"; - start_charge = 0 + icon_state = "warning" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"eE" = ( -/turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/oob) -"eM" = ( -/obj/structure/surface/table, -/obj/item/poster, -/obj/item/clothing/glasses/regular/hipster, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"eS" = ( -/obj/structure/sink{ - pixel_y = 30 +/area/LV624_Outpost_Furidamu/outdoors/militia) +"eV" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 }, -/turf/open/floor/interior/wood, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"eV" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper Communications Dome"; - req_access_txt = "100"; - req_one_access = null +"fc" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4; + tag = "icon-landingstripe (WEST)" }, -/turf/open/floor{ - dir = 9; - icon_state = "brown" +/obj/structure/barricade/handrail/strata{ + dir = 4 }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"fc" = ( -/obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"fq" = ( -/obj/structure/device/broken_piano, -/obj/structure/machinery/light/small{ - dir = 8 +"fk" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "fv" = ( +/obj/structure/machinery/power/geothermal{ + fail_rate = 5 + }, /turf/open/floor/plating{ - icon_state = "platebot" + icon_state = "warnplate" }, /area/LV624_Outpost_Furidamu/outdoors/militia) "fA" = ( -/obj/structure/window/framed/colony, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"fD" = ( -/obj/structure/machinery/light/small{ - dir = 4 +/obj/structure/platform/kutjevo/rock{ + dir = 8 }, -/turf/open/floor/interior/wood, +/obj/structure/platform/kutjevo/rock, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "fI" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 }, -/obj/structure/bed/stool, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "fK" = ( -/obj/structure/surface/table, -/obj/item/clothing/suit/chef/classic, +/obj/structure/bed/chair/office/light{ + dir = 1 + }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/militia) "fP" = ( /obj/structure/platform_decoration/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) -"fT" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "fX" = ( -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/closed/wall/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "gd" = ( /obj/structure/platform/kutjevo/rock{ - dir = 4 - }, -/obj/structure/platform_decoration/kutjevo/rock{ - dir = 1 + dir = 8 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"gi" = ( -/obj/structure/surface/table/gamblingtable, -/turf/open/floor/interior/wood, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"gk" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Atmospherics Processing APC" +"gf" = ( +/obj/structure/platform, +/obj/structure/platform/kutjevo/rock{ + dir = 8 }, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"gv" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 8; - tag = "icon-landingstripe (WEST)" +"gh" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"gs" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight, +/obj/effect/spawner/random/tool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "gx" = ( -/obj/structure/machinery/power/monitor, -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Engineering Dome"; + req_access_txt = "100"; + req_one_access = null }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) "gF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/surgical_tray, -/turf/open/floor{ - icon_state = "white" - }, +/obj/structure/platform_decoration/kutjevo/rock, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"gU" = ( -/obj/structure/surface/rack, -/obj/item/clothing/mask/gas, +"gN" = ( +/obj/structure/surface/table/reinforced/prison, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"hf" = ( -/obj/structure/machinery/status_display{ - pixel_y = 30 +"gT" = ( +/obj/structure/flora/tree/jungle/bigtreeTR, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gU" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 }, -/obj/structure/bed/chair, -/turf/open/floor/interior/wood, +/obj/structure/platform/kutjevo/rock, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "hj" = ( -/obj/structure/machinery/light/small{ - dir = 1 +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"hl" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 }, -/turf/open/floor/interior/wood, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"hl" = ( +"hn" = ( +/obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ dir = 8 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"hn" = ( -/turf/open/floor{ - icon_state = "warning" +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ho" = ( +/obj/structure/platform{ + dir = 4 }, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "hp" = ( -/obj/structure/bed/chair/office/dark{ +/obj/structure/platform/kutjevo/rock{ dir = 8 }, -/turf/open/floor{ - icon_state = "white" +/obj/structure/platform, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"hq" = ( +/obj/structure/machinery/blackbox_recorder, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"hr" = ( +/obj/structure/platform_decoration{ + dir = 8 }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "hB" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - dir = 1; - name = "\improper LZ1 Access"; - req_one_access = null - }, -/turf/open/floor, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"hF" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 1 +/turf/open/floor{ + icon_state = "warning" }, -/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"hK" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Telecomms APC"; - pixel_y = 30; - start_charge = 15 - }, +"hZ" = ( +/obj/structure/machinery/light, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"if" = ( +/obj/structure/window/framed/wood, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/oob) "ii" = ( -/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/structure/flora/jungle/plantbot1{ + desc = "Doesn't look like it'll do much cleaning any more."; + icon_state = "cart_wreck"; + name = "old janicart" + }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "il" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/militia) "io" = ( -/obj/structure/platform{ - dir = 1 +/obj/structure/platform/kutjevo/rock{ + dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) "iu" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ +/obj/structure/platform, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"iv" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"iw" = ( +/obj/effect/decal/warning_stripes, +/obj/structure/machinery/landinglight/ds1{ dir = 8; tag = "icon-landingstripe (WEST)" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"iC" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - dir = 1; - name = "\improper Engineering Dome"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor{ - icon_state = "dark" +/area/LV624_Outpost_Furidamu/landing_zone_1) +"iy" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"iF" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"iE" = ( -/obj/structure/surface/table, -/obj/item/tool/weldingtool, -/obj/item/tool/wrench, +/obj/structure/closet/secure_closet/engineering_personal, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "iL" = ( -/obj/structure/flora/tree/jungle/bigtreeTR, +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/effect/landmark/objective_landmark/close, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"iS" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 4; - tag = "icon-landingstripe (WEST)" +"iY" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 8; + id = "garage_lv"; + name = "\improper Garage" }, -/obj/structure/barricade/handrail/strata{ - dir = 4 +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"ja" = ( -/obj/structure/bed/chair{ +/area/LV624_Outpost_Furidamu/outdoors/militia) +"jl" = ( +/obj/structure/machinery/power/terminal{ dir = 8 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"jo" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/folder, -/obj/item/device/assembly/signaller, -/turf/open/floor/plating, +/turf/open/floor{ + icon_state = "platebot"; + tag = "icon-platebot" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) -"jw" = ( +"jo" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 }, -/obj/structure/platform/kutjevo/rock{ - dir = 8 - }, -/obj/structure/platform/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, +/obj/structure/platform, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"jw" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"jC" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) "jL" = ( -/obj/structure/fence, +/obj/structure/platform_decoration, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "jO" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/interior/wood, +/obj/structure/barricade/wooden, +/turf/open/floor{ + dir = 9; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"kd" = ( +/obj/structure/machinery/power/geothermal{ + fail_rate = 5 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) -"ke" = ( -/obj/structure/closet/lawcloset, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"kf" = ( -/obj/structure/bed, +"kj" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"kk" = ( +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"ko" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"kk" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/plating, +"kp" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) "kq" = ( -/obj/structure/machinery/optable, -/obj/item/tank/anesthetic, +/obj/structure/barricade/wooden, /turf/open/floor{ - icon_state = "white" + dir = 1; + icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/landing_zone_2) "kt" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/obj/item/stack/sheet/wood{ + amount = 2 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/turf/open/floor{ + dir = 5; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) "kw" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"kx" = ( -/obj/structure/showcase{ - layer = 3.1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/interior/wood, +"kC" = ( +/obj/structure/flora/jungle/planttop1, +/turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/outdoors/civilian) "kD" = ( -/obj/structure/closet/coffin, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"kF" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"kH" = ( -/obj/structure/filingcabinet, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"kI" = ( -/obj/structure/machinery/door_control{ - id = "garage_blast"; - name = "Garage Shutters"; - pixel_x = -26; - range = 200 - }, /turf/open/floor{ - icon_state = "cult" + dir = 4; + icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"lh" = ( -/obj/structure/surface/table, -/obj/structure/machinery/processor, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"ll" = ( -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"lq" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +"lC" = ( +/obj/structure/sink{ + pixel_y = 26 }, -/turf/open/floor/interior/wood, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"lt" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) "lH" = ( -/obj/structure/surface/table, -/obj/item/device/radio/headset{ - frequency = 1469; - pixel_x = 4; - pixel_y = 4 +/obj/structure/fence, +/turf/open/floor{ + icon_state = "bcircuit"; + tag = "icon-bcircuit" }, -/obj/item/device/radio/headset{ - frequency = 1469 +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"lO" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 }, -/obj/structure/machinery/light{ - dir = 4 +/turf/open/floor/plating{ + icon_state = "platebotc" }, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"lO" = ( -/obj/structure/machinery/power/terminal{ - dir = 8 +"lQ" = ( +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor{ - icon_state = "platebot"; - tag = "icon-platebot" +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"lV" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"mb" = ( +"lY" = ( /obj/item/device/radio/intercom{ freerange = 1; frequency = 1469; name = "General Listening Channel"; - pixel_y = 30 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"mm" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Security Office APC" + pixel_x = -30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"mo" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 1 +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ma" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 }, -/obj/structure/barricade/handrail/strata{ - dir = 1 +/obj/structure/platform/kutjevo/rock{ + dir = 8 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"my" = ( -/obj/structure/sink/kitchen{ - pixel_y = 30 +/obj/structure/platform/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ml" = ( +/obj/item/stack/sheet/wood{ + pixel_x = 9 }, -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/donkpocket{ - pixel_x = 4; - pixel_y = 4 +/obj/item/stack/sheet/wood{ + pixel_x = -16; + pixel_y = -11 }, -/obj/item/reagent_container/food/snacks/donkpocket{ - pixel_x = -4; - pixel_y = -4 +/obj/item/stack/sheet/wood{ + pixel_x = 5; + pixel_y = -7 }, -/obj/item/reagent_container/food/snacks/donkpocket, -/turf/open/floor/interior/wood, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"mt" = ( +/obj/structure/curtain/red, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "mz" = ( -/obj/structure/bed, /turf/open/floor{ - icon_state = "white" + dir = 8; + icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"mB" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/trash/chips, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "mE" = ( -/obj/structure/machinery/landinglight/ds2{ - tag = "icon-landingstripe" - }, -/obj/structure/barricade/handrail/strata, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"mK" = ( -/obj/structure/surface/table, -/obj/item/tool/pen{ - layer = 3.1 +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"mM" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/storage/bible, -/obj/structure/machinery/light/small{ - dir = 1 +"mH" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"mM" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"mW" = ( -/obj/structure/machinery/shower{ - dir = 4 - }, -/obj/effect/glowshroom, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"mT" = ( +/obj/structure/sign/poster{ + desc = "One of those hot, tanned babes back the beaches of good ol' Earth."; + icon_state = "poster12"; + name = "Beach Babe Pinup"; + pixel_x = 3; + pixel_y = -2; + serial_number = 12 }, -/turf/open/floor/interior/wood, +/turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "mZ" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/tool/candle, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/floor{ + dir = 6; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) "nf" = ( /turf/closed/wall/rock/brown, /area/LV624_Outpost_Furidamu/oob) "nh" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - tag = "icon-landingstripe" +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"nz" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/interior/wood, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"nT" = ( -/obj/structure/surface/table, -/turf/open/floor/interior/wood, +"nV" = ( +/obj/structure/platform/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) "nX" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "nZ" = ( -/turf/open/floor{ - dir = 6; - icon_state = "warning" +/obj/structure/platform{ + dir = 1 }, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "oe" = ( -/obj/structure/flora/tree/jungle/bigtreeTL, +/obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "oi" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/tool, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"ol" = ( -/obj/item/tool/kitchen/knife/butcher, -/obj/structure/surface/rack, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 +/obj/structure/platform{ + dir = 1 }, -/turf/open/floor/interior/wood, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "op" = ( -/obj/structure/closet/radiation, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 +/obj/structure/surface/table, +/obj/item/stack/medical/bruise_pack{ + pixel_x = 3; + pixel_y = 3 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/item/clothing/mask/surgical, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/storage/belt/medical/full, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "oq" = ( -/obj/structure/surface/table, -/turf/open/floor/interior/wood, +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "or" = ( /turf/open/floor/plating{ @@ -809,51 +757,29 @@ icon_state = "asteroidfloor" }, /area/LV624_Outpost_Furidamu/outdoors/militia) -"os" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/item/reagent_container/hypospray/autoinjector/tricord, -/obj/structure/surface/rack, -/obj/item/reagent_container/hypospray/autoinjector/quickclot{ - pixel_x = 3; - pixel_y = 3 +"oC" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/helmet/marine/veteran/UPP{ + pixel_x = -4; + pixel_y = 7 }, -/obj/item/reagent_container/hypospray/autoinjector/tricord, -/obj/item/clothing/suit/armor/vest/security, +/obj/item/clothing/head/helmet/marine/veteran/UPP, /turf/open/floor{ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"ou" = ( -/obj/structure/surface/table/woodentable, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"oE" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/clothing/glasses/sunglasses{ - pixel_y = 7 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"oF" = ( +/obj/structure/surface/table, +/obj/item/storage/box/masks{ + pixel_x = -4 }, -/obj/structure/machinery/door_control{ - dir = 1; - id = "nexus_blast"; - name = "Nexus Lockdown" +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 4 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"oF" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/reagent_container/food/drinks/bottle/whiskey, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"oG" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/binoculars, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "oM" = ( /obj/structure/window/framed/colony/reinforced, @@ -862,161 +788,124 @@ }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "oU" = ( -/obj/structure/machinery/computer/telecomms/monitor, -/turf/open/floor{ - dir = 9; - icon_state = "brown" +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"oY" = ( -/obj/effect/landmark/shuttle_loc/marine_trg/landing{ - name = "2" +"oZ" = ( +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"pc" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/newscaster{ - pixel_x = -30 - }, -/obj/structure/machinery/photocopier{ - pixel_y = 6 - }, -/obj/item/tool/wrench, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/militia) "pd" = ( -/turf/open/floor{ - dir = 10; - icon_state = "warning" +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 9; + icon_state = "p_stair_full" }, +/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) "pk" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"pq" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"pM" = ( -/turf/open/floor{ - dir = 5; - icon_state = "warning" +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 1; + icon_state = "p_stair_full" }, +/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) -"pU" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 4 +"pH" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 1; + tag = "icon-landingstripe (NORTH)" }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"pR" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush{ + pixel_y = 5 }, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "qa" = ( -/obj/structure/machinery/computer/telecomms/server, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"qd" = ( -/obj/structure/machinery/gibber, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) "qj" = ( -/obj/structure/fence, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"qp" = ( -/obj/structure/surface/table, -/obj/item/trash/plate, -/turf/open/floor/interior/wood, +/turf/open/floor{ + icon_state = "warning" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "qq" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/trash/candle, -/turf/open/floor/interior/wood, +/turf/open/floor{ + dir = 6; + icon_state = "warning" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "qu" = ( -/obj/structure/platform{ - dir = 8 - }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/structure/window/framed/wood, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "qM" = ( -/obj/structure/platform{ +/obj/structure/platform/kutjevo/rock{ dir = 1 }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) "qQ" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper Engineering Dome"; - req_access_txt = "100"; - req_one_access = null +/turf/open/floor{ + dir = 10; + icon_state = "warning" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "qS" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - locked = 1; - name = "\improper Engineering Dome SMES"; - req_access_txt = "100"; - req_one_access = null +/obj/structure/machinery/light{ + dir = 4; + tag = "icon-tube1 (EAST)" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) "qV" = ( -/obj/structure/machinery/power/smes/buildable{ - capacity = 1e+006; - dir = 1 - }, -/turf/open/floor/plating{ - icon_state = "platebotc" +/turf/open/floor{ + dir = 1; + icon_state = "warningcorner" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "rb" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/weldingtool, +/obj/item/tool/wrench, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"rd" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 4; - tag = "icon-landingstripe (EAST)" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) "rk" = ( -/obj/structure/surface/rack, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"rp" = ( -/obj/item/reagent_container/food/snacks/grown/banana{ - pixel_x = -8 +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/surgical_tray, +/turf/open/floor{ + icon_state = "white" }, -/obj/structure/surface/rack, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"rq" = ( -/obj/structure/surface/table, -/obj/structure/machinery/chem_dispenser/soda{ - pixel_y = 22 +"rl" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"rm" = ( +/obj/structure/machinery/landinglight/ds1{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) "rs" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/spray/cleaner{ @@ -1027,1207 +916,1222 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"rz" = ( -/obj/structure/bed, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_x = -30 +"rF" = ( +/turf/open/floor{ + dir = 6; + icon_state = "warning" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"rE" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/landing_zone_1) "rJ" = ( /turf/closed/wall/rock/brown, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker) "rK" = ( -/obj/structure/curtain/red, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"rM" = ( +/obj/structure/machinery/vending/coffee, /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"rM" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/lighter, -/obj/item/device/analyzer, -/obj/item/device/multitool, -/obj/item/device/assembly/prox_sensor, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"rO" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Geothermal APC"; - pixel_y = 30; - start_charge = 0 +"rP" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 6; + icon_state = "p_stair_full" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "rQ" = ( -/obj/structure/bed/chair/office/light, +/obj/structure/closet/secure_closet/engineering_electrical, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"rY" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) "se" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/landing_zone_2) -"sl" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"sn" = ( -/obj/structure/curtain/red, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"sr" = ( +"sj" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 }, -/turf/open/auto_turf/strata_grass/layer0_mud, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"ss" = ( -/obj/structure/machinery/floodlight/landing, -/turf/open/floor/mech_bay_recharge_floor{ - name = "Shuttle Landing Lights" +"sn" = ( +/obj/structure/machinery/landinglight/ds2/delayone, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"sr" = ( +/obj/structure/machinery/landinglight/ds2{ + tag = "icon-landingstripe" }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) "sw" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 - }, -/turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/oob) +/obj/item/clothing/head/hardhat/orange, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) "sJ" = ( /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"sO" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/trash/cigbutt/cigarbutt, -/obj/structure/machinery/cell_charger, -/obj/item/storage/fancy/cigarettes/wypacket, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "sP" = ( -/obj/structure/machinery/landinglight/ds2/delayone, -/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) "sX" = ( -/obj/structure/surface/table, -/obj/item/device/flashlight, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/structure/machinery/landinglight/ds2/delaythree, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) "sZ" = ( -/obj/structure/surface/table, -/obj/item/storage/box/masks{ - pixel_x = -4 - }, -/obj/item/storage/box/syringes{ - pixel_x = 5; - pixel_y = 4 - }, +/obj/structure/curtain/red, /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"te" = ( -/obj/item/reagent_container/food/snacks/grown/banana, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"ti" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 4; - tag = "icon-landingstripe (EAST)" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"tp" = ( -/obj/structure/noticeboard{ - pixel_y = 30 - }, -/obj/item/trash/cheesie, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "tw" = ( /turf/closed/wall, /area/LV624_Outpost_Furidamu/outdoors/militia) -"tI" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ +"tH" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ dir = 4 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"ue" = ( -/obj/item/reagent_container/food/snacks/donkpocket, -/obj/structure/flora/pottedplant, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"um" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"tN" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"uB" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ +/obj/structure/platform/kutjevo/rock{ dir = 4 }, -/obj/structure/curtain/red, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ue" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + tag = "icon-landingstripe" + }, +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"uh" = ( +/obj/item/stack/sheet/wood{ + pixel_x = 14; + pixel_y = 1 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -12; + pixel_y = -12 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"uL" = ( -/obj/structure/machinery/colony_floodlight_switch{ - pixel_y = 30 +"us" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + locked = 1; + name = "\improper Engineering Dome Office"; + req_access_txt = "100"; + req_one_access = null }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"uO" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Kitchen APC" +"ut" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"uu" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ux" = ( +/obj/item/tool/pickaxe/silver, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"uS" = ( -/obj/structure/machinery/shower{ +"uy" = ( +/obj/structure/platform{ dir = 4 }, -/turf/open/floor/interior/wood, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"uL" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"uR" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "uY" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/machinery/vending/snack, +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "uZ" = ( -/obj/structure/surface/table, -/obj/structure/machinery/microwave, -/turf/open/floor/interior/wood, +/turf/closed/wall, /area/LV624_Outpost_Furidamu/outdoors/civilian) "vb" = ( -/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"vd" = ( -/obj/structure/flora/bush/ausbushes/ppflowers, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"vz" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/grown/tomato, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"vJ" = ( -/obj/structure/surface/rack, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor{ - icon_state = "cult" +"vP" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "vT" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"vU" = ( /turf/open/floor{ - dir = 5; + dir = 10; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"wb" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 4; - tag = "icon-landingstripe (EAST)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 4 +/area/LV624_Outpost_Furidamu/landing_zone_2) +"vU" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper LZ1 Access"; + req_one_access = null }, -/turf/open/floor/plating, +/turf/open/floor, /area/LV624_Outpost_Furidamu/landing_zone_2) +"wc" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "wd" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 1; - icon_state = "p_stair_full" +/obj/structure/window/framed/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer{ + id = "science_blast"; + layer = 3.3; + name = "\improper Science Wing Blast Door" }, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"wr" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "wt" = ( -/obj/structure/barricade/wooden, +/obj/structure/machinery/door/poddoor/almayer{ + id = "science_blast"; + layer = 3.3; + name = "\improper Science Wing Blast Door" + }, +/obj/structure/machinery/door/airlock/almayer/research{ + dir = 1; + locked = 1; + name = "\improper Research Dome"; + req_access_txt = "100" + }, /turf/open/floor{ - dir = 9; - icon_state = "warning" + icon_state = "white" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "wy" = ( -/obj/structure/machinery/light{ - dir = 4; - tag = "icon-tube1 (EAST)" +/turf/open/floor{ + dir = 1; + icon_state = "warning" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"wz" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "wA" = ( -/obj/structure/stairs/perspective{ - color = "#6b675e"; - dir = 6; - icon_state = "p_stair_full" +/turf/open/floor{ + dir = 5; + icon_state = "warning" }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "wB" = ( /obj/structure/flora/jungle/treeblocker, -/obj/structure/machinery/colony_floodlight, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"wT" = ( -/obj/structure/machinery/light/small{ - dir = 1 +"xg" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/mech_bay_recharge_floor{ + name = "Shuttle Landing Lights" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/landing_zone_1) "xm" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"xy" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "xJ" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 +/turf/open/floor{ + dir = 9; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"xO" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 10; + icon_state = "p_stair_full" }, -/obj/structure/pipes/standard/simple/hidden/cyan{ +/obj/structure/platform_decoration{ dir = 4 }, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"xW" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Chapel APC"; - start_charge = 0 +"xU" = ( +/turf/open/floor/plating{ + icon_state = "platebot" }, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/area/LV624_Outpost_Furidamu/outdoors/militia) +"xY" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -22; + pixel_y = -8 }, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yc" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "yg" = ( /turf/open/floor{ + dir = 4; + icon_state = "warningcorner" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ym" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"yu" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"yv" = ( +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"yz" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 8; - icon_state = "warning" + tag = "icon-landingstripe (WEST)" }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"ym" = ( +"yG" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"yr" = ( -/obj/item/stack/medical/advanced/bruise_pack, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"yu" = ( -/obj/item/trash/cheesie, +"yL" = ( +/obj/structure/closet/radiation, +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_x = -30 + }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"yv" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, -/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"yx" = ( -/obj/structure/pipes/standard/manifold/hidden/cyan, -/turf/closed/wall/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "yM" = ( -/obj/structure/flora/bush/ausbushes/var3/fernybush, -/obj/effect/landmark/objective_landmark/close, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/turf/open/floor{ + dir = 1; + icon_state = "whitepurple" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "yQ" = ( /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) "yR" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 8; - id = "garage_lv"; - name = "\improper Garage" - }, -/turf/open/floor/plating{ - dir = 1; - icon_state = "asteroidfloor" +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"zf" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/computer/med_data/laptop, -/obj/structure/machinery/light/small{ - dir = 8 +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"za" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/bag/plants{ + pixel_y = -3 }, +/obj/item/tool/scythe, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "zi" = ( -/obj/structure/machinery/landinglight/ds2{ +/turf/open/floor{ dir = 8; - tag = "icon-landingstripe (WEST)" + icon_state = "warningcorner"; + tag = "icon-warningcorner (WEST)" }, -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"zl" = ( -/obj/structure/toilet{ - dir = 8 - }, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "zp" = ( -/turf/open/floor{ - dir = 4; - icon_state = "warning" +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) "zq" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/outdoors/militia) -"zu" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 1; - tag = "icon-landingstripe (NORTH)" +"zA" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zU" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"zw" = ( +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ae" = ( /turf/open/floor{ - dir = 4; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"zA" = ( -/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) -"zC" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 4; - tag = "icon-landingstripe (EAST)" +"Ag" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"zL" = ( -/obj/structure/bed/chair/comfy/orange{ - dir = 1 +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Ai" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"zU" = ( -/obj/structure/platform{ - dir = 1 - }, +"Aq" = ( /obj/structure/platform_decoration{ - dir = 5; - layer = 3.51; - tag = "icon-platform_deco (EAST)" - }, -/obj/structure/platform/kutjevo/rock{ - dir = 8 + dir = 4 }, -/turf/open/auto_turf/strata_grass/layer0_mud, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"AQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/weapon/melee/twohanded/fireaxe, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"zW" = ( -/obj/item/stack/sheet/wood{ - amount = 2 +"Bw" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 1 }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"By" = ( /turf/open/floor{ - dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"zY" = ( -/obj/structure/bookcase, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Aa" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/machinery/light{ - dir = 1 +/area/LV624_Outpost_Furidamu/landing_zone_1) +"BX" = ( +/obj/item/stack/sheet/wood{ + pixel_x = 19 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ag" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 4; - icon_state = "p_stair_full" +/obj/item/stack/sheet/wood{ + pixel_x = -8 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Ah" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/chem_dispenser/beer{ - pixel_y = 26 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ai" = ( -/obj/item/weapon/melee/baseballbat/metal, -/obj/item/device/lightreplacer, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"At" = ( -/obj/structure/machinery/power/apc{ - start_charge = 0 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"AD" = ( -/obj/item/device/flashlight, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/door_control{ - id = "nexus_blast"; - name = "Nexus Lockdown" - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"AO" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/taperecorder, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"AY" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/handcuffs, -/obj/item/storage/firstaid/adv, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ba" = ( -/obj/structure/kitchenspike, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/item/stack/sheet/wood{ + pixel_x = -4; + pixel_y = -7 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Bj" = ( -/obj/structure/bed/roller, -/obj/structure/machinery/light, -/turf/open/floor/interior/wood, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Bw" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 8; - tag = "icon-landingstripe (WEST)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/turf/open/floor/plating, +"BY" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) -"Bx" = ( -/obj/structure/surface/table, -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_x = 30 - }, -/obj/item/device/radio/intercom{ - freerange = 1; +"Cf" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio/headset{ frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 + pixel_x = 4; + pixel_y = 4 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"By" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 1; - tag = "icon-landingstripe (NORTH)" +/obj/item/device/radio/headset{ + frequency = 1469 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"BH" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor{ - icon_state = "cult" +/obj/structure/machinery/light{ + dir = 4 }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"BY" = ( -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Ch" = ( -/obj/structure/closet, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/militia) "Cm" = ( -/obj/structure/flora/jungle/planttop1, -/turf/open/gm/river, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Cy" = ( -/obj/structure/flora/bush/ausbushes/var3/leafybush, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "CB" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 5; - icon_state = "p_stair_full" +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/mech_bay_recharge_floor{ + name = "Shuttle Landing Lights" }, -/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) "CZ" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Da" = ( +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) "Dc" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"Dn" = ( -/obj/item/trash/popcorn, -/turf/open/floor/interior/wood, +"De" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Dy" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"DH" = ( -/obj/structure/prop/wooden_cross, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "DL" = ( -/obj/effect/decal/warning_stripes, +/obj/structure/machinery/iv_drip, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"DP" = ( /obj/structure/machinery/landinglight/ds1{ - dir = 8; - tag = "icon-landingstripe (WEST)" + dir = 4; + tag = "icon-landingstripe (EAST)" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) "DS" = ( -/obj/structure/surface/table, -/obj/item/stack/medical/bruise_pack{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/surgical, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/item/storage/belt/medical/full, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - icon_state = "white" +/obj/structure/machinery/landinglight/ds2{ + dir = 4; + tag = "icon-landingstripe (EAST)" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"DT" = ( -/obj/structure/barricade/wooden{ +/obj/structure/barricade/handrail/strata{ dir = 4 }, -/turf/open/floor{ - dir = 9; - icon_state = "warning" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"Eb" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 9; - icon_state = "p_stair_full" +"DT" = ( +/obj/item/stack/sheet/wood{ + amount = 2 }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) -"Ef" = ( -/obj/structure/machinery/vending/dinnerware, +"DU" = ( +/obj/structure/fence, +/turf/open/floor{ + icon_state = "bcircuit"; + tag = "icon-bcircuit" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"DX" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/rifle/type71/carbine/commando, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Eg" = ( -/obj/structure/machinery/blackbox_recorder, -/obj/item/prop/almayer/flight_recorder/colony{ - pixel_x = -6; - pixel_y = 10 +"Eb" = ( +/obj/structure/machinery/landinglight/ds2{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, -/turf/open/floor/interior/wood, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Ed" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"El" = ( -/obj/structure/toilet{ - dir = 4 +"Eg" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/moneybag{ + pixel_y = 12 }, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Eh" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Et" = ( -/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Ey" = ( -/obj/structure{ - desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; - icon = 'icons/obj/structures/droppod_32x64.dmi'; - icon_state = "techpod_open"; - layer = 3.1; - name = "Remote Console Pod" - }, -/obj/structure/machinery/computer/shuttle_control/dropship2{ - layer = 3.1; - pixel_y = -6 +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray, +/obj/item/spacecash/c1000{ + desc = "Holy...fuck five hundred US Government minted hundred-dollar bills. Every single damn one of them has Ben Fucking Franklin on them. The court of Bens sit impatiently, as if each one thought they alone belonged to you. This coven of angry Bens have all since learned about your relations with the other Bens, and they want answers."; + name = "50000 dollars"; + worth = 50000 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) -"EB" = ( -/obj/structure/machinery/chem_master/condimaster, -/obj/structure/surface/table, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"EH" = ( -/turf/open/floor{ - dir = 1; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_1) "Fa" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 10; - icon_state = "p_stair_full" +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Fc" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 8 }, -/obj/effect/decal/cleanable/blood, -/obj/structure/pipes/standard/simple/hidden/cyan, -/turf/open/floor/interior/wood, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Fk" = ( -/obj/structure/machinery/power/geothermal{ - fail_rate = 5 +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8; + tag = "icon-landingstripe (WEST)" }, -/turf/open/floor/plating{ - icon_state = "warnplate" +/obj/structure/barricade/handrail/strata{ + dir = 8 }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) "Fn" = ( -/obj/structure/machinery/power/port_gen/pacman/super, +/obj/structure/machinery/photocopier, +/obj/item/spacecash/c100{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Fr" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/lighter, +/obj/item/device/analyzer, +/obj/item/device/multitool, +/obj/item/device/assembly/prox_sensor, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "Ft" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 1 - }, -/obj/structure/platform/kutjevo/rock{ - dir = 4 +/obj/structure/prop/server_equipment/laptop/on{ + pixel_y = 12 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "FA" = ( -/obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) "FI" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 +/obj/structure/surface/table/woodentable/poor, +/obj/item/stack/sandbags_empty{ + pixel_x = -5; + pixel_y = 9 }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/item/stack/sandbags_empty, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "FK" = ( /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"FM" = ( -/obj/structure/closet, -/obj/item/clothing/glasses/sunglasses, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "FO" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/bronze, -/obj/item/storage/donut_box, +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"FU" = ( +/obj/structure/surface/rack, +/obj/item/device/multitool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/militia) "FV" = ( -/obj/structure/machinery/landinglight/ds1{ - tag = "icon-landingstripe" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"FW" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/light/small, -/obj/structure/machinery/computer/objective{ - dir = 1 +/turf/open/floor{ + dir = 5; + icon_state = "warning" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/landing_zone_2) "Ga" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - tag = "icon-landingstripe" +/obj/structure/machinery/photocopier, +/obj/item/spacecash/c100{ + pixel_x = -2; + pixel_y = 7 }, -/obj/structure/barricade/handrail/strata, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Gb" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/storage/box/matches, -/obj/item/tool/candle, -/turf/open/floor/interior/wood, +/obj/structure/surface/table/woodentable/poor, +/obj/item/spacecash/c1000, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Gd" = ( -/obj/structure/bed/stool, +/obj/structure/surface/rack, +/obj/item/clothing/mask/gas, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Gm" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"GP" = ( -/obj/item/trash/candy, -/obj/structure/machinery/power/apc{ +"Gl" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; - name = "Corporate Lobby APC" + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"GT" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Gm" = ( +/obj/structure/machinery/medical_pod/sleeper, /turf/open/floor{ - dir = 10; - icon_state = "warning" + icon_state = "white" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Hd" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"He" = ( -/obj/structure/fence, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Hh" = ( -/obj/structure/flora/pottedplant, -/obj/item/trash/cheesie, -/obj/structure/pipes/vents/pump, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Hi" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - icon_state = "p_stair_full" +"GO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio/off{ + frequency = 1469 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Hs" = ( -/obj/item/storage/toolbox/syndicate, -/obj/structure/surface/rack, -/obj/item/clothing/suit/armor/vest/security, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"GT" = ( +/obj/structure/machinery/sleep_console, /turf/open/floor{ - icon_state = "cult" + icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"HG" = ( -/obj/item/stack/sheet/wood{ - amount = 2 +"GZ" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Hc" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4; + tag = "icon-landingstripe (EAST)" }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"He" = ( /turf/open/floor{ - dir = 5; + dir = 4; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) -"HO" = ( -/obj/structure/fence, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"HT" = ( -/obj/structure/window/reinforced{ - dir = 8 +"Hi" = ( +/obj/structure/machinery/photocopier, +/obj/item/spacecash/c100{ + pixel_x = -2; + pixel_y = 7 }, -/obj/structure/surface/table, -/obj/item/clothing/ears/earmuffs, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/weapon/gun/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Id" = ( -/obj/structure/bed/chair/wheelchair, -/turf/open/floor/interior/wood, +"Hx" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Il" = ( -/obj/structure/bed/chair{ +"HB" = ( +/obj/structure/platform/kutjevo/rock{ dir = 4 }, -/obj/structure/machinery/light/small{ - dir = 8 +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"HC" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/oob) +"HO" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Im" = ( -/turf/open/floor{ - dir = 4; - icon_state = "warning" - }, +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) "Ip" = ( /turf/open/space/basic, /area/space) -"Ir" = ( -/obj/structure/machinery/deployable/barrier, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor{ - icon_state = "cult" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "Is" = ( /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/outdoors/militia) "It" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Iu" = ( -/obj/effect/spawner/random/powercell, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/structure/surface/table/woodentable/poor, +/obj/item/spacecash/c1000, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Iw" = ( /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Iz" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor{ - icon_state = "white" +/obj/structure/surface/table/woodentable/poor, +/obj/item/stack/sandbags_empty{ + pixel_x = -6; + pixel_y = 10 }, +/obj/item/stack/sandbags_empty, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"IH" = ( -/obj/item/clothing/glasses/regular, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"II" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"IJ" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 1; - tag = "icon-landingstripe (NORTH)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 1 +"IC" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + tag = "icon-landingstripe" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"IM" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"IF" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, /turf/open/floor{ - icon_state = "white" + icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"IW" = ( -/obj/item/folder/red, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"IY" = ( -/obj/item/trash/cheesie, -/obj/structure/pipes/standard/simple/hidden/cyan, +"II" = ( +/obj/effect/spawner/random/powercell, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Jf" = ( -/obj/structure/largecrate/random, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"IK" = ( +/obj/structure/surface/table, +/obj/item/device/multitool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Jh" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ +"IM" = ( +/obj/structure/window/framed/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer{ dir = 4; - tag = "icon-landingstripe (EAST)" + id = "science_blast"; + layer = 3.3; + name = "\improper Science Wing Blast Door" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Jy" = ( -/obj/structure/flora/bush/ausbushes/var3/fernybush, -/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"JF" = ( -/obj/structure{ - desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; - icon = 'icons/obj/structures/droppod_32x64.dmi'; - icon_state = "techpod_open"; - layer = 3.1; - name = "Remote Console Pod" - }, -/obj/structure/machinery/computer/shuttle_control/dropship1{ - layer = 3.2; - pixel_y = -6 +"IQ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/bible, +/obj/structure/machinery/light/small{ + dir = 1 }, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) -"JO" = ( -/obj/effect/decal/warning_stripes, -/obj/structure/machinery/landinglight/ds1{ +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Jy" = ( +/obj/structure/window/framed/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer/open{ dir = 4; - tag = "icon-landingstripe (EAST)" + id = ""; + name = "\improper Forced Blast Door" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"Kx" = ( -/obj/structure/surface/table, -/obj/item/device/multitool, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"KA" = ( -/obj/structure/surface/table, -/obj/item/trash/candy, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"KD" = ( -/obj/structure/machinery/washing_machine, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"KE" = ( -/obj/structure/machinery/landinglight/ds2/delaythree, -/obj/structure/barricade/handrail/strata, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"KR" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - name = "Commandant's Quarters APC"; - pixel_x = -1; - start_charge = 0 +"JF" = ( +/obj/item/trash/used_stasis_bag, +/obj/item/spacecash/c500{ + pixel_x = -3; + pixel_y = 15 }, -/turf/open/floor/interior/wood, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Lb" = ( -/obj/structure/platform_decoration/kutjevo/rock{ - dir = 4 +"JG" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform{ + dir = 8 }, -/turf/open/auto_turf/strata_grass/layer0_mud, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Lr" = ( -/obj/structure/surface/table, -/obj/item/clothing/head/chefhat, -/obj/structure/machinery/light/small{ - dir = 8 +"Kb" = ( +/obj/structure/machinery/landinglight/ds1{ + tag = "icon-landingstripe" }, -/obj/item/tool/kitchen/rollingpin, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Kc" = ( +/obj/structure/barricade/wooden{ + dir = 8 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ls" = ( -/obj/structure/closet/coffin{ - density = 0; - icon_state = "coffin_open"; - opened = 1 +"Ki" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + name = "\improper Engineering Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Kt" = ( +/obj/item/stack/sheet/wood{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Kx" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/box/bodybags{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/spacecash/c100{ + pixel_x = -3; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"KE" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray, +/obj/item/spacecash/c1000{ + desc = "Holy...fuck five hundred US Government minted hundred-dollar bills. Every single damn one of them has Ben Fucking Franklin on them. The court of Bens sit impatiently, as if each one thought they alone belonged to you. This coven of angry Bens have all since learned about your relations with the other Bens, and they want answers."; + name = "50000 dollars"; + worth = 50000 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"KU" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"KZ" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/cyan{ +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Lb" = ( +/obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Lf" = ( +/turf/open/floor{ + icon_state = "bcircuit"; + tag = "icon-bcircuit" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ls" = ( +/obj/structure/curtain/red, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Lt" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - tag = "icon-landingstripe" - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"Lu" = ( -/obj/effect/landmark/shuttle_loc/marine_trg/landing{ - name = "1" +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4; + tag = "icon-landingstripe (EAST)" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) "Lv" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/machinery/door/airlock/almayer/research{ + locked = 1; + name = "\improper Research Dome"; + req_access_txt = "100" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Ly" = ( -/obj/structure/surface/table, -/obj/item/device/radio/off{ - frequency = 1469 +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "science_blast"; + layer = 3.3; + name = "\improper Science Wing Blast Door" + }, +/turf/open/floor{ + icon_state = "white" }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"LD" = ( +/obj/item/weapon/melee/baseballbat/metal, +/obj/item/device/lightreplacer, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "LE" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - dir = 1; - name = "\improper Communications Dome"; - req_access_txt = "100"; - req_one_access = null +/turf/open/floor{ + dir = 8; + icon_state = "whitepurple" }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"LJ" = ( +/obj/structure/closet/coffin, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"LH" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Men's Dorms APC"; - pixel_y = 30; - start_charge = 0 +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"LS" = ( +/obj/structure{ + desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; + icon = 'icons/obj/structures/droppod_32x64.dmi'; + icon_state = "techpod_open"; + layer = 3.1; + name = "Remote Console Pod" }, -/obj/structure/surface/table, -/obj/item/toy/deck, -/obj/item/storage/fancy/cigarettes/wypacket, +/obj/structure/machinery/computer/shuttle_control/dropship1{ + layer = 3.2; + pixel_y = -6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) +"Mk" = ( /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"LV" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 1; - tag = "icon-landingstripe (NORTH)" +"Mn" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Mr" = ( +/obj/structure/surface/table/almayer, +/obj/item/explosive/grenade/custom/ied{ + pixel_x = -8 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Mi" = ( -/obj/item/bedsheet/rd, -/obj/item/cane, -/obj/structure/bed{ - desc = "For prime comfort."; - name = "fancy bed" +/obj/item/explosive/grenade/custom/ied, +/obj/item/explosive/grenade/custom/ied{ + pixel_x = 10 }, -/obj/structure/pipes/vents/pump{ - dir = 4 +/turf/open/floor{ + icon_state = "cult" }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Mk" = ( -/turf/open/floor/interior/wood, +"Mz" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "MB" = ( -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" +/turf/open/floor{ + dir = 4; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"MH" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 1; + icon_state = "p_stair_full" }, -/obj/structure/foamed_metal{ - layer = 3.1 +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"MJ" = ( +/obj/structure/machinery/door/airlock/almayer/research{ + density = 0; + icon_state = "door_open"; + name = "\improper Research Dome"; + opacity = 0; + req_access_txt = "100" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"ME" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ +/obj/structure/machinery/door/poddoor/almayer/open{ dir = 4; - tag = "icon-landingstripe (WEST)" + id = ""; + name = "\improper Forced Blast Door" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"MJ" = ( -/obj/structure/flora/jungle/planttop1, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"MS" = ( -/obj/structure/curtain/red, /turf/open/floor{ - icon_state = "cult" + dir = 5; + icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"MS" = ( +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "MW" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 8; - tag = "icon-landingstripe (WEST)" - }, +/obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) "Na" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker) "Nb" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 8 +/obj/item/trash/used_stasis_bag, +/obj/item/spacecash/c500{ + pixel_x = -3; + pixel_y = 15 }, -/obj/structure/platform/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Nc" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/computer/rdconsole, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Nd" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/smg/nailgun, -/obj/item/weapon/gun/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/obj/item/ammo_magazine/smg/nailgun, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Ng" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"No" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/obj/structure/bed/chair/office/dark{ + dir = 8 }, -/obj/structure/machinery/light/small{ - dir = 4 +/turf/open/floor{ + icon_state = "white" }, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Nx" = ( -/obj/structure/flora/bush/ausbushes/var3/brflowers, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +"Ng" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4; + tag = "icon-landingstripe (EAST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Ni" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -1 + }, +/obj/item/stack/sheet/wood{ + layer = 3; + pixel_x = -33; + pixel_y = -10 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = -10 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Nz" = ( -/obj/structure/machinery/computer/telecomms/traffic, +"Nl" = ( +/mob/living/simple_animal/corgi/puppy{ + desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; + name = "\improper Mister Wiggles" + }, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Nw" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"ND" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ +"Nx" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 8; tag = "icon-landingstripe (WEST)" }, -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) -"NN" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown, -/turf/open/floor/interior/wood, +"Nz" = ( +/turf/open/floor{ + dir = 10; + icon_state = "whitepurple" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"NQ" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 8; - tag = "icon-landingstripe (WEST)" +"ND" = ( +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"NI" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/LV624_Outpost_Furidamu/outdoors/militia) +"NQ" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"NS" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform_decoration{ + dir = 5; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"NT" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/head/helmet/marine/veteran/UPP, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Oa" = ( +/obj/structure/machinery/computer/telecomms/traffic{ + pixel_y = 16 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Om" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 9; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) "On" = ( -/obj/structure/flora/bush/ausbushes/var3/brflowers, -/turf/open/gm/river, +/obj/structure/flora/tree/jungle/bigtreeTL, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Os" = ( +/obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ dir = 4 }, -/obj/structure/platform/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) "Ot" = ( @@ -2236,458 +2140,521 @@ icon_state = "pwall" }, /area/LV624_Outpost_Furidamu/oob) -"Oz" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"OD" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"OI" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"OR" = ( +/obj/structure/safe/floor{ + name = "safe"; + spawnkey = 0 }, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"OG" = ( -/obj/item/device/flash, -/obj/structure/surface/table/reinforced/prison, -/obj/item/explosive/grenade/flashbang{ - pixel_x = 7; - pixel_y = 2 +"OU" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4; + tag = "icon-landingstripe (WEST)" }, -/obj/structure/machinery/light/small{ +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Pd" = ( +/obj/structure/platform{ dir = 1 }, -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 +/obj/structure/platform{ + dir = 4 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"OU" = ( +/obj/structure/platform_decoration{ + dir = 9; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Pg" = ( +/obj/structure/machinery/landinglight/ds1/delayone{ + tag = "icon-landingstripe" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Pk" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"OZ" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/device/megaphone, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Pe" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/device/flashlight/lamp, -/obj/structure/surface/table, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Pl" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/hypospray/autoinjector/quickclot, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ps" = ( -/obj/structure/machinery/sleep_console, +"Pn" = ( +/obj/structure/curtain/red, /turf/open/floor{ - icon_state = "white" + icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ps" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8; + tag = "icon-landingstripe (WEST)" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) "Pt" = ( /turf/open/floor{ - dir = 8; - icon_state = "warning" + icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"PE" = ( -/obj/effect/glowshroom, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"PF" = ( -/obj/structure/window/reinforced{ - dir = 4 +"PH" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" }, -/obj/structure/surface/table, -/obj/item/weapon/gun/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"PJ" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"PR" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/clothing/suit/armor/vest/security, +"PI" = ( +/obj/effect/decal/cleanable/blood/oil, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"PS" = ( -/obj/structure/machinery/light/small{ +/area/LV624_Outpost_Furidamu/outdoors/militia) +"PJ" = ( +/obj/structure/barricade/wooden{ dir = 8 }, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "PU" = ( -/obj/structure/closet{ - density = 0; - icon_state = "open"; - opened = 1 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"PV" = ( -/obj/item/frame/table, -/turf/open/floor/interior/wood, +/obj/structure/flora/jungle/treeblocker, +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "PY" = ( -/obj/structure/flora/tree/jungle/bigtreeBOT, -/obj/structure/flora/bush/ausbushes/var3/leafybush, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"PZ" = ( -/obj/structure/closet/secure_closet/bar, -/turf/open/floor/interior/wood, +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Qf" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor{ - icon_state = "white" - }, +/obj/structure/curtain/red, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Qm" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 8; - icon_state = "p_stair_full" - }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Qn" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/grilledcheese, -/turf/open/floor/interior/wood, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Qw" = ( -/obj/structure/closet, -/obj/item/tool/crowbar, -/obj/item/clothing/gloves/yellow, -/obj/item/stack/medical/bruise_pack, +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Qx" = ( +/obj/structure/reagent_dispensers/fueltank, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/militia) +"QD" = ( +/obj/structure/machinery/colony_floodlight_switch{ + pixel_y = 30 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) "QG" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, /obj/structure/platform/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) "QM" = ( -/obj/item/device/multitool, -/obj/structure/surface/rack, +/obj/structure/window/framed/wood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "QW" = ( -/obj/structure/flora/jungle/plantbot1{ - desc = "Doesn't look like it'll do much cleaning any more."; - icon_state = "cart_wreck"; - name = "old janicart" +/obj/structure{ + desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; + icon = 'icons/obj/structures/droppod_32x64.dmi'; + icon_state = "techpod_open"; + layer = 3.1; + name = "Remote Console Pod" }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"QX" = ( -/obj/structure/platform, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ra" = ( -/obj/item/stack/sheet/wood{ - amount = 2 +/obj/structure/machinery/computer/shuttle_control/dropship2{ + layer = 3.1; + pixel_y = -6 }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"Rc" = ( +/area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) +"QX" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Rk" = ( +"QZ" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Rr" = ( -/obj/structure/surface/table, -/obj/item/trash/snack_bowl{ - pixel_y = 9 +/obj/item/device/radio/off{ + frequency = 1469 }, +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/tool/crowbar, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ra" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Rc" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ry" = ( +/obj/structure/machinery/power/monitor, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Rz" = ( /turf/open/floor/plating, /area/shuttle/drop2/LV624{ name = "\improper Almayer Dropship 2" }) +"RG" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/bed/stool, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) "RJ" = ( -/obj/structure/closet/secure_closet/engineering_personal, +/obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"RK" = ( -/obj/structure/machinery/landinglight/ds2{ +"RL" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 1; tag = "icon-landingstripe (NORTH)" }, -/obj/structure/barricade/handrail/strata{ - dir = 1 - }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"RQ" = ( -/obj/structure/machinery/smartfridge, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"RN" = ( +/obj/structure/machinery/vending/coffee, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/militia) "RT" = ( -/obj/structure/machinery/body_scanconsole, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/oob) "RV" = ( /turf/open/floor/plating, /area/shuttle/drop1/LV624{ name = "\improper Almayer Dropship 1" }) -"Sx" = ( -/obj/structure/closet/toolcloset, -/obj/structure/machinery/light{ - dir = 8 - }, +"RX" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Sy" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 1 - }, -/obj/structure/barricade/handrail/strata{ - dir = 1 +"Sx" = ( +/obj/structure/bed{ + can_buckle = 0 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/oob) "SF" = ( -/turf/open/floor{ - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/oob) "SG" = ( -/obj/structure/platform{ - dir = 1 - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/oob) +"SI" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/oob) +"SM" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 }, +/obj/structure/platform/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"SU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/flashlight, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ti" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Tp" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, /obj/structure/platform_decoration{ - dir = 9; + dir = 10; layer = 3.51; tag = "icon-platform_deco (EAST)" }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"SI" = ( -/obj/structure/platform_decoration{ - dir = 8 +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Tu" = ( +/obj/structure/machinery/door/airlock/almayer/engineering{ + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor{ + dir = 9; + icon_state = "brown" }, -/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"SK" = ( -/obj/structure/machinery/landinglight/ds2{ +"Tz" = ( +/obj/structure/window/reinforced{ dir = 4; - tag = "icon-landingstripe (EAST)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 4 + pixel_x = -2; + pixel_y = 4 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"SX" = ( -/obj/structure/filingcabinet/security{ - desc = "A large cabinet with hard copy security records."; - name = "Security Records" +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 }, -/obj/structure/machinery/light/small{ - dir = 4 +/obj/structure/bed{ + can_buckle = 0 }, -/obj/effect/landmark/objective_landmark/science, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ti" = ( -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"To" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Tv" = ( -/obj/structure/bed/chair{ - dir = 4 +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Tz" = ( -/obj/structure/window/framed/wood/reinforced, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "TA" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood, -/turf/open/floor{ - icon_state = "white" +/obj/structure/bed{ + can_buckle = 0 }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"TC" = ( -/obj/structure/bed/stool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/oob) "TE" = ( /turf/open/floor{ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "TQ" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"TR" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 4; - tag = "icon-landingstripe (EAST)" +/turf/open/floor{ + dir = 1; + icon_state = "warning" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"Ud" = ( -/obj/structure/machinery/cm_vending/sorted/boozeomat, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Ue" = ( -/mob/living/simple_animal/mouse, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Uk" = ( -/obj/structure/machinery/light, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Uz" = ( -/obj/structure/surface/table, -/obj/item/reagent_container/food/snacks/grown/banana, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"UA" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/extinguisher, -/obj/effect/spawner/random/powercell, -/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"UJ" = ( -/obj/structure/flora/jungle/planttop1, -/turf/closed/wall/strata_ice/jungle, +"Uk" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor{ + dir = 9; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Ul" = ( +/obj/structure/prop/invuln{ + density = 0; + desc = "The Almayer has sprung a leak!"; + dir = 8; + icon = 'icons/obj/structures/props/watercloset.dmi'; + icon_state = "water"; + name = "pipe water"; + pixel_x = 10; + pixel_y = 28 + }, +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_x = 8; + pixel_y = 11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"UL" = ( -/turf/closed/wall, +"Uy" = ( +/obj/item/stack/sheet/wood{ + pixel_x = 13; + pixel_y = 2 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -10 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -16; + pixel_y = -11 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"UM" = ( -/obj/structure/machinery/shower{ - dir = 8 +"UA" = ( +/obj/structure/barricade/wooden{ + dir = 4 }, -/turf/open/floor/interior/wood, +/turf/open/floor{ + dir = 8; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"UD" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"UO" = ( -/obj/structure/bed/chair/office/light{ +"UF" = ( +/obj/structure/platform/kutjevo/rock{ dir = 1 }, -/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"UJ" = ( +/obj/structure/window/framed/wood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"UU" = ( +"UL" = ( +/obj/structure/machinery/optable, +/obj/item/tank/anesthetic, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UW" = ( /obj/structure/machinery/light/small{ dir = 1 }, -/obj/structure/surface/rack, -/obj/item/weapon/gun/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/turf/open/floor{ - icon_state = "cult" +/obj/item/device/radio/intercom{ + freerange = 1; + frequency = 1469; + name = "General Listening Channel"; + pixel_y = 30 }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "UZ" = ( -/obj/structure/machinery/power/geothermal{ - fail_rate = 5 - }, -/turf/open/floor/plating{ - dir = 1; - icon_state = "warnplate" +/obj/structure/machinery/door/airlock/almayer/engineering{ + locked = 1; + name = "\improper Engineering Dome SMES"; + req_access_txt = "100"; + req_one_access = null }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) "Va" = ( -/obj/structure/surface/table, -/obj/item/ashtray/glass, -/obj/item/tool/crowbar, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "Ve" = ( -/turf/open/floor{ - dir = 6; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Vg" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 +/obj/effect/landmark/shuttle_loc/marine_trg/landing{ + name = "2" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) "Vm" = ( -/obj/structure/flora/jungle/plantbot1, +/obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Vo" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Unisex Bathrooms APC"; - start_charge = 0 +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/radio, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Vr" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ + tag = "icon-landingstripe" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Vv" = ( +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) "VA" = ( -/obj/structure/machinery/vending/snack, +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"VB" = ( +/obj/structure/surface/table/almayer, /turf/open/floor{ - icon_state = "white" + icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "VC" = ( -/obj/structure/flora/jungle/plantbot1, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/obj/structure/machinery/landinglight/ds2{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"VF" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -6 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "VO" = ( -/obj/item/clothing/head/hardhat/orange, +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 1; + tag = "icon-landingstripe (NORTH)" + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) "VQ" = ( -/obj/effect/decal/warning_stripes, -/turf/open/floor/plating, +/turf/open/floor{ + dir = 8; + icon_state = "warning" + }, /area/LV624_Outpost_Furidamu/landing_zone_1) -"VX" = ( -/obj/structure/prop/wooden_cross{ - pixel_y = 16 +"VT" = ( +/obj/structure/platform{ + dir = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"VX" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Wh" = ( -/obj/structure/curtain/red, +"VY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/box/matches, +/obj/item/tool/candle, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Wd" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Wh" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) "Wm" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -2698,31 +2665,31 @@ /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) "Wn" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 8; - tag = "icon-landingstripe (WEST)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 8 +/obj/structure/machinery/landinglight/ds2{ + dir = 1; + tag = "icon-landingstripe (NORTH)" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Wp" = ( +/obj/structure/curtain/red, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/oob) "Wr" = ( -/obj/structure/flora/jungle/treeblocker, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Wt" = ( -/obj/structure/surface/table, -/obj/item/trash/chips, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Wu" = ( -/obj/structure/window/framed/wood/reinforced, +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 1 + }, /turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Wu" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "Wv" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 4 +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) @@ -2732,227 +2699,258 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"WV" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/open/floor/interior/wood, +"WA" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/boltaction/colony{ + pixel_x = -16; + pixel_y = 29 + }, +/turf/open/floor{ + icon_state = "cult" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"WY" = ( -/obj/structure/machinery/floodlight/landing, -/turf/open/floor/mech_bay_recharge_floor{ - name = "Shuttle Landing Lights" +"WT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/extinguisher, +/obj/effect/spawner/random/powercell, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"WV" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 }, +/obj/structure/platform/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"WY" = ( +/obj/effect/decal/warning_stripes, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) -"Xa" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/under/CM_uniform, -/obj/item/clothing/suit/armor/vest/security, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "Xc" = ( /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/oob) +"Xf" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Xh" = ( -/obj/structure/surface/table, -/obj/item/weapon/melee/twohanded/fireaxe, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Xm" = ( -/obj/structure/platform{ - dir = 4 +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 10; + icon_state = "p_stair_full" }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Xm" = ( +/obj/structure/platform/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Xn" = ( -/obj/structure/safe/floor{ - name = "safe"; - pixel_x = 30; - spawnkey = 0 +/obj/structure/stairs/perspective{ + color = "#6b675e"; + dir = 6; + icon_state = "p_stair_full" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) "Xo" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 1 +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" }, -/turf/open/floor/plating, +/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) "Xt" = ( -/obj/structure/machinery/medical_pod/sleeper, -/turf/open/floor{ - icon_state = "white" - }, +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Xu" = ( +/obj/structure/machinery/computer/telecomms/monitor{ + pixel_x = -4; + pixel_y = 16 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Xv" = ( -/turf/closed/wall/strata_ice/jungle, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Xw" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating, +/obj/structure/bed, +/turf/open/floor{ + icon_state = "white" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"XF" = ( +/obj/effect/landmark/shuttle_loc/marine_trg/landing{ + name = "1" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) "XN" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "\improper LZ1 Access"; - req_one_access = null +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor{ + dir = 10; + icon_state = "warning" }, -/turf/open/floor, /area/LV624_Outpost_Furidamu/landing_zone_2) +"XR" = ( +/obj/item/reagent_container/food/snacks/grown/potato, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "XV" = ( -/obj/structure/platform{ - dir = 4 - }, +/obj/structure/platform/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Yo" = ( +"XY" = ( +/obj/item/device/assembly/infra, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/powercell, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Yj" = ( /obj/structure/platform_decoration/kutjevo/rock{ - dir = 1 + dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Yr" = ( -/obj/structure/surface/table, -/obj/structure/mirror{ - pixel_x = 30 +"Yo" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor{ + icon_state = "white" }, -/obj/item/explosive/grenade/custom/cleaner, -/obj/item/reagent_container/spray/cleaner, -/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Ys" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/radio, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Yx" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight, -/obj/effect/spawner/random/tool, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"YA" = ( -/obj/structure/stairs/perspective{ - color = "#6e6e6e"; - dir = 1; - icon_state = "p_stair_full" +/obj/structure/platform, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Yy" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/obj/structure/platform_decoration/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "YB" = ( /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"YC" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 4 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "YJ" = ( -/obj/structure/filingcabinet, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark/objective_landmark/science, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) "YP" = ( -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/obj/structure/machinery/door/airlock/almayer/engineering{ + dir = 1; + name = "\improper LZ1 Access"; + req_one_access = null + }, +/turf/open/floor, /area/LV624_Outpost_Furidamu/landing_zone_2) "YR" = ( -/obj/item/device/assembly/infra, -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/powercell, +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"YT" = ( +/obj/structure/window/framed/wood, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) -"YT" = ( -/obj/structure/machinery/vending/coffee, +"YX" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/mmi/radio_enabled, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"YV" = ( -/obj/structure/target, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"YY" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +"Zi" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Zk" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Zd" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/shotgun/pump, -/obj/item/ammo_magazine/shotgun/slugs, -/turf/open/floor{ - icon_state = "cult" +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Zh" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4 +/obj/structure/bed{ + can_buckle = 0 }, -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Research Director's APC" +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 }, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Zi" = ( -/obj/structure/machinery/landinglight/ds1{ +"Zp" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; dir = 8; - tag = "icon-landingstripe (WEST)" + icon_state = "p_stair_full" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"Zm" = ( -/obj/structure/bed, -/obj/item/bedsheet/blue, -/obj/structure/machinery/light, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Zs" = ( +/obj/structure/bed/alien, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Zp" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 4; - tag = "icon-landingstripe (WEST)" - }, -/obj/structure/barricade/handrail/strata{ +"Zy" = ( +/obj/structure/barricade/wooden{ dir = 4 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) -"ZB" = ( -/obj/structure/machinery/medical_pod/bodyscanner, /turf/open/floor{ - icon_state = "white" + icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"ZF" = ( -/obj/structure/bed/chair{ - dir = 1 +"ZB" = ( +/obj/structure/closet/coffin{ + density = 0; + icon_state = "coffin_open"; + opened = 1 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"ZT" = ( +"ZL" = ( /obj/structure/surface/table, -/obj/structure/mirror{ - pixel_y = -30 - }, +/obj/item/ashtray/glass, +/obj/item/tool/crowbar, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ZN" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"ZU" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor{ - dir = 8; - icon_state = "warning" +"ZS" = ( +/obj/structure/machinery/computer/telecomms/server{ + pixel_x = 6; + pixel_y = 16 }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ZU" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/candle, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "ZV" = ( -/turf/open/floor{ - dir = 6; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/bottle/whiskey, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) (1,1,1) = {" Ip @@ -2990,6 +2988,141 @@ Ip Ip Ip Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +Ip +"} +(2,1,1) = {" +Ip bN bN bN @@ -3155,42 +3288,9 @@ bN bN bN bN -"} -(2,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(3,1,1) = {" Ip bN rJ @@ -3357,42 +3457,9 @@ rJ rJ rJ bN -"} -(3,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(4,1,1) = {" Ip bN rJ @@ -3559,42 +3626,9 @@ rJ rJ rJ bN -"} -(4,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(5,1,1) = {" Ip bN rJ @@ -3761,42 +3795,9 @@ rJ rJ rJ bN -"} -(5,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(6,1,1) = {" Ip bN rJ @@ -3963,42 +3964,9 @@ rJ rJ rJ bN -"} -(6,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(7,1,1) = {" Ip bN rJ @@ -4165,42 +4133,9 @@ rJ rJ rJ bN -"} -(7,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(8,1,1) = {" Ip bN rJ @@ -4367,42 +4302,9 @@ rJ rJ rJ bN -"} -(8,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(9,1,1) = {" Ip bN rJ @@ -4569,42 +4471,9 @@ rJ rJ rJ bN -"} -(9,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(10,1,1) = {" Ip bN rJ @@ -4771,42 +4640,9 @@ rJ rJ rJ bN -"} -(10,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(11,1,1) = {" Ip bN rJ @@ -4973,42 +4809,9 @@ rJ rJ rJ bN -"} -(11,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(12,1,1) = {" Ip bN rJ @@ -5175,42 +4978,9 @@ rJ rJ rJ bN -"} -(12,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(13,1,1) = {" Ip bN rJ @@ -5377,42 +5147,9 @@ rJ rJ rJ bN -"} -(13,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(14,1,1) = {" Ip bN rJ @@ -5579,42 +5316,9 @@ rJ rJ rJ bN -"} -(14,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(15,1,1) = {" Ip bN rJ @@ -5781,42 +5485,9 @@ rJ rJ rJ bN -"} -(15,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(16,1,1) = {" Ip bN rJ @@ -5983,42 +5654,9 @@ rJ rJ rJ bN -"} -(16,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(17,1,1) = {" Ip bN rJ @@ -6185,42 +5823,9 @@ rJ rJ rJ bN -"} -(17,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(18,1,1) = {" Ip bN rJ @@ -6387,42 +5992,9 @@ rJ rJ rJ bN -"} -(18,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(19,1,1) = {" Ip bN rJ @@ -6589,42 +6161,9 @@ rJ rJ rJ bN -"} -(19,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(20,1,1) = {" Ip bN rJ @@ -6791,42 +6330,9 @@ rJ rJ rJ bN -"} -(20,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(21,1,1) = {" Ip bN rJ @@ -6993,42 +6499,9 @@ rJ rJ rJ bN -"} -(21,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(22,1,1) = {" Ip bN rJ @@ -7195,42 +6668,9 @@ rJ rJ rJ bN -"} -(22,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(23,1,1) = {" Ip bN rJ @@ -7397,42 +6837,9 @@ rJ rJ rJ bN -"} -(23,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(24,1,1) = {" Ip bN rJ @@ -7599,42 +7006,9 @@ rJ rJ rJ bN -"} -(24,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(25,1,1) = {" Ip bN rJ @@ -7801,42 +7175,9 @@ rJ rJ rJ bN -"} -(25,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(26,1,1) = {" Ip bN rJ @@ -8003,42 +7344,9 @@ rJ rJ rJ bN -"} -(26,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(27,1,1) = {" Ip bN rJ @@ -8205,42 +7513,9 @@ rJ rJ rJ bN -"} -(27,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(28,1,1) = {" Ip bN rJ @@ -8407,42 +7682,9 @@ rJ rJ rJ bN -"} -(28,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(29,1,1) = {" Ip bN rJ @@ -8609,42 +7851,9 @@ rJ rJ rJ bN -"} -(29,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(30,1,1) = {" Ip bN rJ @@ -8811,42 +8020,9 @@ rJ rJ rJ bN -"} -(30,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(31,1,1) = {" Ip bN rJ @@ -9013,42 +8189,9 @@ rJ rJ rJ bN -"} -(31,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(32,1,1) = {" Ip bN rJ @@ -9215,42 +8358,9 @@ rJ rJ rJ bN -"} -(32,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(33,1,1) = {" Ip bN rJ @@ -9417,42 +8527,9 @@ rJ rJ rJ bN -"} -(33,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(34,1,1) = {" Ip bN rJ @@ -9619,42 +8696,9 @@ rJ rJ rJ bN -"} -(34,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(35,1,1) = {" Ip bN rJ @@ -9821,42 +8865,9 @@ rJ rJ rJ bN -"} -(35,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(36,1,1) = {" Ip bN rJ @@ -10023,42 +9034,9 @@ rJ rJ rJ bN -"} -(36,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(37,1,1) = {" Ip bN rJ @@ -10225,42 +9203,9 @@ rJ rJ rJ bN -"} -(37,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(38,1,1) = {" Ip bN rJ @@ -10427,42 +9372,9 @@ rJ rJ rJ bN -"} -(38,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(39,1,1) = {" Ip bN rJ @@ -10629,42 +9541,9 @@ rJ rJ rJ bN -"} -(39,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(40,1,1) = {" Ip bN rJ @@ -10831,42 +9710,9 @@ rJ rJ rJ bN -"} -(40,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(41,1,1) = {" Ip bN rJ @@ -11033,42 +9879,9 @@ rJ rJ rJ bN -"} -(41,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(42,1,1) = {" Ip bN rJ @@ -11235,42 +10048,9 @@ rJ rJ rJ bN -"} -(42,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(43,1,1) = {" Ip bN rJ @@ -11437,42 +10217,9 @@ rJ rJ rJ bN -"} -(43,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(44,1,1) = {" Ip bN rJ @@ -11639,42 +10386,9 @@ rJ rJ rJ bN -"} -(44,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(45,1,1) = {" Ip bN rJ @@ -11841,42 +10555,9 @@ rJ rJ rJ bN -"} -(45,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(46,1,1) = {" Ip bN rJ @@ -12043,42 +10724,9 @@ rJ rJ rJ bN -"} -(46,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(47,1,1) = {" Ip bN rJ @@ -12245,42 +10893,9 @@ rJ rJ rJ bN -"} -(47,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(48,1,1) = {" Ip bN rJ @@ -12447,42 +11062,9 @@ rJ rJ rJ bN -"} -(48,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(49,1,1) = {" Ip bN rJ @@ -12649,42 +11231,9 @@ rJ rJ rJ bN -"} -(49,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(50,1,1) = {" Ip bN rJ @@ -12851,42 +11400,9 @@ rJ rJ rJ bN -"} -(50,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(51,1,1) = {" Ip bN rJ @@ -13053,42 +11569,9 @@ rJ rJ rJ bN -"} -(51,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(52,1,1) = {" Ip bN rJ @@ -13255,42 +11738,9 @@ rJ rJ rJ bN -"} -(52,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(53,1,1) = {" Ip bN rJ @@ -13457,42 +11907,9 @@ rJ rJ rJ bN -"} -(53,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(54,1,1) = {" Ip bN rJ @@ -13659,42 +12076,9 @@ rJ rJ rJ bN -"} -(54,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(55,1,1) = {" Ip bN rJ @@ -13861,42 +12245,9 @@ rJ rJ rJ bN -"} -(55,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(56,1,1) = {" Ip bN rJ @@ -14063,42 +12414,9 @@ rJ rJ rJ bN -"} -(56,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(57,1,1) = {" Ip bN rJ @@ -14265,42 +12583,9 @@ rJ rJ rJ bN -"} -(57,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(58,1,1) = {" Ip bN rJ @@ -14467,42 +12752,9 @@ rJ rJ rJ bN -"} -(58,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(59,1,1) = {" Ip bN rJ @@ -14669,42 +12921,9 @@ rJ rJ rJ bN -"} -(59,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(60,1,1) = {" Ip bN rJ @@ -14871,42 +13090,9 @@ rJ rJ rJ bN -"} -(60,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(61,1,1) = {" Ip bN rJ @@ -15073,42 +13259,9 @@ rJ rJ rJ bN -"} -(61,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(62,1,1) = {" Ip bN rJ @@ -15275,42 +13428,9 @@ rJ rJ rJ bN -"} -(62,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(63,1,1) = {" Ip bN rJ @@ -15477,42 +13597,9 @@ rJ rJ rJ bN -"} -(63,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(64,1,1) = {" Ip bN rJ @@ -15679,42 +13766,9 @@ rJ rJ rJ bN -"} -(64,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(65,1,1) = {" Ip bN rJ @@ -15881,42 +13935,9 @@ rJ rJ rJ bN -"} -(65,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(66,1,1) = {" Ip bN rJ @@ -16083,42 +14104,9 @@ rJ rJ rJ bN -"} -(66,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(67,1,1) = {" Ip bN rJ @@ -16285,42 +14273,9 @@ rJ rJ rJ bN -"} -(67,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(68,1,1) = {" Ip bN rJ @@ -16487,42 +14442,9 @@ rJ rJ rJ bN -"} -(68,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(69,1,1) = {" Ip bN rJ @@ -16689,42 +14611,9 @@ rJ rJ rJ bN -"} -(69,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(70,1,1) = {" Ip bN rJ @@ -16891,42 +14780,9 @@ rJ rJ rJ bN -"} -(70,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(71,1,1) = {" Ip bN rJ @@ -17093,42 +14949,9 @@ rJ rJ rJ bN -"} -(71,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(72,1,1) = {" Ip bN rJ @@ -17295,42 +15118,9 @@ rJ rJ rJ bN -"} -(72,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(73,1,1) = {" Ip bN rJ @@ -17497,42 +15287,9 @@ rJ rJ rJ bN -"} -(73,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(74,1,1) = {" Ip bN rJ @@ -17699,42 +15456,9 @@ rJ rJ rJ bN -"} -(74,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(75,1,1) = {" Ip bN rJ @@ -17901,42 +15625,9 @@ rJ rJ rJ bN -"} -(75,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(76,1,1) = {" Ip bN rJ @@ -18103,42 +15794,9 @@ rJ rJ rJ bN -"} -(76,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(77,1,1) = {" Ip bN rJ @@ -18305,42 +15963,9 @@ rJ rJ rJ bN -"} -(77,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(78,1,1) = {" Ip bN rJ @@ -18507,42 +16132,9 @@ rJ rJ rJ bN -"} -(78,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(79,1,1) = {" Ip bN rJ @@ -18709,42 +16301,9 @@ rJ rJ rJ bN -"} -(79,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(80,1,1) = {" Ip bN rJ @@ -18911,42 +16470,9 @@ rJ rJ rJ bN -"} -(80,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(81,1,1) = {" Ip bN rJ @@ -19113,42 +16639,9 @@ rJ rJ rJ bN -"} -(81,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(82,1,1) = {" Ip bN rJ @@ -19315,42 +16808,9 @@ rJ rJ rJ bN -"} -(82,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(83,1,1) = {" Ip bN rJ @@ -19517,42 +16977,9 @@ rJ rJ rJ bN -"} -(83,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(84,1,1) = {" Ip bN rJ @@ -19719,42 +17146,9 @@ rJ rJ rJ bN -"} -(84,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(85,1,1) = {" Ip bN rJ @@ -19921,42 +17315,9 @@ rJ rJ rJ bN -"} -(85,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(86,1,1) = {" Ip bN rJ @@ -20123,42 +17484,9 @@ rJ rJ rJ bN -"} -(86,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(87,1,1) = {" Ip bN rJ @@ -20325,42 +17653,9 @@ rJ rJ rJ bN -"} -(87,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(88,1,1) = {" Ip bN rJ @@ -20527,42 +17822,9 @@ rJ rJ rJ bN -"} -(88,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(89,1,1) = {" Ip bN rJ @@ -20596,11 +17858,11 @@ rJ rJ rJ rJ -YB -YB -YB -YB -YB +bJ +gd +gd +gd +hn rJ rJ rJ @@ -20729,42 +17991,9 @@ rJ rJ rJ bN -"} -(89,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(90,1,1) = {" Ip bN rJ @@ -20795,22 +18024,22 @@ Na rJ rJ rJ +bJ +gd +gd +dg YB YB YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +fI +gd +gd +gd +gd +gd +gd +gd +hn rJ rJ rJ @@ -20843,17 +18072,17 @@ Na rJ rJ rJ -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +bJ +gd +gd +gd +gd +gd +gd +gd +gd +gd +fA rJ rJ rJ @@ -20931,42 +18160,9 @@ rJ rJ rJ bN -"} -(90,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(91,1,1) = {" Ip Ot nf @@ -20975,18 +18171,18 @@ nf nf nf nf -YB -YB +bJ +fA rJ rJ rJ rJ rJ rJ -YB -YB -YB -YB +bJ +gd +gd +hn rJ rJ rJ @@ -20996,6 +18192,8 @@ Na Na rJ rJ +bJ +dg YB YB YB @@ -21010,24 +18208,22 @@ YB YB YB YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +fI +gd +gd +gd +gd +gd +hn rJ rJ rJ -YB -YB -YB -YB -YB -YB +bJ +gd +gd +gd +gd +hn rJ rJ rJ @@ -21044,6 +18240,8 @@ Na Na rJ rJ +bJ +dg YB YB YB @@ -21053,11 +18251,9 @@ YB YB YB YB -YB -YB -YB -YB -YB +fI +gd +hn rJ rJ rJ @@ -21066,9 +18262,9 @@ rJ rJ rJ zq -yR -yR -yR +iY +iY +iY zq or or @@ -21110,18 +18306,18 @@ rJ rJ rJ Wm -hl -hl -hl -hl -hl -hl -hl -hl -hl -hl -hl -Nb +io +io +io +io +io +io +io +io +io +io +io +rY nf nf nf @@ -21133,42 +18329,9 @@ nf nf nf Ot -"} -(91,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(92,1,1) = {" Ip Ot nf @@ -21176,20 +18339,20 @@ nf nf nf nf -YB -YB -YB -YB -YB -YB +bJ +dg +fI +gd +gd +fA rJ +bJ +gd +dg YB YB -YB -YB -YB -YB -YB +fI +hn rJ rJ Na @@ -21197,6 +18360,8 @@ Na Na Na rJ +bJ +dg YB YB YB @@ -21218,19 +18383,17 @@ YB YB YB YB +fI +gd +gd +gd +dg YB YB YB YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +fI +hn rJ rJ rJ @@ -21245,6 +18408,8 @@ Na Na Na rJ +bJ +dg YB YB YB @@ -21257,11 +18422,9 @@ YB YB YB YB -YB -YB -YB -YB -YB +fI +gd +hn rJ rJ rJ @@ -21285,15 +18448,15 @@ zq zq rJ Wm -hl -hl -hl -hl -hl -hl -hl -hl -Nb +io +io +io +io +io +io +io +io +rY rJ rJ rJ @@ -21323,8 +18486,8 @@ el el el el -Yo -Nb +Wv +rY nf nf nf @@ -21335,69 +18498,38 @@ nf nf nf Ot -"} -(92,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(93,1,1) = {" Ip Ot nf nf nf nf +bJ +dg YB YB YB YB +fI +gd +hl YB YB YB YB YB -YB -YB -YB -YB -YB -YB -YB -YB +fI +gd +hp Ti Ti Ti Ti +nh +dg YB YB YB @@ -21430,22 +18562,22 @@ YB YB YB YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +fI +gd +gd +gd +gd +gd +gd +hp Ti Ti Ti Ti Ti Ti +nh +dg YB YB YB @@ -21461,13 +18593,11 @@ YB YB YB YB -YB -YB -YB -YB -YB -YB -QX +fI +gd +gd +gd +gf zq or or @@ -21484,8 +18614,8 @@ or or or zq -zU -hl +NS +io Lb el el @@ -21495,12 +18625,12 @@ el el el el -Yo -hl -hl -hl -hl -Nb +Wv +io +io +io +io +rY rJ rJ rJ @@ -21509,9 +18639,9 @@ rJ rJ rJ Wm -hl -hl -hl +io +io +io Lb el el @@ -21526,9 +18656,9 @@ el el el el -Yo -hl -Nb +Wv +io +rY nf nf nf @@ -21537,48 +18667,16 @@ nf nf nf Ot -"} -(93,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(94,1,1) = {" Ip Ot nf nf nf nf +cy YB YB YB @@ -21594,12 +18692,12 @@ YB YB YB YB -YB -YB +iu Ti Ti Ti Ti +nZ YB YB YB @@ -21640,14 +18738,14 @@ YB YB YB YB -YB -YB +iu Ti Ti Ti Ti Ti Ti +nZ YB YB YB @@ -21668,9 +18766,8 @@ YB YB YB YB -YB +iu QX -Rc or or or @@ -21685,8 +18782,8 @@ or or or or -Rc -io +QX +VT el el el @@ -21702,14 +18799,14 @@ el el el el -Yo -hl -hl -hl -hl -hl -hl -hl +Wv +io +io +io +io +io +io +io Lb el el @@ -21730,8 +18827,8 @@ el el el el -Yo -Nb +Wv +rY nf nf nf @@ -21739,48 +18836,16 @@ nf nf nf Ot -"} -(94,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(95,1,1) = {" Ip Ot nf nf nf nf +cy YB YB YB @@ -21796,12 +18861,12 @@ YB YB YB YB -YB -YB +iu Ti Ti Ti Ti +nZ YB YB YB @@ -21842,14 +18907,14 @@ YB YB YB YB -YB -YB +iu Ti Ti Ti Ti Ti Ti +nZ YB YB YB @@ -21870,9 +18935,8 @@ YB YB YB YB -YB +iu QX -Rc or or or @@ -21887,8 +18951,8 @@ or or or or -Rc -io +QX +VT el el el @@ -21933,7 +18997,7 @@ el el el el -QG +nV nf nf nf @@ -21941,47 +19005,16 @@ nf nf nf Ot -"} -(95,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(96,1,1) = {" Ip Ot nf nf nf +bJ +dg YB YB YB @@ -21997,13 +19030,12 @@ YB YB YB YB -YB -YB -YB +iu Ti Ti Ti Ti +nZ YB YB YB @@ -22044,14 +19076,14 @@ YB YB YB YB -YB -YB +iu Ti Ti Ti Ti Ti Ti +nZ YB YB YB @@ -22072,9 +19104,8 @@ YB YB YB YB -YB +iu QX -Rc or or or @@ -22089,8 +19120,8 @@ or or or or -Rc -io +QX +VT el el el @@ -22135,55 +19166,23 @@ el el el el -Yo -Nb +Wv +rY nf nf nf nf nf Ot -"} -(96,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(97,1,1) = {" Ip Ot nf nf nf +cy YB YB YB @@ -22200,12 +19199,12 @@ YB YB YB YB -YB -YB +iu Ti Ti Ti Ti +nZ YB YB YB @@ -22246,14 +19245,14 @@ YB YB YB YB -YB -YB +iu Ti Ti Ti Ti Ti Ti +nZ YB YB YB @@ -22274,9 +19273,8 @@ YB YB YB YB -YB +iu QX -Rc or or or @@ -22291,8 +19289,8 @@ or or or or -Rc -io +QX +VT el el el @@ -22338,53 +19336,22 @@ el el el el -QG +nV nf nf nf nf nf Ot -"} -(97,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(98,1,1) = {" Ip Ot nf nf +bJ +dg YB YB YB @@ -22401,13 +19368,12 @@ YB YB YB YB -YB -YB -YB +iu Ti Ti Ti Ti +nZ YB YB YB @@ -22448,14 +19414,14 @@ YB YB YB YB -YB -YB +iu Ti Ti Ti Ti Ti Ti +nZ YB YB YB @@ -22476,9 +19442,8 @@ YB YB YB YB -YB +iu QX -Rc or or or @@ -22493,8 +19458,8 @@ or or or or -Rc -io +QX +VT el el el @@ -22512,10 +19477,10 @@ el el el fP -Wv -Wv -Wv -sr +FA +FA +FA +Yj el el el @@ -22540,52 +19505,21 @@ el el el el -Yo -hl -Nb +Wv +io +rY nf nf nf Ot -"} -(98,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(99,1,1) = {" Ip Ot nf +aM +bY YB YB YB @@ -22601,15 +19535,20 @@ YB YB YB YB -YB -YB -YB -YB -YB +gF +eV +jo Ti Ti Ti Ti +oi +eV +eV +eV +eV +eV +di YB YB YB @@ -22639,25 +19578,24 @@ YB YB YB YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +gF +eV +eV +eV +eV +jo Ti Ti Ti Ti Ti Ti +aL +eV +eV +eV +eV +di YB YB YB @@ -22673,13 +19611,7 @@ YB YB YB YB -YB -YB -YB -YB -YB -YB -QX +iu zq or or @@ -22696,13 +19628,13 @@ or or or zq -SG -Wv -Wv -Wv -Wv -Wv -sr +Om +FA +FA +FA +FA +FA +Yj el el el @@ -22713,12 +19645,12 @@ el el el fP -Os +QG zA zA zA -Ft -sr +tN +Yj el el el @@ -22729,66 +19661,34 @@ el el el fP -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Wv -gd -jw +FA +FA +FA +FA +FA +FA +FA +FA +FA +FA +FA +FA +FA +FA +FA +HB +ma nf nf Ot -"} -(99,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(100,1,1) = {" Ip Ot Xc Xc +cy YB YB YB @@ -22803,9 +19703,8 @@ YB YB YB YB -YB -YB -YB +gF +gU nX nX Ti @@ -22818,6 +19717,12 @@ nX nX nX nX +cG +eV +eV +eV +eV +di YB YB YB @@ -22839,16 +19744,10 @@ YB YB YB YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +gF +eV +eV +gU nX nX nX @@ -22865,6 +19764,12 @@ nX nX nX nX +cG +eV +eV +eV +eV +di YB YB YB @@ -22875,17 +19780,11 @@ YB YB YB YB -YB -YB -YB -YB -YB -YB -zq zq zq zq zq +FK or or or @@ -22904,8 +19803,8 @@ zA zA zA zA -Ft -sr +tN +Yj el el el @@ -22914,23 +19813,23 @@ el el el el -QG +nV zA zA zA zA zA -Ft -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Wv -Wv +tN +FA +FA +FA +FA +FA +FA FA +FA +FA +Os zA zA zA @@ -22951,46 +19850,15 @@ zA Xc Xc Ot -"} -(100,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(101,1,1) = {" Ip Ot Xc Xc +cG +di YB YB YB @@ -23004,9 +19872,7 @@ YB YB YB YB -YB -YB -YB +Xm nX nX nX @@ -23025,6 +19891,12 @@ nX nX nX nX +cG +eV +eV +eV +eV +di YB YB YB @@ -23040,14 +19912,8 @@ YB YB YB YB -YB -YB -YB -YB -YB -YB -YB -YB +gF +gU nX nX nX @@ -23072,6 +19938,8 @@ nX nX nX nX +cG +di YB YB YB @@ -23080,14 +19948,12 @@ YB YB YB YB -YB -YB -YB -YB +gF +UD zA zA zq -zq +FK or or or @@ -23107,16 +19973,16 @@ zA zA zA zA -Ft -Wv -Wv -sr +tN +FA +FA +Yj el el el el fP -FA +Os zA zA zA @@ -23153,62 +20019,29 @@ Xc Xc Xc Ot -"} -(101,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(102,1,1) = {" Ip Ot Xc Xc nX +cG +di YB YB YB +gF +eV +di YB YB YB YB YB -YB -YB -YB -YB -YB -YB -YB +gF +gU nX nX nX @@ -23227,28 +20060,28 @@ nX nX nX nX -nX -nX -nX -nX -nX -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +Xc +Xc +Xc +Xc +Xc +cG +eV +eV +eV +eV +eV +di YB YB +gF +eV +eV +eV +eV +eV +eV +gU nX nX nX @@ -23275,6 +20108,7 @@ nX nX nX nX +cy YB YB YB @@ -23283,9 +20117,8 @@ YB YB YB YB -YB -YB -YB +Xm +zA zA zq zq @@ -23312,12 +20145,12 @@ zA zA zA zA -Ft -Wv -Wv -Wv -Wv -Os +tN +FA +FA +FA +FA +QG zA zA zA @@ -23355,70 +20188,28 @@ Xc Xc Xc Ot -"} -(102,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(103,1,1) = {" Ip Ot Xc Xc nX nX -YB -YB -YB -YB -YB +cG +eV +eV +eV +gU Xc +cG +di YB YB -YB -YB -YB -YB -YB -nX -nX -nX -nX -nX -nX -nX -nX -nX +gF +eV +gU nX nX nX @@ -23440,10 +20231,19 @@ nX nX nX nX -YB -YB -YB -YB +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +cG +eV +eV +gU nX nX nX @@ -23477,6 +20277,8 @@ nX nX nX nX +cG +di YB YB YB @@ -23484,10 +20286,8 @@ YB YB YB YB -YB -YB -YB -YB +Xm +zA zA zq or @@ -23557,42 +20357,9 @@ Xc Xc Xc Ot -"} -(103,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(104,1,1) = {" Ip Ot Xc @@ -23606,16 +20373,10 @@ nX Xc Xc Xc -YB -YB -YB -YB -nX -nX -nX -nX -nX -nX +cG +eV +eV +gU nX nX nX @@ -23642,6 +20403,13 @@ nX nX nX nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -23679,19 +20447,18 @@ nX nX nX nX -nX -YB -YB -YB -YB +cG +di YB YB YB YB YB YB +Xm zA -Rc +zA +QX or or or @@ -23700,9 +20467,9 @@ or or or or -zq -zq -zq +FK +FK +FK zq zq HO @@ -23710,7 +20477,7 @@ HO HO HO HO -zA +FK zA zA zA @@ -23759,42 +20526,9 @@ Xc Xc Xc Ot -"} -(104,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(105,1,1) = {" Ip Ot Xc @@ -23839,6 +20573,11 @@ nX nX nX nX +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -23878,22 +20617,17 @@ nX nX nX nX -nX -nX -nX -nX -nX -YB -YB -YB +cy YB YB YB YB YB YB +Xm zA -Rc +zA +QX or or or @@ -23905,10 +20639,11 @@ or or or or -Rc -zA +QX +il zA zA +il zA zA HO @@ -23953,7 +20688,6 @@ zA zA zA zA -zA Xc Xc Xc @@ -23961,42 +20695,9 @@ Xc Xc Xc Ot -"} -(105,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(106,1,1) = {" Ip Ot Xc @@ -24043,6 +20744,8 @@ nX nX nX nX +Xc +Xc nX nX nX @@ -24083,19 +20786,17 @@ nX nX nX nX -nX -nX -YB -YB -YB +cy YB YB YB YB YB YB +Xm zA -Rc +zA +QX or or or @@ -24107,11 +20808,12 @@ or or or or -Rc -zA -zA -zA +QX +il +il zA +il +il zA HO zA @@ -24155,7 +20857,6 @@ zA zA zA zA -zA Xc Xc Xc @@ -24163,42 +20864,9 @@ Xc Xc Xc Ot -"} -(106,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(107,1,1) = {" Ip Ot Xc @@ -24287,15 +20955,15 @@ nX nX nX nX +cG +di YB YB YB YB YB -YB -YB -YB -YB +Xm +zA zA zq or @@ -24309,12 +20977,13 @@ or or or or -Rc -zA -zA -zA -zA -zA +QX +il +il +il +il +il +il HO zA zA @@ -24357,7 +21026,6 @@ zA zA zA zA -zA Xc Xc Xc @@ -24365,42 +21033,9 @@ Xc Xc Xc Ot -"} -(107,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(108,1,1) = {" Ip Ot Xc @@ -24437,6 +21072,9 @@ nX nX nX nX +Xc +Xc +Xc nX nX nX @@ -24451,10 +21089,7 @@ nX nX nX nX -nX -nX -nX -nX +Xc nX nX nX @@ -24464,7 +21099,7 @@ nX Dy Dy oM -Qf +Yo Dy Dy nX @@ -24490,14 +21125,14 @@ nX nX nX nX +cy YB YB YB YB YB -YB -YB -YB +Xm +zA zA zq zq @@ -24512,13 +21147,13 @@ or or zq zq -zA -zA -zA -zA -zA -HO -zA +il +il +il +il +il +il +HO zA zA zA @@ -24567,42 +21202,9 @@ Xc Xc Xc Ot -"} -(108,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(109,1,1) = {" Ip Ot Xc @@ -24638,6 +21240,11 @@ nX nX nX nX +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -24650,13 +21257,8 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc nX nX nX @@ -24683,23 +21285,23 @@ oM oM Dy Iw -Iw -Iw -Iw +Ti +Ti +Ti Dy oM oM Dy -nX -nX -YB -YB -YB +VX +sJ +cy YB YB YB YB YB +Xm +zA zA zA zq @@ -24713,11 +21315,12 @@ or or zq zq +il +il +il zA -zA -zA -zA -zA +il +il zA HO zA @@ -24760,7 +21363,6 @@ zA zA zA zA -zA Xc Xc Xc @@ -24769,42 +21371,9 @@ Xc Xc Xc Ot -"} -(109,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(110,1,1) = {" Ip Ot Xc @@ -24838,6 +21407,15 @@ nX nX nX nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -24848,16 +21426,7 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc nX nX nX @@ -24886,47 +21455,47 @@ Iw Iw Iw Iw -Iw -Iw -Iw -Iw -Iw +Ti +Ti +Ti +Ti +Ti oM nX nX +cG +di YB YB YB YB -YB -YB -YB -YB +Xm +zA zA zA zA zq -Rc -Rc -Rc +QX +QX +QX zq -yR -yR -yR +iY +iY +iY zq +il +il +il zA zA zA -zA -zA -zA -zA +il FK FK -Wu -Wu -Wu -Wu +YT +YT +YT +YT FK FK zA @@ -24942,14 +21511,14 @@ zA zA zA zA +Xc +Xc zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -24971,42 +21540,9 @@ Xc Xc Xc Ot -"} -(110,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(111,1,1) = {" Ip Ot Xc @@ -25039,18 +21575,18 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -25068,9 +21604,9 @@ oM Iw Iw Iw +Ti Iw -Iw -Iw +Ti Iw Iw Iw @@ -25091,33 +21627,33 @@ Iw Iw Iw Iw -Iw -Iw +Ti +Ti oM nX nX nX +cG +di YB YB YB -YB -YB -YB -YB -zA -zA -zA -HO -zA +Xm zA zA zA zA +HO +il +il +il zA zA zA zA zA +il +il zA zA zA @@ -25143,18 +21679,18 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -25173,42 +21709,9 @@ Xc Xc Xc Ot -"} -(111,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(112,1,1) = {" Ip Ot Xc @@ -25241,6 +21744,21 @@ nX nX nX nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -25250,31 +21768,16 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Dy Dy -Iw -Iw Dy Iw +Ti +sJ +Ti +Ti +Ti Iw -Iw -Iw -Dy +sJ Iw Iw Dy @@ -25287,31 +21790,31 @@ Dy Dy Iw Iw -Dy -Iw -Iw +sJ +Ti Iw Iw -Dy Iw +sJ Iw +Ti Dy Dy nX nX nX +cy YB YB YB -YB -YB -YB -zA +Xm zA zA -HO zA zA +HO +il +il zA zA il @@ -25319,11 +21822,11 @@ il il zA zA +il zA zA zA -zA -zA +il FK cX cX @@ -25343,22 +21846,22 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc +yQ +yQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -25375,42 +21878,9 @@ Xc Xc Xc Ot -"} -(112,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(113,1,1) = {" Ip Ot Xc @@ -25443,23 +21913,23 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +xm +xm +xm +xm +xm +xm +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -25470,62 +21940,62 @@ nX oM Iw Iw +Ti +Ti +Ti +Ti +Ti Iw Iw Iw Iw Iw +sJ Iw Iw Iw Iw -Iw -fA -Iw -Iw -Iw -Iw -oM -Iw -Iw -Iw -Iw +sJ Iw Iw Iw +Ti +Ti Iw Iw Iw Iw Iw +Ti +Ti oM nX +ZN nX -nX -YB -YB -YB +cy YB YB YB +Xm zA zA zA -HO -zA zA +HO +il zA zA il il il +il +il zA zA zA zA -zA -zA -zA +il +il FK cX cX @@ -25535,25 +22005,7 @@ cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +YT zA zA zA @@ -25562,6 +22014,24 @@ zA zA zA zA +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -25577,42 +22047,9 @@ Xc Xc Xc Ot -"} -(113,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(114,1,1) = {" Ip Ot Xc @@ -25647,36 +22084,35 @@ nX nX nX nX +xm +xm +xm nX +xm +xm +xm +xm +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Qf -Iw -Iw -Iw -Iw +Yo Iw Iw Iw +Ti +Ti +Ti Iw Iw Iw @@ -25700,34 +22136,35 @@ Iw Iw Iw Iw -Qf -nX +Ti +Yo nX +ZN nX +cy YB YB YB -YB -YB -YB +fI +fA zA zA zA HO zA zA -zA -zA +il +il +il il il il zA +il zA zA -zA -zA -zA -zA +il +il cX cX cX @@ -25737,26 +22174,7 @@ cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +FK zA zA zA @@ -25765,6 +22183,25 @@ zA zA zA zA +Xc +Xc +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +il zA zA zA @@ -25779,42 +22216,9 @@ Xc Xc Xc Ot -"} -(114,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(115,1,1) = {" Ip Ot Xc @@ -25854,45 +22258,43 @@ nX nX nX nX +xm +xm +xm +xm +xm +xm +xm +xm +xm nX +Xc +Xc nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Qf -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +Yo Iw Iw Iw Iw +Ti Iw Iw Iw Iw Iw Iw +Ti +Ti +Ti Iw Iw +Ti +Ti +Ti Iw Iw Iw @@ -25902,34 +22304,36 @@ Iw Iw Iw Iw -Qf -nX +Ti +Ti +Yo nX +ZN nX +cy YB YB YB YB -YB -YB -YB +fI +fA zA zA HO zA zA -zA -zA +il +il +il il il il zA +il +il zA zA -zA -zA -zA -zA +il FK cX cX @@ -25939,28 +22343,7 @@ cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +YT zA zA zA @@ -25968,12 +22351,33 @@ zA zA zA zA +Xc +Xc +il +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +il +il +il +il +il +il +il zA zA zA zA zA zA +il Xc Xc Xc @@ -25981,42 +22385,9 @@ Xc Xc Xc Ot -"} -(115,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(116,1,1) = {" Ip Ot Xc @@ -26057,13 +22428,13 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm nX nX nX @@ -26084,18 +22455,16 @@ Iw Iw Iw Iw -Iw -Iw -fA -Iw -Iw -Iw -Iw -oM -Iw -Iw -Iw -Iw +Ti +Ti +sJ +Ti +Ti +Ti +Ti +sJ +Ti +Ti Iw Iw Iw @@ -26104,34 +22473,36 @@ Iw Iw Iw Iw +Ti +Ti oM nX +ZN nX -nX -YB -YB +cy YB YB YB YB YB +Xm zA zA HO zA zA zA -zA +il il il il zA zA +il +il zA -zA -zA -zA -zA +il +il FK cX cX @@ -26148,34 +22519,34 @@ zA zA zA zA +il +Xc +il +il +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +il +il +il +il +il +il +il zA zA zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il Xc Xc Xc @@ -26183,42 +22554,9 @@ Xc Xc Xc Ot -"} -(116,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(117,1,1) = {" Ip Ot Xc @@ -26244,6 +22582,8 @@ nX nX nX nX +Xc +Xc nX nX nX @@ -26258,6 +22598,11 @@ nX nX nX nX +xm +xm +xm +xm +xm nX nX nX @@ -26268,55 +22613,48 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -Dy -Dy -Iw -Iw Dy -Iw -Iw -Iw -Iw Dy Iw Iw -Dy -Dy -Dy +sJ Iw Iw -Dy -Dy -Dy Iw Iw -Dy +sJ Iw +Ti +sJ +sJ +sJ +Ti +Ti +sJ +sJ +sJ +Ti +Ti +sJ Iw Iw Iw -Dy Iw +sJ Iw +Ti Dy Dy nX +ZN nX -nX -YB -YB +cy YB YB YB YB YB +Xm zA zA HO @@ -26329,11 +22667,11 @@ il il zA zA +il +il zA -zA -zA -zA -zA +il +il FK FK cX @@ -26349,78 +22687,45 @@ zA zA zA zA +il +il +il +il +il +il +yQ +yQ +Xc +Xc +Xc +yQ +yQ +yQ +yQ +il +il +il +il +il +il +il zA zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il Xc Xc Xc Xc Xc Ot -"} -(117,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(118,1,1) = {" Ip Ot Xc @@ -26446,9 +22751,9 @@ nX nX nX nX -nX -nX -nX +xm +Xc +Xc nX nX nX @@ -26487,44 +22792,44 @@ Iw Iw Iw Iw -Iw -Iw -oM +Ti +Ti +qu Mk Mk Mk Mk Mk Mk -oM -Iw -Iw -Iw -Iw -Iw +qu +Ti +Ti +Ti Iw Iw Iw Iw Iw +Ti +Ti oM nX nX +ZN nX -nX -YB -YB +cy YB YB YB YB YB +Xm zA zA FK -Wu -Wu -Wu +YT +YT +YT FK il il @@ -26532,16 +22837,16 @@ zA zA zA zA +il zA zA -zA -zA -zA +il +il FK FK FK cX -Wu +YT cX FK FK @@ -26551,78 +22856,45 @@ zA zA zA zA +il +il +il +il +il +yQ +yQ +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +il +il +il +il +il zA zA zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il Xc Xc Xc Xc Xc Ot -"} -(118,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(119,1,1) = {" Ip Ot Xc @@ -26647,6 +22919,11 @@ nX nX nX nX +xm +xm +xm +Xc +Xc nX nX nX @@ -26671,12 +22948,7 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX +Xc nX nX nX @@ -26687,40 +22959,40 @@ Iw Iw Iw Iw -Iw -Iw -Iw -Iw -oM +Ti +Ti +Ti +Ti +qu Mk Mk Mk Mk Mk Mk -oM -Iw -Iw -Iw -Iw -Iw -Iw -Iw +qu +Ti +Ti +Ti +Ti Iw Iw Iw +Ti +Ti +Ti oM nX nX +ZN nX -nX -YB -YB +cy YB YB YB YB YB +Xm zA zA FK @@ -26738,8 +23010,8 @@ zA zA zA zA -zA -zA +il +il FK cX cX @@ -26753,6 +23025,26 @@ zA zA zA zA +il +il +il +il +il +yQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +il +il +il zA zA zA @@ -26760,71 +23052,18 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il Xc Xc Xc Xc Xc Ot -"} -(119,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(120,1,1) = {" Ip Ot Xc @@ -26849,6 +23088,11 @@ nX nX nX nX +xm +xm +xm +Xc +Xc nX nX nX @@ -26872,13 +23116,8 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc nX nX nX @@ -26888,23 +23127,23 @@ oM Dy Iw Iw -Iw -Iw -Dy -oM -oM -Dy +Ti +Ti +sJ +qu +qu +sJ Mk Mk Mk Mk Mk Mk -Dy -oM -oM -Dy -Iw +sJ +qu +qu +sJ +Ti Iw Iw Iw @@ -26914,18 +23153,18 @@ oM Dy nX nX +ZN nX -nX -YB -YB +cy YB YB YB YB YB +Xm zA zA -Wu +YT cX cX cX @@ -26937,48 +23176,44 @@ zA il zA zA +il zA zA zA -zA -zA -Wu +il +YT cX cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +YT zA zA zA zA zA zA +il +il +il +il +il +yQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +il +il +Xc zA zA zA @@ -26986,47 +23221,18 @@ zA zA zA zA +il +il +il +il Xc Xc Xc Xc Ot -"} -(120,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(121,1,1) = {" Ip Ot Xc @@ -27051,6 +23257,12 @@ nX nX nX nX +xm +xm +xm +Xc +Xc +Xc nX nX nX @@ -27070,29 +23282,23 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX nX nX Dy -oM -Iw +sJ Iw -oM -Dy +Ti +sJ +sJ Mk Mk Mk @@ -27105,27 +23311,27 @@ Mk Mk Mk Mk -Dy -oM +sJ +sJ Iw Iw -oM +sJ Dy nX nX nX nX nX +ZN nX -nX -YB -YB -YB +cy YB YB YB YB YB +fI +fA zA FK cX @@ -27140,41 +23346,17 @@ il zA zA zA +il +il zA -zA -zA -zA -Wu +il +FK cX cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +FK zA zA zA @@ -27182,6 +23364,25 @@ zA zA zA zA +il +il +il +il +yQ +yQ +Xc +Xc +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +il +Xc +Xc zA zA zA @@ -27189,46 +23390,18 @@ zA zA zA Xc +il +il +il +il +Xc Xc Xc Xc Ot -"} -(121,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(122,1,1) = {" Ip Ot Xc @@ -27254,6 +23427,11 @@ nX nX nX nX +xm +xm +xm +Xc +Xc nX nX nX @@ -27263,27 +23441,22 @@ nX nX nX nX +Xc nX nX +Xc +Xc nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -27292,9 +23465,9 @@ nX Dy Iw Iw -Iw -Iw -Dy +Ti +Ti +sJ Mk Mk Mk @@ -27307,27 +23480,27 @@ Mk Mk Mk Mk -Dy -Iw +sJ +Ti Iw Iw Iw Dy nX +ZN nX +ZN nX +ZN nX -nX -nX -nX -YB -YB +cy YB YB YB YB YB YB +Xm zA FK FK @@ -27343,40 +23516,16 @@ il il zA zA +il zA zA -zA -Wu +YT cX cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +YT zA zA zA @@ -27385,6 +23534,23 @@ zA zA zA zA +il +il +il +yQ +yQ +yQ +Xc +Xc +Xc +yQ +yQ +yQ +yQ +yQ +yQ +il +Xc zA zA zA @@ -27393,44 +23559,18 @@ zA Xc Xc Xc +il +il +il +il +Xc +Xc +Xc Xc Ot -"} -(122,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(123,1,1) = {" Ip Ot Xc @@ -27457,6 +23597,10 @@ nX nX nX nX +xm +xm +Xc +Xc nX nX nX @@ -27466,25 +23610,21 @@ nX nX nX nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -27495,8 +23635,8 @@ oM Iw Iw Iw -Iw -oM +Ti +qu Mk Mk Mk @@ -27509,27 +23649,27 @@ Mk Mk Mk Mk -oM -Iw -Iw +qu +Ti +Ti Iw Iw oM nX +ZN nX +ZN nX +ZN nX -nX -nX -nX -YB -YB +cy YB YB YB YB YB YB +Xm zA zA FK @@ -27563,76 +23703,43 @@ zA zA zA zA +il +il +il +il +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +Xc +Xc zA zA zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +il +il +il +il Xc Xc Xc Xc Ot -"} -(123,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(124,1,1) = {" Ip Ot Xc @@ -27659,6 +23766,10 @@ nX nX nX nX +xm +xm +Xc +Xc nX nX nX @@ -27669,23 +23780,19 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -27697,8 +23804,8 @@ oM Iw Iw Iw -Iw -oM +Ti +qu Mk Mk Mk @@ -27711,28 +23818,28 @@ Mk Mk Mk Mk -oM -Iw -Iw +qu +Ti +Ti Iw Iw oM nX +ZN nX +ZN nX +ZN nX -nX -nX -nX -YB -YB -YB -YB +cG +di YB YB YB YB YB +fI +fA zA FK FK @@ -27765,6 +23872,23 @@ zA zA zA zA +il +il +il +il +il +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +Xc +Xc +Xc zA zA zA @@ -27772,69 +23896,19 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +il +il +il +il +il Xc Xc Xc Ot -"} -(124,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(125,1,1) = {" Ip Ot Xc @@ -27860,6 +23934,11 @@ nX nX nX nX +xm +xm +xm +Xc +Xc nX nX nX @@ -27871,22 +23950,17 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -27898,9 +23972,9 @@ nX Dy Iw Iw -Iw -Iw -Dy +Ti +Ti +sJ Mk Mk Mk @@ -27913,28 +23987,28 @@ Mk Mk Mk Mk -Dy -Iw +sJ Iw +Ti Iw Iw Dy nX +ZN nX +ZN nX +ZN nX nX -nX -nX -nX -YB -YB +cy YB YB YB YB YB YB +Xm zA zA FK @@ -27967,6 +24041,22 @@ zA zA zA zA +Xc +il +il +il +il +il +yQ +yQ +yQ +yQ +yQ +yQ +Xc +Xc +Xc +Xc zA zA zA @@ -27975,68 +24065,19 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +il +il +il +il +il Xc Xc Xc Ot -"} -(125,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(126,1,1) = {" Ip Ot Xc @@ -28062,6 +24103,11 @@ nX nX nX nX +xm +xm +xm +Xc +Xc nX nX nX @@ -28074,20 +24120,15 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -28098,11 +24139,11 @@ nX nX nX Dy -oM +sJ Iw -bY -oM -Dy +Ti +sJ +sJ Mk Mk Mk @@ -28115,31 +24156,31 @@ Mk Mk Mk Mk -Dy -oM -Iw +sJ +sJ +Ti Iw -oM +sJ Dy nX nX nX nX nX +ZN nX nX -nX -YB -YB -YB +cy YB YB YB YB YB YB +fI +fA zA -Wu +YT cX cX cX @@ -28169,6 +24210,21 @@ zA zA zA zA +Xc +Xc +il +il +il +il +il +il +il +il +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -28178,67 +24234,19 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +il +il +il +il +il Xc Xc Xc Ot -"} -(126,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(127,1,1) = {" Ip Ot Xc @@ -28265,6 +24273,10 @@ nX nX nX nX +xm +xm +Xc +Xc nX nX nX @@ -28278,17 +24290,13 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -28302,22 +24310,22 @@ oM Dy Iw Iw -Iw -Iw -Dy -oM -oM -Dy +Ti +Ti +sJ +qu +qu +sJ Mk Mk Mk Mk Mk Mk -Dy -oM -oM -Dy +sJ +qu +qu +sJ Iw Iw Iw @@ -28328,20 +24336,20 @@ oM Dy nX nX +ZN nX nX -nX -YB -YB -YB +cG +di YB YB YB YB YB YB +Xm zA -Wu +FK cX cX cX @@ -28372,6 +24380,19 @@ zA zA zA zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -28382,65 +24403,19 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +il +il +il +il Xc Xc Xc Ot -"} -(127,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(128,1,1) = {" Ip Ot Xc @@ -28466,10 +24441,10 @@ nX nX nX nX -nX -nX -nX -nX +xm +xm +Xc +Xc nX nX nX @@ -28505,45 +24480,45 @@ Iw Iw Iw Iw -Iw -Iw -Iw -Iw -oM +Ti +Ti +Ti +Ti +qu Mk Mk Mk Mk Mk Mk -oM -Iw -Iw -Iw -Iw -Iw +qu +Ti +Ti +Ti Iw Iw Iw +Ti +Ti Iw Iw oM nX nX +ZN nX nX nX -nX -YB -YB -YB +cG +di YB YB YB YB YB +Xm zA -Wu +YT cX cX cX @@ -28577,6 +24552,14 @@ zA zA zA zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -28589,60 +24572,19 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +il +il +il +il +il Xc Xc Xc Ot -"} -(128,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(129,1,1) = {" Ip Ot Xc @@ -28668,6 +24610,9 @@ nX nX nX nX +Xc +Xc +Xc nX nX nX @@ -28692,10 +24637,7 @@ nX nX nX nX -nX -nX -nX -nX +Xc nX nX nX @@ -28708,42 +24650,42 @@ Iw Iw Iw Iw -Iw -Iw -Iw -oM +Ti +Ti +Ti +qu Mk Mk Mk Mk Mk Mk -oM -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +qu +Ti +Ti +Ti +Ti Iw +Ti +Ti +Ti +Ti Iw oM nX nX +ZN nX +ZN nX nX -nX -nX -YB -YB +cy YB YB YB YB YB +Xm zA FK cX @@ -28780,6 +24722,12 @@ zA zA zA zA +Xc +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -28793,58 +24741,19 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +il +il +il Xc Xc Xc Xc Ot -"} -(129,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(130,1,1) = {" Ip Ot Xc @@ -28871,6 +24780,7 @@ nX nX nX nX +Xc nX nX nX @@ -28881,71 +24791,70 @@ nX nX nX nX +Dy +IM +Lv +IM +Dy nX nX nX +Qm nX nX nX nX nX +Xc +Xc +Xc nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Dy -Dy -Iw -Iw -Dy -Iw -Iw -Iw -Iw -Dy -Iw -Iw -Dy Dy Dy Iw Iw -Dy -Dy -Dy -Iw -Iw -Dy -Iw +sJ Iw Iw Iw -Dy Iw +sJ +Ti +Ti +sJ +sJ +sJ +Ti +Ti +sJ +sJ +sJ +Ti +Ti +sJ +Ti +Ti +Ti Iw +sJ +Ti +Ti Dy Dy nX +ZN nX +ZN nX nX -nX -nX -YB -YB -YB +cG +di YB YB YB YB +Xm zA FK cX @@ -28966,9 +24875,9 @@ zA zA FK FK -Wu -Wu -Wu +YT +YT +YT FK FK zA @@ -29001,52 +24910,19 @@ zA zA zA zA -zA -zA -zA -zA -zA +Xc +Xc +il +il +il Xc Xc Xc Xc Ot -"} -(130,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(131,1,1) = {" Ip Ot Xc @@ -29081,25 +24957,25 @@ nX nX nX nX +Dy +oM +oM +Dy +yv +LE +Nz +Dy +oM +oM +Dy nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc nX nX nX @@ -29113,43 +24989,43 @@ Iw Iw Iw Iw +Ti +Ti +Ti +sJ +Ti +Ti +Ti +Ti +sJ +Ti +Ti Iw +Ti +Ti +Ti +Ti +Ti +Ti Iw -Iw -fA -Iw -Iw -Iw -Iw -oM -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +Ti +Ti oM nX +ZN nX +ZN nX nX nX -nX -nX -YB -YB +cy YB YB YB YB +Xm zA -Wu +YT cX cX cX @@ -29203,52 +25079,19 @@ zA zA zA zA -zA -zA -zA -zA -zA +Xc +Xc +il +il +il Xc Xc Xc Xc Ot -"} -(131,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(132,1,1) = {" Ip Ot Xc @@ -29282,42 +25125,30 @@ nX nX nX nX +Dy +Dy +Iw +Iw +sJ +yv +LE +Nz +sJ +Iw +Iw +Dy +Dy nX nX nX nX +Xc +Xc nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Qf -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +Yo Iw Iw Iw @@ -29329,29 +25160,41 @@ Iw Iw Iw Iw +Ti +Ti +Ti Iw Iw +Ti +Ti +Ti Iw Iw Iw Iw +Ti +Ti +Ti +Ti +Ti Iw -Qf -nX -nX -nX +Ti +Yo nX +ZN nX +ZN nX +ZN nX +cy YB YB YB YB -YB -YB +Xm zA -Wu +FK cX cX cX @@ -29405,52 +25248,19 @@ zA zA zA zA -zA -zA -zA -zA -zA +Xc +Xc +il +il +il Xc Xc Xc Xc Ot -"} -(132,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(133,1,1) = {" Ip Ot Xc @@ -29484,6 +25294,19 @@ nX nX nX nX +oM +Iw +Iw +Iw +Iw +yv +LE +Nz +Iw +Iw +Iw +Iw +oM nX nX nX @@ -29494,27 +25317,7 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Qf -Iw -Iw -Iw -Iw -Iw -Iw -Iw +Yo Iw Iw Iw @@ -29533,27 +25336,34 @@ Iw Iw Iw Iw +Ti Iw Iw Iw Iw Iw -Qf -nX -nX -nX +Ti +Ti +Ti +Ti +Ti +Ti +Yo nX +ZN nX +ZN nX +ZN nX +cG +di YB YB YB -YB -YB -YB +Xm zA -Wu +YT cX cX cX @@ -29606,53 +25416,20 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA +Xc +Xc +il +il +il +il Xc Xc Xc Xc Ot -"} -(133,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(134,1,1) = {" Ip Ot Xc @@ -29686,53 +25463,48 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX oM Iw Iw Iw +sJ +yv +LE +Nz +sJ Iw Iw Iw +oM +kD +kD +kD +kD +kD +kD +kD +kD +kD +kD +oM +Iw Iw Iw Iw Iw Iw Iw -fA Iw Iw Iw Iw -oM Iw +sJ Iw Iw Iw Iw +sJ Iw Iw Iw @@ -29740,20 +25512,25 @@ Iw Iw Iw Iw +Ti +Ti +Ti +Ti +Ti oM nX +ZN nX +ZN nX +ZN nX nX -nX -nX -nX -YB -YB +cy YB YB YB +Xm zA FK cX @@ -29761,7 +25538,7 @@ cX cX cX cX -Wu +YT zA zA il @@ -29807,54 +25584,21 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA +Xc +Xc +il +il +il +il Xc Xc Xc Xc Xc Ot -"} -(134,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(135,1,1) = {" Ip Ot Xc @@ -29887,45 +25631,40 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX Dy Dy +sJ +Iw +sJ +sJ +sJ Iw +sJ +sJ +sJ Iw +sJ +Dy +Dy +lH +lH +lH +lH +Dy +lH +lH +lH +lH +Dy Dy Iw Iw +sJ Iw Iw -Dy Iw Iw -Dy -Dy -Dy +sJ Iw Iw Dy @@ -29934,28 +25673,33 @@ Dy Iw Iw Dy +Dy +Dy Iw Iw +sJ Iw Iw -Dy Iw Iw +sJ +Ti +Ti Dy Dy nX +ZN nX +ZN nX +ZN nX nX -nX -nX -nX -YB -YB +cy YB YB YB +Xm zA FK cX @@ -29963,8 +25707,8 @@ cX cX cX cX -Wu -zA +FK +il zA il il @@ -30011,52 +25755,19 @@ zA zA zA zA -zA -zA -zA -zA +il +il +il +il Xc Xc Xc Xc Xc Ot -"} -(135,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(136,1,1) = {" Ip Ot Xc @@ -30089,31 +25800,31 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +wd +yv +yv +yv +yv +sJ +yv +Iw +Nz +sJ +Nz +Nz +Nz +Nz +wd +mz +mz +mz +mz +mz +mz +mz +mz +mz +mz oM Iw Iw @@ -30142,22 +25853,22 @@ Iw Iw Iw Iw -Iw +Ti oM nX nX +ZN nX +ZN nX +ZN nX nX -nX -nX -nX -YB -YB +cy YB YB YB +Xm zA FK cX @@ -30165,15 +25876,15 @@ cX cX cX cX -Wu -zA +YT +il zA il il zA il zA -Wu +YT cX cX cX @@ -30185,18 +25896,7 @@ cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +YT zA zA zA @@ -30209,6 +25909,14 @@ zA zA zA zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -30216,6 +25924,9 @@ zA zA zA zA +il +il +il Xc Xc Xc @@ -30223,42 +25934,9 @@ Xc Xc Xc Ot -"} -(136,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(137,1,1) = {" Ip Ot Xc @@ -30291,21 +25969,21 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +wt +yM +yM +yM +yM +Iw +Iw +Iw +Iw +Iw +Pt +Pt +Pt +Pt +wt nX nX nX @@ -30348,18 +26026,18 @@ Iw oM nX nX +ZN nX +ZN nX +ZN nX nX -nX -nX -nX -YB -YB +cy YB YB YB +Xm zA FK cX @@ -30368,14 +26046,14 @@ cX cX cX FK -zA +il zA il il zA il il -Wu +FK cX cX cX @@ -30387,22 +26065,7 @@ cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +FK zA zA zA @@ -30413,11 +26076,26 @@ zA zA zA zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc zA zA zA zA zA +il +il +il Xc Xc Xc @@ -30425,42 +26103,9 @@ Xc Xc Xc Ot -"} -(137,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(138,1,1) = {" Ip Ot Xc @@ -30493,29 +26138,29 @@ nX nX nX nX +wd +yR +yR +yR +yR +sJ +yR +Iw +ND +sJ +ND +ND +ND +ND +wd nX nX +xm nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS +MS nX nX Dy @@ -30550,24 +26195,24 @@ oM Dy nX nX +ZN nX +ZN nX +ZN nX nX -nX -nX -nX -YB -YB +cy YB YB YB +Xm zA FK FK FK -Wu -Wu +YT +YT FK FK zA @@ -30577,7 +26222,7 @@ il zA zA il -Wu +YT cX cX cX @@ -30589,23 +26234,7 @@ cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +YT zA zA zA @@ -30614,11 +26243,27 @@ zA zA zA zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +il +il +il +il +il +il zA zA zA zA zA +il +il Xc Xc Xc @@ -30627,42 +26272,9 @@ Xc Xc Xc Ot -"} -(138,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(139,1,1) = {" Ip Ot Xc @@ -30695,30 +26307,30 @@ nX nX nX nX +Dy +Dy +sJ +Iw +sJ +sJ +sJ +Iw +sJ +sJ +sJ +Iw +sJ +Dy +Dy nX +xm +xm nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS +MS nX nX nX @@ -30740,7 +26352,7 @@ nX nX nX nX -nX +qj Dy Dy oM @@ -30752,18 +26364,18 @@ nX nX nX nX +ZN nX +ZN nX +ZN nX nX -nX -nX -nX -YB -YB +cy YB YB YB +Xm zA HO zA @@ -30799,28 +26411,28 @@ zA zA zA zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +il +il +il +il +il +il +il +il +il zA zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il Xc Xc Xc @@ -30829,42 +26441,9 @@ Xc Xc Xc Ot -"} -(139,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(140,1,1) = {" Ip Ot Xc @@ -30898,9 +26477,25 @@ nX nX nX nX +oM +Iw +Iw +Iw +sJ +yR +MB +ND +sJ +Iw +Iw +Iw +oM nX nX nX +xm +xm +xm nX nX nX @@ -30909,45 +26504,26 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +VX nX jL -nX -nX -nX -nX -nX -nX -nX -nX -xm -nX +Mz +Mz +Mz +Mz +Mz +Mz +ho +hr nX xm nX xm nX nX -nX -jL -nX -nX -nX -nX +qj +lH +wy nX nX nX @@ -30957,16 +26533,19 @@ nX nX nX nX +ZN nX +ZN nX +ZN nX nX +cy YB YB YB -YB -YB -YB +fI +fA HO zA zA @@ -31000,25 +26579,25 @@ zA zA zA zA +Xc +Xc +Xc +Xc +Xc zA zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +Xc zA zA zA @@ -31031,42 +26610,9 @@ Xc Xc Xc Ot -"} -(140,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(141,1,1) = {" Ip Ot Xc @@ -31100,6 +26646,19 @@ nX nX nX nX +oM +Iw +Iw +Iw +Iw +yR +MB +ND +Iw +Iw +Iw +Iw +oM nX nX nX @@ -31111,45 +26670,29 @@ nX nX nX nX +MS nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +VX jL -nX -xm -xm -nX -nX -nX -nX -xm -xm -nX +oq +sJ +sJ +qu +qu +qu +sJ +sJ +lQ nX nX nX xm xm nX -nX -jL -nX -nX -nX -nX +qj +lH +wy nX nX nX @@ -31159,16 +26702,19 @@ nX nX nX nX +ZN nX +ZN nX +ZN nX nX +cy YB YB YB YB -YB -YB +Xm HO zA zA @@ -31201,6 +26747,10 @@ zA zA zA zA +Xc +Xc +Xc +Xc zA zA zA @@ -31210,17 +26760,13 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +Xc +Xc zA zA zA @@ -31233,42 +26779,9 @@ Xc Xc Xc Ot -"} -(141,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(142,1,1) = {" Ip Ot Xc @@ -31302,56 +26815,53 @@ nX nX nX nX +Dy +Dy +Iw +Iw +sJ +yR +MB +ND +sJ +Iw +Iw +Dy +Dy nX nX +MS +MS nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -jL -nX -nX -xm xm nX nX nX -xm -xm -xm +MS +MS +MS +nX +VX +Yx +sJ +sJ +ZN +ZN +ZN +ZN +ZN +sJ +xO nX nX xm xm -xm -nX -nX -jL -nX -nX nX nX +qj +lH +wy nX nX nX @@ -31361,16 +26871,19 @@ nX nX nX nX +ZN nX +ZN nX +ZN nX nX +cy YB YB YB YB -YB -YB +Xm HO zA il @@ -31385,7 +26898,7 @@ zA zA zA zA -Wu +YT cX cX cX @@ -31397,19 +26910,13 @@ cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA +YT zA zA zA zA zA +Xc zA zA zA @@ -31423,6 +26930,12 @@ zA zA zA zA +il +il +il +il +Xc +Xc zA zA zA @@ -31435,42 +26948,9 @@ Xc Xc Xc Ot -"} -(142,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(143,1,1) = {" Ip Ot Xc @@ -31505,52 +26985,52 @@ nX nX nX nX +Dy +oM +oM +Dy +yR +MB +ND +Dy +oM +oM +Dy nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -jL +MS +MS +MS nX nX xm xm nX +MS +MS +MS nX nX -xm -xm -xm +VX +Yx +qu +Wd +ux +XR +Mk +Mk +Mk +Ls +Pk nX xm xm xm -xm nX -UL -UL -UL +nX +uZ +uZ +uZ nX nX nX @@ -31567,12 +27047,12 @@ nX nX nX nX +cy YB YB YB YB -YB -YB +Xm HO zA zA @@ -31587,7 +27067,7 @@ zA zA il zA -Wu +FK cX cX cX @@ -31599,15 +27079,7 @@ cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA -zA +FK zA zA zA @@ -31621,10 +27093,18 @@ zA zA zA zA +Xc +Xc +Xc zA zA zA zA +il +il +il +Xc +Xc zA zA zA @@ -31637,42 +27117,9 @@ Xc Xc Xc Ot -"} -(143,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(144,1,1) = {" Ip Ot Xc @@ -31709,50 +27156,50 @@ nX nX nX nX +qj +Dy +Jy +MJ +Jy +Dy nX nX nX nX nX +MS +MS nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -jL -nX xm xm nX +MS +MS +MS +MS nX +VX +Yx +qu +za +Mk +Mk +Mk +Mk +Mk +Ls +Pk nX nX -xm -xm -xm nX xm xm -xm -xm -nX -nX -jL nX +qj +lH +wy nX nX nX @@ -31762,24 +27209,24 @@ nX nX nX tw -Rc -qQ -Rc +bl +gx +bl +tw +bl +bl +tw +cQ +uy +uy +uy +uy +ch +tw +bl +Tu +bl tw -Wu -Wu -FK -Xm -Xm -Xm -Xm -Xm -Xm -FK -Wu -eV -Wu -FK zA zA zA @@ -31789,7 +27236,7 @@ il il il zA -Wu +YT cX cX cX @@ -31801,14 +27248,7 @@ cX cX cX cX -Wu -zA -zA -zA -zA -zA -zA -zA +YT zA zA zA @@ -31821,11 +27261,18 @@ zA zA zA zA +Xc +Xc +Xc +Xc zA zA zA zA zA +il +il +Xc zA zA zA @@ -31839,42 +27286,9 @@ Xc Xc Xc Ot -"} -(144,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(145,1,1) = {" Ip Ot Xc @@ -31911,12 +27325,18 @@ nX nX nX nX +qj +lH +wy nX nX nX nX +MS +MS nX nX +MS nX nX nX @@ -31925,36 +27345,30 @@ nX nX nX nX +MS +Xc +Xc nX +VX +Yx +sJ +sJ +lC +ZN +pR +ZN +ZN +sJ +rP nX nX -nX -nX -nX -nX -nX -nX -nX -jL -nX -xm -xm -nX -nX -nX -nX -nX -xm -xm -nX xm xm -xm -nX nX nX -jL -nX +qj +lH +wy nX nX nX @@ -31964,28 +27378,28 @@ tw tw tw tw -gx +Ry kw -yv -tw -YT -Yx -FK -FK -Wu -Wu -Wu -Wu -FK +YJ FK -ah +RN +gs +tw +tw +bl +bl +bl +bl +tw +tw +oU cX cX -FK -Wu -Wu -Wu -FK +tw +bl +bl +bl +tw zA zA il @@ -32016,18 +27430,18 @@ zA zA zA zA +Xc +Xc +Xc zA zA zA zA zA zA -zA -zA -zA -zA -zA -zA +il +Xc +Xc zA zA zA @@ -32041,42 +27455,9 @@ Xc Xc Xc Ot -"} -(145,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(146,1,1) = {" Ip Ot Xc @@ -32113,81 +27494,81 @@ nX nX nX nX +qj +lH +wy nX nX nX +MS +MS nX nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -jL -nX -nX xm nX nX xm -nX -nX -nX xm nX -xm -xm +Xc +Xc +Xc +Xc +Xc +YR +Tp +sJ +sJ +qu +qu +qu +sJ +sJ +Hx nX nX +xm nX nX -jL nX +qj +lH +wy nX nX nX nX tw tw -qV -qV +lO +lO tw -rO kw -UA -Rc -cX -Ai -cX +kw +WT +YT cX +LD cX cX cX cX cX cX +fX cX cX cX cX +fX cX -Jf -Jf -Wu +cC +cC +bl zA zA il @@ -32227,9 +27608,9 @@ zA zA zA zA -zA -zA -zA +Xc +Xc +Xc zA zA zA @@ -32243,42 +27624,9 @@ Xc Xc Xc Ot -"} -(146,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(147,1,1) = {" Ip Ot Xc @@ -32315,64 +27663,63 @@ nX nX nX nX +qj +lH +wy nX nX +MS nX nX nX nX +xm +xm +xm +xm +xm +xm nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm Xc Xc Xc Xc Xc Xc -nX -nX -nX -xm -xm -nX -nX -nX -xm +YR +De +De +yc +yc +De +De +De +Aq nX xm xm nX nX xm -UL -UL -UL +uZ +uZ +uZ nX nX nX nX tw -ca -lO -lO +Rc +jl +jl kw kw kw kw -cG -cX +us cX cX cX @@ -32381,15 +27728,16 @@ cX cX cX cX +fX cX cX -QM cX cX +fX cX cX -iE -Wu +rb +bl zA zA zA @@ -32428,9 +27776,9 @@ zA zA zA zA -zA -zA -zA +Xc +Xc +Xc zA zA zA @@ -32445,42 +27793,9 @@ Xc Xc Xc Ot -"} -(147,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(148,1,1) = {" Ip Ot Xc @@ -32517,26 +27832,26 @@ nX nX nX nX +qj +lH +wy +MS +MS nX nX nX +xm +xm +YB +xm +YB +xm +xm +xm +xm nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xv +xm +Xc Xc Xc Xc @@ -32558,14 +27873,14 @@ xm nX xm xm -xm -jL -nX +qj +lH +wy nX nX nX nX -Rc +bl kw kw kw @@ -32573,25 +27888,25 @@ kw kw kw kw -tw -di -sX -lH -rb +FK +YX +SU +Cf +fK cX cX cX -qa -tw +Qx +FK cX cX cX cX -tw -ym -rb -Ly -Wu +FK +yG +fK +GO +bl zA zA zA @@ -32626,11 +27941,11 @@ zA zA zA zA -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -32647,42 +27962,9 @@ Xc Xc Xc Ot -"} -(148,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(149,1,1) = {" Ip Ot Xc @@ -32719,26 +28001,26 @@ nX nX nX nX +qj +Dy +wy +MS nX nX nX +xm +xm +YB +xm +xm +YB +xm +YB +xm +xm nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm Xc Xc Xc @@ -32760,41 +28042,41 @@ nX nX xm xm -xm -He -nX +qj +lH +wy nX nX nX nX -Rc +bl kw kw kw kw kw kw -It -tw +NI FK FK FK FK FK +FK +fX +fX +FK +FK +Va cX cX -tw -tw -uY -cX -cX -Uk -tw -tw -cX -dX +hZ FK FK +fX +fX +tw +tw zA il il @@ -32829,8 +28111,8 @@ zA zA zA zA -zA -zA +Xc +Xc zA zA zA @@ -32849,42 +28131,9 @@ Xc Xc Xc Ot -"} -(149,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(150,1,1) = {" Ip Ot Xc @@ -32921,26 +28170,26 @@ nX nX nX nX +qj +Dy +wy nX nX nX +xm +xm +xm +YB +xm +YB +YB +YB +YB +YB +xm nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm Xc Xc Xc @@ -32962,41 +28211,41 @@ nX xm xm xm -xm -xm -nX +qj +Lf +wy nX nX nX nX tw -uL -VO +QD +sw kw kw kw kw -Ys -tw -op -Sx -oi -Nd -cX -cX -cX +Vo +FK +yL +ah +aW +RX cX -lt cX cX cX +lY cX +FU +Gd cX cX cX cX cX Wu +bl il il il @@ -33006,9 +28255,9 @@ zA zA FK FK -Wu -Wu -Wu +YT +YT +YT FK FK zA @@ -33051,42 +28300,9 @@ Xc Xc Xc Ot -"} -(150,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(151,1,1) = {" Ip Ot Xc @@ -33123,27 +28339,27 @@ nX nX nX nX +qj +lH +wy nX nX nX +xm +xm +YB +YB +YB +YB +YB +YB +YB +xm +xm nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm Xc Xc Xc @@ -33152,10 +28368,10 @@ Xc Xc Xc Xc -nX -nX -nX -nX +Xc +xm +xm +xm nX nX nX @@ -33164,23 +28380,22 @@ nX nX xm xm -xm -nX -nX +qj +Lf +wy nX nX nX nX tw -tw +FK kw -wy -kk +qS +Qw kw kw kw -tw -ah +FK cX cX cX @@ -33190,15 +28405,16 @@ cX cX cX cX -tw -tw +cX +FK +FK cX cX cX cX cX cX -LE +Gl il il il @@ -33253,42 +28469,9 @@ Xc Xc Xc Ot -"} -(151,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(152,1,1) = {" Ip Ot Xc @@ -33325,26 +28508,26 @@ nX nX nX nX +qj +lH +wy nX nX nX nX +xm +xm +YB +YB +YB +YB +YB +xm +xm nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS +xm nX nX Xc @@ -33354,9 +28537,9 @@ Xc Xc Xc Xc -nX -nX -nX +Xc +xm +xm nX nX xm @@ -33366,41 +28549,41 @@ xm nX xm xm -nX -jL -nX +qj +lH +wy nX nX nX nX tw -tw -qS -tw -tw -fI +FK +UZ +FK +FK +RG kw kw -iC -cX -jO -cX +Ki cX +PI cX cX +bU cX cX cX cX cX +dm +dm cX cX cX cX cX -cX -cX -Wu +bU +bl il il il @@ -33455,42 +28638,9 @@ Xc Xc Xc Ot -"} -(152,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(153,1,1) = {" Ip Ot Xc @@ -33527,25 +28677,25 @@ nX nX nX nX +qj +lH +wy nX nX nX nX +xm +xm +xm +xm +xm +YB +xm +xm +xm nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS nX nX nX @@ -33556,10 +28706,10 @@ Xc Xc Xc Xc -nX -nX -nX -nX +sJ +qu +qu +sJ nX nX xm @@ -33568,41 +28718,41 @@ nX nX nX xm -nX -jL -nX +qj +lH +wy nX nX nX nX tw -UZ +kd +xU fv -Fk -tw -YR +FK +XY kw kw -iC +Ki +cX cX cX -rM FK FK -uY -cX -tw -tw -uY +fX +fX +FK +FK +Va cX cX -Uk -tw -tw -ah -dg +hZ FK FK +fX +fX +tw +tw il il il @@ -33657,42 +28807,9 @@ Xc Xc Xc Ot -"} -(153,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(154,1,1) = {" Ip Ot Xc @@ -33729,11 +28846,20 @@ nX nX nX nX +qj +lH +wy nX nX nX nX nX +xm +xm +xm +xm +xm +xm nX nX nX @@ -33741,28 +28867,19 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -jL -nX -nX +xm +xm +Ys +xm +xm Xc Xc -nX -nX -nX -nX -xm -nX +sJ +sJ +Kc +av +sJ +sJ nX xm nX @@ -33770,40 +28887,40 @@ nX xm nX nX -UL -UL -UL +uZ +uZ +uZ nX nX nX nX tw -UZ +kd +xU fv -Fk -tw -PJ +FK +iv kw kw -tw -rk -Gd -Fn -Wu -Va +FK +ZS +dI +bR +FK +ZL cX cX -Nz -tw -hK +Fr +FK +oU cX cX cX -tw -oU -rQ -Xh -Wu +FK +cX +wr +AQ +bl zA zA il @@ -33831,12 +28948,12 @@ Xc Xc Xc zq -Pt -Pt -Pt -Pt -Pt -Pt +eE +eE +eE +eE +eE +eE Xc zq Xc @@ -33859,42 +28976,9 @@ Xc Xc Xc Ot -"} -(154,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(155,1,1) = {" Ip Ot Xc @@ -33930,82 +29014,82 @@ nX nX nX nX +Xc +HC +HC +HC +xm nX nX nX nX nX nX +xm +xm +xm nX nX +MS +MS nX +MS nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -jL -nX -nX -nX -nX -nX -nX -nX +xm xm xm nX nX nX +sJ +Zs +Mk +Mk +Mk +Ls nX nX -xm -xm nX nX -jL +xm +xm nX +qj +lH +wy nX nX nX nX tw -UZ +kd +xU fv -Fk -tw +FK kw kw -jo -tw -dI -Iu -Fn -Wu -Kx -cX +af +FK +Oa +II +RJ +YT +IK cX cX cX +fX cX cX -gU cX cX +fX cX cX -nT -Wu +gN +bl zA zA il @@ -34035,10 +29119,10 @@ Xc zq zq zq -cE -Rc -Rc -cE +aw +QX +QX +aw zq zq Xc @@ -34061,42 +29145,9 @@ Xc Xc Xc Ot -"} -(155,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(156,1,1) = {" Ip Ot Xc @@ -34131,6 +29182,13 @@ nX nX nX nX +Xc +Xc +Xc +Xc +Xc +xm +xm nX nX nX @@ -34142,72 +29200,65 @@ nX nX nX nX +MS +MS nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -jL -nX -nX -xm -xm -xm -nX +Ys +xm nX xm xm -xm +sJ +NT +Mk +Mk +ao +sJ nX nX nX xm xm -xm nX nX -jL -nX +qj +lH +wy nX nX nX nX tw tw -tw -tw -tw -Lv +FK +FK +FK +oZ kw kw -tw -II -RJ -MB -Wu -cX -cX +FK +Xu cX +dm +FK +hq cX cX -Eg cX +fX cX cX cX cX +fX cX cX -Wu +QZ +bl zA zA il @@ -34236,12 +29287,12 @@ Xc Xc zq Xc -aw -aw -aw -aw -aw -aw +cW +cW +cW +cW +cW +cW zq Xc Xc @@ -34263,42 +29314,9 @@ Xc Xc Xc Ot -"} -(156,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(157,1,1) = {" Ip Ot Xc @@ -34332,16 +29350,16 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +xm +xm +xm nX nX nX @@ -34359,26 +29377,26 @@ Xc Xc Xc Xc -nX -nX xm xm xm xm -nX -xm -xm -xm +sJ +sJ +DX +Ul +sJ +sJ nX nX xm xm -xm -xm nX nX -jL nX +qj +lH +wy nX nX nX @@ -34386,38 +29404,38 @@ nX nX tw tw -tw -tw +FK +FK kw kw kw tw -Wu -Wu -Wu -FK -FK -uY -cX +bl +bl +bl +tw +tw +iF +rQ cX -At FK cX cX cX -FK -Wu -Wu -Wu -FK +cX +tw +bl +bl +bl +tw zA zA il il FK -Wu -Wh -Wu +YT +fX +YT FK Xc Xc @@ -34465,42 +29483,9 @@ Xc Xc Xc Ot -"} -(157,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(158,1,1) = {" Ip Ot Xc @@ -34534,18 +29519,18 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +Xc +sJ +sJ +sJ +sJ +xm +xm +xm nX nX nX @@ -34562,25 +29547,25 @@ Xc Xc Xc Xc -nX xm xm xm xm -nX -xm -xm +sJ +sJ +sJ +sJ xm nX nX -xm -xm +nX xm xm nX -UL -UL -UL +nX +uZ +uZ +uZ nX nX nX @@ -34590,24 +29575,24 @@ nX tw tw tw -Rc -qQ -Rc +bl +gx +bl tw nX nX nX -FK -FK -FK -Wu -Wu -FK -FK -FK -eV -Wu -FK +tw +tw +tw +bl +bl +tw +tw +tw +Tu +bl +tw zA zA zA @@ -34667,42 +29652,9 @@ zA Xc Xc Ot -"} -(158,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(159,1,1) = {" Ip Ot Xc @@ -34736,18 +29688,18 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +sJ +Xc +Xc +Xc +sJ +sJ +sJ +sJ +sJ +Xc +xm nX nX nX @@ -34764,7 +29716,7 @@ Xc Xc Xc Xc -nX +xm xm xm xm @@ -34775,14 +29727,14 @@ xm xm nX nX -xm +nX xm xm xm nX -nX -jL -nX +qj +lH +wy nX nX nX @@ -34799,14 +29751,14 @@ nX nX nX nX -FK -qu -qu -qu -qu -qu -qu -FK +tw +uu +Nw +Nw +Nw +Nw +JG +tw zA zA zA @@ -34818,7 +29770,7 @@ zA il zA il -Wu +FK cX cX cX @@ -34869,42 +29821,9 @@ zA Xc Xc Ot -"} -(159,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(160,1,1) = {" Ip Ot Xc @@ -34936,20 +29855,20 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +sJ +Fn +Ga +Hi +JF +Nb +sJ +sJ +Xc +Xc +Xc nX nX nX @@ -34966,7 +29885,7 @@ Xc Xc Xc Xc -nX +xm xm xm xm @@ -34982,9 +29901,9 @@ xm xm nX nX -nX -jL -nX +qj +lH +wy nX nX nX @@ -35002,12 +29921,12 @@ nX nX nX nX +fk yQ yQ yQ -yQ -yQ -yQ +jC +tH zA zA il @@ -35020,15 +29939,15 @@ il il zA zA -Wu +YT cX cX cX cX FK FK -Wu -Wu +YT +YT FK FK Xc @@ -35071,42 +29990,9 @@ zA Xc Xc Ot -"} -(160,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(161,1,1) = {" Ip Ot Xc @@ -35136,22 +30022,22 @@ nX nX nX nX +Xc +Xc +Xc +Xc +sJ +sJ +Ft nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +PJ +PJ +Qf nX nX nX @@ -35165,9 +30051,9 @@ Xc Xc Xc Xc +MS nX -nX -jL +VX nX xm xm @@ -35183,10 +30069,10 @@ nX xm nX nX -nX -nX -jL -nX +MS +qj +lH +wy nX nX nX @@ -35204,11 +30090,11 @@ nX nX nX nX +fk yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -35222,7 +30108,7 @@ il il il zA -Wu +FK cX cX cX @@ -35273,42 +30159,9 @@ zA Xc Xc Ot -"} -(161,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(162,1,1) = {" Ip Ot Xc @@ -35338,22 +30191,22 @@ nX nX nX nX +Xc +Xc +Xc +Xc +sJ +Eg +xm +Gb +It +Kx nX +NQ nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc nX nX nX @@ -35366,11 +30219,11 @@ Xc Xc Xc Xc +MS +MS nX nX nX -jL -nX nX xm nX @@ -35385,8 +30238,8 @@ nX nX nX nX -nX -nX +MS +qj Dy Dy nX @@ -35406,11 +30259,11 @@ nX nX nX nX +fk yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -35424,7 +30277,7 @@ zA zA zA zA -Wu +FK cX cX cX @@ -35475,42 +30328,9 @@ zA Xc Xc Ot -"} -(162,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(163,1,1) = {" Ip Ot Xc @@ -35540,26 +30360,26 @@ nX nX nX nX +Xc +Xc +Xc +Xc +Xc +Ey +xm +xm +xm nX nX +sJ +sJ +PY +Xc +Xc nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS +MS nX nX nX @@ -35567,11 +30387,11 @@ nX Xc Xc Xc +MS +MS +MS nX -nX -nX -nX -jL +VX nX nX nX @@ -35586,12 +30406,12 @@ xm xm nX nX -nX -nX -nX +MS +MS +Dy Dy Xc -Xc +Wp Xc nX nX @@ -35608,11 +30428,11 @@ nX nX nX nX +fk yQ yQ -yQ -yQ -yQ +jC +tH zA zA zA @@ -35626,7 +30446,7 @@ zA Xc zA zA -Wu +YT cX cX cX @@ -35637,38 +30457,38 @@ cX cX cX cX -Wu +YT zA zA zA zA zA zA -WY -yg -yg -yg -yg -yg -yg -yg -yg -yg -yg -yg -WY -yg -yg -yg -yg -yg -yg -yg -yg -yg -yg -yg -WY +xg +VQ +VQ +VQ +VQ +VQ +VQ +VQ +VQ +VQ +VQ +VQ +xg +VQ +VQ +VQ +VQ +VQ +VQ +VQ +VQ +VQ +VQ +VQ +xg zA zA zA @@ -35677,42 +30497,9 @@ Xc Xc Xc Ot -"} -(163,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(164,1,1) = {" Ip Ot Xc @@ -35742,35 +30529,35 @@ nX nX nX nX +Xc +Xc +Xc +Xc +Xc +Fa +FI +Iz +xm +xm +sJ +sJ +Xc +Xc +Xc nX nX nX nX +MS +MS nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS +MS +MS +MS nX nX Xc @@ -35787,13 +30574,13 @@ nX xm nX nX +MS +MS nX -nX -nX -nX -Xc +Dy Xc Xc +RT Xc nX nX @@ -35809,11 +30596,11 @@ nX nX Xc Xc +qM +FO yQ yQ -yQ -yQ -yQ +XV zA zA zA @@ -35828,7 +30615,7 @@ zA Xc Xc zA -Wu +FK cX cX cX @@ -35839,38 +30626,38 @@ cX cX cX cX -Wu +YT zA zA zA zA zA zA -EH -VQ -rd -rd -zC -TR -ti -rd -zC -TR -ti -rd -JO -TR -ti -rd -zC -TR -ti -rd -zC -TR +Da WY -VQ -hn +Lt +Lt +DP +am +Hc +Lt +DP +am +Hc +Lt +aO +am +Hc +Lt +DP +am +Hc +Lt +DP +am +xg +WY +By zA zA zA @@ -35879,42 +30666,9 @@ Xc Xc Xc Ot -"} -(164,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(165,1,1) = {" Ip Ot Xc @@ -35945,33 +30699,33 @@ nX nX nX nX +Xc +Xc +Xc +Xc +sJ +Xc +KE +Mk +xm +sJ +Xc +Xc +Xc +Xc nX nX nX nX nX +MS +MS nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS +MS nX nX Xc @@ -35994,8 +30748,8 @@ xm Xc Xc Xc -Xc -Xc +RT +RT Xc Xc nX @@ -36011,11 +30765,11 @@ Xc Xc Xc Xc +UF +sj yQ yQ -yQ -yQ -yQ +XV zA zA zA @@ -36048,11 +30802,11 @@ zA zA zA zA -EH -Lt +Da +Vr Dc Dc -am +Zi Dc Dc RV @@ -36060,7 +30814,7 @@ RV RV Dc Dc -am +Zi Dc Dc Dc @@ -36069,10 +30823,10 @@ RV RV RV Dc -am -Lu -bA -hn +Zi +XF +pH +By zA zA zA @@ -36081,42 +30835,9 @@ Xc Xc Xc Ot -"} -(165,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(166,1,1) = {" Ip Ot Xc @@ -36147,29 +30868,29 @@ nX nX nX nX +Xc +Xc +Xc +Xc +Xc +Xc +sJ +mt +sJ +Xc +Xc +Xc +Xc +Xc nX nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS +MS +MS nX nX nX @@ -36186,7 +30907,7 @@ nX xm xm xm -xm +nX nX nX xm @@ -36194,19 +30915,19 @@ xm xm Xc Xc +SF +RT +RT +SG +SG Xc Xc Xc Xc Xc -Xc -Xc -Xc -Xc -Xc -nX -nX -nX +VX +VX +VX Xc Xc Xc @@ -36214,10 +30935,10 @@ Xc Xc Xc Xc +fk yQ yQ -yQ -yQ +XV zA zA zA @@ -36237,21 +30958,21 @@ cX cX cX cX -Wu +YT cX cX cX cX cX -Wh +fX zA zA zA zA zA zA -EH -nh +Da +Pg Dc Dc Dc @@ -36273,8 +30994,8 @@ RV Dc Dc RV -br -hn +rm +By zA zA zA @@ -36283,42 +31004,9 @@ Xc Xc Xc Ot -"} -(166,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(167,1,1) = {" Ip Ot Xc @@ -36349,28 +31037,28 @@ nX nX nX nX +Dy +Dy +Dy nX +Xc +sJ +Ra +xm nX +Zk +Xc +Xc nX +VX nX nX +MS +MS nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS nX nX nX @@ -36385,26 +31073,26 @@ Xc Xc Xc nX -xm -xm +nX xm xm nX +nX xm xm xm Xc Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc +SF +RT +RT +RT +RT +SG +Wp +SG +RT +RT Xc nX nX @@ -36416,10 +31104,10 @@ Xc Xc Xc Xc +fk yQ yQ -yQ -yQ +XV zA zA zA @@ -36452,8 +31140,8 @@ zA zA zA zA -EH -FV +Da +Kb Dc Dc Dc @@ -36475,8 +31163,8 @@ RV RV Dc RV +bo By -hn zA zA zA @@ -36485,42 +31173,9 @@ Xc Xc Xc Ot -"} -(167,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(168,1,1) = {" Ip Ot Xc @@ -36551,30 +31206,30 @@ nX nX nX nX +qj +lH +wy nX +Xc +sJ +Tz +xm nX +Mk +sJ +Xc nX +VX nX +MS +MS nX nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS nX nX Xc @@ -36587,26 +31242,26 @@ Xc Xc Xc nX +nX xm -xm -xm -xm +nX +nX nX xm xm Xc Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc +SF +RT +RT +SG +RT +RT +SG +Wp +RT +RT +RT Xc nX nX @@ -36618,10 +31273,10 @@ Xc Xc Xc Xc +fk yQ yQ -yQ -yQ +XV zA zA zA @@ -36647,15 +31302,15 @@ cX cX cX cX -Wu +YT zA zA zA zA zA zA -EH -cy +Da +IC Dc RV RV @@ -36677,8 +31332,8 @@ RV RV RV RV -zu -hn +RL +By zA zA Xc @@ -36687,42 +31342,9 @@ Xc Xc Xc Ot -"} -(168,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(169,1,1) = {" Ip Ot Xc @@ -36741,6 +31363,7 @@ nX nX nX nX +nX Xc Xc nX @@ -36752,27 +31375,26 @@ nX nX nX nX +qj +lH +wy nX +Xc +sJ +Tz nX nX +Xv +qu nX nX +VX nX +MS nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS nX nX nX @@ -36796,19 +31418,19 @@ xm nX nX xm -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc +Wp +RT +RT +RT +SG +SG +SG +RT +SG +Wp +RT +RT +SF Xc nX nX @@ -36820,10 +31442,10 @@ Xc Xc Xc Xc +fk yQ yQ -yQ -yQ +XV zA zA zA @@ -36849,15 +31471,15 @@ cX cX cX cX -Wu +YT zA zA zA zA zA zA -EH -Lt +Da +Vr Dc RV RV @@ -36879,8 +31501,8 @@ RV RV Dc Dc -bA -hn +pH +By zA Xc Xc @@ -36889,42 +31511,9 @@ Xc Xc Xc Ot -"} -(169,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(170,1,1) = {" Ip Ot Xc @@ -36945,6 +31534,8 @@ nX nX Xc Xc +Xc +Xc nX nX nX @@ -36953,32 +31544,30 @@ nX nX nX nX +qj +lH +wy nX nX +sJ +Ra nX +Mk +Xv +sJ nX nX +VX nX +MS nX nX +MS +MS +MS nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS +MS nX nX Xc @@ -37000,16 +31589,16 @@ xm xm Xc Xc +RT +RT +SG +RT Xc +if +if Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc +RT +SF Xc Xc nX @@ -37022,10 +31611,10 @@ Xc Xc Xc Xc +fk yQ yQ -yQ -yQ +XV zA zA zA @@ -37058,8 +31647,8 @@ zA zA zA zA -EH -nh +Da +Pg Dc RV RV @@ -37081,8 +31670,8 @@ RV RV Dc Dc -br -hn +rm +By zA zA Xc @@ -37091,42 +31680,9 @@ Xc Xc Xc Ot -"} -(170,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(171,1,1) = {" Ip Ot Xc @@ -37147,6 +31703,9 @@ nX nX Xc Xc +Xc +Xc +Xc nX nX nX @@ -37154,32 +31713,29 @@ nX nX nX nX +qj +lH +wy nX nX +qu +Xf nX +Mk nX +qu nX nX +VX nX +MS +MS nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +MS +MS +MS +MS nX nX Xc @@ -37188,10 +31744,10 @@ Xc Xc nX nX +MS nX -nX -jL -nX +VX +xm nX nX xm @@ -37202,10 +31758,10 @@ xm xm xm Xc -Xc -Xc -Xc -Xc +RT +SG +RT +RT Xc nX nX @@ -37224,10 +31780,10 @@ Xc Xc Xc Xc +fk yQ yQ -yQ -yQ +XV zA zA il @@ -37239,7 +31795,7 @@ zA il il il -Wh +fX cX cX cX @@ -37260,8 +31816,8 @@ zA zA zA zA -EH -FV +Da +Kb Dc RV RV @@ -37283,8 +31839,8 @@ RV RV Dc Dc +bo By -hn zA zA Xc @@ -37293,42 +31849,9 @@ Xc Xc Xc Ot -"} -(171,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(172,1,1) = {" Ip Ot Xc @@ -37349,17 +31872,33 @@ nX nX Xc Xc +Xc +Xc +Xc +Xc nX nX nX nX nX nX +qj +lH +wy nX nX +sJ +Xv nX nX +Zk +sJ nX +Dy +Dy +Dy +MS +MS nX nX nX @@ -37369,32 +31908,16 @@ nX nX nX nX +Xc +Xc nX nX +MS +MS nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -Xc -nX -nX -nX -nX -nX -jL -nX -nX +VX +xm +xm nX nX nX @@ -37405,8 +31928,8 @@ xm nX Xc Xc -Xc -Xc +SG +RT Xc Xc nX @@ -37426,22 +31949,22 @@ Xc Xc Xc Xc +fk yQ yQ -yQ -yQ -zA +XV zA il il il +il zA zA zA zA il il -Wh +fX cX cX cX @@ -37450,9 +31973,9 @@ cX cX cX FK -Wu -Wu -Wu +YT +YT +YT FK FK Xc @@ -37462,8 +31985,8 @@ zA zA zA zA -EH -cy +Da +IC Dc RV RV @@ -37485,8 +32008,8 @@ RV RV RV RV -zu -hn +RL +By zA zA zA @@ -37495,42 +32018,9 @@ Xc Xc Xc Ot -"} -(172,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(173,1,1) = {" Ip Ot Xc @@ -37553,30 +32043,30 @@ Xc Xc Xc Xc +Xc +Xc +Dy +kD +kD +kD +kD +kD +qq +Dy +wA +zi nX +sJ +sJ +Mk nX +sJ +sJ nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Dy +Dy +Dy +MS nX nX nX @@ -37586,17 +32076,17 @@ Xc nX nX nX +MS nX nX nX nX +MS nX nX -nX -nX -jL -nX -nX +VX +xm +xm nX nX nX @@ -37628,16 +32118,16 @@ Xc Xc Xc Xc +fk yQ yQ -yQ -yQ -zA +XV zA il il il il +il zA zA zA @@ -37664,8 +32154,8 @@ zA zA zA zA -EH -Lt +Da +Vr Dc Dc Dc @@ -37687,8 +32177,8 @@ RV RV Dc RV -bA -hn +pH +By zA zA zA @@ -37697,42 +32187,9 @@ Xc Xc Xc Ot -"} -(173,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(174,1,1) = {" Ip Ot Xc @@ -37755,28 +32212,28 @@ Xc Xc Xc Xc +Xc +Xc +Dy +lH +lH +lH +lH +lH +Dy +Dy +Dy +wy nX nX +sJ +Ls +Qf +sJ nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +VX nX nX nX @@ -37788,17 +32245,17 @@ Xc Xc nX nX +MS +MS nX nX nX nX nX nX -nX -nX -jL -nX -nX +VX +xm +xm nX nX nX @@ -37830,16 +32287,16 @@ Xc Xc Xc Xc +fk yQ yQ -yQ -yQ -zA +XV zA il il il il +il zA zA zA @@ -37866,8 +32323,8 @@ zA zA zA zA -EH -nh +Da +Pg Dc Dc Dc @@ -37889,8 +32346,8 @@ RV Dc Dc RV -br -hn +rm +By zA zA zA @@ -37899,42 +32356,9 @@ Xc Xc Xc Ot -"} -(174,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(175,1,1) = {" Ip Ot Xc @@ -37957,6 +32381,18 @@ Xc Xc Xc Xc +Xc +Xc +Dy +mz +mz +mz +mz +mz +qQ +Dy +xJ +yg nX nX nX @@ -37966,40 +32402,28 @@ nX nX nX nX +VX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -Xc -Xc -Xc -Xc +sJ +sJ Xc +RT +RT +SI nX nX nX +MS nX nX nX nX nX nX -nX -jL -nX +VX +xm nX nX sJ @@ -38031,11 +32455,11 @@ Xc Xc Xc Xc +qM +FO yQ yQ -yQ -yQ -yQ +XV zA zA il @@ -38050,13 +32474,13 @@ zA zA FK FK -Wu -Wu -Wu +YT +YT +YT FK FK Xc -zA +il yQ yQ yQ @@ -38068,11 +32492,11 @@ zA zA zA zA -EH -FV +Da +Kb Dc Dc -am +Zi Dc Dc RV @@ -38080,7 +32504,7 @@ RV RV Dc Dc -am +Zi Dc Dc Dc @@ -38089,10 +32513,10 @@ RV RV RV Dc -am +Zi Dc +bo By -hn zA zA zA @@ -38101,42 +32525,9 @@ Xc Xc Xc Ot -"} -(175,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(176,1,1) = {" Ip Ot Xc @@ -38159,12 +32550,17 @@ Xc Xc Xc Xc +Xc +Xc nX nX nX nX nX nX +qV +mz +yg nX nX nX @@ -38175,32 +32571,27 @@ nX nX nX nX +VX nX nX +sJ +sJ +SF +SI +RT +RT +sJ +sJ nX nX +MS +MS +MS nX nX nX nX -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xv -nX -nX -nX -nX -nX -nX -nX -nX -nX -jL +VX nX nX sJ @@ -38232,12 +32623,12 @@ Xc Xc Xc Xc +qM +FO yQ yQ yQ -yQ -yQ -yQ +XV zA zA zA @@ -38258,8 +32649,8 @@ il Xc Xc Xc -zA -zA +il +il yQ yQ yQ @@ -38270,31 +32661,31 @@ Xc zA zA zA -EH -VQ -gv -gv -Zi +Da +WY +zp +zp +rl Dc -kt -gv -Zi -NQ -kt -gv -DL -NQ -kt -gv -Zi -NQ -kt -gv -Zi -NQ +yz +zp +rl +mH +yz +zp +iw +mH +yz +zp +rl +mH +yz +zp +rl +mH +xg WY -VQ -hn +By zA zA zA @@ -38303,42 +32694,9 @@ Xc Xc Xc Ot -"} -(176,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(177,1,1) = {" Ip Ot Xc @@ -38361,6 +32719,7 @@ Xc Xc Xc Xc +Xc nX nX nX @@ -38381,18 +32740,17 @@ nX nX nX nX +VX nX -nX -nX -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xv +sJ +sJ +SF +RT +SI +RT +SG +SG +sJ nX nX nX @@ -38402,9 +32760,9 @@ nX nX nX nX -Dy -Dy -Dy +sJ +sJ +sJ sJ nX nX @@ -38428,19 +32786,19 @@ nX nX nX nX -yQ -yQ +qM +wc Xc Xc Xc Xc +fk yQ yQ yQ yQ -yQ -yQ -yQ +cj +wc zA zA il @@ -38459,10 +32817,10 @@ il Xc Xc Xc -zA -zA -zA -zA +il +il +il +il yQ yQ Xc @@ -38472,31 +32830,31 @@ Xc Xc zA zA -WY -zp -zp -zp -zp -zp -zp -zp -zp -zp -zp -zp -WY -zp -zp -zp -zp -zp -zp -zp -zp -zp -zp -zp -nZ +xg +Vv +Vv +Vv +Vv +Vv +Vv +Vv +Vv +Vv +Vv +Vv +xg +Vv +Vv +Vv +Vv +Vv +Vv +Vv +Vv +Vv +Vv +Vv +rF zA zA Xc @@ -38505,42 +32863,9 @@ Xc Xc Xc Ot -"} -(177,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(178,1,1) = {" Ip Ot Xc @@ -38584,29 +32909,29 @@ nX nX nX nX +VX nX -nX -Xc -Xc -Xc -Xc -Xc -Xc -Xc +QM +RT +RT +TA Xc +QM +sJ +Sx +sJ nX +MS +MS nX nX nX nX -nX -nX -nX -Dy -Dy -Dy -El -El +hj +hj +sJ +Tz +Mk Xc nX nX @@ -38616,8 +32941,8 @@ xm nX nX Dy -Ir -BH +oC +IF Dy Dy Dy @@ -38628,21 +32953,21 @@ nX nX nX Xc -yQ -yQ -yQ -yQ -yQ +kj +vP +FO +cj +wc Xc Xc +qM +FO yQ yQ yQ yQ yQ -yQ -yQ -yQ +XV zA zA il @@ -38663,9 +32988,9 @@ Xc zA zA zA -zA -zA -zA +il +il +il yQ yQ Xc @@ -38707,42 +33032,9 @@ Xc Xc Xc Ot -"} -(178,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(179,1,1) = {" Ip Ot Xc @@ -38789,25 +33081,25 @@ nX Xc Xc Xc -Xc -Xc -Xc -Xc -nX +Sx +SG Xc Xc nX +sJ +QM +sJ +MS +MS nX nX nX nX -nX -nX -Dy -Dy -El -El -PE +hj +hj +Tz +Mk +Mk Mk Xc Xc @@ -38818,10 +33110,10 @@ xm nX Dy Dy -UU +al TE -ap -kI +Mr +VB Dy Xc Xc @@ -38831,20 +33123,20 @@ nX Xc Xc Xc +fk yQ yQ +cj +lV +lV +FO yQ yQ yQ yQ yQ yQ -yQ -yQ -yQ -yQ -yQ -yQ +XV zA zA zA @@ -38859,16 +33151,16 @@ zA zA zA il -il -Xc -zA -zA -zA -zA +zq +zq +zq zA zA zA zA +il +il +il yQ Xc Xc @@ -38884,7 +33176,7 @@ zA zA zA zA -JF +LS zA zA zA @@ -38909,42 +33201,9 @@ Xc Xc Xc Ot -"} -(179,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(180,1,1) = {" Ip Ot Xc @@ -38992,46 +33251,48 @@ nX Xc Xc Xc -Xc +SG Xc nX nX nX -Xc nX +Xc nX nX nX nX sJ sJ -sJ -Vo +hj +Mk +Mk Mk Mk Mk Mk -ZT Xc nX xm xm -xm +sJ nX Dy -Zd +xy TE TE TE TE Dy -Ah +OR Xc Xc nX nX Xc Xc +qM +KZ yQ yQ yQ @@ -39044,9 +33305,7 @@ yQ yQ yQ yQ -yQ -yQ -yQ +XV zA zA zA @@ -39061,16 +33320,16 @@ zA zA zA zA -zA -HO -zA -zA -zA -zA +Ae +DU +TQ zA zA zA zA +il +il +il yQ Xc Xc @@ -39111,42 +33370,9 @@ Xc Xc Xc Ot -"} -(180,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(181,1,1) = {" Ip Ot Xc @@ -39184,8 +33410,8 @@ nX nX Dy Dy -Xw -Xw +Xt +Xt Dy Dy nX @@ -39194,26 +33420,26 @@ nX nX nX Xc -Xc +SI Xc nX nX nX nX -nX +VX nX sJ -Tz -Tz +UJ +UJ sJ -Pe +Xv sJ -fT -zl -zl -zl Mk -KD +Tz +Mk +Tz +Mk +Mk Xc xm xm @@ -39221,22 +33447,20 @@ xm xm nX Dy -os -vJ -vJ -Hs +WA +Zy +Zy +TE TE Dy -um -bp +Mk +Mk Xc -Tz -Tz +UJ +UJ Xc -qM -yQ -yQ -yQ +kp +FO yQ yQ yQ @@ -39250,6 +33474,8 @@ yQ yQ yQ yQ +cj +wc zA zA zA @@ -39263,17 +33489,17 @@ zA zA zA zA -zA -HO -zA -zA -zA -zA +Ae +DU +TQ zA zA zA zA zA +il +il +il Xc Xc Xc @@ -39313,42 +33539,9 @@ Xc Xc Xc Ot -"} -(181,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(182,1,1) = {" Ip Ot Xc @@ -39385,7 +33578,7 @@ nX nX Dy Dy -Xt +Gm Iw Iw Wz @@ -39402,24 +33595,24 @@ nX nX nX nX +VX nX -nX +UJ Tz Mk -bi -pU +Mk Mk sJ -tI +Mk Xc Xc Xc -eS +Tz Mk -sn +Ls xm xm -nX +BX xm xm Dy @@ -39427,16 +33620,15 @@ Dy Dy Dy Dy -MS +Pn Dy Mk -tI -KR Mk Mk -Tz -qM -yQ +Mk +Mk +UJ +Ed yQ yQ yQ @@ -39452,6 +33644,7 @@ yQ yQ yQ yQ +XV zA zA zA @@ -39465,18 +33658,18 @@ zA zA zA zA -zA -HO -zA -zA -zA -zA +Ae +DU +TQ zA zA zA zA zA zA +il +il +il Xc Xc Xc @@ -39515,42 +33708,9 @@ Xc Xc Xc Ot -"} -(182,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(183,1,1) = {" Ip Ot Xc @@ -39587,7 +33747,7 @@ Dy Dy Dy Iw -Ps +GT Iw Iw Wz @@ -39604,41 +33764,40 @@ nX nX nX nX +VX nX -nX -Tz -Id -dR -oq +UJ +Mk +Mk +Mk Mk sJ -mW -uS -uS +Tz +Mk +Mk Mk Mk Mk Xc xm -xm -nX -xm +YB +uh +YB xm sJ -dK -PS +Kc +Mk Mk -PF +Kc Mk sJ -hj -bJ +UW +Nl Mk Mk -OZ -Tz -qM -yQ +Mk +UJ +Ed yQ yQ yQ @@ -39654,6 +33813,7 @@ yQ yQ yQ yQ +XV zA zA zA @@ -39667,12 +33827,9 @@ zA zA zA zA -zA -HO -zA -zA -zA -zA +Ae +DU +TQ zA zA zA @@ -39680,6 +33837,9 @@ zA zA zA zA +il +il +il Xc Xc Xc @@ -39717,42 +33877,9 @@ Xc Xc Xc Ot -"} -(183,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(184,1,1) = {" Ip Ot Xc @@ -39777,22 +33904,22 @@ Xc Xc Xc Xc -jL -jL -jL -jL -jL +VX +VX +VX +VX +VX Dy Dy Dy Dy -ZB +zU Iw Iw Iw Iw Iw -hp +Nd Wz Dy nX @@ -39809,40 +33936,39 @@ nX sJ sJ sJ -Aa -oq -mK -zL -sJ -sl -UM -ep +Tz +Mk +Mk +Mk +Ls +Mk +Mk +Tz Xc -Bx -Yr +Tz +Mk Xc -xm -xm -nX -xm -xm +YB +YB +ml +YB +YB sJ -YV Mk Mk -HT +Mk +Mk Mk sJ -dB -tI -ar -Xn -FW +Mk +Mk +Mk +Mk +Mk sJ -FI -XV -SI -yQ +Pd +aF +OI yQ yQ yQ @@ -39856,6 +33982,7 @@ yQ yQ yQ yQ +XV zA zA zA @@ -39869,10 +33996,9 @@ zA zA zA zA -zA -HO -zA -zA +Ae +DU +TQ zA zA zA @@ -39881,6 +34007,7 @@ zA zA zA zA +il zA zA zA @@ -39919,42 +34046,9 @@ Xc Xc Xc Ot -"} -(184,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(185,1,1) = {" Ip Ot Xc @@ -39979,16 +34073,16 @@ Xc Xc Xc Xc -VX +rK nX nX nX -DH +rK Dy -gF +rk Iw -UL -RT +sJ +Ai Iw Iw Iw @@ -40008,43 +34102,42 @@ nX nX nX nX +UJ Tz -oq -Hh -kF -Fc -IY -kF -fX -yx Mk +Mk +Mk +Xv +Xv +sJ +sJ +Ls Xc Xc Xc Xc Xc -xm -nX -nX -nX -xm +YB +YB +Kt +YB +YB sJ -Tz -Tz -Tz -Tz +UJ +UJ +UJ +UJ Mk sJ sJ -uB +Mk sJ sJ sJ sJ sJ Xc -qM -yQ +Ed yQ yQ yQ @@ -40058,6 +34151,7 @@ yQ yQ yQ yQ +XV zA zA zA @@ -40071,9 +34165,9 @@ zA zA zA zA -zA -HO -zA +Ae +DU +TQ zA zA zA @@ -40097,13 +34191,13 @@ Xc Xc Xc Xc +HC +eE +eE +eE +eE +eE eE -Pt -Pt -Pt -Pt -Pt -Pt zq Xc Xc @@ -40121,42 +34215,9 @@ Xc Xc Xc Ot -"} -(185,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(186,1,1) = {" Ip Ot Xc @@ -40182,14 +34243,14 @@ Xc Xc Xc Xc -VX +rK nX nX -DH +rK Dy -kq +UL Iw -rK +sZ Iw Iw Iw @@ -40210,44 +34271,43 @@ nX nX nX nX -Tz -eM +UJ +Xv +Xv Mk -yr sJ sJ sJ sJ -Ls -mZ -Gb -mZ -qq -kD +ZB +Mk +VY +ZU +cF +LJ sJ xm -nX -nX -nX -xm +YB +Ni +YB +YB sJ -OG -AD -ci -PR +Mk +Mk +Mk +Mk Mk sJ -zY -tI -YJ -Xv -zf -IH -Mi +Mk +Mk +Mk +hj +Mk +Mk +Mk Xc -FI -SI -yQ +Pd +OI yQ yQ yQ @@ -40260,6 +34320,7 @@ yQ yQ yQ yQ +XV zA zA zA @@ -40273,9 +34334,9 @@ il zA zA zA -zA -Xc -zA +zq +zq +zq zA zA zA @@ -40299,14 +34360,14 @@ Xc Xc Xc Xc -eE +HC zq -cE -Rc -Rc -cE +aw +QX +QX +aw zq -eE +HC Xc Xc Xc @@ -40323,42 +34384,9 @@ Xc Xc Xc Ot -"} -(186,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(187,1,1) = {" Ip Ot Xc @@ -40384,15 +34412,15 @@ Xc Xc Xc Xc -VX +rK nX nX -DH +rK Dy rs Iw -UL -pk +sJ +DL Iw Iw Wz @@ -40400,9 +34428,9 @@ Wz Iw Iw Iw -rK -nX -nX +sZ +xm +xm nX nX nX @@ -40413,43 +34441,42 @@ nX nX sJ sJ -LH -Vg +Xv +Xv +Mk +Tz Mk -rE -rz -Zm +Tz sJ -xJ +ZU Mk Mk Mk Mk Mk -Tz -xm +UJ xm -nX -nX +mT +VF +YB xm -Tz -bK +UJ +Mk +Mk Mk Mk Mk -To sJ -cI -tI -Dn -Xv -Nc -UO -OD +Mk +Mk +Mk +hj +Mk +Mk +Mk Xc Xc -qM -yQ +Ed yQ yQ yQ @@ -40462,6 +34489,7 @@ yQ yQ yQ yQ +XV zA zA zA @@ -40502,12 +34530,12 @@ Xc Xc Xc zq -aw -aw -aw -aw -aw -aw +cW +cW +cW +cW +cW +cW zq Xc Xc @@ -40525,42 +34553,9 @@ Xc Xc Xc Ot -"} -(187,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(188,1,1) = {" Ip Ot Xc @@ -40587,13 +34582,13 @@ Xc Xc Xc Xc -VX +rK nX -DH +rK Dy -UL -UL -UL +sJ +sJ +sJ Iw Iw Iw @@ -40602,8 +34597,8 @@ Wz Iw Iw Iw -rK -nX +sZ +xm nX nX nX @@ -40614,45 +34609,44 @@ nX nX nX sJ -Aa +Tz +Mk +Mk +Mk +Mk Mk -bi Mk -Qw -dv -Ch Xc -oF +ZV Mk Mk Mk Mk Mk -sn +Ls xm xm -nX -nX +Uy +YB xm -Tz -Xa -Vg -IW +sJ +Mk +Mk +Mk +Mk Mk -ke sJ -kx -tI Mk -Xv -Xv Mk -OD -kH -Xc -FI -SI -yQ +Mk +hj +hj +Mk +Mk +Mk +Xc +Pd +OI yQ yQ yQ @@ -40664,7 +34658,7 @@ yQ yQ yQ yQ -zA +XV zA zA zA @@ -40675,6 +34669,7 @@ zA il il il +il zA zA Xc @@ -40727,42 +34722,9 @@ Xc Xc Xc Ot -"} -(188,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(189,1,1) = {" Ip Ot Xc @@ -40791,12 +34753,12 @@ Xc Xc Xc nX -DH +rK Dy rs Iw -UL -pk +sJ +DL Iw Iw Wz @@ -40807,8 +34769,8 @@ Iw Dy nX nX -nX -nX +xm +xm nX nX nX @@ -40824,37 +34786,36 @@ Xc Xc Xc Xc -mM +IQ Mk Mk Mk Mk Mk -sn -xm +Ls xm xm +xY xm xm -Tz -Rk -FO +UJ +Mk +Mk +Mk +Mk Mk -oG -ll Xc -tp -tI -YC -pc -Xv -Xv -Zh -Oz +Mk +Mk +Mk +Mk +hj +hj +Mk +Mk Xc Xc -qM -yQ +Ed yQ yQ yQ @@ -40866,6 +34827,7 @@ yQ yQ yQ yQ +XV zA zA zA @@ -40873,7 +34835,7 @@ zA zA zA zA -zA +il il il il @@ -40929,42 +34891,9 @@ Xc Xc Xc Ot -"} -(189,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(190,1,1) = {" Ip Ot Xc @@ -40992,12 +34921,12 @@ Xc Xc Xc Dy -rK +sZ Dy Dy -kq +UL Iw -rK +sZ Iw Iw Iw @@ -41010,23 +34939,23 @@ Dy nX nX nX +xm nX nX nX nX nX -nX +UJ +Tz +Mk Tz -NN -pq -kf Mk Mk -rE -rz -Bj +Tz +Mk +Tz sJ -xW +Mk Mk Mk Mk @@ -41040,24 +34969,22 @@ xm xm Xc Xc -mm Mk -Hd -AY +Mk +Mk +Mk Xc -hj -oE -sO -mB -To +Mk +Mk +Mk +Mk +Mk sJ -xJ -Hd -ou -Tz -qM -yQ -yQ +ko +Mk +Mk +UJ +Ed yQ yQ yQ @@ -41068,6 +34995,8 @@ yQ yQ yQ yQ +jC +tH zA zA zA @@ -41131,42 +35060,9 @@ Xc Xc Xc Ot -"} -(190,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(191,1,1) = {" Ip Ot Xc @@ -41196,10 +35092,10 @@ Xc Dy Iw Iw -UL -gF +sJ +rk Iw -UL +sJ Iw Iw Iw @@ -41218,17 +35114,17 @@ nX nX nX nX +UJ Tz -PU -ev -do -bi Mk -dv -FM -bZ +Mk +Mk +Mk +Mk +Mk +Tz sJ -tI +Mk Mk Mk Mk @@ -41245,21 +35141,20 @@ Xc Xc Mk Mk -SX +Mk Xc -GP -tI Mk Mk -yu Mk -tI -fD -AO -Tz -FI -SI -yQ +Mk +Mk +Mk +Mk +Mk +Mk +UJ +Pd +OI yQ yQ yQ @@ -41269,6 +35164,7 @@ yQ yQ yQ yQ +XV zA zA zA @@ -41320,7 +35216,7 @@ zA zA zA il -Xc +il Xc Xc il @@ -41333,42 +35229,9 @@ Xc Xc Xc Ot -"} -(191,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(192,1,1) = {" Ip Ot Xc @@ -41398,16 +35261,16 @@ Dy Dy Iw Iw -UL -UL -UL -UL +sJ +sJ +sJ +sJ Iw Iw -mz -mz -mz -mz +Xw +Xw +Xw +Xw Iw Wz Dy @@ -41415,7 +35278,7 @@ nX nX nX nX -nX +xm nX nX nX @@ -41424,16 +35287,16 @@ sJ sJ sJ sJ -sn -sn +Ls +Ls sJ sJ sJ sJ -Tz -Tz -Tz -Tz +UJ +UJ +UJ +UJ Xc nX nX @@ -41445,32 +35308,32 @@ xm xm nX Xc -sn -Tz +Ls +UJ Xc Xc Xc -sw -Tz -sn -Tz +Xc +UJ +Ls +UJ sJ -Tz +UJ sJ -Tz +UJ sJ sJ -FI -XV -XV -XV -XV -SI -yQ +Pd +aF +aF +aF +aF +OI yQ yQ yQ yQ +XV zA zA il @@ -41486,9 +35349,9 @@ zA zA zA zA -zA -Xc -zA +zq +zq +zq zA zA zA @@ -41525,7 +35388,7 @@ il Xc Xc Xc -il +Xc il il il @@ -41535,42 +35398,9 @@ Xc Xc Xc Ot -"} -(192,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(193,1,1) = {" Ip Ot Xc @@ -41597,10 +35427,10 @@ Xc Xc Xc Dy -TA +mE Iw Iw -UL +sJ Iw Iw Iw @@ -41617,8 +35447,8 @@ nX nX nX nX -nX -nX +xm +xm nX nX nX @@ -41663,20 +35493,20 @@ nX nX sJ sJ -aF -aF -aF -sJ -FI -XV -XV -XV -XV -XV +qu +qu +qu sJ +Pd +aF aF aF aF +gh +sJ +qu +qu +qu sJ sJ il @@ -41688,9 +35518,9 @@ zA zA zA zA -zA -HO -zA +Ae +DU +TQ zA zA zA @@ -41727,7 +35557,7 @@ zA il Xc Xc -il +zA il il il @@ -41737,42 +35567,9 @@ Xc Xc Xc Ot -"} -(193,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(194,1,1) = {" Ip Ot Xc @@ -41799,19 +35596,19 @@ Xc Xc Xc Dy -IM +mM Iw Iw -rK +sZ Iw Iw Iw Iw Iw -mz -mz -mz -mz +Xw +Xw +Xw +Xw Dy Dy nX @@ -41820,12 +35617,12 @@ nX nX nX nX +xm nX nX nX nX -nX -nX +sJ xm xm xm @@ -41852,7 +35649,7 @@ nX xm xm nX -nX +sJ nX nX nX @@ -41863,25 +35660,24 @@ xm xm xm xm -wd +MH Mk Mk Mk Mk sJ sJ -aF -aF -aF -aF +qu +qu +qu +qu sJ sJ Mk Mk Mk Mk -OU -zA +PH zA zA zA @@ -41891,8 +35687,9 @@ zA zA zA zA -HO -zA +Ae +DU +TQ zA zA zA @@ -41939,42 +35736,9 @@ Xc Xc Xc Ot -"} -(194,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(195,1,1) = {" Ip Ot Xc @@ -42004,15 +35768,15 @@ Dy Dy Iw Iw -rK +sZ Iw Iw Iw Dy Dy -Xw -Xw -Xw +Xt +Xt +Xt Dy Dy nX @@ -42065,7 +35829,7 @@ xm xm xm xm -wd +MH Mk Mk Mk @@ -42082,7 +35846,7 @@ Mk Mk Mk Mk -OU +PH zA zA zA @@ -42092,9 +35856,9 @@ zA zA zA zA -zA -HO -zA +Ae +DU +TQ zA zA zA @@ -42141,42 +35905,9 @@ Xc Xc Xc Ot -"} -(195,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(196,1,1) = {" Ip Ot Xc @@ -42204,11 +35935,11 @@ Xc Xc Xc Dy -DS -sZ -UL -Iz -VA +op +oF +sJ +rM +uY Dy Dy nX @@ -42267,7 +35998,7 @@ xm xm xm xm -wd +MH Mk Mk Mk @@ -42284,7 +36015,7 @@ Mk Mk Mk Mk -OU +PH zA zA il @@ -42294,9 +36025,9 @@ il zA zA zA -zA -HO -zA +Ae +DU +TQ zA zA zA @@ -42343,42 +36074,9 @@ Xc Xc Xc Ot -"} -(196,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(197,1,1) = {" Ip Ot Xc @@ -42469,7 +36167,7 @@ xm xm xm xm -wd +MH Mk Mk Mk @@ -42486,7 +36184,7 @@ Mk Mk Mk Mk -OU +PH zA zA il @@ -42496,9 +36194,9 @@ il il zA zA -zA -zA -zA +Ae +DU +TQ zA zA zA @@ -42533,11 +36231,11 @@ zA zA zA il -Xc -Xc +il Xc yQ yQ +yQ zA zA zA @@ -42545,42 +36243,9 @@ Xc Xc Xc Ot -"} -(197,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(198,1,1) = {" Ip Ot Xc @@ -42637,7 +36302,7 @@ xm xm nX nX -nX +sJ xm xm xm @@ -42663,7 +36328,7 @@ xm xm xm xm -nX +sJ xm xm xm @@ -42671,24 +36336,24 @@ xm xm nX xm -wd +MH Mk Mk Mk Mk sJ sJ -aF -aF -aF -aF +qu +qu +qu +qu sJ sJ Mk Mk Mk Mk -OU +PH zA zA zA @@ -42698,9 +36363,9 @@ il zA zA zA -zA -HO -zA +Ae +DU +TQ zA zA zA @@ -42735,54 +36400,21 @@ zA zA zA il -Xc -Xc +il Xc yQ yQ yQ +yQ zA zA Xc Xc Xc Ot -"} -(198,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(199,1,1) = {" Ip Ot Xc @@ -42875,21 +36507,21 @@ nX nX sJ sJ -aF -aF -aF -sJ qu qu qu +sJ +uu +Nw +Nw +Nw +Nw +JG +sJ qu qu qu sJ -aF -aF -aF -sJ sJ zA zA @@ -42900,9 +36532,9 @@ zA zA zA zA -zA -HO -zA +Ae +DU +TQ zA zA zA @@ -42937,7 +36569,7 @@ zA zA zA zA -Xc +il Xc Xc yQ @@ -42949,42 +36581,9 @@ Xc Xc Xc Ot -"} -(199,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(200,1,1) = {" Ip Ot Xc @@ -43040,15 +36639,15 @@ sJ sJ sJ sJ -sn -sn +Ls +Ls sJ sJ sJ sJ -aX -sn -sn +sJ +Ls +Ls sJ sJ xm @@ -43061,18 +36660,18 @@ xm xm xm sJ -Tz -sn -Tz -Tz -Tz -aX +UJ +Ls +UJ +UJ +UJ sJ sJ sJ sJ -aX -sn +sJ +sJ +Ls sJ sJ sJ @@ -43081,12 +36680,12 @@ nX nX nX nX +fk yQ yQ yQ -yQ -yQ -yQ +jC +tH zA zA zA @@ -43102,9 +36701,9 @@ zA zA zA zA -zA -HO -zA +Ae +DU +TQ zA zA zA @@ -43151,42 +36750,9 @@ Xc Xc Xc Ot -"} -(200,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(201,1,1) = {" Ip Ot Xc @@ -43238,7 +36804,7 @@ Xc BY BY BY -aF +qu Mk Mk Mk @@ -43263,19 +36829,19 @@ xm xm xm sJ -rq Mk -Ef -lh -oq -Lr -fK -Qn +Mk +Mk +Mk +Mk +Mk +Mk +Mk sJ -Ba -YY Mk -rp +Mk +Mk +Mk sJ Xc Xc @@ -43283,14 +36849,12 @@ nX nX nX nX +fk yQ yQ yQ -yQ -yQ -zA -zA -zA +XV +Is zA zA zA @@ -43305,8 +36869,10 @@ zA zA zA zA -HO zA +Ae +DU +TQ zA zA zA @@ -43343,7 +36909,7 @@ zA zA Xc Xc -Xc +zA zA zA il @@ -43353,42 +36919,9 @@ Xc Xc Xc Ot -"} -(201,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(202,1,1) = {" Ip Ot Xc @@ -43440,7 +36973,7 @@ BY BY BY BY -aF +qu Mk Mk Mk @@ -43465,19 +36998,19 @@ xm sJ sJ sJ -my Mk Mk Mk Mk -tI -ja -TQ +Mk +Mk +Mk +Mk sJ -uO -tI -Ue -PZ +Mk +Mk +Mk +Mk sJ Xc nX @@ -43485,12 +37018,12 @@ nX nX nX nX +fk yQ yQ yQ -yQ -yQ -zA +XV +Is Is il il @@ -43506,9 +37039,9 @@ zA zA Xc Xc -Xc -Xc -zA +zq +zq +zq zA zA zA @@ -43544,8 +37077,8 @@ zA zA Xc Xc -zA -zA +il +il zA il il @@ -43555,42 +37088,9 @@ Xc Xc Xc Ot -"} -(202,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(203,1,1) = {" Ip Ot Xc @@ -43664,21 +37164,21 @@ nX nX nX xm -Tz -fq -TC -vz +UJ +Mk +Mk +Mk +Mk +Mk +Mk +Mk Mk -EB -RQ Mk -tI Mk -WV sJ -ol -tI -nz +Mk +Mk +Mk sJ sJ nX @@ -43687,12 +37187,12 @@ nX nX nX nX +fk yQ yQ yQ -yQ -yQ -zA +XV +Is Is il il @@ -43757,42 +37257,9 @@ Xc Xc Xc Ot -"} -(203,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(204,1,1) = {" Ip Ot Xc @@ -43862,25 +37329,25 @@ Mk Mk sJ xm -nX +sJ xm nX nX -Tz -um -TC -Rr +UJ +Mk +Mk +Mk +Mk Mk Mk Mk Mk -No Mk Mk sJ Mk -lq -qd +Mk +Mk sJ nX nX @@ -43888,13 +37355,13 @@ nX nX nX nX +qM +FO yQ yQ yQ -yQ -yQ -yQ -zA +XV +Is Is il il @@ -43959,42 +37426,9 @@ Xc Xc Xc Ot -"} -(204,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(205,1,1) = {" Ip Ot Xc @@ -44049,13 +37483,13 @@ BY BY sJ sJ -ue Mk Mk Mk Mk Mk -fX +Mk +sJ Mk Mk Mk @@ -44068,20 +37502,20 @@ nX xm xm nX -sn +Ls +Mk +Mk Mk -TC Mk Mk Mk Mk -te -aX sJ sJ sJ -sn -sn +sJ +Ls +Ls sJ sJ nX @@ -44090,22 +37524,22 @@ Xc nX nX nX +fk yQ yQ yQ yQ -yQ -yQ -zA +XV Is Is -il -il -il -il -il -il -Xc +zq +cW +cW +cW +cW +cW +cW +HC Xc Xc Xc @@ -44161,42 +37595,9 @@ Xc Xc Xc Ot -"} -(205,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(206,1,1) = {" Ip Ot Xc @@ -44232,9 +37633,9 @@ Xc Xc Xc se -vT -XN -vT +Im +vU +Im se BY BY @@ -44250,7 +37651,7 @@ BY BY BY BY -aF +qu Mk Mk Mk @@ -44270,18 +37671,18 @@ nX xm xm nX -sn +Ls +Mk +Mk +Mk +Mk +Mk +Mk +Mk +sJ +Mk +Mk Mk -TC -oq -oq -uZ -dw -Ud -aX -mb -Tv -Il Mk Mk sJ @@ -44292,22 +37693,22 @@ Xc Xc Xc nX +fk yQ yQ yQ yQ -yQ -yQ -zA +XV Is Is -qj -qj -il -il -qj -qj -Xc +zq +DU +DU +DU +DU +DU +DU +HC Xc Xc Xc @@ -44363,42 +37764,9 @@ Xc Xc Xc Ot -"} -(206,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(207,1,1) = {" Ip Ot Xc @@ -44434,9 +37802,9 @@ Xc BY Xc BY -pM -Im -ZV +FV +He +mZ BY BY BY @@ -44452,7 +37820,7 @@ BY BY BY BY -aF +qu Mk Mk Mk @@ -44472,7 +37840,7 @@ nX xm xm nX -Tz +UJ Mk Mk Mk @@ -44480,11 +37848,11 @@ Mk sJ sJ sJ -aX -hf -Wt -bS -ZF +sJ +Mk +Mk +Mk +Mk sJ sJ nX @@ -44494,22 +37862,22 @@ Xc Xc nX nX +fk yQ yQ yQ yQ -yQ -yQ -zA -zA +XV Is -zA -zA -zA -il -il -il -Xc +Is +zq +eE +eE +eE +eE +eE +eE +HC Xc Xc Xc @@ -44565,42 +37933,9 @@ Xc Xc Xc Ot -"} -(207,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(208,1,1) = {" Ip Ot Xc @@ -44673,19 +38008,19 @@ xm nX xm xm -nX -Tz -gi +xm +UJ +Mk +Mk +Mk +Mk +Mk +Mk Mk Mk Mk Mk -PS -eD -tI Mk -PV -PV sJ sJ nX @@ -44696,14 +38031,14 @@ Xc nX nX nX +fk yQ yQ yQ yQ -yQ -yQ -yQ -zA +cj +wc +Is zA zA zA @@ -44767,42 +38102,9 @@ Xc Xc Xc Ot -"} -(208,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(209,1,1) = {" Ip Ot Xc @@ -44848,7 +38150,7 @@ BY BY BY Xc -Ey +QW BY BY BY @@ -44874,21 +38176,21 @@ xm xm nX xm +sJ xm -nX sJ sJ sJ Mk -Tv -Tv -Tv -Tv -tI -Ng Mk Mk -Tz +Mk +Mk +Mk +Mk +Mk +Mk +UJ nX nX nX @@ -44898,14 +38200,14 @@ nX nX nX nX +fk yQ yQ yQ yQ yQ -yQ -yQ -yQ +cj +wc zA zA zA @@ -44969,42 +38271,9 @@ Xc Xc Xc Ot -"} -(209,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(210,1,1) = {" Ip Ot Xc @@ -45068,7 +38337,7 @@ sJ sJ sJ sJ -sn +Ls sJ sJ nX @@ -45077,20 +38346,20 @@ xm nX nX xm -nX -nX -nX +xm +xm +xm sJ -wT -qp -oq -oq -Uz -tI Mk -Ng Mk -Tz +Mk +Mk +Mk +Mk +Mk +Mk +Mk +UJ nX nX nX @@ -45100,14 +38369,14 @@ nX nX nX nX +fk yQ yQ yQ yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -45171,42 +38440,9 @@ Xc Xc Xc Ot -"} -(210,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(211,1,1) = {" Ip Ot Xc @@ -45236,31 +38472,31 @@ Xc Xc BY BY -Eb -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Qm -Fa +pd +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Xh BY BY BY @@ -45280,15 +38516,15 @@ nX nX nX nX -nX -nX -Tz +xm +xm +UJ +Mk +Mk +Mk +Mk +Mk Mk -KA -Uz -Pl -qp -dE sJ sJ sJ @@ -45302,15 +38538,15 @@ Xc nX nX nX +fk yQ yQ yQ yQ yQ yQ -yQ -yQ -yQ +cj +wc zA zA zA @@ -45373,42 +38609,9 @@ Xc Xc Xc Ot -"} -(211,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(212,1,1) = {" Ip Ot Xc @@ -45438,43 +38641,43 @@ Xc BY BY BY -YA -ss -wb -iS -SK -Zp -wb -iS -SK -Zp -Jh -ME -SK -Zp -wb -iS -SK -Zp -wb -iS -SK -Zp -wb -ss -Hi +pk +CB +sP +ym +DS +fc +sP +ym +DS +fc +Ng +OU +DS +fc +sP +ym +DS +fc +sP +ym +DS +fc +sP +CB +Xo BY BY BY BY BY -sn +Ls Mk Mk Mk Mk Mk -sn +Ls xm xm nX @@ -45483,13 +38686,13 @@ nX xm nX nX -nX -sn +xm +Ls +Mk +Mk +Mk +Mk Mk -ja -ja -ja -ja sJ sJ Xc @@ -45504,6 +38707,7 @@ Xc Xc nX nX +fk yQ yQ yQ @@ -45511,9 +38715,8 @@ yQ yQ yQ yQ -yQ -yQ -yQ +cj +wc zA zA zA @@ -45575,42 +38778,9 @@ Xc Xc Xc Ot -"} -(212,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(213,1,1) = {" Ip Ot Xc @@ -45640,8 +38810,8 @@ se BY BY BY -YA -sP +pk +sn CZ CZ CZ @@ -45652,7 +38822,7 @@ Rz Rz CZ CZ -fc +MW CZ CZ CZ @@ -45662,21 +38832,21 @@ Rz Rz CZ CZ -oY -mo -Hi +Ve +VA +Xo BY BY BY BY BY -sn +Ls Mk Mk Mk Mk Mk -sn +Ls xm xm nX @@ -45686,17 +38856,17 @@ xm xm nX nX -Tz +UJ +Mk Mk -fD Mk sJ sJ sJ Xc Xc -nX -nX +YB +YB nX nX Xc @@ -45706,6 +38876,7 @@ Xc Xc nX nX +fk yQ yQ yQ @@ -45714,8 +38885,7 @@ yQ yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -45777,42 +38947,9 @@ Xc Xc Xc Ot -"} -(213,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(214,1,1) = {" Ip Ot Xc @@ -45842,12 +38979,12 @@ se se BY BY -YA -mE +pk +sr CZ CZ CZ -fc +MW Rz Rz Rz @@ -45862,11 +38999,11 @@ Rz Rz Rz Rz -fc +MW CZ Rz -RK -Hi +VC +Xo BY BY BY @@ -45889,15 +39026,15 @@ xm nX nX sJ -Ng +Mk sJ -sn +Ls sJ Xc Xc Xc -nX -nX +YB +YB nX nX nX @@ -45908,6 +39045,7 @@ Xc Xc nX nX +fk yQ yQ yQ @@ -45916,8 +39054,7 @@ yQ yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -45979,42 +39116,9 @@ Xc Xc Xc Ot -"} -(214,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(215,1,1) = {" Ip Ot Xc @@ -46039,13 +39143,13 @@ nX nX nX nX -YP +jw se BY BY BY -YA -KE +pk +sX CZ CZ CZ @@ -46067,8 +39171,8 @@ Rz Rz CZ Rz -Sy -Hi +Bw +Xo BY BY BY @@ -46091,16 +39195,16 @@ nX nX sJ sJ -Tz +UJ sJ -nX -nX +xm +xm Xc Xc -nX -nX -nX -nX +YB +YB +YB +YB nX nX nX @@ -46110,16 +39214,16 @@ Xc Xc nX nX +UF +sj yQ yQ yQ yQ yQ yQ -yQ -yQ -yQ -yQ +jC +tH zA zA zA @@ -46181,42 +39285,9 @@ Xc Xc Xc Ot -"} -(215,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(216,1,1) = {" Ip Ot Xc @@ -46241,13 +39312,13 @@ nX nX nX nX -wt -hB -pd +jO +YP +vT BY BY -YA -Ga +pk +ue CZ Rz Rz @@ -46269,8 +39340,8 @@ Rz Rz Rz Rz -IJ -Hi +VO +Xo BY BY BY @@ -46292,16 +39363,16 @@ nX nX sJ sJ -nX -nX -nX -nX +xm +xm +xm +xm nX Xc Xc -nX -nX -nX +YB +YB +YB nX nX nX @@ -46313,14 +39384,14 @@ nX nX nX nX +fk yQ yQ yQ yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -46383,42 +39454,9 @@ Xc Xc Xc Ot -"} -(216,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(217,1,1) = {" Ip Ot Xc @@ -46443,13 +39481,13 @@ nX nX nX nX -zW -vT -SF +kk +Im +hB BY BY -YA -sP +pk +sn CZ Rz Rz @@ -46471,8 +39509,8 @@ Rz Rz CZ CZ -hF -Hi +Wh +Xo BY BY BY @@ -46493,14 +39531,17 @@ nX nX nX sJ -nX -nX +xm +xm nX nX nX nX Xc Xc +YB +YB +YB nX nX nX @@ -46512,17 +39553,14 @@ nX nX nX nX -nX -nX -nX -yQ -yQ -yQ +UF +sj yQ yQ yQ yQ yQ +XV zA zA zA @@ -46573,7 +39611,7 @@ zA zA zA zA -zA +il zA zA il @@ -46585,42 +39623,9 @@ Xc Xc Xc Ot -"} -(217,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(218,1,1) = {" Ip Ot Xc @@ -46645,13 +39650,13 @@ nX nX nX nX -bc -vT -SF +kq +Im +hB BY BY -YA -mE +pk +sr CZ Rz Rz @@ -46673,22 +39678,20 @@ Rz Rz CZ CZ -LV -Hi +Wn +Xo BY BY BY BY BY -aF +qu Mk Mk Mk Mk Mk -aF -nX -nX +qu nX nX nX @@ -46696,6 +39699,8 @@ nX nX nX nX +xm +xm nX nX nX @@ -46704,7 +39709,7 @@ nX nX Xc Xc -nX +YB nX nX Xc @@ -46718,13 +39723,13 @@ nX nX nX nX +fk yQ yQ yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -46787,42 +39792,9 @@ Xc Xc Xc Ot -"} -(218,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(219,1,1) = {" Ip Ot Xc @@ -46834,7 +39806,7 @@ nX nX nX nX -Xv +hj Xc Xc Xc @@ -46847,13 +39819,13 @@ nX nX nX nX -bc -vT -SF +kq +Im +hB BY BY -YA -KE +pk +sX CZ Rz Rz @@ -46875,8 +39847,8 @@ Rz Rz CZ CZ +Wr Xo -Hi BY BY BY @@ -46888,13 +39860,13 @@ Mk Mk Mk Mk -aF -nX -nX +sJ nX nX nX nX +YB +YB nX nX nX @@ -46910,8 +39882,8 @@ Xc nX nX Xc -UJ -VC +kC +Et nX nX Xc @@ -46920,13 +39892,13 @@ nX nX nX nX +fk yQ yQ yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -46989,42 +39961,9 @@ Xc Xc Xc Ot -"} -(219,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(220,1,1) = {" Ip Ot Xc @@ -47049,13 +39988,13 @@ nX nX nX nX -HG -hB -ZV +kt +YP +mZ BY BY -YA -Ga +pk +ue CZ Rz Rz @@ -47077,8 +40016,8 @@ Rz Rz Rz Rz -IJ -Hi +VO +Xo BY BY BY @@ -47090,17 +40029,17 @@ Mk Mk Mk Mk -aF -nX -nX -nX -nX -nX +qu nX nX nX nX +Xc +YB +YB +YB nX +Xc nX nX nX @@ -47114,21 +40053,21 @@ nX Xc nX nX -Jy -Et +oe +Cm Xc Xc Xc Xc nX nX +fk yQ yQ yQ yQ -yQ -yQ -yQ +jC +tH zA zA zA @@ -47191,42 +40130,9 @@ Xc Xc Xc Ot -"} -(220,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(221,1,1) = {" Ip Ot Xc @@ -47251,13 +40157,13 @@ nX nX nX nX -YP +jw se BY BY BY -YA -sP +pk +sn CZ CZ CZ @@ -47279,8 +40185,8 @@ Rz Rz CZ Rz -mo -Hi +VA +Xo BY BY BY @@ -47297,6 +40203,13 @@ nX nX nX nX +Xc +YB +YB +YB +YB +YB +Xc nX nX nX @@ -47306,30 +40219,23 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -Et -Jy +Cm oe +On nX nX nX -Jy +oe Xc Xc Xc nX +fk yQ yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -47393,42 +40299,9 @@ Xc Xc Xc Ot -"} -(221,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(222,1,1) = {" Ip Ot Xc @@ -47458,12 +40331,12 @@ se se BY BY -YA -mE +pk +sr CZ CZ CZ -fc +MW Rz Rz Rz @@ -47478,11 +40351,11 @@ Rz Rz Rz Rz -fc +MW CZ Rz -RK -Hi +VC +Xo BY BY BY @@ -47499,6 +40372,14 @@ nX nX nX nX +Xc +Xc +YB +YB +Xc +Xc +Xc +xm nX nX nX @@ -47508,30 +40389,22 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -On +Vm YB -QW -aM +ii +Mn YB -Et +Cm nX -Nx +ut Xc nX +UF +sj yQ yQ yQ -yQ -yQ -yQ +XV zA zA zA @@ -47595,42 +40468,9 @@ Xc Xc Xc Ot -"} -(222,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(223,1,1) = {" Ip Ot Xc @@ -47660,8 +40500,8 @@ se BY BY BY -YA -KE +pk +sX CZ CZ CZ @@ -47672,7 +40512,7 @@ Rz Rz CZ CZ -fc +MW CZ CZ CZ @@ -47683,8 +40523,8 @@ Rz CZ CZ CZ -Sy -Hi +Bw +Xo BY BY BY @@ -47696,19 +40536,19 @@ Mk Mk Mk Mk -aF -nX -nX -nX -nX -nX -nX -nX -nX +qu nX nX nX nX +Xc +Xc +YB +YB +Xc +xm +xm +xm nX nX nX @@ -47719,7 +40559,7 @@ nX nX YB YB -ii +vb YB YB YB @@ -47729,11 +40569,11 @@ nX nX nX Xc +fk yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -47797,42 +40637,9 @@ Xc Xc Xc Ot -"} -(223,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(224,1,1) = {" Ip Ot Xc @@ -47862,80 +40669,80 @@ Xc BY BY BY -YA -ss -Bw -Wn -zi -ND -Bw -Wn -zi -ND -iu -MW -zi -ND -Bw -Wn -zi -ND -Bw -Wn -zi -ND -Bw -ss -Hi +pk +CB +Ag +yu +Eb +Fk +Ag +yu +Eb +Fk +Nx +Ps +Eb +Fk +Ag +yu +Eb +Fk +Ag +yu +Eb +Fk +Ag +CB +Xo BY BY BY BY -aF +qu Mk Mk Mk Mk Mk Mk -aF -nX -nX -nX -nX -nX -nX -nX -nX +sJ nX nX nX nX +xm +Xc +YB +YB +Xc +xm +xm +xm nX nX nX Xc Xc -MJ -VC +dV +Et nX YB YB -On -yM -Et +Vm +iL +Cm YB -PY -Et +et +Cm nX nX nX Xc +fk yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -47999,42 +40806,9 @@ Xc Xc Xc Ot -"} -(224,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(225,1,1) = {" Ip Ot Xc @@ -48064,68 +40838,68 @@ Xc Xc BY BY -CB -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -Ag -wA +qa +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +uL +Xn BY BY BY BY -sn +Ls Mk Mk Mk Mk Mk Mk -aF -nX -nX -nX -nX -nX -nX -nX +qu nX nX nX nX +xm +YB +YB +YB +YB +xm +xm nX nX nX nX nX nX -Et -Jy +Cm +oe nX YB YB -iL +gT nX -Wr +wB YB YB nX @@ -48133,11 +40907,11 @@ nX nX Xc Xc +fk yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -48201,42 +40975,9 @@ Xc Xc Xc Ot -"} -(225,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(226,1,1) = {" Ip Ot Xc @@ -48295,7 +41036,7 @@ BY BY BY BY -sn +Ls Mk Mk Mk @@ -48307,6 +41048,12 @@ nX nX nX nX +xm +xm +YB +YB +xm +xm nX nX nX @@ -48315,31 +41062,25 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -Et +Cm nX YB YB nX +PU wB -Wr YB YB -Jy +oe nX Xc Xc Xc +fk yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -48381,8 +41122,8 @@ Xc Xc zA zA -zA -zA +il +il il il il @@ -48403,42 +41144,9 @@ Xc Xc Xc Ot -"} -(226,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(227,1,1) = {" Ip Ot Xc @@ -48497,7 +41205,7 @@ BY BY BY BY -aF +qu Mk Mk Mk @@ -48505,15 +41213,15 @@ Mk Mk sJ sJ +Xc nX nX nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm nX nX nX @@ -48523,25 +41231,25 @@ nX nX Xc Xc -Gm +Eh nX YB YB YB -Et -Wr +Cm +wB YB -ii -Et +vb +Cm nX Xc Xc Xc +fk yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -48584,7 +41292,7 @@ zA zA zA zA -zA +il il il il @@ -48605,42 +41313,9 @@ Xc Xc Xc Ot -"} -(227,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(228,1,1) = {" Ip Ot Xc @@ -48691,7 +41366,7 @@ BY BY BY BY -Ra +DT BY BY BY @@ -48706,16 +41381,16 @@ sJ sJ sJ sJ +Xc +Xc nX nX nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +YB nX nX nX @@ -48726,24 +41401,24 @@ Xc Xc nX nX -Et +Cm YB YB -ii +vb YB -Et -On +Cm +Vm YB nX -Et +Cm Xc Xc +qM +FO yQ yQ yQ -yQ -yQ -yQ +XV zA zA zA @@ -48807,42 +41482,9 @@ Xc Xc Xc Ot -"} -(228,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(229,1,1) = {" Ip Ot Xc @@ -48892,9 +41534,9 @@ Xc Xc Xc BY -DT -ZU -GT +Uk +UA +XN BY BY BY @@ -48906,19 +41548,19 @@ Xc Xc Xc Xc +Xc +Xc +Xc nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +Xc +Xc +Xc +YB +YB nX nX nX @@ -48927,25 +41569,25 @@ nX Xc Xc nX -vd -Et +iy +Cm nX -vb +Cy YB -Cm -Vm +wz +uR YB nX nX -Jy +oe Xc Xc +fk yQ yQ yQ -yQ -yQ -yQ +jC +tH zA zA zA @@ -49009,42 +41651,9 @@ Xc Xc Xc Ot -"} -(229,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(230,1,1) = {" Ip Ot Xc @@ -49094,9 +41703,9 @@ Xc Xc Xc se -vT -XN -vT +Im +vU +Im se Xc Xc @@ -49108,20 +41717,20 @@ Xc Xc Xc Xc +Xc nX nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +xm +Xc +xm +YB +YB nX nX nX @@ -49129,11 +41738,11 @@ nX nX Xc Xc -gk nX -Cy nX -Et +GZ +nX +Cm nX nX nX @@ -49142,11 +41751,11 @@ nX Xc Xc Xc +fk yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -49211,42 +41820,9 @@ Xc Xc Xc Ot -"} -(230,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(231,1,1) = {" Ip Ot Xc @@ -49296,9 +41872,9 @@ Xc nX nX nX -vU -zw -Ve +wA +kD +qq nX nX nX @@ -49318,13 +41894,13 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +YB +YB +YB nX nX nX @@ -49336,7 +41912,7 @@ nX nX Xc Xc -Et +Cm nX Xc nX @@ -49344,11 +41920,11 @@ nX Xc Xc Xc +fk yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -49413,42 +41989,9 @@ Xc Xc Xc Ot -"} -(231,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(232,1,1) = {" Ip Ot Xc @@ -49520,14 +42063,14 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +YB +YB +YB nX nX nX @@ -49542,15 +42085,15 @@ Xc Xc Xc nX -nX +xm Xc Xc Xc +fk yQ yQ yQ -yQ -yQ +XV zA zA zA @@ -49615,42 +42158,9 @@ Xc Xc Xc Ot -"} -(232,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(233,1,1) = {" Ip Ot Xc @@ -49723,13 +42233,13 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +YB +Xc nX nX nX @@ -49742,17 +42252,17 @@ nX Xc Xc Xc -nX -nX -nX +xm +xm +xm Xc Xc +qM +FO yQ yQ yQ -yQ -yQ -yQ +XV zA zA zA @@ -49817,42 +42327,9 @@ Xc Xc Xc Ot -"} -(233,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(234,1,1) = {" Ip Ot Xc @@ -49926,6 +42403,13 @@ nX nX nX nX +xm +Xc +Xc +xm +Xc +xm +xm nX nX nX @@ -49936,25 +42420,18 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm Xc +fk yQ yQ yQ -yQ -yQ -yQ +jC +tH zA Xc Xc @@ -50019,42 +42496,9 @@ Xc Xc Xc Ot -"} -(234,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(235,1,1) = {" Ip Ot Xc @@ -50128,6 +42572,14 @@ nX nX nX nX +Xc +Xc +YB +Xc +Xc +xm +xm +xm nX nX nX @@ -50135,27 +42587,19 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm Xc +fk yQ yQ -yQ -yQ -yQ +jC +SM Xc Xc Xc @@ -50221,42 +42665,9 @@ Xc Xc Xc Ot -"} -(235,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(236,1,1) = {" Ip Ot Xc @@ -50330,14 +42741,14 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +xm +xm +xm +xm nX nX nX @@ -50349,14 +42760,14 @@ Xc Xc Xc Xc -nX -nX -nX -nX -yQ -yQ -yQ -yQ +xm +xm +xm +xm +fk +jC +KU +SM Xc Xc Xc @@ -50423,42 +42834,9 @@ Xc Xc Xc Ot -"} -(236,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(237,1,1) = {" Ip Ot Xc @@ -50533,14 +42911,14 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +xm +xm +xm nX nX nX @@ -50552,11 +42930,11 @@ Xc Xc Xc Xc -nX -nX -nX -yQ -yQ +xm +xm +xm +Yy +SM Xc Xc Xc @@ -50625,42 +43003,9 @@ Xc Xc Xc Ot -"} -(237,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(238,1,1) = {" Ip Ot Xc @@ -50736,13 +43081,13 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +YB +xm Xc Xc Xc @@ -50756,8 +43101,8 @@ Xc Xc Xc Xc -nX -yQ +xm +WV Xc Xc Xc @@ -50827,42 +43172,9 @@ Xc Xc Xc Ot -"} -(238,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(239,1,1) = {" Ip Ot Xc @@ -51029,42 +43341,9 @@ Xc Xc Xc Ot -"} -(239,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(240,1,1) = {" Ip Ot Xc @@ -51231,42 +43510,9 @@ Xc Xc Xc Ot -"} -(240,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip +"} +(241,1,1) = {" Ip Ot Ot @@ -51433,207 +43679,6 @@ Ot Ot Ot Ot -"} -(241,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip Ip "} (242,1,1) = {" @@ -51804,11753 +43849,4 @@ Ip Ip Ip Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(243,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(244,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(245,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(246,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(247,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(248,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(249,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(250,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(251,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(252,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(253,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(254,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(255,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(256,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(257,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(258,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(259,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(260,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(261,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(262,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(263,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(264,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(265,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(266,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(267,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(268,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(269,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(270,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(271,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(272,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(273,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(274,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(275,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(276,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(277,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(278,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(279,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(280,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(281,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(282,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(283,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(284,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(285,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(286,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(287,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(288,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(289,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(290,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(291,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(292,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(293,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(294,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(295,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(296,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(297,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(298,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(299,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -"} -(300,1,1) = {" -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip -Ip "} From 4fb57a1d79cae26cf453cab663899552bc2c8b8a Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 5 Jan 2023 02:25:31 +0000 Subject: [PATCH 04/20] gg --- .../LV624_Outpost_Furidamu.dmm | 1794 ++++++++++------- 1 file changed, 1018 insertions(+), 776 deletions(-) diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index a5c3951a37..f612b2d85e 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -1,10 +1,4 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"af" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/folder, -/obj/item/device/assembly/signaller, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) "ah" = ( /obj/structure/closet/toolcloset, /obj/structure/machinery/light{ @@ -13,12 +7,9 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "al" = ( -/obj/item/weapon/gun/boltaction/colony{ - pixel_x = -16; - pixel_y = 29 - }, -/turf/open/floor{ - icon_state = "cult" +/obj/structure/curtain/red, +/turf/open/floor/corsat{ + icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "am" = ( @@ -29,7 +20,7 @@ /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) "ao" = ( -/obj/item/clothing/under/colonist/ua_civvies, +/obj/item/clothing/under/colonist/clf, /obj/structure/surface/rack, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -88,7 +79,9 @@ /area/LV624_Outpost_Furidamu/outdoors/militia) "bl" = ( /obj/structure/window/framed/colony, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "bo" = ( /obj/structure/machinery/landinglight/ds1/delayone{ @@ -156,8 +149,9 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "cF" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/trash/candle, +/obj/structure/bed/chair{ + dir = 8 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "cG" = ( @@ -187,6 +181,12 @@ "cX" = ( /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"dc" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "dg" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -199,6 +199,11 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"dj" = ( +/obj/structure/surface/rack, +/obj/item/device/multitool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "dm" = ( /obj/structure/surface/rack, /turf/open/floor/interior/wood, @@ -207,6 +212,10 @@ /obj/structure/bed/stool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"dR" = ( +/obj/structure/surface/table/almayer, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "dV" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -225,6 +234,14 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"eK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder, +/obj/item/device/assembly/signaller, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "eV" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -314,7 +331,9 @@ req_access_txt = "100"; req_one_access = null }, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "gF" = ( /obj/structure/platform_decoration/kutjevo/rock, @@ -390,6 +409,10 @@ /obj/structure/machinery/light, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"id" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "if" = ( /obj/structure/window/framed/wood, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -422,7 +445,9 @@ name = "General Listening Channel"; pixel_y = 30 }, -/turf/open/floor/plating, +/turf/open/floor{ + icon_state = "dark" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "iw" = ( /obj/effect/decal/warning_stripes, @@ -454,9 +479,14 @@ id = "garage_lv"; name = "\improper Garage" }, -/turf/open/floor/plating{ - dir = 1; - icon_state = "asteroidfloor" +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ji" = ( +/obj/structure/bed/stool, +/turf/open/floor{ + icon_state = "dark" }, /area/LV624_Outpost_Furidamu/outdoors/militia) "jl" = ( @@ -476,7 +506,10 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "jw" = ( -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, /area/LV624_Outpost_Furidamu/landing_zone_2) "jC" = ( /obj/structure/platform_decoration/kutjevo/rock, @@ -487,12 +520,38 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "jO" = ( -/obj/structure/barricade/wooden, /turf/open/floor{ - dir = 9; + dir = 5; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"jT" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/toy/handcard/aceofspades{ + icon_state = "spades_two"; + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "spades_six" + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "spades_three"; + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "spades_queen"; + pixel_x = -14; + pixel_y = 6 + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "spades_seven"; + pixel_x = 8; + pixel_y = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "kd" = ( /obj/structure/machinery/power/geothermal{ fail_rate = 5 @@ -549,11 +608,8 @@ }, /area/LV624_Outpost_Furidamu/landing_zone_2) "kt" = ( -/obj/item/stack/sheet/wood{ - amount = 2 - }, /turf/open/floor{ - dir = 5; + dir = 6; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) @@ -570,6 +626,31 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ly" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/toy/handcard/aceofspades{ + icon_state = "clubs_ace"; + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "clubs_eight" + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "clubs_four"; + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "clubs_jack" + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "clubs_nine"; + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "lC" = ( /obj/structure/sink{ pixel_y = 26 @@ -642,6 +723,11 @@ /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"my" = ( +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "mz" = ( /turf/open/floor{ dir = 8; @@ -680,7 +766,7 @@ /area/LV624_Outpost_Furidamu/outdoors/civilian) "mZ" = ( /turf/open/floor{ - dir = 6; + dir = 9; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) @@ -781,24 +867,12 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"oM" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "oU" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"oZ" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) "pd" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -828,6 +902,10 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"pT" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "qa" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -916,6 +994,11 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"rt" = ( +/obj/structure/surface/rack, +/obj/item/clothing/mask/gas, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "rF" = ( /turf/open/floor{ dir = 6; @@ -1050,7 +1133,9 @@ req_access_txt = "100"; req_one_access = null }, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "ut" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, @@ -1121,7 +1206,9 @@ name = "\improper LZ1 Access"; req_one_access = null }, -/turf/open/floor, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/landing_zone_2) "wc" = ( /obj/structure/platform/kutjevo/rock, @@ -1137,7 +1224,9 @@ layer = 3.3; name = "\improper Science Wing Blast Door" }, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "wr" = ( /obj/structure/bed/chair/office/light, @@ -1155,8 +1244,8 @@ name = "\improper Research Dome"; req_access_txt = "100" }, -/turf/open/floor{ - icon_state = "white" +/turf/open/floor/corsat{ + icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "wy" = ( @@ -1188,9 +1277,28 @@ "xm" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"xx" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/toy/deck{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/device/flashlight/lamp/green{ + layer = 3.1; + pixel_x = 11; + pixel_y = -6 + }, +/obj/item/coin/gold{ + pixel_y = -7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "xy" = ( /obj/structure/surface/rack, -/obj/item/clothing/suit/storage/marine/veteran/ua_riot, +/obj/item/weapon/gun/rifle/mar40/carbine, +/obj/structure/machinery/light/small{ + dir = 1 + }, /turf/open/floor{ icon_state = "cult" }, @@ -1413,6 +1521,19 @@ /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Cp" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Cs" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Cy" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/river, @@ -1600,17 +1721,43 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"FS" = ( +/obj/structure/machinery/light/small, +/turf/open/floor{ + icon_state = "cult" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "FU" = ( -/obj/structure/surface/rack, -/obj/item/device/multitool, +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "FV" = ( -/turf/open/floor{ - dir = 5; - icon_state = "warning" +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + density = 0; + pixel_y = 15 }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/obj/item/clothing/under/colonist/clf, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Ga" = ( /obj/structure/machinery/photocopier, /obj/item/spacecash/c100{ @@ -1625,10 +1772,10 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Gd" = ( -/obj/structure/surface/rack, -/obj/item/clothing/mask/gas, +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Gl" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -1636,7 +1783,9 @@ req_access_txt = "100"; req_one_access = null }, -/turf/open/floor/interior/wood, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "Gm" = ( /obj/structure/machinery/medical_pod/sleeper, @@ -1651,6 +1800,12 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"GS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/extinguisher, +/obj/effect/spawner/random/powercell, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) "GT" = ( /obj/structure/machinery/sleep_console, /turf/open/floor{ @@ -1682,6 +1837,12 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Hl" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Hx" = ( /obj/structure/platform{ dir = 1 @@ -1706,7 +1867,9 @@ /area/LV624_Outpost_Furidamu/outdoors/militia) "Im" = ( /obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/landing_zone_2) "Ip" = ( /turf/open/space/basic, @@ -1741,7 +1904,13 @@ /area/LV624_Outpost_Furidamu/landing_zone_1) "IF" = ( /obj/structure/surface/table/almayer, -/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +/obj/structure/safe/floor{ + name = "safe"; + spawnkey = 0 + }, +/obj/item/stack/sheet/mineral/gold{ + amount = 50 + }, /turf/open/floor{ icon_state = "cult" }, @@ -1751,7 +1920,7 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "IK" = ( -/obj/structure/surface/table, +/obj/structure/surface/table/reinforced/prison, /obj/item/device/multitool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) @@ -1763,13 +1932,13 @@ layer = 3.3; name = "\improper Science Wing Blast Door" }, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "IQ" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/storage/bible, -/obj/structure/machinery/light/small{ - dir = 1 +/obj/structure/bed/chair{ + dir = 4 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -1780,7 +1949,9 @@ id = ""; name = "\improper Forced Blast Door" }, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "JF" = ( /obj/item/trash/used_stasis_bag, @@ -1819,7 +1990,9 @@ req_access_txt = "100"; req_one_access = null }, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "Kt" = ( /obj/item/stack/sheet/wood{ @@ -1877,6 +2050,20 @@ tag = "icon-bcircuit" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Lh" = ( +/obj/structure/machinery/colony_floodlight_switch{ + pixel_y = 30 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Li" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Ls" = ( /obj/structure/curtain/red, /turf/open/floor/interior/wood, @@ -1900,8 +2087,8 @@ layer = 3.3; name = "\improper Science Wing Blast Door" }, -/turf/open/floor{ - icon_state = "white" +/turf/open/floor/corsat{ + icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "LD" = ( @@ -1916,7 +2103,11 @@ }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "LJ" = ( -/obj/structure/closet/coffin, +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/soap{ + pixel_x = -4; + pixel_y = 9 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "LS" = ( @@ -1933,6 +2124,11 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) +"LV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Mk" = ( /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -1986,9 +2182,8 @@ id = ""; name = "\improper Forced Blast Door" }, -/turf/open/floor{ - dir = 5; - icon_state = "whitepurple" +/turf/open/floor/corsat{ + icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "MS" = ( @@ -2039,6 +2234,36 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Nj" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/toy/handcard/aceofspades{ + icon_state = "diamonds_nine"; + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "diamonds_king" + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "diamonds_four"; + pixel_x = 9 + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "diamonds_five"; + pixel_y = 10 + }, +/obj/item/toy/handcard/aceofspades{ + icon_state = "diamonds_eight"; + pixel_x = 14; + pixel_y = 5 + }, +/obj/item/spacecash/c200{ + layer = 3.1; + pixel_x = 17; + pixel_y = 14 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Nl" = ( /mob/living/simple_animal/corgi/puppy{ desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; @@ -2073,10 +2298,12 @@ /area/LV624_Outpost_Furidamu/outdoors/civilian) "NI" = ( /obj/structure/machinery/light, -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/powercell, +/obj/item/device/assembly/infra, +/turf/open/floor{ + icon_state = "dark" }, -/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) "NQ" = ( /obj/structure/machinery/light/small{ @@ -2147,10 +2374,9 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) "OR" = ( -/obj/structure/safe/floor{ - name = "safe"; - spawnkey = 0 - }, +/obj/structure/surface/rack, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "OU" = ( @@ -2188,9 +2414,13 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Pn" = ( -/obj/structure/curtain/red, -/turf/open/floor{ - icon_state = "cult" +/obj/structure/machinery/door/airlock/almayer/secure{ + locked = 1; + name = "\improper Secure Armory"; + req_one_access_txt = "19;106" + }, +/turf/open/floor/corsat{ + icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Ps" = ( @@ -2240,17 +2470,17 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Qw" = ( -/obj/effect/spawner/random/toolbox, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/plating, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "Qx" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "QD" = ( -/obj/structure/machinery/colony_floodlight_switch{ - pixel_y = 30 +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) @@ -2300,17 +2530,16 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Rc" = ( -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" - }, +/obj/structure/machinery/power/monitor, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) "Ry" = ( -/obj/structure/machinery/power/monitor, /obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor/plating, +/turf/open/floor{ + icon_state = "dark" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "Rz" = ( /turf/open/floor/plating, @@ -2321,8 +2550,9 @@ /obj/structure/extinguisher_cabinet{ pixel_y = 30 }, -/obj/structure/bed/stool, -/turf/open/floor/plating, +/turf/open/floor{ + icon_state = "dark" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "RJ" = ( /obj/structure/machinery/power/port_gen/pacman/super, @@ -2408,9 +2638,8 @@ req_access_txt = "100"; req_one_access = null }, -/turf/open/floor{ - dir = 9; - icon_state = "brown" +/turf/open/floor/corsat{ + icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/militia) "Tz" = ( @@ -2452,14 +2681,11 @@ }, /area/LV624_Outpost_Furidamu/outdoors/militia) "Uk" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor{ - dir = 9; - icon_state = "warning" +/obj/structure/window/framed/wood, +/turf/open/floor/corsat{ + icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Ul" = ( /obj/structure/prop/invuln{ density = 0; @@ -2546,7 +2772,9 @@ req_access_txt = "100"; req_one_access = null }, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "Va" = ( /obj/structure/machinery/light{ @@ -2568,7 +2796,9 @@ /obj/effect/spawner/random/toolbox, /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio, -/turf/open/floor/plating, +/turf/open/floor{ + icon_state = "dark" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "Vr" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ @@ -2593,6 +2823,15 @@ /area/LV624_Outpost_Furidamu/landing_zone_2) "VB" = ( /obj/structure/surface/table/almayer, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/clothing/suit/storage/militia/vest, /turf/open/floor{ icon_state = "cult" }, @@ -2640,9 +2879,9 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "VY" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/storage/box/matches, -/obj/item/tool/candle, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Wd" = ( @@ -2702,19 +2941,18 @@ "WA" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/boltaction/colony{ - pixel_x = -16; - pixel_y = 29 + pixel_y = 9 + }, +/obj/item/weapon/gun/boltaction/colony{ + pixel_y = 1 + }, +/obj/item/weapon/gun/boltaction/colony{ + pixel_y = -7 }, /turf/open/floor{ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"WT" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/extinguisher, -/obj/effect/spawner/random/powercell, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) "WV" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -2765,7 +3003,9 @@ /area/LV624_Outpost_Furidamu/landing_zone_2) "Xt" = ( /obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Xu" = ( /obj/structure/machinery/computer/telecomms/monitor{ @@ -2791,14 +3031,13 @@ /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) "XN" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor{ - dir = 10; - icon_state = "warning" - }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/obj/structure/surface/rack, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "XR" = ( /obj/item/reagent_container/food/snacks/grown/potato, /turf/open/floor/interior/wood, @@ -2807,12 +3046,10 @@ /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"XY" = ( -/obj/item/device/assembly/infra, -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/powercell, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +"XZ" = ( +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Yj" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 @@ -2822,8 +3059,8 @@ "Yo" = ( /obj/effect/decal/cleanable/blood/drip, /obj/structure/window/framed/colony/reinforced, -/turf/open/floor{ - icon_state = "white" +/turf/open/floor/corsat{ + icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Ys" = ( @@ -2845,8 +3082,9 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "YJ" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, -/turf/open/floor/plating, +/turf/open/floor{ + icon_state = "dark" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "YP" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ @@ -2854,7 +3092,9 @@ name = "\improper LZ1 Access"; req_one_access = null }, -/turf/open/floor, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/landing_zone_2) "YR" = ( /obj/structure/platform_decoration{ @@ -2864,7 +3104,9 @@ /area/LV624_Outpost_Furidamu/outdoors/civilian) "YT" = ( /obj/structure/window/framed/wood, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "YX" = ( /obj/structure/surface/table/reinforced/prison, @@ -2917,15 +3159,17 @@ }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "ZB" = ( -/obj/structure/closet/coffin{ - density = 0; - icon_state = "coffin_open"; - opened = 1 +/obj/structure/sign/poster{ + desc = "This poster features Audrey Rainwater standing in a jacuzzi. She was the July 2182 centerfold in House Bunny Gentleman's Magazine. Don't ask how you know that."; + icon_state = "poster16"; + name = "'Miss July' Pinup"; + pixel_y = 29; + serial_number = 16 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "ZL" = ( -/obj/structure/surface/table, +/obj/structure/surface/table/reinforced/prison, /obj/item/ashtray/glass, /obj/item/tool/crowbar, /turf/open/floor/interior/wood, @@ -2942,13 +3186,11 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "ZU" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/tool/candle, +/obj/item/stool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "ZV" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/reagent_container/food/drinks/bottle/whiskey, +/obj/structure/bed/chair/comfy, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -18767,7 +19009,7 @@ YB YB YB iu -QX +Li or or or @@ -18782,7 +19024,7 @@ or or or or -QX +Li VT el el @@ -18936,7 +19178,7 @@ YB YB YB iu -QX +Li or or or @@ -18951,7 +19193,7 @@ or or or or -QX +Li VT el el @@ -19105,7 +19347,7 @@ YB YB YB iu -QX +Li or or or @@ -19120,7 +19362,7 @@ or or or or -QX +Li VT el el @@ -19274,7 +19516,7 @@ YB YB YB iu -QX +Li or or or @@ -19289,7 +19531,7 @@ or or or or -QX +Li VT el el @@ -19443,7 +19685,7 @@ YB YB YB iu -QX +Li or or or @@ -19458,7 +19700,7 @@ or or or or -QX +Li VT el el @@ -20458,7 +20700,7 @@ YB Xm zA zA -QX +Li or or or @@ -20627,7 +20869,7 @@ YB Xm zA zA -QX +Li or or or @@ -20639,7 +20881,7 @@ or or or or -QX +Li il zA zA @@ -20796,7 +21038,7 @@ YB Xm zA zA -QX +Li or or or @@ -20808,7 +21050,7 @@ or or or or -QX +Li il il zA @@ -20977,7 +21219,7 @@ or or or or -QX +Li il il il @@ -21098,7 +21340,7 @@ nX nX Dy Dy -oM +Xt Yo Dy Dy @@ -21116,8 +21358,8 @@ nX nX Dy Dy -oM -oM +Xt +Xt Dy Dy nX @@ -21263,16 +21505,16 @@ nX nX nX Dy -oM -oM +Xt +Xt Dy Iw Iw Iw Iw Dy -oM -oM +Xt +Xt Dy nX nX @@ -21281,16 +21523,16 @@ nX nX nX Dy -oM -oM +Xt +Xt Dy Iw Ti Ti Ti Dy -oM -oM +Xt +Xt Dy VX sJ @@ -21431,7 +21673,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -21442,14 +21684,14 @@ Iw Iw Iw Iw -oM +Xt nX nX nX nX nX nX -oM +Xt Iw Iw Iw @@ -21460,7 +21702,7 @@ Ti Ti Ti Ti -oM +Xt nX nX cG @@ -21475,9 +21717,9 @@ zA zA zA zq -QX -QX -QX +Li +Li +Li zq iY iY @@ -21492,10 +21734,10 @@ zA il FK FK -YT -YT -YT -YT +id +id +id +id FK FK zA @@ -21600,7 +21842,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -21611,14 +21853,14 @@ Iw Iw Iw Iw -oM +Xt nX nX nX nX nX nX -oM +Xt Iw Iw Iw @@ -21629,7 +21871,7 @@ Iw Iw Ti Ti -oM +Xt nX nX nX @@ -21783,8 +22025,8 @@ Iw Dy Dy Dy -Iw -Iw +my +my Dy Dy Dy @@ -21937,7 +22179,7 @@ nX nX nX nX -oM +Xt Iw Iw Ti @@ -21968,7 +22210,7 @@ Iw Iw Ti Ti -oM +Xt nX ZN nX @@ -22005,7 +22247,7 @@ cX cX cX cX -YT +id zA zA zA @@ -22343,7 +22585,7 @@ cX cX cX cX -YT +id zA zA zA @@ -22444,7 +22686,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -22475,9 +22717,9 @@ Iw Iw Ti Ti -oM +Xt +nX nX -ZN nX cy YB @@ -22628,8 +22870,8 @@ Ti sJ sJ sJ -Ti -Ti +my +my sJ sJ sJ @@ -22783,7 +23025,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -22794,14 +23036,14 @@ Iw Iw Ti Ti -qu +Uk Mk Mk Mk Mk Mk Mk -qu +Uk Ti Ti Ti @@ -22812,8 +23054,8 @@ Iw Iw Ti Ti -oM -nX +Xt +dR nX ZN nX @@ -22827,9 +23069,9 @@ Xm zA zA FK -YT -YT -YT +id +id +id FK il il @@ -22846,7 +23088,7 @@ FK FK FK cX -YT +id cX FK FK @@ -22952,7 +23194,7 @@ Xc nX nX nX -oM +Xt Iw Iw Iw @@ -22963,14 +23205,14 @@ Ti Ti Ti Ti -qu +Uk Mk Mk Mk Mk Mk Mk -qu +Uk Ti Ti Ti @@ -22981,8 +23223,8 @@ Iw Ti Ti Ti -oM -nX +Xt +dR nX ZN nX @@ -23122,16 +23364,16 @@ nX nX nX Dy -oM -oM +Xt +Xt Dy Iw Iw Ti Ti sJ -qu -qu +Uk +Uk sJ Mk Mk @@ -23140,20 +23382,20 @@ Mk Mk Mk sJ -qu -qu +Uk +Uk sJ Ti Iw Iw Iw Dy -oM -oM +Xt +Xt Dy nX nX -ZN +nX nX cy YB @@ -23164,7 +23406,7 @@ YB Xm zA zA -YT +id cX cX cX @@ -23181,13 +23423,13 @@ zA zA zA il -YT +id cX cX cX cX cX -YT +id zA zA zA @@ -23519,13 +23761,13 @@ zA il zA zA -YT +id cX cX cX cX cX -YT +id zA zA zA @@ -23631,12 +23873,12 @@ nX nX nX nX -oM +Xt Iw Iw Iw Ti -qu +Uk Mk Mk Mk @@ -23649,12 +23891,12 @@ Mk Mk Mk Mk -qu +Uk Ti Ti Iw Iw -oM +Xt nX ZN nX @@ -23800,12 +24042,12 @@ nX nX nX nX -oM +Xt Iw Iw Iw Ti -qu +Uk Mk Mk Mk @@ -23818,18 +24060,18 @@ Mk Mk Mk Mk -qu +Uk Ti Ti Iw Iw -oM +Xt nX ZN nX ZN nX -ZN +nX nX cG di @@ -23993,7 +24235,7 @@ Ti Iw Iw Dy -nX +dR ZN nX ZN @@ -24162,13 +24404,13 @@ Ti Iw sJ Dy -nX -nX +dR +dR nX nX nX ZN -nX +ZN nX cy YB @@ -24180,7 +24422,7 @@ YB fI fA zA -YT +id cX cX cX @@ -24305,16 +24547,16 @@ nX nX nX Dy -oM -oM +Xt +Xt Dy Iw Iw Ti Ti sJ -qu -qu +Uk +Uk sJ Mk Mk @@ -24323,21 +24565,21 @@ Mk Mk Mk sJ -qu -qu +Uk +Uk sJ Iw Iw Iw Iw Dy -oM -oM +Xt +Xt Dy nX nX ZN -nX +ZN nX cG di @@ -24473,7 +24715,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -24484,14 +24726,14 @@ Ti Ti Ti Ti -qu +Uk Mk Mk Mk Mk Mk Mk -qu +Uk Ti Ti Ti @@ -24502,10 +24744,10 @@ Ti Ti Iw Iw -oM +Xt +dR nX nX -ZN nX nX nX @@ -24518,7 +24760,7 @@ YB YB Xm zA -YT +id cX cX cX @@ -24642,7 +24884,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -24653,14 +24895,14 @@ Iw Ti Ti Ti -qu +Uk Mk Mk Mk Mk Mk Mk -qu +Uk Ti Ti Ti @@ -24671,8 +24913,8 @@ Ti Ti Ti Iw -oM -nX +Xt +dR nX ZN nX @@ -24825,8 +25067,8 @@ Ti sJ sJ sJ -Ti -Ti +my +my sJ sJ sJ @@ -24875,9 +25117,9 @@ zA zA FK FK -YT -YT -YT +id +id +id FK FK zA @@ -24958,15 +25200,15 @@ nX nX nX Dy -oM -oM +Xt +Xt Dy yv LE Nz Dy -oM -oM +Xt +Xt Dy nX nX @@ -24979,7 +25221,7 @@ Xc nX nX nX -oM +Xt Iw Iw Iw @@ -25010,7 +25252,7 @@ Ti Iw Ti Ti -oM +Xt nX ZN nX @@ -25025,7 +25267,7 @@ YB YB Xm zA -YT +id cX cX cX @@ -25174,8 +25416,8 @@ Iw Iw Ti Ti -Ti -Ti +Iw +Iw Ti Iw Ti @@ -25294,7 +25536,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -25306,7 +25548,7 @@ Iw Iw Iw Iw -oM +Xt nX nX nX @@ -25344,7 +25586,7 @@ Iw Iw Ti Ti -Ti +Iw Ti Ti Ti @@ -25363,7 +25605,7 @@ YB YB Xm zA -YT +id cX cX cX @@ -25463,7 +25705,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -25475,7 +25717,7 @@ sJ Iw Iw Iw -oM +Xt kD kD kD @@ -25486,7 +25728,7 @@ kD kD kD kD -oM +Xt Iw Iw Iw @@ -25517,7 +25759,7 @@ Ti Ti Ti Ti -oM +Xt nX ZN nX @@ -25538,7 +25780,7 @@ cX cX cX cX -YT +id zA zA il @@ -25670,8 +25912,8 @@ Iw Dy Dy Dy -Iw -Iw +my +my Dy Dy Dy @@ -25825,7 +26067,7 @@ mz mz mz mz -oM +Xt Iw Iw Iw @@ -25836,14 +26078,14 @@ Iw Iw Iw Iw -oM +Xt nX nX nX nX nX nX -oM +Xt Iw Iw Iw @@ -25854,14 +26096,14 @@ Iw Iw Iw Ti -oM +Xt +nX +nX +nX nX nX -ZN nX -ZN nX -ZN nX nX cy @@ -25876,7 +26118,7 @@ cX cX cX cX -YT +id il zA il @@ -25884,7 +26126,7 @@ il zA il zA -YT +id cX cX cX @@ -25896,7 +26138,7 @@ cX cX cX cX -YT +id zA zA zA @@ -25994,7 +26236,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -26005,14 +26247,14 @@ Iw Iw Iw Iw -oM +Xt nX nX xm nX xm nX -oM +Xt Iw Iw Iw @@ -26023,14 +26265,14 @@ Iw Iw Iw Iw -oM +Xt +nX +nX +nX nX nX -ZN nX -ZN nX -ZN nX nX cy @@ -26164,16 +26406,16 @@ MS nX nX Dy -oM -oM +Xt +Xt Dy Iw Iw Iw Iw Dy -oM -oM +Xt +Xt Dy nX xm @@ -26182,16 +26424,16 @@ xm xm nX Dy -oM -oM +Xt +Xt Dy Iw Iw Iw Iw Dy -oM -oM +Xt +Xt Dy nX nX @@ -26201,7 +26443,7 @@ ZN nX ZN nX -nX +dR cy YB YB @@ -26211,8 +26453,8 @@ zA FK FK FK -YT -YT +id +id FK FK zA @@ -26222,7 +26464,7 @@ il zA zA il -YT +id cX cX cX @@ -26234,7 +26476,7 @@ cX cX cX cX -YT +id zA zA zA @@ -26337,8 +26579,8 @@ nX nX Dy Dy -oM -oM +Xt +Xt Dy Dy nX @@ -26355,12 +26597,12 @@ nX qj Dy Dy -oM -oM +Xt +Xt Dy Dy -nX -nX +dR +dR nX nX nX @@ -26370,7 +26612,7 @@ ZN nX ZN nX -nX +dR cy YB YB @@ -26477,7 +26719,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -26489,7 +26731,7 @@ sJ Iw Iw Iw -oM +Xt nX nX nX @@ -26523,23 +26765,23 @@ nX nX qj lH -wy -nX -nX -nX -nX -nX -nX -nX +Cs +dR nX nX +dR +dR +ZN +ZN ZN nX ZN nX ZN nX +ZN nX +dR cy YB YB @@ -26646,7 +26888,7 @@ nX nX nX nX -oM +Xt Iw Iw Iw @@ -26658,7 +26900,7 @@ Iw Iw Iw Iw -oM +Xt nX nX nX @@ -26678,9 +26920,9 @@ jL oq sJ sJ -qu -qu -qu +UJ +UJ +UJ sJ sJ lQ @@ -26692,7 +26934,7 @@ xm nX qj lH -wy +Cs nX nX nX @@ -26863,13 +27105,13 @@ qj lH wy nX -nX -nX -nX -nX -nX -nX -nX +ZN +ZN +ZN +ZN +ZN +ZN +ZN nX ZN nX @@ -26898,7 +27140,7 @@ zA zA zA zA -YT +id cX cX cX @@ -26910,7 +27152,7 @@ cX cX cX cX -YT +id zA zA zA @@ -26986,15 +27228,15 @@ nX nX nX Dy -oM -oM +Xt +Xt Dy yR MB ND Dy -oM -oM +Xt +Xt Dy nX nX @@ -27013,7 +27255,7 @@ nX nX VX Yx -qu +UJ Wd ux XR @@ -27182,7 +27424,7 @@ MS nX VX Yx -qu +UJ za Mk Mk @@ -27201,13 +27443,13 @@ qj lH wy nX +ZN nX nX nX nX -nX -nX -nX +dR +dR tw bl gx @@ -27236,7 +27478,7 @@ il il il zA -YT +id cX cX cX @@ -27248,7 +27490,7 @@ cX cX cX cX -YT +id zA zA zA @@ -27370,7 +27612,7 @@ qj lH wy nX -nX +ZN nX nX nX @@ -27379,7 +27621,7 @@ tw tw tw Ry -kw +YJ YJ FK RN @@ -27523,9 +27765,9 @@ YR Tp sJ sJ -qu -qu -qu +UJ +UJ +UJ sJ sJ Hx @@ -27539,7 +27781,7 @@ qj lH wy nX -nX +ZN nX nX tw @@ -27547,9 +27789,9 @@ tw lO lO tw -kw -kw -WT +Lh +YJ +YJ YT cX LD @@ -27559,12 +27801,12 @@ cX cX cX cX -fX cX cX cX cX -fX +cX +cX cX cC cC @@ -27710,15 +27952,15 @@ uZ nX nX nX -nX +ZN tw Rc jl jl -kw -kw -kw -kw +Qw +YJ +YJ +YJ us cX cX @@ -27728,12 +27970,12 @@ cX cX cX cX -fX cX cX cX cX -fX +cX +cX cX cX rb @@ -27879,15 +28121,15 @@ wy nX nX nX -nX +ZN bl +GS kw kw -kw -kw -kw -kw -kw +Qw +YJ +YJ +eK FK YX SU @@ -28048,14 +28290,14 @@ wy nX nX nX -nX +ZN bl +LV kw kw -kw -kw -kw -kw +Qw +YJ +ji NI FK FK @@ -28063,8 +28305,8 @@ FK FK FK FK -fX -fX +cX +cX FK FK Va @@ -28073,8 +28315,8 @@ cX hZ FK FK -fX -fX +cX +cX tw tw zA @@ -28215,30 +28457,30 @@ qj Lf wy nX +ZN nX -nX -nX +dR tw QD sw kw -kw -kw -kw +Qw +YJ +YJ Vo FK yL ah aW RX -cX +fX cX cX cX lY cX -FU -Gd +cX +cX cX cX cX @@ -28255,9 +28497,9 @@ zA zA FK FK -YT -YT -YT +id +id +id FK FK zA @@ -28384,23 +28626,23 @@ qj Lf wy nX +ZN nX -nX -nX +dR tw FK kw qS Qw -kw -kw -kw +YJ +YJ +YJ FK cX cX cX cX -cX +fX cX cX cX @@ -28553,30 +28795,30 @@ qj lH wy nX +ZN nX -nX -nX +dR tw FK UZ FK FK RG -kw -kw +YJ +YJ Ki cX PI cX -cX bU +fX +cX +cX cX cX cX cX cX -dm -dm cX cX cX @@ -28707,8 +28949,8 @@ Xc Xc Xc sJ -qu -qu +UJ +UJ sJ nX nX @@ -28724,23 +28966,23 @@ wy nX nX nX -nX +ZN tw kd xU fv FK -XY -kw -kw +YJ +YJ +YJ Ki cX cX cX FK FK -fX -fX +cX +cX FK FK Va @@ -28749,8 +28991,8 @@ cX hZ FK FK -fX -fX +cX +cX tw tw il @@ -28893,15 +29135,15 @@ uZ nX nX nX -nX +ZN tw kd xU fv FK iv -kw -kw +YJ +YJ FK ZS dI @@ -28917,7 +29159,7 @@ cX cX cX FK -cX +pT wr AQ bl @@ -29060,17 +29302,17 @@ qj lH wy nX +ZN nX -nX -nX +ZN tw kd xU fv FK -kw -kw -af +YJ +YJ +YJ FK Oa II @@ -29080,12 +29322,12 @@ IK cX cX cX -fX cX cX cX cX -fX +cX +cX cX cX gN @@ -29227,9 +29469,9 @@ nX nX qj lH -wy -nX +Cs nX +ZN nX nX tw @@ -29237,9 +29479,9 @@ tw FK FK FK -oZ -kw -kw +Ry +YJ +YJ FK Xu cX @@ -29249,12 +29491,12 @@ hq cX cX cX -fX cX cX cX cX -fX +cX +cX cX cX QZ @@ -29396,19 +29638,19 @@ nX nX qj lH -wy -nX -nX -nX +Cs nX +ZN nX +ZN +ZN tw tw FK FK -kw -kw -kw +YJ +YJ +YJ tw bl bl @@ -29419,8 +29661,8 @@ iF rQ cX FK -cX -cX +dj +rt cX cX tw @@ -29433,9 +29675,9 @@ zA il il FK -YT +id fX -YT +id FK Xc Xc @@ -29570,8 +29812,8 @@ nX nX nX nX -nX -nX +ZN +ZN tw tw tw @@ -29579,9 +29821,9 @@ bl gx bl tw -nX -nX -nX +ZN +ZN +ZN tw tw tw @@ -29736,7 +29978,7 @@ qj lH wy nX -nX +ZN nX nX nX @@ -29905,20 +30147,20 @@ qj lH wy nX +ZN nX +ZN nX +ZN +ZN +ZN nX +ZN +ZN +ZN nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +ZN +ZN nX nX fk @@ -29939,15 +30181,15 @@ il il zA zA -YT +id cX cX cX cX FK FK -YT -YT +id +id FK FK Xc @@ -30074,9 +30316,9 @@ qj lH wy nX +ZN nX -nX -nX +ZN nX nX nX @@ -30245,19 +30487,19 @@ Dy nX nX nX +ZN nX +ZN +ZN +ZN nX +ZN +ZN +ZN nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +ZN +ZN +ZN nX fk yQ @@ -30414,7 +30656,7 @@ Xc Wp Xc nX -nX +ZN nX nX nX @@ -30446,7 +30688,7 @@ zA Xc zA zA -YT +id cX cX cX @@ -30457,7 +30699,7 @@ cX cX cX cX -YT +id zA zA zA @@ -30589,8 +30831,8 @@ nX nX nX nX -nX -nX +dR +dR Xc nX nX @@ -30626,7 +30868,7 @@ cX cX cX cX -YT +id zA zA zA @@ -30752,13 +30994,13 @@ RT RT Xc Xc -nX +dR Xc Xc nX nX nX -nX +dR Xc Xc Xc @@ -30958,7 +31200,7 @@ cX cX cX cX -YT +id cX cX cX @@ -31302,7 +31544,7 @@ cX cX cX cX -YT +id zA zA zA @@ -31385,7 +31627,7 @@ Tz nX nX Xv -qu +UJ nX nX VX @@ -31471,7 +31713,7 @@ cX cX cX cX -YT +id zA zA zA @@ -31718,12 +31960,12 @@ lH wy nX nX -qu +UJ Xf nX Mk nX -qu +UJ nX nX VX @@ -31973,9 +32215,9 @@ cX cX cX FK -YT -YT -YT +id +id +id FK FK Xc @@ -32474,9 +32716,9 @@ zA zA FK FK -YT -YT -YT +id +id +id FK FK Xc @@ -33110,7 +33352,7 @@ xm nX Dy Dy -al +TE TE Mr VB @@ -33270,7 +33512,7 @@ Mk Mk Mk Mk -Mk +XN Xc nX xm @@ -33282,9 +33524,9 @@ xy TE TE TE -TE +FS Dy -OR +Mk Xc Xc nX @@ -33432,7 +33674,7 @@ sJ UJ UJ sJ -Xv +Gd sJ Mk Tz @@ -33449,8 +33691,8 @@ nX Dy WA Zy -Zy -TE +dc +dc TE Dy Mk @@ -33767,12 +34009,12 @@ nX VX nX UJ +FV Mk Mk Mk +Ls Mk -sJ -Tz Mk Mk Mk @@ -33940,8 +34182,8 @@ Tz Mk Mk Mk -Ls -Mk +sJ +Tz Mk Tz Xc @@ -34104,10 +34346,10 @@ nX nX UJ Tz +IQ Mk Mk -Mk -Xv +LJ Xv sJ sJ @@ -34280,11 +34522,11 @@ sJ sJ sJ ZB -Mk +IQ VY -ZU -cF -LJ +Mk +Xv +Xv sJ xm YB @@ -34301,7 +34543,7 @@ sJ Mk Mk Mk -hj +Xc Mk Mk Mk @@ -34428,7 +34670,7 @@ Wz Iw Iw Iw -sZ +al xm xm nX @@ -34446,14 +34688,14 @@ Xv Mk Tz Mk -Tz +FU sJ ZU +xx +Nj +Cp Mk -Mk -Mk -Mk -Mk +Xv UJ xm mT @@ -34466,11 +34708,11 @@ Mk Mk Mk Mk -sJ +Ls Mk Mk Mk -hj +Xc Mk Mk Mk @@ -34597,7 +34839,7 @@ Wz Iw Iw Iw -sZ +al xm nX nX @@ -34610,17 +34852,17 @@ nX nX sJ Tz +cF +cF Mk Mk Mk -Mk -Mk -Mk +OR Xc ZV -Mk -Mk -Mk +jT +ly +Cp Mk Mk Ls @@ -34639,8 +34881,8 @@ sJ Mk Mk Mk -hj -hj +Xc +Xc Mk Mk Mk @@ -34786,9 +35028,9 @@ Xc Xc Xc Xc -IQ -Mk Mk +cF +cF Mk Mk Mk @@ -34809,8 +35051,8 @@ Mk Mk Mk Mk -hj -hj +Xc +Xc Mk Mk Xc @@ -34921,7 +35163,7 @@ Xc Xc Xc Dy -sZ +al Dy Dy UL @@ -34948,18 +35190,18 @@ nX UJ Tz Mk -Tz +FU Mk Mk Tz Mk Tz sJ +Hl Mk Mk Mk -Mk -Mk +XZ Xc Xc xm @@ -35122,12 +35364,12 @@ Mk Mk Mk Mk -Tz +FU sJ -Mk -Mk -Mk -Mk +Xv +Xv +Xv +XZ Xc Xc nX @@ -35482,8 +35724,8 @@ xm xm xm xm -xm -xm +nX +nX xm xm xm @@ -35641,7 +35883,7 @@ xm xm nX Xc -nX +YB nX nX nX @@ -35811,7 +36053,7 @@ xm Xc Xc Xc -nX +YB nX nX xm @@ -35820,8 +36062,8 @@ xm xm nX nX -nX -nX +MS +MS nX nX nX @@ -35970,184 +36212,146 @@ nX nX nX nX -xm -xm -xm -xm -xm -xm -nX -Xc -Xc -Xc -nX -nX -nX -nX -xm -xm -xm -xm -nX -nX -nX -nX -nX -xm -xm -xm -xm -xm -MH -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -PH -zA -zA -il -il -il -il -zA -zA -zA -Ae -DU -TQ -zA -zA -zA -zA -zA -zA -Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -zA -zA -zA -zA -zA -zA -Xc -Xc -Xc -Xc -Xc -Xc -zA -zA -zA -il -Xc -Xc -Xc -yQ -zA -zA -zA -il -Xc -Xc -Xc -Ot -Ip -"} -(197,1,1) = {" -Ip -Ot -Xc -Xc -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Dy -Dy -Dy -Dy -Dy -Dy -Dy -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -xm -xm -xm -xm -xm -xm -xm -xm -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm nX +Xc +Xc +Xc +YB nX nX nX +xm nX xm xm nX +MS +MS +MS nX +xm +xm +xm +xm +xm +MH +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +Mk +PH +zA +zA +il +il +il +il +zA +zA +zA +Ae +DU +TQ +zA +zA +zA +zA +zA +zA Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +il +Xc +Xc +Xc +yQ +zA +zA +zA +il +Xc +Xc +Xc +Ot +Ip +"} +(197,1,1) = {" +Ip +Ot +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Dy +Dy +Dy +Dy +Dy +Dy +Dy nX nX nX @@ -36167,6 +36371,44 @@ xm xm xm xm +xm +xm +xm +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +nX +nX +Xc +nX +nX +nX +xm +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +xm +xm +xm MH Mk Mk @@ -36325,13 +36567,13 @@ xm xm xm xm -xm -xm +nX +nX xm sJ -xm -xm -xm +nX +nX +nX xm xm nX @@ -36499,8 +36741,8 @@ xm xm xm xm -xm -xm +nX +nX nX nX nX @@ -36657,8 +36899,8 @@ xm xm xm xm -xm -xm +nX +nX sJ UJ Ls @@ -36804,7 +37046,7 @@ Xc BY BY BY -qu +UJ Mk Mk Mk @@ -36826,8 +37068,8 @@ xm nX nX xm -xm -xm +nX +nX sJ Mk Mk @@ -36973,7 +37215,7 @@ BY BY BY BY -qu +UJ Mk Mk Mk @@ -36994,7 +37236,7 @@ xm nX nX nX -xm +nX sJ sJ sJ @@ -37163,7 +37405,7 @@ xm nX nX nX -xm +nX UJ Mk Mk @@ -37463,10 +37705,10 @@ Xc Xc nX nX -nX -nX -nX -nX +xJ +mz +mz +mz Xc Xc BY @@ -37651,7 +37893,7 @@ BY BY BY BY -qu +UJ Mk Mk Mk @@ -37801,11 +38043,11 @@ Xc Xc BY Xc -BY -FV +jO He -mZ -BY +He +He +kt BY BY BY @@ -37820,7 +38062,7 @@ BY BY BY BY -qu +UJ Mk Mk Mk @@ -39145,7 +39387,7 @@ nX nX jw se -BY +hB BY BY pk @@ -39312,9 +39554,9 @@ nX nX nX nX -jO +kq YP -vT +hB BY BY pk @@ -39685,13 +39927,13 @@ BY BY BY BY -qu +UJ Mk Mk Mk Mk Mk -qu +UJ nX nX nX @@ -39806,7 +40048,7 @@ nX nX nX nX -hj +Xc Xc Xc Xc @@ -39988,9 +40230,9 @@ nX nX nX nX -kt +kk YP -mZ +hB BY BY pk @@ -40029,7 +40271,7 @@ Mk Mk Mk Mk -qu +UJ nX nX nX @@ -40159,7 +40401,7 @@ nX nX jw se -BY +hB BY BY pk @@ -40536,7 +40778,7 @@ Mk Mk Mk Mk -qu +UJ nX nX nX @@ -40698,7 +40940,7 @@ BY BY BY BY -qu +UJ Mk Mk Mk @@ -40874,7 +41116,7 @@ Mk Mk Mk Mk -qu +UJ nX nX nX @@ -41205,7 +41447,7 @@ BY BY BY BY -qu +UJ Mk Mk Mk @@ -41533,11 +41775,11 @@ BY Xc Xc Xc -BY -Uk +mZ UA -XN -BY +UA +UA +vT BY BY Xc @@ -41871,13 +42113,13 @@ Xc Xc nX nX -nX wA kD +kD +kD qq nX nX -nX Xc Xc Xc From ed763fed0c753415271e713febde4c02207b610e Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 12 Jan 2023 17:23:17 +0000 Subject: [PATCH 05/20] g --- .../LV624_Outpost_Furidamu.dmm | 8962 +++++++++++------ 1 file changed, 5769 insertions(+), 3193 deletions(-) diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index f612b2d85e..bda809baa6 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -1,4 +1,17 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ag" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/prop{ + desc = "A jerry can. In space! Or maybe a colony."; + icon = 'icons/obj/items/tank.dmi'; + icon_state = "canister"; + item_state = "caution"; + name = "fuel can"; + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "ah" = ( /obj/structure/closet/toolcloset, /obj/structure/machinery/light{ @@ -24,6 +37,12 @@ /obj/structure/surface/rack, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"au" = ( +/obj/structure/prop/server_equipment{ + icon_state = "rackframe_broken" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "av" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -37,6 +56,18 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) +"aA" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"aD" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "aF" = ( /obj/structure/platform{ dir = 4 @@ -72,11 +103,22 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) +"aS" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) "aW" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/tool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"aX" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/loadedbakedpotato, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "bl" = ( /obj/structure/window/framed/colony, /turf/open/floor/corsat{ @@ -90,6 +132,29 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) +"bs" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/weapon/gun/pistol/highpower, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"bz" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"bG" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/wrench, +/obj/item/tool/crowbar/red, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"bH" = ( +/obj/structure/sign/poster/clf{ + pixel_x = 1; + pixel_y = 29 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "bJ" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -106,10 +171,9 @@ }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker) "bR" = ( -/obj/structure/machinery/power/port_gen/pacman/super, -/obj/structure/machinery/light, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/structure/flora/jungle/planttop1, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) "bU" = ( /obj/structure/machinery/light{ dir = 4 @@ -123,6 +187,10 @@ /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "ch" = ( @@ -138,12 +206,29 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"cn" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/lazarus_landing_map, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "cy" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"cz" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/lighter/zippo{ + pixel_x = 4; + pixel_y = 15 + }, +/obj/item/tool/lighter/random{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "cC" = ( /obj/structure/largecrate/random, /turf/open/floor/interior/wood, @@ -163,6 +248,25 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"cI" = ( +/obj/structure/closet/crate/secure/ammo, +/obj/item/ammo_magazine/smg/ppsh/extended, +/obj/item/ammo_magazine/smg/ppsh/extended, +/obj/item/ammo_magazine/smg/ppsh/extended, +/obj/item/ammo_magazine/smg/ppsh/extended, +/obj/item/ammo_magazine/smg/ppsh/extended, +/obj/item/ammo_magazine/smg/ppsh/extended, +/obj/item/weapon/gun/smg/ppsh, +/obj/item/weapon/gun/smg/ppsh, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"cJ" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "cQ" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -172,6 +276,10 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"cT" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "cW" = ( /turf/open/floor{ dir = 4; @@ -181,12 +289,23 @@ "cX" = ( /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"da" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "dc" = ( /obj/structure/machinery/deployable/barrier, /turf/open/floor{ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"dd" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "dg" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -205,35 +324,96 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "dm" = ( -/obj/structure/surface/rack, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"dI" = ( -/obj/structure/bed/stool, -/turf/open/floor/interior/wood, +/obj/structure/machinery/light, +/obj/structure/machinery/power/port_gen/pacman/super, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) +"dw" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "dR" = ( /obj/structure/surface/table/almayer, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"dU" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + dir = 6; + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "dV" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"eg" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/suit/storage/militia{ + pixel_x = -4; + pixel_y = -13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"eh" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/utensil/spoon{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "el" = ( /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) "et" = ( -/obj/structure/flora/tree/jungle/bigtreeBOT, /obj/structure/flora/bush/ausbushes/var3/leafybush, -/turf/open/gm/river, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"eC" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) +"eD" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 9 + }, +/obj/item/tool/kitchen/utensil/spoon, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "eE" = ( /turf/open/floor{ dir = 8; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"eF" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"eG" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"eI" = ( +/obj/structure/flora/jungle/planttop1, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "eK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/folder, @@ -248,6 +428,13 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"eW" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "fc" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 4; @@ -258,12 +445,48 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"fh" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/minihoe, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"fi" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/bag/plants, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"fj" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/device/radio/off{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/device/radio/off{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "fk" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"fp" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/lighter/random{ + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"fu" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 3 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "fv" = ( /obj/structure/machinery/power/geothermal{ fail_rate = 5 @@ -272,6 +495,14 @@ icon_state = "warnplate" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"fy" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ashtray/plastic{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "fA" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -295,10 +526,24 @@ /obj/structure/platform_decoration/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"fV" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray{ + pixel_y = -6 + }, +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_y = -6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "fX" = ( /obj/structure/curtain/red, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"ga" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "gd" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -335,17 +580,29 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"gB" = ( +/obj/structure/surface/table, +/obj/item/storage/pill_bottle/antitox{ + name = "\improper Malaria pill bottle" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "gF" = ( /obj/structure/platform_decoration/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "gN" = ( /obj/structure/surface/table/reinforced/prison, +/obj/item/pamphlet/skill/engineer, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "gT" = ( -/obj/structure/flora/tree/jungle/bigtreeTR, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/turf/open/floor/plating{ + dir = 1; + icon_state = "warnplate" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "gU" = ( /obj/structure/platform/kutjevo/rock{ @@ -354,8 +611,51 @@ /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"gV" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ha" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/boiledspagetti{ + pixel_y = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"hi" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "hj" = ( -/turf/closed/wall/strata_ice/jungle, +/obj/structure/closet/crate/secure/ammo, +/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/HE/upp, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "hl" = ( /obj/structure/platform_decoration/kutjevo/rock{ @@ -413,17 +713,22 @@ /obj/structure/window/framed/wood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"ie" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/suit/chef/classic, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "if" = ( /obj/structure/window/framed/wood, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/oob) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "ii" = ( /obj/structure/flora/jungle/plantbot1{ desc = "Doesn't look like it'll do much cleaning any more."; icon_state = "cart_wreck"; name = "old janicart" }, -/turf/open/gm/river, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "il" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -434,6 +739,16 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"ip" = ( +/obj/structure/closet/crate/secure/ammo, +/obj/item/storage/box/packet/high_explosive, +/obj/item/storage/box/packet/high_explosive, +/obj/item/storage/box/packet/high_explosive, +/obj/item/storage/box/packet/high_explosive, +/obj/item/storage/box/packet/high_explosive, +/obj/item/storage/box/packet/high_explosive, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "iu" = ( /obj/structure/platform, /turf/open/gm/river, @@ -461,6 +776,12 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"iE" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "iF" = ( /obj/structure/machinery/light{ dir = 1 @@ -468,10 +789,31 @@ /obj/structure/closet/secure_closet/engineering_personal, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"iI" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2; + pixel_y = 16 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "iL" = ( -/obj/structure/flora/bush/ausbushes/var3/fernybush, -/obj/effect/landmark/objective_landmark/close, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"iM" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/revolver/nagant, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"iQ" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "iY" = ( /obj/structure/machinery/door/poddoor/almayer{ @@ -483,6 +825,10 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"je" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "ji" = ( /obj/structure/bed/stool, /turf/open/floor{ @@ -498,6 +844,10 @@ tag = "icon-platebot" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"jm" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "jo" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -511,10 +861,69 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"jz" = ( +/obj/structure/target, +/obj/item/clothing/suit/storage/marine/padded{ + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"jA" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/attachable/suppressor{ + pixel_y = -2 + }, +/obj/item/attachable/suppressor{ + pixel_y = 7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "jC" = ( /obj/structure/platform_decoration/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"jF" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"jG" = ( +/obj/structure/closet/crate/secure/ammo, +/obj/item/clothing/head/helmet/marine/veteran/UPP, +/obj/item/clothing/head/helmet/marine/veteran/UPP, +/obj/item/clothing/head/helmet/marine/veteran/UPP, +/obj/item/clothing/head/helmet/marine/veteran/UPP, +/obj/item/clothing/head/helmet/marine/veteran/UPP, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"jH" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/chef/classic, +/obj/item/tool/kitchen/knife/butcher, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "jL" = ( /obj/structure/platform_decoration, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -525,6 +934,12 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"jQ" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "pointybush_1" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "jT" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/toy/handcard/aceofspades{ @@ -552,6 +967,27 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"jX" = ( +/obj/structure/bed/chair, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ka" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"kc" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "kd" = ( /obj/structure/machinery/power/geothermal{ fail_rate = 5 @@ -583,14 +1019,8 @@ }, /area/LV624_Outpost_Furidamu/landing_zone_2) "ko" = ( -/obj/item/device/radio/intercom{ - freerange = 1; - frequency = 1469; - name = "General Listening Channel"; - pixel_y = 30 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_2) "kp" = ( /obj/structure/platform{ dir = 1 @@ -618,7 +1048,7 @@ /area/LV624_Outpost_Furidamu/outdoors/militia) "kC" = ( /obj/structure/flora/jungle/planttop1, -/turf/closed/wall/strata_ice/jungle, +/turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "kD" = ( /turf/open/floor{ @@ -626,6 +1056,48 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"kP" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray{ + pixel_y = 6 + }, +/obj/item/tool/kitchen/knife/butcher, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"kU" = ( +/obj/structure/target, +/obj/item/clothing/suit/storage/marine/light{ + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"kX" = ( +/obj/structure/flora/jungle/vines, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) +"le" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/gloves/yellow, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"lg" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/syndicate, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"li" = ( +/obj/structure/closet/crate/secure/ammo, +/obj/item/clothing/shoes/marine/upp, +/obj/item/clothing/shoes/marine/upp, +/obj/item/clothing/shoes/marine/upp, +/obj/item/clothing/shoes/marine/upp, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"lv" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "ly" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/toy/handcard/aceofspades{ @@ -680,6 +1152,12 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"lR" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "lV" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -719,6 +1197,26 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"mn" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/crowbar, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"mp" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/tool/pen{ + pixel_x = 3 + }, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = -1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "mt" = ( /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -747,6 +1245,12 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) +"mK" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/suit/chef/classic, +/obj/item/tool/kitchen/knife/butcher, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "mM" = ( /obj/structure/machinery/cm_vending/sorted/medical/no_access, /turf/open/floor{ @@ -770,6 +1274,16 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"nc" = ( +/obj/structure/target, +/obj/item/clothing/suit/storage/marine/leader{ + pixel_y = 1 + }, +/obj/item/clothing/head/cmcap/boonie/tan{ + pixel_y = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "nf" = ( /turf/closed/wall/rock/brown, /area/LV624_Outpost_Furidamu/oob) @@ -782,6 +1296,43 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"no" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"nr" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"nJ" = ( +/obj/structure/machinery/computer/telecomms/server{ + pixel_x = 6; + pixel_y = 16 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"nK" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/pill_bottle/antitox{ + name = "\improper Malaria pill bottle"; + pixel_x = -3; + pixel_y = 11 + }, +/obj/item/storage/pill_bottle/antitox{ + name = "\improper Malaria pill bottle" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"nR" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "nV" = ( /obj/structure/platform/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, @@ -795,10 +1346,18 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ob" = ( +/mob/living/simple_animal/cow, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "oe" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"og" = ( +/obj/structure/barricade/wooden, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "oi" = ( /obj/structure/platform{ dir = 1 @@ -811,6 +1370,10 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"om" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "op" = ( /obj/structure/surface/table, /obj/item/stack/medical/bruise_pack{ @@ -845,11 +1408,14 @@ /area/LV624_Outpost_Furidamu/outdoors/militia) "oC" = ( /obj/structure/surface/table/almayer, -/obj/item/clothing/head/helmet/marine/veteran/UPP{ - pixel_x = -4; +/obj/item/clothing/head/helmet/marine/veteran/UPP/heavy{ + pixel_x = -5; pixel_y = 7 }, -/obj/item/clothing/head/helmet/marine/veteran/UPP, +/obj/item/clothing/suit/storage/marine/faction/UPP/heavy{ + pixel_x = 4; + pixel_y = -2 + }, /turf/open/floor{ icon_state = "cult" }, @@ -867,12 +1433,31 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"oQ" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "oU" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"pb" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/cell/crap{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/cell/crap{ + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "pd" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -881,6 +1466,15 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) +"pi" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/under/color/black{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/clothing/under/color/black, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "pk" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -889,6 +1483,27 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) +"po" = ( +/obj/structure/target, +/obj/item/clothing/suit/storage/marine/padded{ + pixel_y = 1 + }, +/obj/item/clothing/head/helmet/marine/scout{ + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"pt" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/box/mousetraps{ + pixel_y = 12 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"pu" = ( +/obj/structure/closet/crate/secure/ammo, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "pH" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 1; @@ -896,6 +1511,21 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) +"pI" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/mre_pack/meal1{ + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"pN" = ( +/obj/item/reagent_container/food/drinks/milk{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/surface/table/woodentable/poor, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "pR" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush{ pixel_y = 5 @@ -906,6 +1536,15 @@ /obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"pU" = ( +/obj/structure/curtain/red, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"pZ" = ( +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "qa" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -914,11 +1553,29 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) +"qc" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"qd" = ( +/obj/item/clothing/shoes/swat, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"qh" = ( +/obj/structure/largecrate/machine/bodyscanner, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "qj" = ( /turf/open/floor{ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"qp" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/lazarus_landing_map, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "qq" = ( /turf/open/floor{ dir = 6; @@ -929,6 +1586,31 @@ /obj/structure/window/framed/wood, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"qx" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/platform{ + dir = 4 + }, +/obj/item/ammo_box/magazine/misc/mre/empty{ + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"qK" = ( +/obj/structure/closet/crate/secure/ammo, +/obj/item/storage/belt/marine/upp, +/obj/item/storage/belt/marine/upp, +/obj/item/storage/belt/marine/upp, +/obj/item/storage/belt/marine/upp, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"qL" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/device/flashlight/lamp{ + pixel_y = 12 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "qM" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -938,6 +1620,16 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"qP" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/lazarus_landing_map{ + pixel_y = 5 + }, +/obj/item/map/lazarus_landing_map{ + pixel_y = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "qQ" = ( /turf/open/floor{ dir = 10; @@ -957,12 +1649,33 @@ icon_state = "warningcorner" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"qY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper{ + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "rb" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/weldingtool, /obj/item/tool/wrench, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"re" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"rf" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "rk" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/surgical_tray, @@ -999,6 +1712,18 @@ /obj/item/clothing/mask/gas, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"rw" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"rz" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"rC" = ( +/obj/item/stool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "rF" = ( /turf/open/floor{ dir = 6; @@ -1009,6 +1734,7 @@ /turf/closed/wall/rock/brown, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker) "rK" = ( +/obj/structure/closet/coffin, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/civilian) "rM" = ( @@ -1039,9 +1765,47 @@ /obj/structure/platform/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"sb" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"sc" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/trash/USCMtray{ + pixel_y = 9 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "se" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/landing_zone_2) +"sf" = ( +/obj/structure/coatrack{ + pixel_x = 11; + pixel_y = 20 + }, +/obj/item/clothing/suit/storage/marine/faction/UPP/officer{ + pixel_x = 10; + pixel_y = 25 + }, +/obj/item/clothing/shoes/jackboots{ + pixel_x = 4; + pixel_y = -6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"si" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/beer_pack{ + pixel_x = 2; + pixel_y = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "sj" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 @@ -1060,10 +1824,64 @@ /obj/structure/barricade/handrail/strata, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"ss" = ( +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/structure/surface/table/woodentable/poor, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"st" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/prop/server_equipment/laptop/on{ + pixel_y = 5 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"sv" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "sw" = ( /obj/item/clothing/head/hardhat/orange, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) +"sD" = ( +/obj/structure/machinery/photocopier{ + density = 0; + pixel_y = 16 + }, +/obj/item/map/lazarus_landing_map{ + pixel_x = -1; + pixel_y = 20 + }, +/obj/item/map/lazarus_landing_map{ + pixel_y = -11 + }, +/obj/item/map/lazarus_landing_map{ + pixel_y = -8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"sF" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/utensil/spoon, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "sJ" = ( /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -1077,17 +1895,87 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"sQ" = ( +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "sX" = ( /obj/structure/machinery/landinglight/ds2/delaythree, /obj/structure/barricade/handrail/strata, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"sY" = ( +/obj/item/stool, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "sZ" = ( /obj/structure/curtain/red, /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ta" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"tc" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"td" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = -5 + }, +/obj/item/reagent_container/food/drinks/cans/beer{ + pixel_x = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"tj" = ( +/obj/structure/machinery/computer/arcade, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"tl" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/suit/storage/militia/smartgun{ + pixel_x = 5; + pixel_y = 14 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"tm" = ( +/obj/item/stool, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"tu" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "tw" = ( /turf/closed/wall, /area/LV624_Outpost_Furidamu/outdoors/militia) @@ -1107,6 +1995,35 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"tQ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -6; + pixel_y = -8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"tX" = ( +/mob/living/simple_animal/corgi/puppy{ + desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; + name = "\improper Mister Wiggles" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ua" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/scythe, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ud" = ( +/obj/item/pamphlet/skill/powerloader{ + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "ue" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ tag = "icon-landingstripe" @@ -1125,6 +2042,21 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"uj" = ( +/obj/effect/landmark/crap_item, +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"un" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "us" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -1138,8 +2070,11 @@ }, /area/LV624_Outpost_Furidamu/outdoors/militia) "ut" = ( -/obj/structure/flora/bush/ausbushes/var3/brflowers, /obj/effect/landmark/lv624/xeno_tunnel, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/surface/table/woodentable/poor, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "uu" = ( @@ -1161,6 +2096,25 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"uA" = ( +/obj/item/clothing/shoes/marine/upp_knife{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/clothing/shoes/red{ + pixel_x = -5; + pixel_y = -7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"uE" = ( +/obj/structure/machinery/microwave{ + density = 0; + pixel_y = 9 + }, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "uL" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -1169,10 +2123,29 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) +"uO" = ( +/obj/item/prop{ + desc = "A jerry can. In space! Or maybe a colony."; + icon = 'icons/obj/items/tank.dmi'; + icon_state = "canister"; + item_state = "caution"; + name = "fuel can"; + pixel_y = -5 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "uR" = ( -/obj/structure/flora/jungle/plantbot1, +/obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"uW" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/rifle/type71/carbine{ + pixel_y = 9 + }, +/obj/item/weapon/gun/rifle/type71/carbine, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "uY" = ( /obj/structure/machinery/vending/snack, /turf/open/floor{ @@ -1183,8 +2156,36 @@ /turf/closed/wall, /area/LV624_Outpost_Furidamu/outdoors/civilian) "vb" = ( -/obj/structure/flora/bush/ausbushes/var3/fernybush, -/turf/open/gm/river, +/obj/structure/girder, +/turf/open/floor/plating{ + dir = 9; + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"vk" = ( +/obj/structure/surface/table/almayer, +/obj/item/seeds/riceseed{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/seeds/riceseed, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"vo" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/emergency{ + pixel_y = 7 + }, +/obj/item/storage/toolbox/emergency, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"vG" = ( +/obj/item/ammo_magazine/rifle/type71{ + current_rounds = 0; + pixel_y = 15 + }, +/obj/structure/barricade/wooden, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "vP" = ( /obj/structure/platform/kutjevo/rock{ @@ -1195,6 +2196,15 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"vS" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "vT" = ( /turf/open/floor{ dir = 10; @@ -1228,6 +2238,13 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"wj" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "wr" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/interior/wood, @@ -1256,7 +2273,7 @@ /area/LV624_Outpost_Furidamu/outdoors/civilian) "wz" = ( /obj/structure/flora/jungle/planttop1, -/turf/open/gm/river, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "wA" = ( /turf/open/floor{ @@ -1264,8 +2281,45 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"wB" = ( -/obj/structure/flora/jungle/treeblocker, +"wF" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"wJ" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"wO" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/grown/ricestalk, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"wQ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/prop{ + desc = "A jerry can. In space! Or maybe a colony."; + dir = 8; + icon = 'icons/obj/items/tank.dmi'; + icon_state = "canister"; + item_state = "caution"; + name = "fuel can"; + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"wR" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/recharger, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"wS" = ( +/obj/structure/largecrate/supply/medicine/blood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"xc" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "xg" = ( @@ -1277,6 +2331,10 @@ "xm" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"xu" = ( +/obj/structure/largecrate/supply/supplies/water, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "xx" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/toy/deck{ @@ -1303,12 +2361,32 @@ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"xF" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/milk{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/milk{ + pixel_y = 3 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "xJ" = ( /turf/open/floor{ dir = 9; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"xM" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "xO" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -1325,6 +2403,28 @@ icon_state = "platebot" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"xV" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"xW" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/grown/potato{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/reagent_container/food/snacks/grown/potato{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "xY" = ( /obj/item/stack/sheet/wood{ pixel_x = -22; @@ -1344,6 +2444,11 @@ icon_state = "warningcorner" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"yl" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/crowbar, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "ym" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 4; @@ -1354,6 +2459,16 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"yt" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray{ + pixel_y = 6 + }, +/obj/item/storage/fancy/egg_box{ + pixel_y = 9 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "yu" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 8; @@ -1370,6 +2485,20 @@ icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"yx" = ( +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/structure/closet/crate/secure/ammo, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "yz" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 8; @@ -1377,10 +2506,32 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) +"yB" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "yG" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"yH" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/beetsoup, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"yJ" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "yL" = ( /obj/structure/closet/radiation, /obj/item/device/radio/intercom{ @@ -1414,6 +2565,17 @@ /obj/item/tool/scythe, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"zg" = ( +/obj/item/tool/warning_cone{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/stack/sandbags/large_stack{ + pixel_x = 6; + pixel_y = -12 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "zi" = ( /turf/open/floor{ dir = 8; @@ -1434,6 +2596,56 @@ "zA" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"zC" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/mre_pack/meal1, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zD" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zJ" = ( +/obj/structure/machinery/power/port_gen/pacman, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zM" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zT" = ( +/obj/structure/bookcase{ + density = 0; + pixel_x = -5; + pixel_y = 16 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "zU" = ( /obj/structure/machinery/medical_pod/bodyscanner, /turf/open/floor{ @@ -1455,6 +2667,10 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Ah" = ( +/obj/structure/machinery/gibber, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Ai" = ( /obj/structure/machinery/body_scanconsole, /turf/open/floor{ @@ -1467,11 +2683,106 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Av" = ( +/obj/structure/bed/chair, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Aw" = ( +/obj/structure/machinery/chem_dispenser/soda{ + density = 0; + pixel_x = 1; + pixel_y = 14; + wrenchable = 0 + }, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Az" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ammo_magazine/pistol/c99{ + pixel_x = 4; + pixel_y = 11 + }, +/obj/item/ammo_magazine/pistol/c99{ + pixel_x = -6; + pixel_y = 11 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "AQ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/weapon/melee/twohanded/fireaxe, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"AS" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/lazarus_landing_map, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"AY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/box/lights/mixed{ + pixel_y = 16 + }, +/obj/item/clothing/mask/gas{ + pixel_y = -2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Bc" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -29; + pixel_y = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Be" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/platform{ + dir = 8 + }, +/obj/item/reagent_container/food/snacks/milosoup{ + pixel_y = 10 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Bj" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -5; + pixel_y = 15 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Bq" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/knife, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Bv" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Bw" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 1 @@ -1486,6 +2797,32 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_1) +"BA" = ( +/obj/item/tool/warning_cone{ + pixel_x = 6; + pixel_y = 41 + }, +/obj/item/tool/warning_cone{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"BE" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"BK" = ( +/obj/structure/platform_decoration, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"BM" = ( +/obj/structure/surface/table, +/obj/item/pamphlet/skill/medical, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "BX" = ( /obj/item/stack/sheet/wood{ pixel_x = 19 @@ -1502,6 +2839,10 @@ "BY" = ( /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Cb" = ( +/obj/structure/largecrate/supply/medicine/iv, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Cf" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio/headset{ @@ -1517,6 +2858,21 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Cg" = ( +/obj/structure/prop/holidays/string_lights{ + pixel_y = 27 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ch" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/circuitboard/machine/ghettosmes, +/obj/item/cell{ + pixel_x = 2; + pixel_y = 13 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Cm" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -1535,7 +2891,7 @@ }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Cy" = ( -/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "CB" = ( @@ -1544,6 +2900,30 @@ name = "Shuttle Landing Lights" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"CJ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray{ + pixel_y = 9 + }, +/obj/item/reagent_container/food/snacks/boiledrice{ + pixel_y = 7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"CK" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"CP" = ( +/obj/structure/closet/crate/construction, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "CZ" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) @@ -1562,9 +2942,68 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Dm" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/fancy/cigarettes/wypacket{ + pixel_x = 4; + pixel_y = 15 + }, +/obj/item/storage/firstaid{ + pixel_y = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Do" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Dr" = ( +/obj/structure/closet/crate/secure/ammo, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ds" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/item/reagent_container/food/snacks/wishsoup{ + pixel_y = 5 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Dy" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"DB" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/rollingpin, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"DE" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "DL" = ( /obj/structure/machinery/iv_drip, /turf/open/floor{ @@ -1578,6 +3017,10 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) +"DR" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "DS" = ( /obj/structure/machinery/landinglight/ds2{ dir = 4; @@ -1601,11 +3044,23 @@ tag = "icon-bcircuit" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"DV" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/whiskey_outpost_map, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "DX" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/rifle/type71/carbine/commando, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"DZ" = ( +/obj/structure/largecrate/supply/supplies/mre, +/obj/item/reagent_container/food/snacks/mre_pack/meal3{ + pixel_y = 12 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Eb" = ( /obj/structure/machinery/landinglight/ds2{ dir = 8; @@ -1633,6 +3088,21 @@ /obj/effect/landmark/lv624/xeno_tunnel, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ej" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Em" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ep" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/mysterysoup, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Et" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -1647,6 +3117,17 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"EK" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ET" = ( +/obj/structure/machinery/microwave{ + pixel_y = 9 + }, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Fa" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/machinery/light/small{ @@ -1662,6 +3143,25 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Fe" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/grown/potato{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_container/food/snacks/grown/potato{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ff" = ( +/obj/item/tool/warning_cone{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Fk" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 8; @@ -1727,6 +3227,16 @@ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"FT" = ( +/obj/structure/target, +/obj/item/clothing/suit/storage/marine/heavy{ + pixel_y = 1 + }, +/obj/item/clothing/head/cmcap{ + pixel_y = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "FU" = ( /obj/structure/window/reinforced{ dir = 4; @@ -1758,6 +3268,15 @@ /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"FY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/lighter/random, +/obj/item/tool/lighter/random{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Ga" = ( /obj/structure/machinery/photocopier, /obj/item/spacecash/c100{ @@ -1776,6 +3295,17 @@ /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Gh" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/platform{ + dir = 8 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -3; + pixel_y = 13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Gl" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -1793,6 +3323,19 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"GF" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/stewedsoymeat{ + pixel_y = 9 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"GM" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "GO" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio/off{ @@ -1800,6 +3343,16 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"GQ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/prop/almayer/CICmap{ + layer = 2.8; + pixel_x = -16; + pixel_y = -14 + }, +/obj/item/map/lazarus_landing_map, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "GS" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/extinguisher, @@ -1841,6 +3394,33 @@ /obj/structure/machinery/light/small{ dir = 1 }, +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/prop/holidays/string_lights{ + pixel_y = 27 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Hm" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Hp" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Hr" = ( +/obj/item/ammo_magazine/rifle/type71{ + current_rounds = 0 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Hw" = ( +/obj/item/stool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Hx" = ( @@ -1861,10 +3441,52 @@ "HC" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/oob) +"HD" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "sunnybush_1" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"HG" = ( +/obj/structure/closet/secure_closet/freezer/fridge/groceries, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"HH" = ( +/obj/item/ammo_magazine/rifle/type71{ + current_rounds = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "HO" = ( /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"HR" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"HX" = ( +/obj/structure/flora/jungle/plantbot1, +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"HY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray{ + pixel_x = 16; + pixel_y = 6 + }, +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_x = 16; + pixel_y = 7 + }, +/obj/item/tool/kitchen/utensil/spoon, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Im" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/corsat{ @@ -1874,6 +3496,13 @@ "Ip" = ( /turf/open/space/basic, /area/space) +"Ir" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Is" = ( /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/outdoors/militia) @@ -1916,14 +3545,18 @@ }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "II" = ( -/obj/effect/spawner/random/powercell, -/turf/open/floor/interior/wood, +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) "IK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/multitool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"IL" = ( +/obj/item/reagent_container/glass/bucket/janibucket, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "IM" = ( /obj/structure/window/framed/colony/reinforced, /obj/structure/machinery/door/poddoor/almayer{ @@ -1936,12 +3569,63 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"IP" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/device/flashlight/lamp{ + pixel_y = 12 + }, +/obj/item/tool/pen/paralysis{ + pixel_y = -2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "IQ" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"IT" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray{ + pixel_y = 9 + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 12 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Jc" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Je" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Jn" = ( +/obj/structure/holohoop{ + dir = 4; + id = "basketball"; + side = "left"; + tag = "icon-hoop (NORTH)" + }, +/obj/item/toy/beach_ball/holoball{ + pixel_y = -16 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Jr" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + dir = 5; + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Jy" = ( /obj/structure/window/framed/colony/reinforced, /obj/structure/machinery/door/poddoor/almayer/open{ @@ -1953,6 +3637,18 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"JA" = ( +/obj/structure/closet/crate/secure/ammo, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/obj/item/reagent_container/food/snacks/upp, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "JF" = ( /obj/item/trash/used_stasis_bag, /obj/item/spacecash/c500{ @@ -1971,6 +3667,28 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"JN" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = 3; + pixel_y = 14 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"JR" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"JV" = ( +/obj/structure/closet/crate/secure/ammo, +/obj/item/storage/box/packet/hefa, +/obj/item/storage/box/packet/hefa, +/obj/item/storage/box/packet/hefa, +/obj/item/storage/box/packet/hefa, +/obj/item/storage/box/packet/hefa, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Kb" = ( /obj/structure/machinery/landinglight/ds1{ tag = "icon-landingstripe" @@ -1983,6 +3701,15 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ke" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Ki" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -2013,6 +3740,12 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"KD" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "KE" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray, @@ -2023,6 +3756,25 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"KF" = ( +/obj/structure/barricade/wooden, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"KH" = ( +/obj/structure/bookcase{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"KL" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"KN" = ( +/obj/structure/platform, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "KU" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -2044,6 +3796,10 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Lc" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Lf" = ( /turf/open/floor{ icon_state = "bcircuit"; @@ -2129,13 +3885,46 @@ /obj/effect/spawner/random/toolbox, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) +"LX" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"LZ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/pistol/c99/upp, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Mb" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/boiledrice, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Me" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Mh" = ( +/obj/structure/largecrate, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Mk" = ( /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Mn" = ( -/obj/structure/flora/bush/ausbushes/var3/leafybush, +/obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Mo" = ( +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Mq" = ( +/obj/structure/largecrate/supply/explosives/mines, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Mr" = ( /obj/structure/surface/table/almayer, /obj/item/explosive/grenade/custom/ied{ @@ -2149,6 +3938,15 @@ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Mw" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/suit/storage/militia/partial{ + pixel_x = 7; + pixel_y = -13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Mz" = ( /obj/structure/platform{ dir = 4 @@ -2161,6 +3959,10 @@ icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ME" = ( +/obj/item/storage/box/m56d_hmg, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "MH" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -2186,6 +3988,11 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"MO" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/wishsoup, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "MS" = ( /turf/open/auto_turf/strata_grass/layer0/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -2193,6 +4000,21 @@ /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"MY" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"MZ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/whiskey_outpost_map{ + pixel_y = 13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Na" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker) @@ -2204,6 +4026,18 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Nc" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/mask/gas/swat{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/clothing/mask/gas/swat{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Nd" = ( /obj/structure/bed/chair/office/dark{ dir = 8 @@ -2212,6 +4046,9 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ne" = ( +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Ng" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 4; @@ -2229,8 +4066,8 @@ pixel_y = -10 }, /obj/item/stack/sheet/wood{ - pixel_x = -1; - pixel_y = -10 + pixel_x = 6; + pixel_y = -14 }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -2265,12 +4102,8 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Nl" = ( -/mob/living/simple_animal/corgi/puppy{ - desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; - name = "\improper Mister Wiggles" - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_2) "Nw" = ( /obj/structure/platform{ dir = 8 @@ -2305,6 +4138,12 @@ icon_state = "dark" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"NP" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "fernybush_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "NQ" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -2330,12 +4169,61 @@ /obj/item/clothing/head/helmet/marine/veteran/UPP, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"Oa" = ( -/obj/structure/machinery/computer/telecomms/traffic{ - pixel_y = 16 +"NW" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/boiledrice, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"NX" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/toolbox/electrical{ + pixel_y = 7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"NY" = ( +/obj/structure/machinery/washing_machine{ + density = 0; + pixel_y = 15 + }, +/obj/item/clothing/head/helmet/marine/veteran/UPP{ + pixel_x = 6; + pixel_y = 22 + }, +/obj/structure/surface/table/almayer, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = 18; + pixel_y = 7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"NZ" = ( +/obj/structure/platform_decoration{ + dir = 1 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Oa" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 + }, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Oc" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Oj" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Om" = ( /obj/structure/platform{ dir = 1 @@ -2351,8 +4239,23 @@ /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) "On" = ( -/obj/structure/flora/tree/jungle/bigtreeTL, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Op" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/prop{ + desc = "A jerry can. In space! Or maybe a colony."; + icon = 'icons/obj/items/tank.dmi'; + icon_state = "canister"; + item_state = "caution"; + name = "fuel can"; + pixel_y = 7 + }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Os" = ( /obj/structure/platform/kutjevo/rock, @@ -2386,6 +4289,13 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"OV" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Pd" = ( /obj/structure/platform{ dir = 1 @@ -2413,6 +4323,12 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Pm" = ( +/obj/structure/machinery/computer/telecomms/traffic{ + pixel_y = 16 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Pn" = ( /obj/structure/machinery/door/airlock/almayer/secure{ locked = 1; @@ -2435,6 +4351,32 @@ icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Pw" = ( +/obj/structure/machinery/computer/telecomms/server{ + layer = 3.9; + pixel_x = 16; + pixel_y = 16 + }, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Pz" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/explosive/grenade/custom/ied{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/explosive/grenade/custom/ied, +/obj/item/explosive/grenade/custom/ied{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/weapon/gun/launcher/grenade/m81/m79{ + pixel_y = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "PH" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -2444,6 +4386,12 @@ /area/LV624_Outpost_Furidamu/outdoors/civilian) "PI" = ( /obj/effect/decal/cleanable/blood/oil, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "PJ" = ( @@ -2452,19 +4400,67 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"PU" = ( -/obj/structure/flora/jungle/treeblocker, -/obj/structure/machinery/colony_floodlight, +"PR" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"PU" = ( +/turf/open/floor/plating{ + dir = 4; + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"PW" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + dir = 10; + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "PY" = ( /obj/structure/machinery/power/port_gen/pacman, +/obj/item/prop{ + desc = "A jerry can. In space! Or maybe a colony."; + icon = 'icons/obj/items/tank.dmi'; + icon_state = "canister"; + item_state = "caution"; + name = "fuel can"; + pixel_x = -3; + pixel_y = 17 + }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"PZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/bag/plants, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Qc" = ( +/obj/structure/machinery/power/port_gen/pacman, +/obj/item/prop{ + desc = "A jerry can. In space! Or maybe a colony."; + icon = 'icons/obj/items/tank.dmi'; + icon_state = "canister"; + item_state = "caution"; + name = "fuel can"; + pixel_x = -3; + pixel_y = 17 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Qf" = ( /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Qj" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Qm" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -2478,6 +4474,23 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Qz" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/case/small{ + pixel_y = 10 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"QB" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ammo_box/magazine/type71{ + pixel_y = 13 + }, +/obj/item/ammo_box/magazine/type71/empty{ + pixel_y = 3 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "QD" = ( /obj/structure/machinery/power/monitor{ name = "Main Power Grid Monitoring" @@ -2491,10 +4504,27 @@ /obj/structure/platform/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"QL" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "fullgrass_1" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "QM" = ( -/obj/structure/window/framed/wood, +/obj/structure/sign/poster/clf{ + pixel_x = 4; + pixel_y = 29 + }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/oob) +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"QT" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"QV" = ( +/obj/structure/prop/server_equipment, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "QW" = ( /obj/structure{ desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; @@ -2533,6 +4563,39 @@ /obj/structure/machinery/power/monitor, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Re" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Rn" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray{ + pixel_y = 6 + }, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Rv" = ( +/obj/item/tool/minihoe, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Rw" = ( +/obj/structure/flora/bush/ausbushes/genericbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Ry" = ( /obj/structure/machinery/light{ dir = 1 @@ -2546,6 +4609,22 @@ /area/shuttle/drop2/LV624{ name = "\improper Almayer Dropship 2" }) +"RA" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 15 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "RG" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 @@ -2554,9 +4633,18 @@ icon_state = "dark" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"RI" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "RJ" = ( -/obj/structure/machinery/power/port_gen/pacman/super, -/turf/open/floor/interior/wood, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "RL" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ @@ -2569,9 +4657,26 @@ /obj/structure/machinery/vending/coffee, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"RR" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "RT" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = -5; + pixel_y = 13 + }, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/explosive/grenade/incendiary/molotov{ + pixel_x = 2; + pixel_y = 6 + }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/oob) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "RV" = ( /turf/open/floor/plating, /area/shuttle/drop1/LV624{ @@ -2589,22 +4694,89 @@ /obj/item/ammo_magazine/smg/nailgun, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Sb" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/box/wy_mre{ + pixel_y = 13 + }, +/obj/item/storage/box/wy_mre{ + pixel_y = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Sj" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Sq" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/platform{ + dir = 4 + }, +/obj/item/ammo_box/magazine/misc/mre{ + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ss" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "leafybush_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Sv" = ( +/obj/structure/machinery/processor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Sx" = ( /obj/structure/bed{ can_buckle = 0 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/oob) -"SF" = ( +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"SA" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/oob) +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"SF" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "SG" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + pixel_x = -4; + pixel_y = 15 + }, +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + pixel_y = 6 + }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/oob) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "SI" = ( /obj/structure/curtain/red, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/oob) +"SJ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/tool/pen, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "SM" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -2612,14 +4784,62 @@ /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"SP" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = -4; + pixel_y = -1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "SU" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"SY" = ( +/obj/structure/surface/table, +/obj/item/clothing/suit/storage/militia/brace, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Tc" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/stack/sandbags/large_stack{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/sandbags/large_stack{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Td" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Ti" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Tl" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"To" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Tp" = ( /obj/structure/platform, /obj/structure/platform{ @@ -2668,18 +4888,72 @@ can_buckle = 0 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/oob) +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"TB" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/smg/mp5{ + pixel_y = 3 + }, +/obj/item/weapon/gun/smg/mp5{ + pixel_y = 9 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"TD" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/platform{ + dir = 8 + }, +/obj/item/reagent_container/food/snacks/boiledrice, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "TE" = ( /turf/open/floor{ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"TJ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/prop/helmetgarb/gunoil{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"TO" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) "TQ" = ( /turf/open/floor{ dir = 1; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"TT" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"TZ" = ( +/obj/vehicle/powerloader, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ua" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Uf" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Uk" = ( /obj/structure/window/framed/wood, /turf/open/floor/corsat{ @@ -2703,6 +4977,41 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Uo" = ( +/obj/structure/machinery/computer/telecomms/monitor{ + pixel_x = -4; + pixel_y = 16 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ur" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/stack/rods{ + amount = 15; + pixel_y = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Uv" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/kitchen/tray{ + pixel_x = 16; + pixel_y = 6 + }, +/obj/item/reagent_container/food/snacks/sliceable/bread{ + pixel_x = 16; + pixel_y = 7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Uw" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Ux" = ( +/obj/structure/flora/bush/ausbushes/pointybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Uy" = ( /obj/item/stack/sheet/wood{ pixel_x = 13; @@ -2717,6 +5026,13 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Uz" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "UA" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -2742,10 +5058,40 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"UG" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/lazarus_landing_map{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/storage/large_holster/katana/full{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UI" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/boltaction/colony{ + pixel_y = 10 + }, +/obj/item/weapon/gun/boltaction/colony, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "UJ" = ( /obj/structure/window/framed/wood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"UK" = ( +/obj/structure/largecrate/random/case/small, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + desc = "A matte gray coffee mug bearing the Weyland-Yutani logo on its front. Looks like someone spat in it."; + name = "dip cup"; + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "UL" = ( /obj/structure/machinery/optable, /obj/item/tank/anesthetic, @@ -2753,6 +5099,24 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"UQ" = ( +/obj/structure/largecrate, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"UV" = ( +/obj/structure/closet/crate/secure/ammo, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "UW" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -2790,7 +5154,7 @@ /area/LV624_Outpost_Furidamu/landing_zone_2) "Vm" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, -/turf/open/gm/river, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Vo" = ( /obj/effect/spawner/random/toolbox, @@ -2800,6 +5164,11 @@ icon_state = "dark" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Vq" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/wrench, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Vr" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ tag = "icon-landingstripe" @@ -2823,15 +5192,19 @@ /area/LV624_Outpost_Furidamu/landing_zone_2) "VB" = ( /obj/structure/surface/table/almayer, -/obj/item/clothing/suit/storage/militia/vest{ - pixel_x = -6; - pixel_y = 6 +/obj/item/storage/box/packet/hefa{ + pixel_x = -5; + pixel_y = 9 }, -/obj/item/clothing/suit/storage/militia/vest{ - pixel_x = 7; +/obj/item/storage/box/packet/hefa{ + layer = 3.1; + pixel_x = 2; + pixel_y = 12 + }, +/obj/item/storage/box/packet/hefa{ + pixel_x = 4; pixel_y = 4 }, -/obj/item/clothing/suit/storage/militia/vest, /turf/open/floor{ icon_state = "cult" }, @@ -2846,6 +5219,10 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"VE" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "VF" = ( /obj/item/stack/sheet/wood{ pixel_x = -6 @@ -2874,6 +5251,12 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"VU" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "VX" = ( /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -2888,12 +5271,23 @@ /obj/structure/machinery/seed_extractor, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"We" = ( +/obj/item/tool/warning_cone{ + pixel_x = -15; + pixel_y = -10 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Wh" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 1 }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Wj" = ( +/obj/structure/surface/rack, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Wm" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -2910,10 +5304,14 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Wo" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Wp" = ( -/obj/structure/curtain/red, +/obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/oob) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Wr" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 1 @@ -2953,6 +5351,12 @@ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"WJ" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "WV" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -2963,13 +5367,36 @@ /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"WW" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "WY" = ( /obj/effect/decal/warning_stripes, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) +"Xb" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/trash/USCMtray{ + pixel_y = 11 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Xc" = ( /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/oob) +"Xd" = ( +/obj/structure/closet/crate/secure/ammo, +/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/HE/upp, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Xf" = ( /obj/structure/surface/table/woodentable/poor, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -3008,12 +5435,11 @@ }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Xu" = ( -/obj/structure/machinery/computer/telecomms/monitor{ - pixel_x = -4; - pixel_y = 16 +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Xv" = ( /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, @@ -3047,9 +5473,25 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) "XZ" = ( -/obj/item/clothing/shoes/jackboots, +/obj/structure/closet/crate/secure/ammo, +/obj/item/explosive/grenade/HE/stick, +/obj/item/explosive/grenade/HE/stick, +/obj/item/explosive/grenade/HE/stick, +/obj/item/explosive/grenade/HE/stick, +/obj/item/explosive/grenade/HE/stick, +/obj/item/explosive/grenade/HE/stick, +/obj/item/explosive/grenade/HE/stick, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Yi" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Yj" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 @@ -3063,10 +5505,32 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Yp" = ( +/obj/structure/curtain/red, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Ys" = ( /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Yt" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/upp{ + pixel_y = 2 + }, +/obj/item/reagent_container/food/snacks/upp{ + pixel_y = 11 + }, +/obj/item/reagent_container/food/snacks/upp{ + pixel_y = 7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Yw" = ( +/obj/structure/bed/stool, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Yx" = ( /obj/structure/platform, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -3081,11 +5545,64 @@ "YB" = ( /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"YE" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/reagent_container/food/snacks/meat/fish, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"YF" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/rifle/mar40/carbine{ + pixel_y = 9 + }, +/obj/item/weapon/gun/rifle/mar40/carbine, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"YH" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/belt/marine/mp5, +/obj/item/storage/belt/marine/mp5{ + pixel_y = 13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "YJ" = ( /turf/open/floor{ icon_state = "dark" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"YL" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"YM" = ( +/obj/structure/machinery/gibber{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"YN" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/tomatosoup{ + desc = "Why would you ever drink this? Its full of mold and yucky slime!"; + pixel_y = 11 + }, +/obj/item/tool/kitchen/utensil/spoon{ + desc = "It's a spoon. Covered in red slime and mold."; + pixel_x = 10; + pixel_y = 5 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "YP" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -3113,6 +5630,14 @@ /obj/item/device/mmi/radio_enabled, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Zc" = ( +/obj/structure/bookcase{ + density = 0; + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Zi" = ( /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, @@ -3166,31 +5691,82 @@ pixel_y = 29; serial_number = 16 }, +/obj/structure/sign/poster/clf{ + pixel_x = -29; + pixel_y = 4 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZE" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZF" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZI" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "ZL" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/ashtray/glass, /obj/item/tool/crowbar, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"ZM" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "ZN" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZP" = ( +/obj/structure/holohoop{ + dir = 8; + id = "basketball"; + side = "right"; + tag = "icon-hoop (NORTH)" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "ZS" = ( /obj/structure/machinery/computer/telecomms/server{ - pixel_x = 6; pixel_y = 16 }, -/turf/open/floor/interior/wood, +/turf/open/floor/plating{ + dir = 8; + icon_state = "warnplate" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "ZU" = ( /obj/item/stool, +/obj/structure/prop/holidays/string_lights{ + pixel_y = 27 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "ZV" = ( /obj/structure/bed/chair/comfy, +/obj/structure/prop/holidays/string_lights{ + pixel_y = 27 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -18273,7 +20849,7 @@ dg YB YB YB -fI +ZE gd gd gd @@ -18340,9 +20916,9 @@ rJ rJ zq zq -zq -zq -zq +iY +iY +iY zq zq rJ @@ -18461,7 +21037,7 @@ rJ rJ rJ bJ -gd +OV gd gd gd @@ -18485,14 +21061,14 @@ rJ bJ dg YB +Mn YB YB YB YB YB YB -YB -YB +uR fI gd hn @@ -18514,9 +21090,9 @@ or or zq zq -zq -zq -zq +iY +iY +iY zq rJ rJ @@ -18593,7 +21169,7 @@ gd dg YB YB -fI +yB hn rJ rJ @@ -18655,7 +21231,7 @@ dg YB YB YB -YB +Mn YB YB YB @@ -18750,7 +21326,7 @@ nf nf nf bJ -dg +iL YB YB YB @@ -18771,7 +21347,7 @@ Ti Ti Ti nh -dg +un YB YB YB @@ -18820,7 +21396,7 @@ Ti Ti nh dg -YB +On YB YB YB @@ -18925,7 +21501,7 @@ YB YB YB YB -YB +Mn YB YB YB @@ -18978,7 +21554,7 @@ YB YB YB YB -YB +On YB iu Ti @@ -19007,128 +21583,128 @@ YB YB YB YB +On +iu +Li +or +or +or +or +or +or +or +or +or +or +or +or +or +or +Li +VT +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +Wv +io +io +io +io +io +io +io +Lb +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +el +Wv +rY +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(95,1,1) = {" +Ip +Ot +nf +nf +nf +nf +cy +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +iu +Ti +Ti +Ti +Ti +nZ +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +On +YB +YB YB -iu -Li -or -or -or -or -or -or -or -or -or -or -or -or -or -or -Li -VT -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -Wv -io -io -io -io -io -io -io -Lb -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -Wv -rY -nf -nf -nf -nf -nf -nf -Ot -Ip -"} -(95,1,1) = {" -Ip -Ot -nf -nf -nf -nf -cy -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -iu -Ti -Ti -Ti -Ti -nZ -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB YB YB YB @@ -19285,7 +21861,7 @@ YB YB YB YB -YB +uR YB YB YB @@ -19440,7 +22016,7 @@ YB YB YB YB -YB +Cy iu Ti Ti @@ -19598,13 +22174,13 @@ YB YB YB YB +Cy YB YB YB YB YB -YB -YB +On YB YB YB @@ -19786,7 +22362,7 @@ Ti Ti oi eV -eV +Re eV eV eV @@ -19838,7 +22414,7 @@ eV eV eV di -YB +On YB YB YB @@ -19965,7 +22541,7 @@ eV eV eV di -YB +On YB YB YB @@ -20113,7 +22689,7 @@ YB YB YB YB -YB +uR Xm nX nX @@ -20154,7 +22730,7 @@ YB YB YB YB -gF +eF gU nX nX @@ -20271,7 +22847,7 @@ Xc nX cG di -YB +uR YB YB gF @@ -20313,7 +22889,7 @@ eV eV eV eV -di +Oa YB YB gF @@ -20446,7 +23022,7 @@ eV gU Xc cG -di +Oa YB YB gF @@ -20464,8 +23040,8 @@ nX nX nX nX -nX -nX +Xc +Xc nX nX nX @@ -20632,9 +23208,9 @@ nX nX nX nX -nX -nX -nX +Xc +xm +Xc nX nX nX @@ -20720,12 +23296,12 @@ HO HO HO FK -zA -zA -zA -zA -zA -zA +HO +HO +HO +HO +HO +FK zA zA zA @@ -20800,24 +23376,9 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -Xc +pZ Xc +xm Xc Xc nX @@ -20830,131 +23391,13 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -cy -YB -YB -YB -YB -YB -YB -Xm -zA -zA -Li -or -or -or -or -or -or -or -or -or -or -or -Li -il -zA -zA -il -zA -zA -HO -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA Xc Xc Xc Xc Xc -Xc -Ot -Ip -"} -(106,1,1) = {" -Ip -Ot -Xc -Xc -Xc -Xc -nX nX nX -Xc -Xc -Xc -Xc -Xc -Xc nX nX nX @@ -20986,6 +23429,139 @@ nX nX nX nX +nX +nX +nX +nX +nX +nX +cy +YB +YB +YB +YB +YB +YB +Xm +zA +zA +Li +or +or +or +or +or +or +or +or +or +or +or +Li +il +zA +zA +il +zA +zA +HO +ob +zA +Uf +pN +JN +HO +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +Ip +"} +(106,1,1) = {" +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +nX +nX +nX +nX +nX +pZ +pZ +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX Xc Xc nX @@ -21063,7 +23639,7 @@ zA zA zA zA -zA +HO zA zA zA @@ -21130,22 +23706,22 @@ nX nX nX nX +je +je +Xc nX nX nX nX +pZ +je +pZ nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc nX nX nX @@ -21230,9 +23806,9 @@ HO zA zA zA -zA -zA -zA +ZM +ob +HO zA zA zA @@ -21300,20 +23876,20 @@ nX Xc Xc nX +je nX nX nX +Xc +Xc +Xc +je +pZ nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm Xc Xc Xc @@ -21368,7 +23944,7 @@ nX nX nX cy -YB +On YB YB YB @@ -21396,12 +23972,12 @@ il il il HO +ob zA zA zA -zA -zA -zA +IL +HO zA zA zA @@ -21472,16 +24048,16 @@ nX nX nX nX +Xc +Xc +Xc +je +je +pZ +pZ nX nX -nX -nX -nX -nX -nX -nX -nX -nX +xm Xc Xc Xc @@ -21570,7 +24146,7 @@ zA zA zA zA -zA +HO zA zA zA @@ -21642,13 +24218,13 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +je +je +pZ +pZ Xc Xc Xc @@ -21734,10 +24310,10 @@ zA il FK FK -id -id -id -id +FK +fX +fX +FK FK FK zA @@ -21812,11 +24388,11 @@ nX nX nX nX -nX -nX -nX -nX -nX +je +je +je +je +je Xc Xc Xc @@ -21889,7 +24465,7 @@ HO il il il -zA +HO zA zA zA @@ -21902,7 +24478,7 @@ zA zA FK FK -cX +To cX cX cX @@ -21973,19 +24549,19 @@ nX nX Xc Xc +je nX +Xc +Xc nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX +je +pZ +pZ +je Xc Xc Xc @@ -22058,7 +24634,7 @@ HO il il zA -zA +HO il il il @@ -22070,14 +24646,14 @@ zA zA il FK +To cX cX cX cX cX cX -cX -cX +To FK zA zA @@ -22142,22 +24718,22 @@ nX nX Xc Xc +je +Xc +Xc +Xc nX nX nX nX nX +Xc +Xc nX -nX -nX -nX -nX -nX -nX -nX +pZ Xc -xm -xm +Em +Em xm xm xm @@ -22227,7 +24803,7 @@ HO il zA zA -il +Uw il il il @@ -22242,11 +24818,11 @@ FK cX cX cX +LX +ie cX cX -cX -cX -cX +To id zA zA @@ -22310,30 +24886,30 @@ nX nX nX Xc +je +je +je +Xc +Xc +Xc +Xc +je nX nX +Xc nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -xm -xm -xm -nX -xm +JR +Em xm +lR +PR xm xm +Em +da Xc Xc Xc @@ -22396,7 +24972,7 @@ HO zA zA il -il +Uw il il il @@ -22407,12 +24983,12 @@ zA zA il il +fX cX cX cX -cX -cX -cX +kP +Rn cX cX cX @@ -22480,6 +25056,13 @@ nX nX Xc Xc +je +je +je +Xc +Xc +je +je nX nX nX @@ -22487,32 +25070,25 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -xm -xm -xm +JR +Ke +Tl +qc +re +PR +Em +da +da +da xm xm +Em xm xm -xm -xm -nX +Ke Xc Xc -nX +JR nX nX nX @@ -22565,7 +25141,7 @@ HO zA zA il -il +Uw il il il @@ -22577,14 +25153,14 @@ zA zA il FK +wQ cX cX +LX +Bq cX cX -cX -cX -cX -cX +eG id zA zA @@ -22650,6 +25226,12 @@ nX Xc Xc Xc +je +Xc +Xc +Xc +je +je nX nX nX @@ -22658,30 +25240,24 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -xm -xm -xm -xm +ZF +re +re +re +re +Xc +da +da +Em xm xm +Em xm -nX -nX -nX -nX -nX +lR +TT +lv +tc +JR nX nX nX @@ -22734,7 +25310,7 @@ HO zA zA zA -il +Uw il il il @@ -22746,14 +25322,14 @@ zA il il FK +ag cX cX cX cX cX cX -cX -cX +YM FK zA zA @@ -22819,11 +25395,11 @@ nX Xc Xc Xc -nX -nX -nX -nX -nX +xm +xm +Xc +Xc +je Xc Xc nX @@ -22833,25 +25409,25 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -xm -xm +Xc +Xc +re +re +Me +Xc +Xc +Em xm xm xm -nX -nX -nX -nX -nX -nX -nX +Em +lR +qc +re +dw +tc +je +JR nX nX nX @@ -22903,7 +25479,7 @@ HO zA zA zA -zA +HO il il il @@ -22916,7 +25492,7 @@ il il FK FK -cX +zJ cX cX cX @@ -22988,10 +25564,10 @@ nX nX Xc Xc -nX -nX -nX -nX +YB +xm +xm +Xc nX xm Xc @@ -23003,25 +25579,25 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Xc +TT +re +re +TT +Xc +Tl +Tl +Tl +Tl +Xc +xc +re +re +re +CK +je +je +JR nX nX nX @@ -23055,7 +25631,7 @@ Iw Ti Ti Xt -dR +lg nX ZN nX @@ -23087,9 +25663,9 @@ il FK FK FK -cX +fX id -cX +fX FK FK zA @@ -23157,10 +25733,10 @@ nX Xc Xc Xc -nX -nX -nX -nX +YB +YB +xm +xm xm xm xm @@ -23172,24 +25748,24 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +ZF +TT +re +re +TT +TT +re +re +re +Xc +Xc +TT +re +re +re +re +hi +je Xc nX nX @@ -23238,9 +25814,9 @@ Xm zA zA FK -cX -cX -cX +gV +tm +LX FK il zA @@ -23255,11 +25831,11 @@ zA il il FK +uE cX cX cX -cX -cX +aD FK zA zA @@ -23325,11 +25901,11 @@ nX nX Xc Xc -nX -nX -nX -nX -nX +YB +YB +YB +YB +xm xm xm xm @@ -23341,23 +25917,23 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +ZF +TT +SA +re +TT +TT +re +xc +re +TT +lv +lv +lv +re +re +Me +TT Xc Xc nX @@ -23408,8 +25984,8 @@ zA zA id cX -cX -cX +rC +qY FK zA zA @@ -23424,11 +26000,11 @@ zA zA il id +mK cX cX cX -cX -cX +DB id zA zA @@ -23461,8 +26037,8 @@ zA zA zA zA -zA -zA +il +il il il il @@ -23493,12 +26069,12 @@ nX nX Xc Xc -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +xm xm xm xm @@ -23510,20 +26086,20 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Wo +TT +SA +SA +TT +TT +re +re +re +re +TT +TT +lv +TT Xc Xc Xc @@ -23575,10 +26151,10 @@ YB fI fA zA -FK -cX -cX +id +zD cX +IP FK zA il @@ -23593,11 +26169,11 @@ il zA il FK +QT cX cX cX -cX -cX +xW FK zA zA @@ -23625,12 +26201,12 @@ yQ il Xc Xc +il +il zA -zA -zA -zA -zA -zA +il +il +il Xc il il @@ -23662,13 +26238,13 @@ nX nX Xc Xc -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +xm +YB xm xm xm @@ -23679,19 +26255,19 @@ nX nX nX nX -nX -nX -nX -nX +KD Xc -nX -nX +MY +SA Xc +dw +re Xc -nX -nX -nX -nX +Xc +Me +re +TT +lv Xc Xc Xc @@ -23756,17 +26332,17 @@ il il il il -zA -zA +Xc +Xc il zA zA id +yt cX cX cX -cX -cX +IT id zA zA @@ -23793,11 +26369,11 @@ yQ yQ il Xc -zA -zA -zA -zA -zA +il +il +il +il +il Xc Xc Xc @@ -23831,14 +26407,14 @@ nX Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +YB +YB +YB xm xm Xc @@ -23849,17 +26425,17 @@ nX nX nX nX -nX -nX -nX Xc Xc +vS +Xc Xc Xc Xc Xc Xc -nX +Xc +nr Xc Xc Xc @@ -23905,7 +26481,7 @@ nX ZN nX cy -YB +Cy YB YB YB @@ -23925,17 +26501,17 @@ il il il il -zA -zA +Xc +Xc zA zA zA FK +Aw cX cX cX -cX -cX +HG FK zA zA @@ -23962,12 +26538,12 @@ yQ yQ Xc Xc -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il Xc Xc il @@ -24000,14 +26576,14 @@ nX Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +YB +YB +YB xm xm Xc @@ -24085,7 +26661,7 @@ fA zA FK FK -cX +fX FK FK FK @@ -24131,13 +26707,13 @@ yQ Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il Xc il il @@ -24169,13 +26745,13 @@ nX Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +xm +YB xm xm xm @@ -24235,7 +26811,7 @@ Ti Iw Iw Dy -dR +Vq ZN nX ZN @@ -24255,8 +26831,8 @@ zA zA FK cX -cX -cX +jA +YH FK il il @@ -24271,7 +26847,7 @@ zA zA FK FK -cX +fX FK FK zA @@ -24299,14 +26875,14 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il Xc il il @@ -24337,14 +26913,14 @@ nX Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +xm +xm +xm +YB xm xm xm @@ -24404,7 +26980,7 @@ Ti Iw sJ Dy -dR +vo dR nX nX @@ -24422,10 +26998,10 @@ YB fI fA zA -id -cX +FK cX cX +TB FK FK il @@ -24442,7 +27018,7 @@ zA HO zA zA -zA +HO zA zA zA @@ -24468,14 +27044,14 @@ Xc Xc Xc zA +il +il +il +il +il +il zA -zA -zA -zA -zA -zA -zA -zA +il Xc il il @@ -24507,14 +27083,14 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +xm +xm +xm +xm +YB +YB xm xm Xc @@ -24588,14 +27164,14 @@ YB YB YB YB -YB +On Xm zA -FK -cX -cX +id cX cX +Nc +ka FK il il @@ -24611,7 +27187,7 @@ zA HO zA zA -zA +HO zA zA zA @@ -24637,14 +27213,14 @@ Xc Xc zA zA +il +il +il +il +il +il zA -zA -zA -zA -zA -zA -zA -zA +il Xc Xc il @@ -24677,12 +27253,12 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +YB xm xm Xc @@ -24764,7 +27340,7 @@ id cX cX cX -cX +pi FK FK il @@ -24780,7 +27356,7 @@ zA HO zA zA -zA +HO zA zA zA @@ -24802,16 +27378,16 @@ Xc Xc Xc Xc +il zA zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il zA zA Xc @@ -24846,16 +27422,16 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm nX Xc Xc Xc -nX +pZ nX nX nX @@ -24934,7 +27510,7 @@ cX cX cX cX -cX +UK FK il il @@ -24949,7 +27525,7 @@ zA HO zA zA -zA +HO zA zA zA @@ -24970,17 +27546,17 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il +il +il zA zA Xc @@ -25016,15 +27592,15 @@ Xc Xc Xc Xc +xm +xm +xm +xm nX -nX -nX -nX -nX -nX +pZ Xc -nX -nX +je +pZ nX nX nX @@ -25116,10 +27692,10 @@ zA zA zA FK +fX +FK +FK FK -id -id -id FK FK zA @@ -25136,20 +27712,20 @@ zA zA zA zA +il +il +il +il +il +il +il +il +il +il zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il zA zA Xc @@ -25185,16 +27761,16 @@ Xc Xc Xc Xc +xm +xm +xm nX +Rw nX -nX -nX -nX -nX -nX -nX -nX -nX +je +je +je +pZ nX nX nX @@ -25269,8 +27845,8 @@ Xm zA id cX -cX -cX +qp +DV cX cX FK @@ -25305,20 +27881,20 @@ zA zA zA zA +il +il +il +il +il +il +il +il +il +il zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il zA zA Xc @@ -25360,10 +27936,10 @@ nX nX nX nX -nX -nX -nX -nX +pZ +je +je +pZ nX nX nX @@ -25436,13 +28012,13 @@ YB YB Xm zA -FK -cX -cX -cX +id cX +GQ +LX cX cX +fX zA zA il @@ -25455,9 +28031,9 @@ FK FK cX cX -cX -cX -cX +rf +rf +rf cX cX FK @@ -25474,21 +28050,21 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il zA Xc Xc @@ -25529,12 +28105,12 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX +pZ +pZ +Xc +TO +je +JR nX Xt Iw @@ -25605,12 +28181,12 @@ YB YB Xm zA -id -cX +FK cX cX cX cX +pi FK zA zA @@ -25621,15 +28197,15 @@ il il zA FK +Qc cX cX +Mb +Uv +YE cX cX -cX -cX -cX -cX -cX +Yt FK zA zA @@ -25643,21 +28219,21 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il Xc Xc il @@ -25697,13 +28273,13 @@ Xc nX nX nX -nX -nX -nX -nX -nX -nX -nX +Xc +je +WJ +Xc +Xc +Xc +pZ nX Xt Iw @@ -25771,16 +28347,16 @@ nX cy YB YB -YB +Cy Xm zA FK +sD cX cX cX -cX -cX -id +SP +FK zA zA il @@ -25793,12 +28369,12 @@ FK cX cX cX +zC +sb +ha cX cX -cX -cX -cX -cX +Yt FK FK zA @@ -25813,19 +28389,19 @@ zA zA zA zA +il +il +il zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il Xc Xc il @@ -25865,14 +28441,14 @@ Xc Xc nX nX -nX -nX -nX -nX -nX -nX -nX -nX +pZ +je +JR +je +Xc +Xc +Xc +aS Dy Dy sJ @@ -25939,17 +28515,17 @@ nX nX cy YB -YB +Cy YB Xm zA FK +qP cX cX cX -cX -cX -FK +TB +id il zA il @@ -25958,13 +28534,13 @@ il il zA FK +Je cX cX cX -cX -cX -cX -cX +Do +Td +Td cX cX cX @@ -25983,20 +28559,20 @@ zA zA zA zA +il zA zA zA zA +il +il +il +il zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il il il il @@ -26035,13 +28611,13 @@ Xc nX nX nX -nX -nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc +eI +HX +WJ wd yv yv @@ -26113,11 +28689,11 @@ YB Xm zA FK +qP cX cX cX -cX -cX +YH id il zA @@ -26127,7 +28703,7 @@ zA il zA id -cX +xF cX cX cX @@ -26159,7 +28735,7 @@ Xc Xc Xc Xc -zA +il zA zA zA @@ -26203,12 +28779,12 @@ Xc Xc nX nX -nX -nX -nX -nX -nX -nX +Xc +je +je +je +je +eC nX nX wt @@ -26282,11 +28858,11 @@ YB Xm zA FK +HR +mp +Qz cX -cX -cX -cX -cX +jA FK il zA @@ -26295,8 +28871,8 @@ il zA il il -FK -cX +id +RA cX cX cX @@ -26307,7 +28883,7 @@ cX cX cX cX -FK +id zA zA zA @@ -26373,13 +28949,13 @@ nX nX nX nX +Xc +Xc +Xc +je +Xc nX -nX -nX -nX -nX -nX -nX +VE wd yR yR @@ -26464,19 +29040,19 @@ il zA zA il -id -cX -cX -cX -cX -cX -cX -cX +FK cX cX cX +BK +Sq +Sq +qx +zM cX -id +rf +rf +FK zA zA zA @@ -26539,16 +29115,16 @@ Xc Xc Xc nX +Rw nX +Xc +Xc +Xc +je +je +WJ nX -nX -nX -nX -nX -nX -nX -nX -nX +lR Dy Dy sJ @@ -26567,7 +29143,7 @@ Dy nX xm xm -nX +xm nX nX nX @@ -26601,7 +29177,7 @@ Xt Xt Dy Dy -dR +fi dR nX nX @@ -26637,14 +29213,14 @@ FK cX cX cX -cX -cX -cX -cX -cX -cX -cX -cX +KN +FK +FK +FK +iE +jX +yH +GF FK zA zA @@ -26710,15 +29286,15 @@ Xc nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +je +Xc +Xc +Xc +pZ +pZ +wF +re +re Xt Iw Iw @@ -26732,8 +29308,8 @@ Iw Iw Iw Xt -nX -nX +dV +Et nX xm xm @@ -26765,11 +29341,11 @@ nX nX qj lH -Cs -dR +ua +fi nX nX -dR +MO dR ZN ZN @@ -26802,18 +29378,18 @@ zA zA zA il +fX cX cX cX -cX -cX -cX -cX -cX -cX -cX -cX -cX +KN +FK +FK +FK +iE +Av +fV +LX FK zA zA @@ -26877,17 +29453,17 @@ Xc Xc Xc nX +oe nX +je +je +je +JR +oQ nX nX -nX -nX -nX -nX -nX -nX -nX -nX +KD +nR Xt Iw Iw @@ -26934,7 +29510,7 @@ xm nX qj lH -Cs +PZ nX nX nX @@ -26972,17 +29548,17 @@ zA zA zA FK +ta cX cX -cX -cX -cX -cX -cX -cX -cX -cX -cX +KN +FK +FK +FK +iE +jX +sF +Mb FK zA zA @@ -27047,13 +29623,13 @@ Xc Xc nX nX -nX -nX -nX -nX -nX -nX -nX +Xc +je +Xc +je +WJ +pZ +ga nX nX nX @@ -27108,7 +29684,7 @@ nX ZN ZN ZN -ZN +nX ZN ZN ZN @@ -27140,19 +29716,19 @@ zA zA zA zA -id -cX -cX -cX -cX -cX -cX -cX -cX +FK +xu cX cX +NZ +TD +Be +Gh +Bv cX -id +Td +Td +FK zA zA zA @@ -27213,16 +29789,16 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Ux +lR +PR +WJ +uj +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -27290,7 +29866,7 @@ nX nX nX cy -YB +uR YB YB YB @@ -27309,19 +29885,19 @@ zA zA il zA -FK -cX -cX -cX -cX +id +nK cX cX cX +Td +Td +Td cX cX cX cX -FK +id zA zA zA @@ -27382,15 +29958,15 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX +Tl +re +Ua +Xc +Xc +Xc +Xc +Xc +Xc nX nX nX @@ -27448,8 +30024,8 @@ nX nX nX nX -dR -dR +wO +MO tw bl gx @@ -27479,7 +30055,7 @@ il il zA id -cX +mn cX cX cX @@ -27491,7 +30067,7 @@ cX cX cX id -zA +il zA zA zA @@ -27549,19 +30125,19 @@ Xc Xc Xc Xc +Rw +fu +re +re +GM +Xc +Xc +Xc +WJ +Xc nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +oe nX nX nX @@ -27611,7 +30187,7 @@ nX qj lH wy -nX +Rv ZN nX nX @@ -27622,7 +30198,7 @@ tw tw Ry YJ -YJ +DE FK RN gs @@ -27648,19 +30224,19 @@ il il zA FK +Je +xM cX cX -cX -cX -cX -cX -cX +rf +rf +rf cX cX cX cX FK -zA +il zA zA zA @@ -27719,15 +30295,15 @@ Xc Xc Xc Xc +KD +re +Ua nX -nX -nX -nX -nX -nX -nX -nX -nX +pZ +Xc +WJ +je +pZ nX nX nX @@ -27754,8 +30330,8 @@ xm nX nX xm -xm -nX +Wp +Et Xc Xc Xc @@ -27779,8 +30355,8 @@ nX nX qj lH -wy -nX +Ir +uO ZN nX nX @@ -27821,15 +30397,15 @@ FK cX cX cX +eD +HY +pI cX cX -cX -cX -cX -cX +Sb FK FK -zA +il zA zA zA @@ -27889,18 +30465,18 @@ Xc Xc Xc nX +KD +GM +JR +TO +JR +Xc +JR nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +lR +Tl +PR nX nX nX @@ -27911,8 +30487,8 @@ wy nX nX MS -nX -nX +dV +Et nX nX xm @@ -27987,18 +30563,18 @@ zA zA zA FK +Bj cX cX +Ep +tQ +eh cX cX -cX -cX -cX -cX -cX +Mb FK -zA -zA +il +il zA zA zA @@ -28057,19 +30633,19 @@ Xc Xc Xc Xc +ga nX +Xc +Xc +TO +je +oQ nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +KD +nR +GM nX nX nX @@ -28159,16 +30735,16 @@ FK FK cX cX -cX -cX -cX +Td +Td +Td cX cX FK FK -zA -zA -zA +il +il +il zA zA zA @@ -28227,16 +30803,16 @@ Xc Xc Xc nX +Xc nX +Xc +WJ +pZ +JR nX +rz nX -nX -nX -nX -nX -nX -nX -nX +Xc nX nX nX @@ -28334,10 +30910,10 @@ cX cX FK FK -zA -zA -zA -zA +il +il +il +il zA zA zA @@ -28396,11 +30972,11 @@ Xc Xc Xc nX -nX -nX -nX -nX -nX +Xc +je +Xc +Xc +oQ nX nX nX @@ -28459,11 +31035,11 @@ wy nX ZN nX -dR +wO tw QD sw -kw +Yi Qw YJ YJ @@ -28502,12 +31078,12 @@ id id FK FK -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il zA zA zA @@ -28565,17 +31141,17 @@ Xc Xc Xc nX +je +WJ +Xc +Xc +Xc +Xc +Qm nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +dV +Et +Hp nX nX nX @@ -28628,7 +31204,7 @@ wy nX ZN nX -dR +vk tw FK kw @@ -28671,13 +31247,13 @@ zA zA zA HO -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il zA zA zA @@ -28734,14 +31310,14 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX +Xc +kX +eC +pZ +Xc +Xc +Xc +Xc nX nX nX @@ -28797,7 +31373,7 @@ wy nX ZN nX -dR +MO tw FK UZ @@ -28840,14 +31416,14 @@ zA zA zA HO -zA -zA -zA -zA -zA +il +il +il +il +il Xc -zA -zA +il +il zA zA zA @@ -28904,15 +31480,15 @@ Xc Xc Xc Xc +JR +JR +WJ nX +pZ +je +oQ nX -nX -nX -nX -nX -nX -nX -nX +BE nX nX nX @@ -29009,8 +31585,8 @@ zA zA zA HO -zA -zA +il +il Xc Xc Xc @@ -29038,7 +31614,7 @@ Xc Xc Xc Xc -zA +il Xc Xc Xc @@ -29069,17 +31645,17 @@ nX nX nX nX -Xc -Xc -Xc -Xc -nX -nX -nX -nX -nX nX nX +Xc +Xc +wF +pZ +JR +WJ +oQ +TO +pZ nX nX nX @@ -29146,9 +31722,9 @@ YJ YJ FK ZS -dI -bR -FK +RJ +RJ +YT ZL cX cX @@ -29178,7 +31754,7 @@ zA zA zA HO -zA +il Xc Xc Xc @@ -29206,8 +31782,8 @@ Xc Xc Xc Xc -zA -zA +il +il Xc Xc Xc @@ -29237,21 +31813,21 @@ nX nX nX nX -nX -Xc -Xc Xc -Xc -nX -nX -nX -nX -nX -nX -nX nX nX +WJ +aS +kX +je +je +je +je +je +WJ nX +Xc +Xc nX nX nX @@ -29314,9 +31890,9 @@ YJ YJ YJ FK -Oa +kw II -RJ +Yw YT IK cX @@ -29373,11 +31949,11 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA +il +il +il +il +il Xc Xc Xc @@ -29407,17 +31983,17 @@ nX nX nX nX -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX nX +JR +je +TO +aS +TO +je +je +TO +je +pZ nX nX nX @@ -29436,8 +32012,8 @@ nX nX nX nX -nX -nX +dV +Et nX nX nX @@ -29483,8 +32059,8 @@ Ry YJ YJ FK -Xu -cX +kw +kw dm FK hq @@ -29513,7 +32089,7 @@ Xc Xc Xc Xc -zA +il zA Xc Xc @@ -29541,14 +32117,14 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il Xc Xc Xc @@ -29576,15 +32152,15 @@ nX nX nX nX +Xu +je +je +je +WJ +cJ +pZ +TO Xc -Xc -nX -nX -nX -nX -nX -nX -nX nX nX nX @@ -29609,8 +32185,8 @@ nX nX nX nX -nX -nX +dV +Et nX nX nX @@ -29681,8 +32257,8 @@ id FK Xc Xc -zA -zA +il +il zA Xc Xc @@ -29709,18 +32285,18 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il +il +il +il Xc Xc Xc @@ -29746,11 +32322,10 @@ nX nX nX Xc -Xc -nX -nX -nX -nX +kX +je +JR +pZ nX nX nX @@ -29759,6 +32334,7 @@ nX nX nX nX +ga nX nX Xc @@ -29844,24 +32420,24 @@ zA zA il FK +rf cX -cX -cX +rf FK FK Xc -zA -zA -zA +il +il +il Xc Xc Xc Xc Xc -zA -zA +Ne +Ne Xc -zA +Ne Xc Xc Xc @@ -29879,18 +32455,18 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il +il +il +il Xc Xc Ot @@ -29913,8 +32489,7 @@ nX nX nX nX -nX -nX +Xc Xc nX nX @@ -29923,6 +32498,7 @@ nX nX nX nX +Lc nX nX nX @@ -29962,7 +32538,7 @@ xm xm xm xm -nX +ZI nX xm xm @@ -30012,26 +32588,26 @@ zA il zA il -FK -cX +id cX cX cX +rf FK -zA -zA -zA -zA -zA +il +il +il +il +il Xc Xc Xc -zA -zA -zA -zA -zA -zA +Ne +Ne +Ne +Ne +Ne +Ne Xc Xc zA @@ -30048,18 +32624,18 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il +il +il +il Xc Xc Ot @@ -30083,7 +32659,7 @@ Xc nX nX nX -nX +Xc Xc nX nX @@ -30185,7 +32761,7 @@ id cX cX cX -cX +rf FK FK id @@ -30193,6 +32769,11 @@ id FK FK Xc +Ne +Ne +Ne +Ne +Ne zA zA zA @@ -30213,22 +32794,17 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il +il +il Xc Xc Ot @@ -30351,8 +32927,8 @@ il il zA FK -cX -cX +rf +rf cX cX FK @@ -30362,6 +32938,9 @@ cX cX FK FK +Ne +Ne +Ne zA zA zA @@ -30386,18 +32965,15 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il Xc Xc Ot @@ -30470,7 +33046,7 @@ nX xm nX nX -nX +MS nX nX nX @@ -30519,18 +33095,20 @@ zA zA zA zA -FK -cX +id cX cX cX cX +fX cX cX cX cX cX FK +Ne +Ne zA zA zA @@ -30557,16 +33135,14 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il Xc Xc Ot @@ -30638,8 +33214,8 @@ nX nX nX nX -nX -nX +MS +MS nX nX nX @@ -30653,8 +33229,8 @@ MS Dy Dy Xc -Wp -Xc +mt +sJ nX ZN nX @@ -30689,18 +33265,18 @@ Xc zA zA id +rf +rf cX -cX -cX -cX -cX +rf +FK cX cX cX cX cX id -zA +Ne zA zA zA @@ -30731,10 +33307,10 @@ VQ VQ VQ xg -zA -zA -zA -zA +il +il +il +il Xc Xc Xc @@ -30806,8 +33382,8 @@ Xc Xc Xc Xc -nX -nX +ZI +MS nX nX xm @@ -30822,8 +33398,8 @@ nX Dy Xc Xc -RT -Xc +Mk +sJ nX nX nX @@ -30832,14 +33408,14 @@ nX nX nX dR -dR +Ds Xc nX nX Xc Xc qM -FO +RI yQ yQ XV @@ -30862,7 +33438,7 @@ cX cX cX cX -cX +id cX cX cX @@ -30900,10 +33476,10 @@ am xg WY By -zA -zA -zA -zA +il +il +il +il Xc Xc Xc @@ -30954,14 +33530,14 @@ sJ Xc Xc Xc -Xc -nX -nX -nX +bR +Et nX nX MS MS +MS +MS nX nX nX @@ -30983,24 +33559,24 @@ xm xm nX nX -nX +ZI xm xm xm Xc Xc Xc -RT -RT -Xc -Xc -dR -Xc -Xc +Mk +Mk +sJ +sJ +wO +fh +sJ nX nX nX -dR +bG Xc Xc Xc @@ -31014,7 +33590,7 @@ yQ XV zA zA -zA +Jn zA zA zA @@ -31027,11 +33603,11 @@ Xc Xc Xc FK +rf cX -cX -cX -cX -FK +rf +rf +id cX cX cX @@ -31069,10 +33645,10 @@ Zi XF pH By -zA -zA -zA -zA +il +il +il +il Xc Xc Xc @@ -31128,8 +33704,8 @@ nX nX nX nX -nX -nX +MS +MS MS MS MS @@ -31144,8 +33720,8 @@ Xc Xc Xc Xc -Xc -nX +bR +Et xm xm xm @@ -31157,16 +33733,16 @@ xm xm Xc Xc -SF -RT -RT -SG -SG -Xc -Xc -Xc -Xc -Xc +PJ +Kc +Mk +tu +xm +sJ +if +if +sJ +sJ VX VX VX @@ -31196,11 +33772,11 @@ Xc Xc FK FK +rf cX -cX -cX -cX -id +rf +rf +FK cX cX cX @@ -31238,9 +33814,9 @@ Dc RV rm By -zA -zA -zA +il +il +il Xc Xc Xc @@ -31291,21 +33867,21 @@ nX Zk Xc Xc -nX +MS VX nX nX MS MS -nX -nX -nX +MS +MS +MS MS nX nX nX -nX -nX +dV +Et Xc Xc Xc @@ -31325,20 +33901,20 @@ xm xm Xc Xc -SF -RT -RT -RT -RT -SG -Wp -SG -RT -RT -Xc nX +Mk +Mk +Mk +Mk +xm +mt +av +Kc +Tz +sJ nX nX +xm nX Xc Xc @@ -31364,12 +33940,12 @@ Xc Xc FK FK +rf cX cX cX -cX -cX -FK +rf +id cX cX cX @@ -31407,9 +33983,9 @@ Dc RV bo By -zA -zA -zA +il +il +il Xc Xc Xc @@ -31460,17 +34036,17 @@ nX Mk sJ Xc -nX +MS VX nX MS MS -nX -nX -nX -nX -nX -nX +MS +MS +MS +MS +MS +MS MS nX nX @@ -31484,31 +34060,31 @@ Xc Xc Xc nX -nX +ZI xm nX nX nX xm xm +xm Xc -Xc -SF -RT -RT -SG -RT -RT -SG -Wp -RT -RT -RT -Xc -nX -nX nX +Mk +FY +fp +Mk +Mk +xm +mt +Mk +Hm +Tz +sJ nX +xm +xm +xm Xc Xc Xc @@ -31532,13 +34108,13 @@ Xc Xc FK FK +rf cX cX cX cX cX -cX -cX +id cX cX cX @@ -31577,7 +34153,7 @@ RV RL By zA -zA +il Xc Xc Xc @@ -31627,18 +34203,18 @@ Tz nX nX Xv -UJ -nX -nX -VX -nX +sJ +MS +MS +KL +MS +MS +MS +MS +MS +MS MS -nX -nX -nX MS -nX -nX nX nX nX @@ -31660,24 +34236,24 @@ xm nX nX xm -Wp -RT -RT -RT -SG -SG -SG -RT -SG -Wp -RT -RT -SF -Xc -nX -nX -nX +xm +mt +Mk +Mk +cz +xm +xm +Mk +xm +mt +Mk +Xv +bs +sJ +xm +xm nX +xm Xc Xc Xc @@ -31703,11 +34279,11 @@ FK FK cX cX -cX -cX -cX -cX -cX +rf +rf +rf +rf +FK cX cX cX @@ -31796,18 +34372,18 @@ Ra nX Mk Xv -sJ -nX -nX -VX -nX +UJ +MS +MS +KL +MS +MS +MS +MS MS -nX -nX MS MS MS -nX MS MS nX @@ -31820,7 +34396,7 @@ nX Xc Xc Xc -nX +Ux nX nX xm @@ -31829,25 +34405,25 @@ nX nX xm xm -Xc +xm Xc RT -RT -SG -RT +Mk +xm +Mk Xc if if -Xc -RT -SF -Xc -Xc -nX -nX -nX +sJ +Tz +cn +sJ +sJ +xm +xm nX nX +xm Xc Xc Xc @@ -31868,15 +34444,15 @@ zA il il il -FK -cX -cX +fX +rf cX cX cX cX cX cX +fX cX cX cX @@ -31966,13 +34542,13 @@ nX Mk nX UJ -nX -nX -VX -nX MS MS -nX +KL +MS +MS +MS +MS nX MS MS @@ -31998,25 +34574,25 @@ nX nX xm xm -xm -Xc -RT -SG -RT -RT -Xc -nX -nX Xc Xc +ss +wJ +Hm +Oc Xc -Xc -nX -nX -nX -nX +Mk +Mk +sJ +sJ +sJ +sJ +Mk +xm nX nX +xm +xm Xc Xc Xc @@ -32037,14 +34613,14 @@ zA il il il -fX -cX -cX -cX -cX -cX -cX -cX +id +VU +VU +VU +VU +VU +VU +VU FK cX cX @@ -32129,13 +34705,13 @@ lH wy nX nX -sJ +UJ Xv nX nX Zk sJ -nX +MS Dy Dy Dy @@ -32144,8 +34720,8 @@ MS nX nX nX -nX -nX +MS +MS nX nX nX @@ -32163,28 +34739,28 @@ xm nX nX nX -nX -nX +dV +Et nX xm -nX +rz Xc Xc SG -RT +TJ Xc Xc +ME +Mk +RR +HH +xm +Mk +Mk nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +po Xc Xc Xc @@ -32206,12 +34782,12 @@ zA zA il il -fX -cX -cX -cX +FK cX cX +qL +qY +LX cX cX FK @@ -32304,12 +34880,12 @@ Mk nX sJ sJ -nX +MS Dy Dy Dy MS -nX +MS nX nX nX @@ -32337,22 +34913,22 @@ nX nX nX nX -nX +JR Xc Xc Xc Xc +QB +Mk +Mk nX +Mk +og +xm +Mk nX nX -nX -nX -nX -nX -nX -nX -nX -nX +FT Xc Xc Xc @@ -32376,10 +34952,10 @@ zA zA il FK +Td cX cX -cX -cX +Td cX cX cX @@ -32472,15 +35048,15 @@ sJ Ls Qf sJ +MS +MS +MS +KL +MS +MS nX -nX -nX -VX -nX -nX -nX -nX -nX +dV +Et Xc Xc Xc @@ -32500,28 +35076,28 @@ xm xm nX nX +Ux nX nX -nX -nX +rz xm -nX -nX -nX -nX +JR +je +je +iy Xc Xc +uW +Mk nX nX nX +vG +xm +Mk +Mk nX -nX -nX -nX -nX -nX -nX -nX +kU Xc Xc Xc @@ -32546,11 +35122,11 @@ zA zA FK FK +Td cX cX cX -cX -cX +Td FK FK yQ @@ -32639,20 +35215,20 @@ nX nX nX nX -nX -nX -nX -nX -nX -VX -nX -nX +xm +xm +MS +MS +MS +KL +MS +MS nX sJ sJ Xc -RT -RT +Mk +Mk SI nX nX @@ -32675,22 +35251,22 @@ nX xm xm Xc +je +JR nX +pU +Mk +Mk nX +Hr +KF nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +RR +Mk +xm +nc Xc Xc Xc @@ -32705,7 +35281,7 @@ XV zA zA il -il +ZP il il zA @@ -32809,19 +35385,19 @@ nX nX nX nX +xm nX -nX -nX -nX -VX -nX +MS +MS +KL +MS nX sJ sJ -SF -SI -RT -RT +nX +Ls +Mk +Mk sJ sJ nX @@ -32842,25 +35418,25 @@ nX nX xm xm -xm Xc Xc +Xc +Uz nX +Yp +Mk +Mk +Mk nX +KF nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +RR +Mk +xm +xm +jz Xc Xc Xc @@ -32962,10 +35538,12 @@ Xc Xc Xc Xc +MS nX nX nX nX +MS nX nX nX @@ -32978,22 +35556,20 @@ nX nX nX nX -nX -nX -nX -nX -VX -nX -sJ +MS +MS +KL +MS sJ -SF -RT -SI -RT -SG -SG sJ nX +Mk +Ls +Mk +xm +xm +UJ +nX nX nX nX @@ -33006,28 +35582,28 @@ sJ sJ sJ sJ -nX -nX +dV +Et nX xm xm -nX -nX +Xc +Xc Dy Dy Dy Dy +Mk +Mk +Mk +Mk nX +Hr +xm +xm +Mk nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm qM wc Xc @@ -33039,7 +35615,7 @@ yQ yQ yQ yQ -cj +sv wc zA zA @@ -33071,7 +35647,7 @@ Xc Xc Xc zA -zA +il xg Vv Vv @@ -33130,9 +35706,15 @@ Xc Xc Xc Xc +MS +MS nX nX nX +MS +MS +MS +MS nX nX nX @@ -33141,27 +35723,21 @@ nX nX nX nX +xm nX nX -nX -nX -nX -nX -nX -nX -nX -nX -VX -nX -QM -RT -RT +MS +KL +MS +sJ +Mk +Mk TA Xc -QM sJ -Sx sJ +Sx +UJ nX MS MS @@ -33169,8 +35745,8 @@ nX nX nX nX -hj -hj +Xc +Xc sJ Tz Mk @@ -33180,20 +35756,20 @@ nX nX xm xm -nX -nX +rz +Xc Dy oC IF Dy Dy Dy -nX -nX -nX -nX -nX -nX +YF +UI +Mk +xm +xm +Mk Xc kj vP @@ -33203,7 +35779,7 @@ wc Xc Xc qM -FO +YL yQ yQ yQ @@ -33239,6 +35815,13 @@ Xc Xc Xc Xc +il +il +zA +zA +zA +zA +zA zA zA zA @@ -33260,6 +35843,168 @@ zA zA zA zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +Ip +"} +(179,1,1) = {" +Ip +Ot +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +MS +MS +nX +nX +nX +MS +MS +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +xm +nX +xm +Xc +Xc +Xc +Sx +xm +Xc +Xc +MS +sJ +sJ +sJ +MS +MS +nX +nX +nX +nX +Xc +Xc +Tz +Mk +Mk +Mk +Xc +Xc +nX +xm +xm +xm +nX +Dy +Dy +TE +TE +Mr +VB +Dy +Xc +Xc +Pz +xm +Mk +Xc +Xc +Xc +fk +yQ +eW +cj +lV +lV +FO +yQ +yQ +yQ +yQ +yQ +yQ +XV +zA +zA +zA +zA +zA +zA +il +il +il +il +zA +zA +zA +il +zq +zq +zq +zA +zA +zA +zA +il +il +il +yQ +Xc +Xc +Xc +Xc +il +il +il +zA +zA +zA +zA +zA +zA +zA +LS +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA zA zA zA @@ -33276,7 +36021,7 @@ Xc Ot Ip "} -(179,1,1) = {" +(180,1,1) = {" Ip Ot Xc @@ -33293,6 +36038,7 @@ nX nX nX nX +nX Xc Xc Xc @@ -33300,203 +36046,33 @@ Xc Xc Xc Xc +MS nX nX nX +MS nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -Xc -Xc -Sx -SG -Xc -Xc -nX -sJ -QM -sJ +MS MS MS nX nX nX nX -hj -hj -Tz -Mk -Mk -Mk -Xc -Xc nX xm xm -xm -nX -Dy -Dy -TE -TE -Mr -VB -Dy -Xc -Xc -nX -nX -nX -Xc -Xc -Xc -fk -yQ -yQ -cj -lV -lV -FO -yQ -yQ -yQ -yQ -yQ -yQ -XV -zA -zA -zA -zA -zA -zA -il -il -il -il -zA -zA -zA -il -zq -zq -zq -zA -zA -zA -zA -il -il -il -yQ -Xc -Xc -Xc -Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -LS -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc -Xc -Xc -Xc -Xc -Ot -Ip -"} -(180,1,1) = {" -Ip -Ot -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -Xc -Xc -Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -Xc -Xc -SG +xm Xc -nX -nX +MS +MS nX nX Xc @@ -33506,7 +36082,7 @@ nX nX sJ sJ -hj +Xc Mk Mk Mk @@ -33526,11 +36102,11 @@ TE TE FS Dy -Mk +Zc Xc Xc -nX -nX +Xd +pu Xc Xc qM @@ -33577,11 +36153,11 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA +il +il +il +il +il zA zA zA @@ -33639,6 +36215,7 @@ Xc Xc Xc Xc +MS nX nX nX @@ -33647,9 +36224,8 @@ nX nX nX nX -nX -nX -nX +MS +MS Dy Dy Xt @@ -33658,11 +36234,11 @@ Dy Dy nX nX -nX +xm nX nX Xc -SI +Ls Xc nX nX @@ -33695,8 +36271,8 @@ dc dc TE Dy -Mk -Mk +KH +tX Xc UJ UJ @@ -33746,12 +36322,12 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il zA zA zA @@ -33808,16 +36384,16 @@ Xc Xc Xc Xc +MS nX nX nX nX nX nX -nX -nX -nX -nX +MS +MS +MS Dy Dy Gm @@ -33831,18 +36407,18 @@ nX nX nX nX +xm +xm nX nX -nX -nX -nX +jQ nX VX nX UJ Tz Mk -Mk +Bc Mk sJ Mk @@ -33864,7 +36440,7 @@ Dy Dy Pn Dy -Mk +zT Mk Mk Mk @@ -33916,12 +36492,12 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il zA zA zA @@ -33982,9 +36558,9 @@ nX nX nX nX -nX -nX -nX +MS +MS +MS Dy Dy Dy @@ -34027,27 +36603,27 @@ uh YB xm sJ +NY Kc Mk -Mk -Kc +Ls Mk sJ UW -Nl -Mk Mk +st +Sj Mk UJ Ed +Qj yQ yQ yQ yQ yQ yQ -yQ -yQ +eW yQ yQ yQ @@ -34090,8 +36666,8 @@ Xc Xc Xc Xc -zA -zA +il +il Xc zA zA @@ -34166,6 +36742,7 @@ Wz Dy nX nX +HD nX nX nX @@ -34173,15 +36750,14 @@ nX nX nX nX -nX -nX +MS sJ sJ sJ Tz Mk Mk -Mk +jm sJ Tz Mk @@ -34196,16 +36772,16 @@ ml YB YB sJ -Mk -Mk -Mk -Mk +Mw +eg +tl +UJ Mk sJ +sf Mk -Mk -Mk -Mk +iM +UG Mk sJ Pd @@ -34339,18 +36915,18 @@ nX nX nX nX +xm nX nX nX -nX -nX +MS UJ Tz IQ Mk Mk LJ -Xv +Op sJ sJ Ls @@ -34368,7 +36944,7 @@ sJ UJ UJ UJ -UJ +sJ Mk sJ sJ @@ -34507,15 +37083,15 @@ nX nX nX nX +xm +xm nX nX -nX -nX -nX -nX +MS +MS UJ Xv -Xv +AS Mk sJ sJ @@ -34525,26 +37101,26 @@ ZB IQ VY Mk -Xv -Xv +tj +tj sJ -xm +bH YB Ni YB YB sJ -Mk -Mk -Mk -Mk +LZ +Xv +uA +qd Mk sJ Mk Mk Mk Xc -Mk +Hm Mk Mk Xc @@ -34556,12 +37132,12 @@ yQ yQ yQ yQ +rw yQ yQ yQ yQ -yQ -yQ +eW XV zA zA @@ -34665,8 +37241,8 @@ sJ DL Iw Iw -Wz -Wz +BM +gB Iw Iw Iw @@ -34676,15 +37252,15 @@ xm nX nX nX +xm nX nX nX -nX -nX +MS sJ sJ -Xv -Xv +AS +MZ Mk Tz Mk @@ -34695,15 +37271,15 @@ xx Nj Cp Mk -Xv +Mk UJ xm mT VF YB xm -UJ -Mk +sJ +Az Mk Mk Mk @@ -34834,7 +37410,7 @@ sJ Iw Iw Iw -Wz +gB Wz Iw Iw @@ -34848,8 +37424,8 @@ nX nX nX nX -nX -nX +MS +MS sJ Tz cF @@ -34865,14 +37441,14 @@ ly Cp Mk Mk -Ls +UJ xm xm Uy -YB xm -sJ -Mk +xm +UJ +Tz Mk Mk Mk @@ -34888,7 +37464,7 @@ Mk Mk Xc Pd -OI +yJ yQ yQ yQ @@ -35004,7 +37580,7 @@ DL Iw Iw Wz -Wz +SY Iw Iw Iw @@ -35017,18 +37593,18 @@ nX nX nX nX -nX +MS sJ sJ sJ sJ -Mk +QM Mk Xc Xc Xc Xc -Mk +Cg cF cF Mk @@ -35041,11 +37617,11 @@ xY xm xm UJ +jF Mk Mk Mk -Mk -Mk +Xv Xc Mk Mk @@ -35183,10 +37759,10 @@ nX nX xm nX +xm nX -nX -nX -nX +QL +MS UJ Tz Mk @@ -35201,7 +37777,7 @@ Hl Mk Mk Mk -XZ +Mk Xc Xc xm @@ -35214,7 +37790,7 @@ Xc Mk Mk Mk -Mk +Xv Xc Mk Mk @@ -35222,7 +37798,7 @@ Mk Mk Mk sJ -ko +Mk Mk Mk UJ @@ -35347,6 +37923,7 @@ Iw Iw Wz Dy +MS nX nX nX @@ -35354,8 +37931,7 @@ nX nX nX nX -nX -nX +MS UJ Tz Mk @@ -35366,13 +37942,13 @@ Mk Mk FU sJ -Xv -Xv -Xv -XZ +si +td +aA +Mk Xc Xc -nX +PJ xm xm xm @@ -35383,7 +37959,7 @@ Xc Xc Mk Mk -Mk +Xv Xc Mk Mk @@ -35393,7 +37969,7 @@ Mk Mk Mk Mk -Mk +Hm UJ Pd OI @@ -35401,7 +37977,7 @@ yQ yQ yQ yQ -yQ +eW yQ yQ yQ @@ -35514,9 +38090,9 @@ Xw Xw Xw Iw -Wz +SY Dy -nX +MS nX nX nX @@ -35540,8 +38116,8 @@ UJ UJ UJ Xc -nX -nX +PJ +rz xm xm xm @@ -35551,7 +38127,7 @@ xm nX Xc Ls -UJ +sJ Xc Xc Xc @@ -35560,9 +38136,9 @@ UJ Ls UJ sJ -UJ sJ -UJ +sJ +sJ sJ sJ Pd @@ -35685,33 +38261,33 @@ Iw Iw Dy Dy -nX +MS nX nX nX xm -xm -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Wp +Et nX nX +PJ +PJ +PJ +PJ nX nX +PJ +PJ +PJ nX nX nX nX +rz +PJ nX xm +xm nX nX nX @@ -35853,10 +38429,10 @@ Xw Xw Dy Dy +MS +MS nX -nX -nX -nX +Ss nX nX xm @@ -35874,8 +38450,8 @@ xm xm xm xm -xm -xm +nX +nX xm xm xm @@ -36021,8 +38597,8 @@ Xt Xt Dy Dy -nX -nX +MS +MS nX nX nX @@ -36053,7 +38629,7 @@ xm Xc Xc Xc -YB +iI nX nX xm @@ -36065,8 +38641,8 @@ nX MS MS nX -nX -nX +dV +Et xm xm xm @@ -36188,12 +38764,12 @@ nX nX nX nX +MS +MS +MS nX nX -nX -nX -nX -nX +QL nX nX nX @@ -36210,7 +38786,7 @@ nX nX nX nX -nX +NP nX xm xm @@ -36231,7 +38807,7 @@ nX xm xm nX -MS +nX MS MS nX @@ -36352,7 +38928,7 @@ Dy Dy Dy Dy -nX +xm nX nX nX @@ -36520,6 +39096,8 @@ Xc Xc nX nX +xm +xm nX nX nX @@ -36527,12 +39105,10 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX +MS +MS +MS +MS nX nX nX @@ -36689,6 +39265,7 @@ Xc Xc Xc nX +xm nX nX nX @@ -36696,9 +39273,8 @@ nX nX nX nX -nX -nX -nX +MS +MS Xc Xc Xc @@ -36707,18 +39283,18 @@ Xc Xc nX nX +SF +SF +SF xm xm xm xm xm xm -xm -xm -xm -xm -xm -xm +SF +SF +SF xm xm xm @@ -36741,9 +39317,9 @@ xm xm xm xm -nX -nX -nX +WW +WW +WW nX nX nX @@ -36857,16 +39433,16 @@ Xc Xc Xc Xc +xm +xm +xm nX nX nX nX nX -nX -nX -nX -nX -nX +MS +MS Xc Xc Xc @@ -36892,7 +39468,7 @@ Ls Ls sJ sJ -xm +sY xm xm xm @@ -36902,12 +39478,12 @@ xm nX nX sJ -UJ +sJ Ls UJ UJ UJ -sJ +Ls sJ sJ sJ @@ -36918,10 +39494,10 @@ sJ sJ sJ Xc -nX -nX -nX -nX +xc +re +re +Ua fk yQ yQ @@ -37025,16 +39601,16 @@ Xc Xc Xc Xc +xm +xm +xm +xm nX nX nX nX -nX -nX -nX -nX -nX -nX +MS +MS Xc Xc Xc @@ -37043,54 +39619,54 @@ Xc Xc Xc Xc -BY -BY -BY +Nl +Nl +Nl UJ +hj +Mh +Ls Mk Mk -Mk -Mk -Mk -Mk -Mk -Mk +Ls +DZ +JA sJ +CP Mk Mk -Mk -Mk +CP sJ -xm -xm +UQ +sY xm xm nX nX xm -nX -nX +WW +WW sJ +om Mk +aX +Xv +CJ Mk -Mk -Mk -Mk -Mk -Mk -Mk +Hw +Xv sJ -Mk +ET Mk Mk Mk sJ Xc Xc -nX -nX -nX -nX +re +re +re +Ua fk yQ yQ @@ -37194,15 +39770,15 @@ Xc Xc Xc Xc +xm nX nX +xm +xm nX nX nX -nX -nX -nX -nX +MS Xc Xc Xc @@ -37211,24 +39787,24 @@ BY Xc Xc Xc -BY -BY -BY -BY +Nl +Nl +Nl +Nl UJ +XZ +Mh +Ls Mk Mk -Mk -Mk -Mk -Mk -Mk -Mk +Ls +cI +UV sJ +CP +cT Mk -Mk -Mk -Mk +Mh sJ sJ sJ @@ -37242,28 +39818,28 @@ sJ sJ Mk Mk +Hw +Hw +Hw Mk +Hw +Xv +UJ +jH Mk -Mk -Mk -Mk -Mk -sJ -Mk -Mk -Mk -Mk +Hm +Ah sJ Xc -nX -nX -nX -nX -nX +xc +re +re +xc +Ua fk yQ yQ -yQ +rw XV Is Is @@ -37363,43 +39939,43 @@ Xc Xc Xc Xc +xm +xm nX nX +xm nX nX nX -nX -nX -nX -nX +MS Xc Xc BY BY BY BY -BY -BY -BY -BY -BY -BY +ko +ko +ko +ko +Nl +Nl sJ sJ sJ sJ -Mk +ud Mk sJ sJ sJ sJ -Mk -Mk -Mk -Mk -Mk -Mk +Mh +cT +cT +Mh +wS +wS sJ xm nX @@ -37407,28 +39983,28 @@ nX nX nX UJ +NW +Hw Mk +Hm Mk Mk Mk Mk -Mk -Mk -Mk -Mk -Mk -sJ -Mk +Hw +Xv +UJ +Sv Mk Mk sJ sJ -nX -nX -nX -nX -nX -nX +re +re +re +re +re +GM fk yQ yQ @@ -37533,14 +40109,14 @@ Xc Xc Xc Xc +xm +xm +xm +xm +xm nX nX -nX -nX -nX -nX -nX -nX +MS Xc Xc BY @@ -37548,27 +40124,27 @@ BY BY BY BY -BY -BY -BY -BY -BY -BY +ko +ko +ko +ko +Nl +Nl sJ +Dr +TZ Mk Mk -Mk -Mk -Mk -Mk -Mk +Ls +li +yx sJ -Mk -Mk -Mk -Mk -Mk -Mk +Mh +Mh +cT +Mh +wS +cT sJ xm sJ @@ -37576,27 +40152,27 @@ xm nX nX UJ +Fe +Hw Mk Mk Mk Mk Mk Mk -Mk -Mk -Mk -Mk +Hw +Xv sJ Mk Mk -Mk +om sJ nX -nX -nX -nX -nX -nX +KD +re +re +re +Ua qM FO yQ @@ -37703,8 +40279,8 @@ Xc Xc Xc Xc -nX -nX +xm +xm xJ mz mz @@ -37717,27 +40293,27 @@ BY BY BY Xc -BY -BY -BY -BY -BY -BY +ko +ko +ko +ko +ko +Nl sJ sJ +Mh Mk Mk -Mk -Mk -Mk -Mk +Ls +jG +qK sJ -Mk -Mk -Mk -Mk -Mk -Mk +Mh +Mh +Mq +cT +cT +cT sJ xm nX @@ -37749,9 +40325,9 @@ Mk Mk Mk Mk -Mk -Mk -Mk +Hw +Hw +Hw sJ sJ sJ @@ -37763,11 +40339,11 @@ sJ nX nX Xc -nX -nX -nX +re +xc +GM fk -yQ +eW yQ yQ yQ @@ -37887,26 +40463,26 @@ BY Xc Xc Xc -BY -BY -BY -BY -BY -BY +ko +ko +ko +ko +ko +ko UJ -Mk -Mk +Mh +Mh Mk sJ sJ sJ sJ -Mk -Mk -Mk -Mk -Mk -Mk +Mh +Mq +Mq +cT +cT +Mh sJ xm nX @@ -37914,17 +40490,17 @@ xm xm nX Ls +Hm Mk Mk Mk -Mk -Mk -Mk -Mk +Xv +aX +Xv sJ -Mk -Mk -Mk +sJ +Xv +Hw Mk Mk sJ @@ -38038,10 +40614,10 @@ Xc Xc Xc Xc -BY +ko Xc Xc -BY +ko Xc jO He @@ -38057,25 +40633,25 @@ Xc Xc Xc Xc -BY -BY -BY -BY -BY +ko +ko +ko +ko +ko UJ +Mh +Mh Mk +Ls Mk Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk +Ls +qh +cT +Mh +Mh +Mh +Cb sJ xm nX @@ -38083,7 +40659,7 @@ xm xm nX UJ -Mk +EK Mk Mk Mk @@ -38091,8 +40667,8 @@ sJ sJ sJ sJ -Mk -Mk +Xv +Hw Mk Mk sJ @@ -38206,11 +40782,11 @@ Xc Xc Xc Xc -BY -BY -BY -BY -BY +ko +ko +ko +ko +ko BY BY BY @@ -38228,22 +40804,22 @@ Xc BY BY BY -BY -BY -BY +ko +ko +ko sJ sJ sJ +Mh +Ls Mk Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk +Ls +cT +cT +Mh +Mh +Mh sJ sJ xm @@ -38252,13 +40828,13 @@ xm xm xm UJ +Xb +Hw Mk Mk -Mk -Mk -Mk -Mk -Mk +fy +sc +NW Mk Mk Mk @@ -38374,11 +40950,11 @@ Xc Xc Xc Xc -BY -BY -BY -BY -BY +ko +ko +ko +ko +ko BY BY BY @@ -38396,22 +40972,22 @@ QW BY BY BY +Xc +Xc BY -BY -BY -BY -BY -BY -sJ -sJ +ko +ko +ko +Xc +Xc +Xc +JV +ip sJ -Mk -Mk -Mk -Mk -Mk -Mk -Mk +Mh +Mh +cT +cT sJ sJ xm @@ -38425,13 +41001,13 @@ sJ sJ Mk Mk +Hw +Hw +Hw Mk Mk -Mk -Mk -Mk -Mk -Mk +Hw +Xv UJ nX nX @@ -38543,6 +41119,8 @@ Xc Xc Xc Xc +ko +ko BY BY BY @@ -38571,10 +41149,8 @@ BY BY BY BY -BY -BY -sJ -sJ +Xc +Xc sJ sJ sJ @@ -38599,8 +41175,8 @@ Mk Mk Mk Mk -Mk -Mk +Hw +Xv UJ nX nX @@ -38712,8 +41288,8 @@ Xc Xc Xc Xc -BY -BY +ko +ko pd Zp Zp @@ -38745,11 +41321,11 @@ BY BY BY sJ +Oj +om +Ur Mk -Mk -Mk -Mk -Mk +Kc sJ xm xm @@ -38764,8 +41340,8 @@ UJ Mk Mk Mk -Mk -Mk +Hw +Hw Mk sJ sJ @@ -38782,7 +41358,7 @@ nX nX fk yQ -yQ +Qj yQ yQ yQ @@ -38880,8 +41456,8 @@ nX Xc Xc Xc -BY -BY +ko +ko BY pk CB @@ -38932,17 +41508,17 @@ xm Ls Mk Mk -Mk -Mk -Mk +Hm +NW +Xv sJ sJ Xc Xc Xc -nX -nX -nX +lR +Tl +Tl Xc Xc Xc @@ -39049,7 +41625,7 @@ nX nX Xc se -BY +ko BY BY pk @@ -39083,8 +41659,8 @@ BY BY BY Ls -Mk -Mk +zg +BA Mk Mk Mk @@ -39099,7 +41675,7 @@ xm nX nX UJ -Mk +Hw Mk Mk sJ @@ -39109,8 +41685,8 @@ Xc Xc YB YB -nX -nX +kc +re Xc Xc Xc @@ -39126,7 +41702,7 @@ yQ yQ yQ yQ -yQ +eW XV zA zA @@ -39254,7 +41830,7 @@ Xc sJ sJ sJ -Mk +Mh Mk Mk sJ @@ -39268,18 +41844,18 @@ xm nX nX sJ -Mk +NW sJ Ls sJ Xc Xc Xc +iQ YB -YB -nX -nX nX +Wo +re Xc Xc Xc @@ -39443,13 +42019,13 @@ xm xm Xc Xc +iQ +iQ YB YB -YB -YB -nX -nX -nX +Wo +re +wj Xc Xc Xc @@ -39592,7 +42168,7 @@ Xc Xc sJ sJ -Mk +sJ Mk Mk sJ @@ -39605,21 +42181,21 @@ nX nX sJ sJ -xm +Em xm xm xm nX Xc Xc +iQ YB YB -YB -nX -nX -nX -nX -nX +lR +re +re +Ua +JR Xc Xc nX @@ -39632,7 +42208,7 @@ yQ yQ yQ yQ -yQ +Ej XV zA zA @@ -39760,8 +42336,8 @@ BY BY sJ sJ -Mk -Mk +sJ +sJ Mk Mk sJ @@ -39773,24 +42349,24 @@ nX nX nX sJ -xm -xm +da +Em nX nX nX nX Xc Xc +iQ YB YB -YB -nX -nX -nX -nX -nX -nX -nX +Wo +xc +re +Ua +JR +JR +JR nX nX nX @@ -39920,186 +42496,17 @@ Rz Rz CZ CZ -Wn -Xo -BY -BY -BY -BY -BY -UJ -Mk -Mk -Mk -Mk -Mk -UJ -nX -nX -nX -nX -nX -nX -nX -xm -xm -nX -nX -nX -nX -nX -nX -Xc -Xc -YB -nX -nX -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -fk -yQ -yQ -yQ -yQ -yQ -XV -zA -zA -zA -zA -zA -zA -Xc -Xc -Xc -Xc -Xc -Xc -Xc -zA -zA -zA -zA -zA -Xc -Xc -Xc -Xc -Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc -Xc -zA -zA -zA -zA -zA -il -il -il -zA -il -il -Xc -Xc -Xc -Xc -Xc -Xc -Ot -Ip -"} -(219,1,1) = {" -Ip -Ot -Xc -Xc -Xc -Xc -nX -nX -nX -nX -nX -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -nX -nX -nX -nX -kq -Im -hB -BY -BY -pk -sX -CZ -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -CZ -CZ -Wr +Wn Xo BY BY BY -BY -Xc -sJ -Mk -Mk -Mk +ko +ko +UJ +Mh +Mh +Mh Mk Mk sJ @@ -40107,27 +42514,196 @@ nX nX nX nX +nX +nX +JR +Em +da +JR +nX +nX +nX +nX +nX +Xc +sJ YB -YB +lR +re +sJ +sJ +GM nX +JR +JR nX nX nX nX nX +fk +yQ +yQ +yQ +yQ +yQ +XV +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +zA +zA +zA +zA +zA +il +il +il +zA +il +il +Xc +Xc +Xc +Xc +Xc +Xc +Ot +Ip +"} +(219,1,1) = {" +Ip +Ot +Xc +Xc +Xc +Xc +nX nX nX nX nX Xc Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX nX nX +kq +Im +hB +BY +BY +pk +sX +CZ +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +Rz +CZ +CZ +Wr +Xo +BY +BY +ko +ko Xc +UJ +SJ +Mk +Hw +Hw +Mk +UJ +nX +nX +nX +nX +YB +iQ +je +je +je +JR +JR +nX +nX +nX +nX +JR +sJ +sJ +KD +nR +sJ kC Et nX -nX +JR Xc nX nX @@ -40135,7 +42711,7 @@ nX nX nX fk -yQ +rw yQ yQ yQ @@ -40261,15 +42837,15 @@ Rz VO Xo BY -BY -BY -BY +ko +ko +ko Xc sJ +AY Mk -Mk -Mk -Mk +Xv +Xv Mk UJ nX @@ -40277,23 +42853,23 @@ nX nX nX Xc -YB -YB -YB -nX -Xc -nX +bz +iQ +bz +je +je +JR nX nX nX nX +JR +sJ +JR +oe nX -nX -Xc -nX -nX -Xc -nX +QV +au nX oe Cm @@ -40430,49 +43006,49 @@ Rz VA Xo BY -BY -BY -BY +ko +ko +ko Xc sJ +Dm Mk -Mk -Mk -Mk +Hw +Hw Mk sJ nX nX nX -nX Xc -YB -YB -YB -YB -YB +Xc +iQ +bz +bz +bz +Xc Xc nX nX nX nX -nX -nX -nX +JR +JR +JR nX nX Cm oe -On nX nX nX -oe +Wj +Wj Xc Xc Xc nX -fk +xV yQ yQ yQ @@ -40598,27 +43174,26 @@ CZ Rz VC Xo -BY -BY -BY +ko +ko +ko Xc Xc sJ +sJ +Oc Mk -Mk -Mk -Mk -Mk +Oc +Oc sJ -nX -nX +xm nX nX Xc Xc -YB -YB Xc +iQ +bz Xc Xc xm @@ -40627,20 +43202,21 @@ nX nX nX nX +JR +JR nX -nX -nX -nX +sJ +nJ Vm -YB +Mk ii -Mn -YB +GZ +Mk Cm -nX +le ut Xc -nX +JR UF sj yQ @@ -40739,7 +43315,7 @@ nX nX Xc se -BY +ko BY BY pk @@ -40767,49 +43343,49 @@ CZ CZ Bw Xo -BY -BY -BY +ko +ko +ko Xc sJ sJ -Mk -Mk -Mk -Mk -Mk -UJ -nX -nX +sJ +sJ +Ls +sJ +sJ +sJ +xm +xm nX nX Xc Xc YB -YB +iQ Xc xm xm xm +lR +Tl +sJ +sJ +JR nX nX -nX -nX -Xc -Xc -nX -nX -YB -YB +sJ +Pm +Mk vb -YB -YB -YB -YB -nX -nX -nX +Mo +Mo +PW +Mk nX +dd +JR +JR Xc fk yQ @@ -40908,8 +43484,8 @@ nX nX Xc Xc -BY -BY +ko +ko BY pk CB @@ -40936,21 +43512,21 @@ Fk Ag CB Xo -BY -BY -BY -BY -UJ -Mk -Mk -Mk +ko +ko +ko +ko +Ls +Mh +Mh Mk Mk Mk -sJ -nX -nX -nX +YN +UJ +xm +xm +xm nX xm Xc @@ -40960,30 +43536,30 @@ Xc xm xm xm -nX -nX -nX -Xc -Xc +Wo +re +re +sJ +sJ dV Et -nX -YB -YB -Vm -iL -Cm -YB +sJ +Uo +Mk +gT +Ti +DR +Pw et Cm -nX -nX -nX +JR +JR +JR Xc fk yQ yQ -yQ +Qj XV zA zA @@ -41078,8 +43654,8 @@ nX nX Xc Xc -BY -BY +ko +ko qa uL uL @@ -41105,22 +43681,22 @@ uL uL uL Xn -BY -BY -BY -BY +ko +ko +ko +ko Ls +We Mk Mk Mk Mk -Mk -Mk +NX UJ -nX -nX -nX -nX +xm +xm +xm +xm xm YB YB @@ -41128,25 +43704,25 @@ YB YB xm xm -nX -nX -nX -nX -nX -nX +lR +re +re +re +Ua +JR Cm oe nX -YB -YB -gT nX -wB -YB -YB +nX +gT +Ti +Ti +sQ nX nX nX +JR Xc Xc fk @@ -41248,12 +43824,21 @@ nX Xc Xc Xc +ko +ko +ko BY BY BY BY BY BY +ko +ko +ko +ko +ko +ko BY BY BY @@ -41264,55 +43849,46 @@ BY BY BY BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY +ko +ko +ko +ko +ko Ls +Ff Mk Mk Mk Mk -Mk -Mk +Tc sJ -nX -nX -nX -nX +xm +xm +xm +xm xm xm YB YB xm xm -nX -nX -nX -nX -nX -nX -nX +lR +re +re +re +re +CK +JR nX Cm nX -YB -YB +Mk nX +Jr PU -wB -YB -YB +PU +dU +Mk oe nX Xc @@ -41342,8 +43918,8 @@ Xc Xc zA zA -zA -zA +il +il Xc Xc Xc @@ -41416,7 +43992,24 @@ nX nX Xc Xc +ko +ko +ko +ko +ko +ko +ko +ko BY +ko +ko +ko +ko +ko +ko +ko +ko +ko BY BY BY @@ -41425,63 +44018,46 @@ 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 -UJ -Mk -Mk -Mk -Mk +ko +ko +ko +ko +ko +Ls +pt +yl +Xv Mk +Mh sJ sJ Xc -nX -nX -nX +xm +xm +xm xm xm xm xm xm nX -nX -nX -nX -nX -nX -nX -Xc -Xc +Wo +re +re +re +re +TT +sJ +sJ Eh nX -YB -YB -YB +Mk +Mk +Mk Cm -wB -YB -vb +nX +Mk +no Cm nX Xc @@ -41510,9 +44086,9 @@ Xc Xc Xc zA -zA -zA -zA +il +il +il Xc Xc Xc @@ -41586,34 +44162,34 @@ nX nX Xc Xc -BY +ko Xc Xc -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY -BY +ko +ko +ko +ko +ko +ko +ko +ko +ko +Nl +Nl +Nl +Nl +ko +ko +ko BY BY BY DT BY -BY -BY -BY -BY +ko +ko +ko +ko Xc sJ sJ @@ -41627,30 +44203,30 @@ Xc Xc nX nX -nX xm xm xm xm -YB -nX -nX -nX -nX -nX -nX -Xc -Xc +xm +xm nX +Wo +re +re +re +re +sJ +sJ +Ch nX Cm -YB -YB -vb -YB +sJ +sJ +no +Mk Cm -Vm -YB +sJ +sJ nX Cm Xc @@ -41678,10 +44254,10 @@ Xc Xc Xc Xc -zA -zA -zA -zA +il +il +il +il Xc Xc Xc @@ -41759,19 +44335,19 @@ Xc Xc Xc Xc -BY -BY +ko +ko Xc Xc Xc -BY +ko Xc -BY -BY -BY -BY -BY -BY +Nl +Nl +Nl +Nl +Nl +Nl Xc Xc Xc @@ -41780,8 +44356,8 @@ UA UA UA vT -BY -BY +ko +ko Xc Xc Xc @@ -41801,34 +44377,34 @@ xm Xc Xc Xc -YB -YB -nX -nX -nX -nX -nX -Xc -Xc -nX +xm +xm +KD +re +re +re +re +sJ +sJ +pb iy Cm nX -Cy -YB +sJ +Mk wz -uR -YB +Et +sJ nX nX oe Xc Xc fk +Qj yQ yQ -yQ -jC +Jc tH zA zA @@ -41843,14 +44419,14 @@ il il il Xc -il +zA Xc Xc -zA -zA -zA -zA -zA +il +il +il +il +il zA Xc Xc @@ -41936,10 +44512,10 @@ Xc Xc Xc Xc -BY +Nl Xc Xc -BY +Nl Xc Xc Xc @@ -41970,14 +44546,14 @@ Xc Xc xm Xc +iQ xm -YB -YB -nX -nX -nX -nX -nX +xm +KD +re +re +re +re Xc Xc nX @@ -42011,15 +44587,15 @@ zA il il il -il -il -zA -zA -zA -zA zA zA zA +il +il +il +il +il +il zA zA Xc @@ -42138,15 +44714,15 @@ nX nX xm xm +iQ +iQ +YB xm xm -YB -YB -YB -nX -nX -nX -nX +KD +re +re +re Xc Xc Xc @@ -42154,8 +44730,8 @@ nX nX Xc Xc -Cm -nX +fj +wR Xc nX nX @@ -42183,13 +44759,13 @@ il il il il -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il zA Xc Xc @@ -42308,17 +44884,17 @@ nX xm xm xm +iQ +iQ xm xm -YB -YB -YB -nX -nX -nX -nX +xm +Wo +re +re +re Xc -nX +JR nX nX Xc @@ -42326,7 +44902,7 @@ Xc Xc Xc Xc -nX +Cm xm Xc Xc @@ -42352,15 +44928,15 @@ il il il il -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il Xc Xc Xc @@ -42475,183 +45051,151 @@ nX nX nX nX -xm -xm -xm -xm -xm -YB -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -Xc -Xc -xm -xm -xm -Xc -Xc -qM -FO -yQ -yQ -yQ -XV -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il -il -Xc -Xc -Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Ot -Ip -"} -(234,1,1) = {" -Ip -Ot -Xc -Xc -Xc -nX -nX -nX -nX -nX -Xc -Xc -Xc -nX -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +iQ +Em +Em +xm +Xc +KD +re +re +re +Ua +JR +JR nX nX +Xc +Xc +Xc +xm +xm +xm +Xc +Xc +qM +FO +yQ +yQ +Qj +XV +zA +zA +zA +zA +zA +il +il +il +il +il +il +il +il +il +Xc +Xc +Xc +il +il +il +il +il +il +il +il +il +il +zA +zA +zA +Xc +Xc +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Ot +Ip +"} +(234,1,1) = {" +Ip +Ot +Xc +Xc +Xc nX nX nX nX nX -xm Xc Xc -xm Xc -xm -xm +nX +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX nX nX nX @@ -42662,13 +45206,45 @@ nX nX nX nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +xm +Xc +Xc +Em +Xc +xm +xm +KD +re +re +CK +JR +JR +JR +nX +nX +nX xm xm xm xm xm Xc -fk +xV yQ yQ yQ @@ -42683,9 +45259,9 @@ Xc il il il -il -il -il +zA +zA +zA Xc Xc Xc @@ -42695,17 +45271,17 @@ Xc Xc zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il +il +il zA zA zA @@ -42816,18 +45392,18 @@ nX nX Xc Xc -YB +iQ Xc Xc xm xm xm -nX -nX -nX -nX -nX -nX +Wo +re +TT +hi +JR +JR nX xm xm @@ -42838,7 +45414,7 @@ xm xm Xc fk -yQ +rw yQ jC SM @@ -42851,9 +45427,9 @@ Xc Xc Xc Xc -il -il -il +zA +zA +zA Xc Xc Xc @@ -42865,16 +45441,16 @@ Xc Xc zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il +il zA zA zA @@ -42984,18 +45560,18 @@ nX nX nX YB -YB -YB +iQ +iQ YB xm xm xm xm -nX -nX -nX -nX -nX +KD +re +TT +TT +hi Xc Xc Xc @@ -43034,16 +45610,16 @@ Xc Xc Xc zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +il +il +il +il Xc Xc Xc @@ -43154,16 +45730,16 @@ nX nX nX YB -YB -YB +iQ +iQ YB YB xm xm xm -nX -nX -nX +KD +TT +TT Xc Xc Xc @@ -43209,9 +45785,9 @@ zA zA zA zA -zA -zA -zA +il +il +il Xc Xc Xc @@ -43323,9 +45899,9 @@ Xc Xc Xc Xc -YB -YB -YB +iQ +iQ +iQ YB YB YB From ed7c9c5793842932a8b76c43f1a66f96d2314c21 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 11 Jul 2023 21:33:38 +0100 Subject: [PATCH 06/20] f --- code/modules/mob/new_player/sprite_accessories/undershirt.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/new_player/sprite_accessories/undershirt.dm b/code/modules/mob/new_player/sprite_accessories/undershirt.dm index cc2281f5e8..5685b1606a 100644 --- a/code/modules/mob/new_player/sprite_accessories/undershirt.dm +++ b/code/modules/mob/new_player/sprite_accessories/undershirt.dm @@ -35,7 +35,7 @@ GLOBAL_LIST_INIT_TYPED(undershirt_f, /datum/sprite_accessory/undershirt, setup_u switch(SSmapping.configs[GROUND_MAP].map_name) // maploader TODO: json if(MAP_PRISON_STATION, MAP_PRISON_STATION_V3, MAP_LV522_CHANCES_CLAIM) selected_icon_state = "c_" + selected_icon_state - if(MAP_LV_624, MAP_RUNTIME, MAP_NEW_VARADERO) + if(MAP_LV_624, MAP_RUNTIME, MAP_NEW_VARADERO, MAP_LV624_OUTPOST_FURIDAMU) selected_icon_state = "j_" + selected_icon_state if(MAP_WHISKEY_OUTPOST, MAP_DESERT_DAM, MAP_BIG_RED, MAP_KUTJEVO) selected_icon_state = "d_" + selected_icon_state From 198cc1a8b35ed331fc32e1327d461b1e58145106 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 31 Jan 2023 00:01:12 +0000 Subject: [PATCH 07/20] hh --- .../LV624_Outpost_Furidamu.dmm | 8512 ++++++++++------- 1 file changed, 4861 insertions(+), 3651 deletions(-) diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index bda809baa6..26a12746a9 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -1,4 +1,10 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ad" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "ag" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/prop{ @@ -56,6 +62,13 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) +"ax" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/faxmachine{ + pixel_y = 6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "aA" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/beer{ @@ -119,12 +132,21 @@ /obj/item/reagent_container/food/snacks/loadedbakedpotato, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"bh" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "bl" = ( /obj/structure/window/framed/colony, /turf/open/floor/corsat{ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"bn" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "bo" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 1; @@ -138,10 +160,36 @@ /obj/item/weapon/gun/pistol/highpower, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"by" = ( +/obj/structure/machinery/photocopier{ + density = 0; + pixel_y = 16 + }, +/obj/item/map/lazarus_landing_map{ + pixel_x = -1; + pixel_y = 20 + }, +/obj/item/map/lazarus_landing_map{ + pixel_y = -11 + }, +/obj/item/map/lazarus_landing_map{ + pixel_y = -8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "bz" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"bD" = ( +/turf/open/floor{ + icon_state = "whiteyellowcorner" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"bE" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "bG" = ( /obj/structure/surface/table/almayer, /obj/item/tool/wrench, @@ -211,6 +259,27 @@ /obj/item/map/lazarus_landing_map, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"cx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + tag = "icon-W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + tag = "icon-E-corner" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + tag = "icon-S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1; + tag = "icon-N" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "cy" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -229,6 +298,11 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"cA" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "cC" = ( /obj/structure/largecrate/random, /turf/open/floor/interior/wood, @@ -248,6 +322,12 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"cH" = ( +/turf/open/floor{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "cI" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/ammo_magazine/smg/ppsh/extended, @@ -265,7 +345,7 @@ icon_state = "light_2" }, /obj/structure/flora/jungle/vines/heavy, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "cQ" = ( /obj/structure/platform/kutjevo/rock{ @@ -328,6 +408,31 @@ /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) +"dn" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"do" = ( +/obj/structure/flora/jungle/vines, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"dq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + tag = "icon-W" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"dv" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "dw" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -368,9 +473,18 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"ej" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "el" = ( /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"eo" = ( +/obj/structure/machinery/colony_floodlight, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "et" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/floor/interior/wood, @@ -510,6 +624,19 @@ /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"fD" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -9; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 7; + pixel_y = 20 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "fI" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 @@ -564,12 +691,46 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"gp" = ( +/obj/structure/curtain/red, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "gs" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight, /obj/effect/spawner/random/tool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"gv" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Marked_1"; + name = "remote door-control"; + pixel_x = 7; + pixel_y = 16 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "Marked_2"; + name = "remote door-control"; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "gx" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ name = "\improper Engineering Dome"; @@ -593,11 +754,25 @@ /obj/structure/platform_decoration/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"gM" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + tag = "icon-comfychair (NORTH)" + }, +/turf/open/floor{ + dir = 8; + icon_state = "whiteblue" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "gN" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/pamphlet/skill/engineer, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"gS" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/militia) "gT" = ( /turf/open/floor/plating{ dir = 1; @@ -612,25 +787,37 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "gV" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 +/obj/structure/toilet{ + pixel_y = 16 }, -/obj/structure/window/reinforced{ +/obj/structure/sink{ dir = 8; - layer = 3.3; - pixel_y = 4 + pixel_x = -11 }, -/obj/structure/bed{ - can_buckle = 0 +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"gX" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph." }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hefa_cult_decals/d96{ + desc = "You think you can make out the iconography of a Xenomorph?"; + pixel_x = -28; + pixel_y = -34 }, -/turf/open/floor/interior/wood, +/turf/open/floor{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"gZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + tag = "icon-W" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) "ha" = ( /obj/structure/surface/table/woodentable/poor, @@ -650,11 +837,11 @@ /area/LV624_Outpost_Furidamu/outdoors/civilian) "hj" = ( /obj/structure/closet/crate/secure/ammo, -/obj/item/explosive/grenade/HE/upp, -/obj/item/explosive/grenade/HE/upp, -/obj/item/explosive/grenade/HE/upp, -/obj/item/explosive/grenade/HE/upp, -/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/item/explosive/grenade/high_explosive/upp, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "hl" = ( @@ -700,11 +887,48 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ht" = ( +/obj/item/device/implanter/rejuv, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "4" + }, +/turf/open/floor{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"hz" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/device/flashlight/lamp{ + pixel_y = 12 + }, +/obj/item/tool/pen/paralysis{ + pixel_y = -2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "hB" = ( /turf/open/floor{ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"hP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1; + tag = "icon-N" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"hV" = ( +/obj/structure/curtain/red, +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "hZ" = ( /obj/structure/machinery/light, /turf/open/floor/interior/wood, @@ -776,6 +1000,10 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"iB" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "iE" = ( /obj/structure/platform{ dir = 1 @@ -789,6 +1017,12 @@ /obj/structure/closet/secure_closet/engineering_personal, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"iG" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 16 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "iI" = ( /obj/structure/flora/jungle/plantbot1{ icon_state = "alienplant1"; @@ -861,6 +1095,10 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"jy" = ( +/obj/structure/flora/bush/ausbushes/genericbush, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "jz" = ( /obj/structure/target, /obj/item/clothing/suit/storage/marine/padded{ @@ -882,6 +1120,10 @@ /obj/structure/platform_decoration/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"jE" = ( +/obj/structure/curtain/red, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "jF" = ( /obj/structure/window/reinforced{ dir = 4; @@ -997,6 +1239,34 @@ icon_state = "warnplate" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"ke" = ( +/obj/structure/window/framed/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer{ + id = "Marked_2"; + indestructible = 1; + layer = 3.3; + name = "\improper Secure Blast Door"; + unacidable = 1 + }, +/obj/structure/machinery/door/poddoor/almayer{ + id = "Marked_1"; + indestructible = 1; + layer = 3.3; + name = "\improper Secure Blast Door"; + unacidable = 1 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"kf" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"kh" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "kj" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -1018,6 +1288,10 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"km" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "ko" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/landing_zone_2) @@ -1037,6 +1311,10 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"kr" = ( +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "kt" = ( /turf/open/floor{ dir = 6; @@ -1046,6 +1324,13 @@ "kw" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) +"kx" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "kC" = ( /obj/structure/flora/jungle/planttop1, /turf/closed/wall/wood, @@ -1056,6 +1341,10 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"kK" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "kP" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -1093,6 +1382,25 @@ /obj/item/clothing/shoes/marine/upp, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ln" = ( +/obj/structure/curtain/red, +/turf/open/floor{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ls" = ( +/obj/item/paper_bin{ + pixel_x = 9; + pixel_y = 5 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"lt" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "lv" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/grass/tallgrass/jungle, @@ -1130,6 +1438,13 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"lE" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph." + }, +/obj/item/reagent_container/hypospray/autoinjector/ultrazine, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "lH" = ( /obj/structure/fence, /turf/open/floor{ @@ -1137,6 +1452,9 @@ tag = "icon-bcircuit" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"lI" = ( +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/oob) "lO" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; @@ -1158,6 +1476,9 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"lS" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "lV" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -1203,20 +1524,9 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "mp" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/tool/pen{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/tool/pen{ - pixel_x = 3 - }, -/obj/item/tool/pen{ - pixel_x = -7; - pixel_y = -1 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "mt" = ( /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -1257,6 +1567,18 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"mO" = ( +/obj/structure/flora/jungle/vines, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"mR" = ( +/obj/structure/flora/jungle/planttop1, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "mT" = ( /obj/structure/sign/poster{ desc = "One of those hot, tanned babes back the beaches of good ol' Earth."; @@ -1296,10 +1618,26 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"nm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + tag = "icon-S" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "no" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"nq" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/hefa_cult_decals/d96{ + desc = "You think you can make out the iconography of a Xenomorph?"; + pixel_x = -32; + pixel_y = -33 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "nr" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -1308,6 +1646,26 @@ /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"nt" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood, +/obj/item/reagent_container/food/snacks/meat/human, +/obj/item/weapon/melee/unathiknife, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"nx" = ( +/turf/open/floor{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "nJ" = ( /obj/structure/machinery/computer/telecomms/server{ pixel_x = 6; @@ -1327,6 +1685,13 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"nP" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "nR" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 @@ -1406,6 +1771,23 @@ icon_state = "asteroidfloor" }, /area/LV624_Outpost_Furidamu/outdoors/militia) +"oA" = ( +/obj/structure/surface/rack{ + density = 0; + pixel_y = 18 + }, +/obj/item/tool/soap{ + pixel_y = 14 + }, +/obj/item/tool/soap{ + pixel_y = 18 + }, +/obj/item/tool/soap{ + pixel_y = 22 + }, +/obj/structure/bedsheetbin, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "oC" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy{ @@ -1433,6 +1815,10 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"oL" = ( +/obj/structure/curtain/red, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "oQ" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -1446,6 +1832,11 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"oW" = ( +/obj/structure/flora/jungle/vines, +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "pb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/cell/crap{ @@ -1493,6 +1884,14 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"pp" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ps" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "pt" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/box/mousetraps{ @@ -1504,6 +1903,10 @@ /obj/structure/closet/crate/secure/ammo, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"px" = ( +/obj/structure/curtain/red, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "pH" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 1; @@ -1562,6 +1965,10 @@ /obj/item/clothing/shoes/swat, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"qf" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "qh" = ( /obj/structure/largecrate/machine/bodyscanner, /turf/open/floor/interior/wood, @@ -1586,6 +1993,14 @@ /obj/structure/window/framed/wood, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"qw" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "qx" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/platform{ @@ -1596,6 +2011,12 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"qA" = ( +/obj/structure/curtain/red, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "qK" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/storage/belt/marine/upp, @@ -1620,16 +2041,19 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"qP" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/map/lazarus_landing_map{ - pixel_y = 5 - }, -/obj/item/map/lazarus_landing_map{ - pixel_y = 2 +"qN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1; + tag = "icon-NE-out" }, -/turf/open/floor/interior/wood, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"qP" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "qQ" = ( /turf/open/floor{ dir = 10; @@ -1722,6 +2146,12 @@ /area/LV624_Outpost_Furidamu/outdoors/civilian) "rC" = ( /obj/item/stool, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "rF" = ( @@ -1758,6 +2188,18 @@ /obj/structure/closet/secure_closet/engineering_electrical, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"rT" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/radio/off{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/device/radio/off{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "rY" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -1812,6 +2254,18 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"sk" = ( +/obj/structure/flora/jungle/planttop1, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"sl" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "sn" = ( /obj/structure/machinery/landinglight/ds2/delayone, /obj/structure/barricade/handrail/strata, @@ -1860,23 +2314,19 @@ /obj/item/clothing/head/hardhat/orange, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/militia) +"sB" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + tag = "icon-comfychair (NORTH)" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "sD" = ( -/obj/structure/machinery/photocopier{ - density = 0; +/obj/structure/machinery/shower{ pixel_y = 16 }, -/obj/item/map/lazarus_landing_map{ - pixel_x = -1; - pixel_y = 20 - }, -/obj/item/map/lazarus_landing_map{ - pixel_y = -11 - }, -/obj/item/map/lazarus_landing_map{ - pixel_y = -8 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/floor/plating/plating_catwalk/prison, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "sF" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/utensil/spoon, @@ -1885,6 +2335,12 @@ "sJ" = ( /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"sN" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/militia) "sP" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 4; @@ -1900,6 +2356,13 @@ icon_state = "warnplate" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"sU" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/case/small{ + pixel_y = 10 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "sX" = ( /obj/structure/machinery/landinglight/ds2/delaythree, /obj/structure/barricade/handrail/strata, @@ -1919,6 +2382,12 @@ /obj/item/stack/sheet/wood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"tb" = ( +/turf/open/floor{ + dir = 8; + icon_state = "whiteblue" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "tc" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/grass/tallgrass/jungle/corner{ @@ -1958,15 +2427,26 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "tm" = ( -/obj/item/stool, -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - name = "????"; - stat = 2 +/obj/structure/surface/rack{ + density = 0; + pixel_y = 18 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/item/tool/soap{ + pixel_y = 14 + }, +/obj/item/tool/soap{ + pixel_y = 18 + }, +/obj/item/tool/soap{ + pixel_y = 22 + }, +/obj/structure/bedsheetbin, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"tn" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "tu" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -1986,6 +2466,14 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"tL" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "3" + }, +/obj/item/xeno_egg/alpha, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "tN" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -2107,6 +2595,12 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"uC" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "uE" = ( /obj/structure/machinery/microwave{ density = 0; @@ -2115,6 +2609,13 @@ /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"uI" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "uL" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -2138,6 +2639,12 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"uT" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "uW" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/rifle/type71/carbine{ @@ -2171,6 +2678,27 @@ /obj/item/seeds/riceseed, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"vl" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/device/radio/marine{ + pixel_x = -4; + pixel_y = 22 + }, +/obj/item/clothing/head/headset, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"vm" = ( +/obj/effect/decal/hefa_cult_decals/d96{ + desc = "You think you can make out the iconography of a Xenomorph?"; + pixel_x = -30 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "vo" = ( /obj/structure/surface/table/almayer, /obj/item/storage/toolbox/emergency{ @@ -2179,6 +2707,15 @@ /obj/item/storage/toolbox/emergency, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"vw" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/bush/ausbushes/genericbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"vy" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "vG" = ( /obj/item/ammo_magazine/rifle/type71{ current_rounds = 0; @@ -2187,6 +2724,13 @@ /obj/structure/barricade/wooden, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"vK" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "vP" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -2220,6 +2764,14 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"vX" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/head/headset, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "wc" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ @@ -2228,15 +2780,8 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) "wd" = ( -/obj/structure/window/framed/colony/reinforced, -/obj/structure/machinery/door/poddoor/almayer{ - id = "science_blast"; - layer = 3.3; - name = "\improper Science Wing Blast Door" - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, +/obj/structure/platform_decoration, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "wj" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ @@ -2245,26 +2790,34 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"wl" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "wr" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) -"wt" = ( -/obj/structure/machinery/door/poddoor/almayer{ - id = "science_blast"; - layer = 3.3; - name = "\improper Science Wing Blast Door" - }, -/obj/structure/machinery/door/airlock/almayer/research{ - dir = 1; - locked = 1; - name = "\improper Research Dome"; - req_access_txt = "100" - }, -/turf/open/floor/corsat{ - icon_state = "marked" +"ws" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"wt" = ( +/obj/structure/platform, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"wx" = ( +/obj/structure/flora/jungle/vines, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "wy" = ( /turf/open/floor{ dir = 1; @@ -2281,6 +2834,16 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"wB" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"wE" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "wF" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -2317,6 +2880,13 @@ /obj/structure/largecrate/supply/medicine/blood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"xa" = ( +/obj/structure/xenoautopsy/tank/broken, +/turf/open/floor{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "xc" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/bush/ausbushes/var3/leafybush, @@ -2361,6 +2931,18 @@ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"xC" = ( +/turf/open/floor{ + dir = 8; + icon_state = "whiteyellowcorner" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"xD" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/militia) "xF" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/milk{ @@ -2398,6 +2980,12 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"xS" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "xU" = ( /turf/open/floor/plating{ icon_state = "platebot" @@ -2459,6 +3047,17 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"yo" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"yr" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "yt" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -2548,6 +3147,13 @@ icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"yO" = ( +/obj/structure/flora/jungle/planttop1, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "yQ" = ( /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) @@ -2557,6 +3163,12 @@ icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"yX" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "za" = ( /obj/structure/surface/table/almayer, /obj/item/storage/bag/plants{ @@ -2565,6 +3177,18 @@ /obj/item/tool/scythe, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"zd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + tag = "icon-E-corner" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + tag = "icon-W" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "zg" = ( /obj/item/tool/warning_cone{ pixel_x = 6; @@ -2576,6 +3200,10 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"zh" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "zi" = ( /turf/open/floor{ dir = 8; @@ -2583,6 +3211,16 @@ tag = "icon-warningcorner (WEST)" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"zj" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/lazarus_landing_map{ + pixel_y = 5 + }, +/obj/item/map/lazarus_landing_map{ + pixel_y = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "zp" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 8; @@ -2593,6 +3231,12 @@ "zq" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/outdoors/militia) +"zu" = ( +/turf/open/floor{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "zA" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) @@ -2602,6 +3246,27 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "zD" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"zF" = ( /obj/structure/window/reinforced{ dir = 4; pixel_x = -2; @@ -2638,6 +3303,12 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"zP" = ( +/turf/open/floor{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "zT" = ( /obj/structure/bookcase{ density = 0; @@ -2652,6 +3323,10 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ad" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Ae" = ( /turf/open/floor{ icon_state = "warning" @@ -2725,6 +3400,16 @@ /obj/item/map/lazarus_landing_map, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"AW" = ( +/turf/open/floor{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"AX" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/oob) "AY" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/box/lights/mixed{ @@ -2809,9 +3494,17 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "BE" = ( -/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"BG" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "BK" = ( /obj/structure/platform_decoration, /turf/open/floor/interior/wood, @@ -2900,6 +3593,14 @@ name = "Shuttle Landing Lights" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"CF" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"CH" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "CJ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -2924,6 +3625,14 @@ /obj/item/stack/sheet/metal/large_stack, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"CU" = ( +/obj/item/xeno_egg/alpha, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "CZ" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) @@ -3010,6 +3719,14 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"DM" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "4" + }, +/obj/item/weapon/gun/energy/yautja/plasmapistol, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "DP" = ( /obj/structure/machinery/landinglight/ds1{ dir = 4; @@ -3071,6 +3788,10 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Ec" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Ed" = ( /obj/structure/platform{ dir = 1 @@ -3121,6 +3842,16 @@ /obj/structure/machinery/vending/dinnerware, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"EM" = ( +/obj/structure/toilet{ + pixel_y = 16 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "ET" = ( /obj/structure/machinery/microwave{ pixel_y = 9 @@ -3162,6 +3893,12 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Fg" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Fk" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 8; @@ -3221,6 +3958,14 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"FQ" = ( +/obj/item/ammo_magazine/lever_action/marksman, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "bee" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "FS" = ( /obj/structure/machinery/light/small, /turf/open/floor{ @@ -3323,6 +4068,20 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Gr" = ( +/obj/item/stack/sheet/metal, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Gw" = ( +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"Gy" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "GF" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/stewedsoymeat{ @@ -3343,6 +4102,13 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"GP" = ( +/obj/structure/curtain/red, +/turf/open/floor{ + dir = 8; + icon_state = "whiteblue" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "GQ" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/machinery/prop/almayer/CICmap{ @@ -3390,6 +4156,17 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Hj" = ( +/obj/item/stool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Hk" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Hl" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -3410,8 +4187,8 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Hp" = ( -/obj/structure/flora/bush/ausbushes/var3/stalkybush, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/obj/structure/flora/jungle/vines/heavy, +/turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Hr" = ( /obj/item/ammo_magazine/rifle/type71{ @@ -3461,14 +4238,18 @@ /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"HP" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "HR" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 8 +/obj/structure/platform_decoration{ + dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "HX" = ( /obj/structure/flora/jungle/plantbot1, /obj/structure/flora/jungle/vines, @@ -3487,15 +4268,34 @@ /obj/item/tool/kitchen/utensil/spoon, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Ig" = ( +/turf/open/floor{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Im" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/corsat{ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"In" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Ip" = ( /turf/open/space/basic, /area/space) +"Iq" = ( +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Ir" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor{ @@ -3516,6 +4316,13 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Iy" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Iz" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/stack/sandbags_empty{ @@ -3558,27 +4365,21 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) "IM" = ( -/obj/structure/window/framed/colony/reinforced, -/obj/structure/machinery/door/poddoor/almayer{ - dir = 4; - id = "science_blast"; - layer = 3.3; - name = "\improper Science Wing Blast Door" - }, -/turf/open/floor/corsat{ - icon_state = "marked" +/obj/structure/platform{ + dir = 4 }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"IN" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "IP" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/device/flashlight/lamp{ - pixel_y = 12 - }, -/obj/item/tool/pen/paralysis{ - pixel_y = -2 +/obj/structure/platform{ + dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "IQ" = ( /obj/structure/bed/chair{ dir = 4 @@ -3607,6 +4408,36 @@ /obj/structure/machinery/vending/dinnerware, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Jg" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = -4; + pixel_y = -1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Jh" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph." + }, +/obj/item/weapon/melee/claymore/mercsword/machete/arnold, +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Jj" = ( +/obj/structure/flora/jungle/vines, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) "Jn" = ( /obj/structure/holohoop{ dir = 4; @@ -3627,16 +4458,26 @@ }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Jy" = ( -/obj/structure/window/framed/colony/reinforced, -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = ""; - name = "\improper Forced Blast Door" - }, -/turf/open/floor/corsat{ - icon_state = "marked" +/obj/structure/platform_decoration{ + dir = 8 }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Jz" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/prop/almayer/computers/sensor_computer2, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "JA" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/reagent_container/food/snacks/upp, @@ -3649,6 +4490,21 @@ /obj/item/reagent_container/food/snacks/upp, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"JD" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/tool/pen{ + pixel_x = 3 + }, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = -1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/militia) "JF" = ( /obj/item/trash/used_stasis_bag, /obj/item/spacecash/c500{ @@ -3667,6 +4523,10 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"JM" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "JN" = ( /obj/item/reagent_container/glass/bucket{ pixel_x = 3; @@ -3689,6 +4549,18 @@ /obj/item/storage/box/packet/hefa, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"JW" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"JZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1; + tag = "icon-NW-out" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Kb" = ( /obj/structure/machinery/landinglight/ds1{ tag = "icon-landingstripe" @@ -3767,9 +4639,39 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"KK" = ( +/obj/item/prop{ + desc = "Something about a research lab."; + icon = 'icons/obj/items/paper.dmi'; + icon_state = "folder_black"; + name = "USCM classified intelligence folder" + }, +/turf/closed/wall/cult, +/area/LV624_Outpost_Furidamu/outdoors/militia) "KL" = ( -/obj/structure/fence, -/turf/open/auto_turf/strata_grass/layer0/unweedable, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"KM" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -9; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 7; + pixel_y = 20 + }, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "KN" = ( /obj/structure/platform, @@ -3797,8 +4699,7 @@ /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) "Lc" = ( -/obj/structure/flora/bush/ausbushes/var3/sparsegrass, -/turf/open/auto_turf/strata_grass/layer1/unweedable, +/turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Lf" = ( /turf/open/floor{ @@ -3806,6 +4707,10 @@ tag = "icon-bcircuit" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Lg" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Lh" = ( /obj/structure/machinery/colony_floodlight_switch{ pixel_y = 30 @@ -3832,19 +4737,15 @@ /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) "Lv" = ( -/obj/structure/machinery/door/airlock/almayer/research{ - locked = 1; - name = "\improper Research Dome"; - req_access_txt = "100" +/obj/structure/platform_decoration{ + dir = 4 }, -/obj/structure/machinery/door/poddoor/almayer{ +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"LB" = ( +/turf/open/floor{ dir = 4; - id = "science_blast"; - layer = 3.3; - name = "\improper Science Wing Blast Door" - }, -/turf/open/floor/corsat{ - icon_state = "marked" + icon_state = "whiteyellowcorner" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "LD" = ( @@ -3908,6 +4809,12 @@ /obj/structure/largecrate, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Mi" = ( +/turf/open/floor{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Mk" = ( /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -3953,6 +4860,13 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"MA" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/oob) "MB" = ( /turf/open/floor{ dir = 4; @@ -3972,30 +4886,43 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "MJ" = ( -/obj/structure/machinery/door/airlock/almayer/research{ +/obj/structure/filingcabinet{ density = 0; - icon_state = "door_open"; - name = "\improper Research Dome"; - opacity = 0; - req_access_txt = "100" - }, -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = ""; - name = "\improper Forced Blast Door" + pixel_x = -9; + pixel_y = 20 }, -/turf/open/floor/corsat{ - icon_state = "marked" +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 7; + pixel_y = 20 }, +/obj/structure/machinery/space_heater, +/turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "MO" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/snacks/wishsoup, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"MP" = ( +/turf/open/floor{ + dir = 1; + icon_state = "whiteyellowcorner" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) +"MQ" = ( +/obj/structure/flora/bush/ausbushes/genericbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "MS" = ( /turf/open/auto_turf/strata_grass/layer0/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"MT" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "MW" = ( /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, @@ -4056,6 +4983,10 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Nh" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Ni" = ( /obj/item/stack/sheet/wood{ pixel_x = -1 @@ -4104,6 +5035,10 @@ "Nl" = ( /turf/open/auto_turf/strata_grass/layer0/unweedable, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Nv" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Nw" = ( /obj/structure/platform{ dir = 8 @@ -4129,6 +5064,10 @@ icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"NH" = ( +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "NI" = ( /obj/structure/machinery/light, /obj/structure/surface/table/reinforced/prison, @@ -4169,6 +5108,14 @@ /obj/item/clothing/head/helmet/marine/veteran/UPP, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"NU" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "bee" + }, +/obj/structure/curtain/red, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "NW" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/boiledrice, @@ -4270,18 +5217,40 @@ icon_state = "pwall" }, /area/LV624_Outpost_Furidamu/oob) +"OA" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "OI" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"OJ" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "3" + }, +/obj/item/weapon/gun/m60, +/turf/open/floor{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "OR" = ( /obj/structure/surface/rack, /obj/item/clothing/under/colonist/clf, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"OT" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "OU" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 4; @@ -4316,6 +5285,13 @@ }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) +"Pj" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Pk" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -4377,6 +5353,11 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"PD" = ( +/turf/open/floor{ + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "PH" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -4406,6 +5387,14 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"PS" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "PU" = ( /turf/open/floor/plating{ dir = 4; @@ -4465,6 +5454,10 @@ /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Qn" = ( +/obj/item/reagent_container/food/snacks/meat/human, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Qw" = ( /turf/open/floor/plating{ icon_state = "warnplate" @@ -4475,12 +5468,17 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) "Qz" = ( -/obj/structure/largecrate/random/case/small, -/obj/structure/largecrate/random/case/small{ - pixel_y = 10 +/obj/structure/surface/rack, +/obj/item/circuitboard/computer{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/circuitboard/computer{ + pixel_x = 8; + pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "QB" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/ammo_box/magazine/type71{ @@ -4504,6 +5502,10 @@ /obj/structure/platform/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"QK" = ( +/obj/item/stack/sheet/metal, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "QL" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" @@ -4517,6 +5519,14 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"QO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + tag = "icon-E-corner" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "QT" = ( /obj/structure/closet/secure_closet/freezer/meat, /turf/open/floor/interior/wood, @@ -4588,6 +5598,10 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Rp" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Rv" = ( /obj/item/tool/minihoe, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -4625,6 +5639,13 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"RE" = ( +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "RG" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 @@ -4657,6 +5678,13 @@ /obj/structure/machinery/vending/coffee, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"RP" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "RR" = ( /obj/structure/barricade/wooden, /turf/open/floor/interior/wood, @@ -4743,6 +5771,10 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"SB" = ( +/obj/effect/decal/remains/xeno, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "SF" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -4785,17 +5817,9 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) "SP" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/clothing/suit/storage/militia/vest{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/clothing/suit/storage/militia/vest{ - pixel_x = -4; - pixel_y = -1 - }, +/obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "SU" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight, @@ -4808,6 +5832,10 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Tb" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Tc" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/stack/sandbags/large_stack{ @@ -4826,6 +5854,18 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Th" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2" + }, +/obj/item/weapon/gun/lever_action/r4t, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Ti" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -4912,6 +5952,14 @@ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"TF" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"TG" = ( +/turf/open/floor, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "TJ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/prop/helmetgarb/gunoil{ @@ -4937,6 +5985,12 @@ /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"TY" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "TZ" = ( /obj/vehicle/powerloader, /turf/open/floor/interior/wood, @@ -4947,6 +6001,10 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ue" = ( +/obj/structure/flora/jungle/vines, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Uf" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/glass/bucket/janibucket{ @@ -5111,6 +6169,18 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"UR" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"US" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "UV" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/storage/firstaid/adv, @@ -5146,12 +6216,30 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Vd" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Ve" = ( /obj/effect/landmark/shuttle_loc/marine_trg/landing{ name = "2" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Vg" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Vj" = ( +/obj/structure/window/framed/corsat/hull/research, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Vm" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/floor/interior/wood, @@ -5229,6 +6317,13 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"VL" = ( +/obj/structure/xenoautopsy/tank/hugger, +/turf/open/floor{ + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "VO" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 1; @@ -5245,6 +6340,13 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_1) +"VS" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "VT" = ( /obj/structure/platform{ dir = 1 @@ -5267,6 +6369,13 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Wc" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/oob) "Wd" = ( /obj/structure/machinery/seed_extractor, /turf/open/floor/interior/wood, @@ -5278,6 +6387,10 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Wg" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Wh" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 1 @@ -5330,6 +6443,14 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Ww" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "bee" + }, +/obj/item/weapon/melee/yautja/combistick, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Wz" = ( /obj/structure/surface/table, /turf/open/floor{ @@ -5351,12 +6472,26 @@ icon_state = "cult" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"WC" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"WI" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "WJ" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"WL" = ( +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "WV" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -5377,6 +6512,12 @@ /obj/effect/decal/warning_stripes, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) +"Xa" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Xb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/trash/USCMtray{ @@ -5389,12 +6530,12 @@ /area/LV624_Outpost_Furidamu/oob) "Xd" = ( /obj/structure/closet/crate/secure/ammo, -/obj/item/explosive/grenade/HE/upp, -/obj/item/explosive/grenade/HE/upp, -/obj/item/explosive/grenade/HE/upp, -/obj/item/explosive/grenade/HE/upp, -/obj/item/explosive/grenade/HE/upp, -/obj/item/explosive/grenade/HE/upp, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/item/explosive/grenade/high_explosive/upp, +/obj/item/explosive/grenade/high_explosive/upp, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Xf" = ( @@ -5428,6 +6569,14 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Xq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1; + tag = "icon-N" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Xt" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/corsat{ @@ -5450,12 +6599,43 @@ icon_state = "white" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"XB" = ( +/obj/structure/machinery/door/airlock/almayer/research{ + dir = 1; + locked = 1; + name = "\improper Research Dome"; + req_access_txt = "100" + }, +/obj/structure/machinery/door/poddoor/almayer{ + id = "Marked_2"; + indestructible = 1; + layer = 3.3; + name = "\improper Secure Blast Door"; + unacidable = 1 + }, +/obj/structure/machinery/door/poddoor/almayer{ + id = "Marked_1"; + indestructible = 1; + layer = 3.3; + name = "\improper Secure Blast Door"; + unacidable = 1 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "XF" = ( /obj/effect/landmark/shuttle_loc/marine_trg/landing{ name = "1" }, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_1) +"XL" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "XN" = ( /obj/structure/surface/rack, /obj/item/clothing/under/colonist/clf, @@ -5474,13 +6654,13 @@ /area/LV624_Outpost_Furidamu/outdoors/militia) "XZ" = ( /obj/structure/closet/crate/secure/ammo, -/obj/item/explosive/grenade/HE/stick, -/obj/item/explosive/grenade/HE/stick, -/obj/item/explosive/grenade/HE/stick, -/obj/item/explosive/grenade/HE/stick, -/obj/item/explosive/grenade/HE/stick, -/obj/item/explosive/grenade/HE/stick, -/obj/item/explosive/grenade/HE/stick, +/obj/item/explosive/grenade/high_explosive/stick, +/obj/item/explosive/grenade/high_explosive/stick, +/obj/item/explosive/grenade/high_explosive/stick, +/obj/item/explosive/grenade/high_explosive/stick, +/obj/item/explosive/grenade/high_explosive/stick, +/obj/item/explosive/grenade/high_explosive/stick, +/obj/item/explosive/grenade/high_explosive/stick, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Yi" = ( @@ -5545,6 +6725,12 @@ "YB" = ( /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"YD" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "YE" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -5630,6 +6816,10 @@ /obj/item/device/mmi/radio_enabled, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Za" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Zc" = ( /obj/structure/bookcase{ density = 0; @@ -5638,6 +6828,18 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Zd" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"Zf" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Zi" = ( /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, @@ -5697,6 +6899,10 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZC" = ( +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "ZE" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 @@ -5718,6 +6924,10 @@ /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZJ" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "ZL" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/ashtray/glass, @@ -22653,16 +23863,16 @@ zA zA zA zA +Xc +Xc zA zA zA zA zA zA -zA -zA -zA -zA +Xc +Xc zA zA Xc @@ -22817,25 +24027,25 @@ zA zA zA zA +Xc +Xc zA +ad +Xc +km +WI +ad zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +ad zA zA zA Xc Xc -Xc Ot Ip "} @@ -22987,21 +24197,21 @@ zA zA zA zA +Xc +wE zA +Ec +Ec zA +WC +Xc zA zA zA +Ec +Ec zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc +WC Xc Xc Xc @@ -23150,28 +24360,28 @@ zA zA zA zA +Xc zA zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +wE +wE +Ec +Xc +wE +Ec +wE zA zA zA zA Xc -Xc +wE +Ec +wE +zA Xc Xc Ot @@ -23315,32 +24525,32 @@ zA zA zA zA +Xc +Xc +Ec +Xc +Xc +Xc +Ec +Xc zA zA +Ec +ad +Ec +Xc +Xc +wE +kr zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc Xc Xc +wE +km +WI Xc Xc Ot @@ -23476,32 +24686,32 @@ zA zA zA zA +kr zA +Ec +wx +gS +xD +kr +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +Xc +ad +OA +ad +Vg +Ec +kr zA zA zA @@ -23629,9 +24839,9 @@ or Li il il -zA -il -il +FK +FK +FK zA HO zA @@ -23644,33 +24854,33 @@ zA zA zA zA +MQ +Xc +Xc +ad zA +Hk +Hk +ad zA +Xc +gS +ad +Hk +Xc +gS +ad +Hk zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Ec +Ec +Ec +wE +nP +VS +ad zA zA zA @@ -23798,9 +25008,9 @@ or Li il il -il -il -il +FK +EM +FK il HO zA @@ -23813,33 +25023,33 @@ zA zA zA zA +Xc +Xc +kx +kr +Ue +Hk +ad +kx +wE zA zA zA +Xc +Xc +Ec +Xc zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +ad +Ec +Xc +Ec +Xc +ad +Ec +wE zA zA zA @@ -23967,9 +25177,9 @@ zq zq il il -il -il -il +FK +jE +FK il HO ob @@ -23982,33 +25192,33 @@ zA zA zA zA +Xc +Ec +kf +Ue +Xc +Xc +Ec +Xc zA zA zA zA +Xc +Xc +Xc +Xc zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +US +Xc +ad +Xc +Xc +Ec +Xc zA zA zA @@ -24084,10 +25294,10 @@ Dy Xt Xt Dy -Iw -Iw -Iw -Iw +WL +WL +WL +WL Dy Xt Xt @@ -24102,7 +25312,7 @@ Dy Xt Xt Dy -Iw +WL Ti Ti Ti @@ -24151,33 +25361,33 @@ zA zA zA zA +Xc +Ec +kx +kr +Xc +Xc +Xc +Xc zA +Xc zA zA +Xc +gS +ad +Hk zA zA zA +ad zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc +Xc zA zA zA @@ -24250,16 +25460,16 @@ nX nX nX Xt -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +WL +WL +zP +cH +cH +nx +WL +WL +WL Xt nX nX @@ -24268,11 +25478,11 @@ nX nX nX Xt -Iw -Iw -Iw -Iw -Iw +WL +WL +WL +zP +cH Ti Ti Ti @@ -24320,15 +25530,15 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +wx +Is +ad +Xc +gS +ad +Hk +wE Xc Xc zA @@ -24343,10 +25553,10 @@ zA zA zA zA -zA -zA -zA -zA +Xc +gS +ad +Hk zA zA zA @@ -24373,8 +25583,8 @@ nX nX nX Xc -nX -nX +xm +xm nX nX nX @@ -24419,16 +25629,16 @@ nX nX nX Xt -Iw -Iw -Iw +WL +zP +cH Ti -Iw +TG Ti -Iw -Iw -Iw -Iw +xC +cH +nx +WL Xt nX nX @@ -24437,12 +25647,12 @@ nX nX nX Xt -Iw -Iw -Iw -Iw -Iw -Iw +WL +zP +cH +MP +TG +TG Iw Iw Ti @@ -24489,14 +25699,14 @@ FK zA zA zA +Xc zA -zA -zA -zA -zA -zA -zA -zA +Ec +Hk +kr +Ec +wE +Xc Xc Xc Xc @@ -24512,14 +25722,14 @@ Xc zA zA zA +Xc +Xc +Ec +Xc zA zA -zA -zA -zA -zA -zA -zA +Xc +Xc Xc Xc Xc @@ -24540,11 +25750,11 @@ nX nX nX nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm nX nX Xc @@ -24588,16 +25798,16 @@ nX nX Dy Dy -Iw +WL Ti sJ Ti Ti Ti -Iw +TG sJ -Iw -Iw +PD +WL Dy Dy Dy @@ -24606,13 +25816,13 @@ my Dy Dy Dy -Iw -Iw +WL +Ig sJ Ti -Iw -Iw -Iw +TG +TG +TG sJ Iw Ti @@ -24654,23 +25864,25 @@ cX cX cX To -FK -zA -zA -zA +id zA zA zA +Xc +Xc +Ec zA zA +Nh zA +kr Xc Xc Xc +pp +Xa Xc Xc -yQ -yQ Xc Xc Xc @@ -24678,17 +25890,15 @@ Xc Xc Xc Xc +zA +Xc +Xc Xc Xc zA zA -zA -zA -zA -zA -zA -zA -zA +Xc +Ec Xc Xc Xc @@ -24708,14 +25918,14 @@ Xc Xc nX nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm Xc Xc je @@ -24756,33 +25966,33 @@ nX nX nX Xt -Iw -Iw +WL +zP Ti Ti Ti Ti Ti -Iw -Iw -Iw -Iw -Iw +TG +TG +xC +nx +WL sJ -Iw -Iw -Iw -Iw +WL +WL +WL +WL sJ -Iw -Iw -Iw +WL +zP +MP Ti Ti -Iw -Iw -Iw -Iw +WL +WL +TG +TG Iw Ti Ti @@ -24837,9 +26047,9 @@ Xc Xc Xc yQ -yQ -yQ -yQ +Xc +pp +eW yQ Xc Xc @@ -24850,10 +26060,10 @@ Xc Xc Xc Xc -zA -zA -zA -zA +Xc +gS +ad +Hk zA zA zA @@ -24875,16 +26085,16 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm Xc je je @@ -24925,34 +26135,34 @@ nX nX nX Yo -Iw -Iw -Iw -Ti -Ti -Ti -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +Ig +TG +Ti +Ti +Ti +WL +WL +TG +TG +xC +cH +cH +cH +cH +cH +cH +cH +cH +MP +TG +TG +WL +WL +WL +WL +TG +TG Iw Ti Yo @@ -24999,16 +26209,16 @@ zA zA zA zA -zA -zA +km +WI Xc Xc +Ej yQ yQ -yQ -yQ -yQ -yQ +Xc +Xc +pp yQ yQ Xc @@ -25044,16 +26254,16 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm Xc Xc je @@ -25094,16 +26304,16 @@ nX nX nX Yo -Iw -Iw -Iw -Iw +WL +Ig +TG +TG Ti -Iw -Iw -Iw -Iw -Iw +WL +WL +WL +TG +TG Iw Ti Ti @@ -25113,15 +26323,15 @@ Iw Ti Ti Ti -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +LB +TG +TG +WL +WL +WL +WL +TG +TG Ti Ti Yo @@ -25165,8 +26375,8 @@ id zA zA zA -zA -zA +Xc +Xc zA zA Xc @@ -25174,27 +26384,27 @@ Xc il yQ yQ +eW +dv +pp yQ yQ yQ yQ yQ -yQ -yQ -yQ -il -il il il +Xc +Xc il il il zA zA zA -zA -zA -zA +gS +ad +Hk il Xc Xc @@ -25212,17 +26422,17 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm Xc Xc Xc @@ -25263,15 +26473,15 @@ nX nX nX Xt +WL +AW Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +TG +TG +WL +WL +TG +TG Iw Ti Ti @@ -25283,13 +26493,13 @@ Ti sJ Ti Ti -Iw -Iw -Iw -Iw -Iw -Iw -Iw +LB +TG +TG +WL +WL +TG +TG Iw Ti Ti @@ -25330,30 +26540,30 @@ cX cX cX YM -FK -zA +id zA zA +Xc zA zA +ad zA -il Xc il il yQ yQ +uI yQ +pp +dv yQ yQ -yQ -yQ -yQ -yQ +Ej yQ il il -il +Xc il il il @@ -25361,9 +26571,9 @@ il zA zA zA -zA -zA -zA +Xc +Ec +Xc il Xc Xc @@ -25381,17 +26591,17 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm Xc Xc Xc @@ -25433,13 +26643,13 @@ nX nX Dy Dy -Iw -Iw +WL +Ig sJ -Iw -Iw -Iw -Iw +TG +TG +TG +TG sJ Iw Ti @@ -25454,10 +26664,10 @@ sJ Ti Ti sJ -Iw -Iw -Iw -Iw +TG +TG +TG +TG sJ Iw Ti @@ -25502,19 +26712,19 @@ FK FK zA zA +Ec +Ec zA -zA -zA -il -il +WC +Xc il il il il yQ -yQ Xc Xc +pp Xc yQ yQ @@ -25525,14 +26735,14 @@ il il il il +Xc il -il -zA -zA -zA zA zA -il +gS +ad +Hk +Xc il il Xc @@ -25550,18 +26760,18 @@ Xc Xc Xc Xc -nX -nX -nX -nX +xm +xm +xm +xm Xc Xc -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm Xc Xc YB @@ -25602,14 +26812,14 @@ nX nX nX Xt -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +AW +Gw +LB +TG +TG +bD +Gw Ti Ti Uk @@ -25624,8 +26834,8 @@ Ti Ti Ti Iw -Iw -Iw +TG +TG Iw Iw Ti @@ -25644,11 +26854,11 @@ YB Xm zA zA -FK -id -id -id -FK +HO +zA +zA +zA +HO il il zA @@ -25671,18 +26881,17 @@ FK zA zA zA +Xc +wE +Ec +wE zA -zA -zA -il -il il il il yQ yQ -Xc -Xc +yQ Xc Xc Xc @@ -25690,6 +26899,7 @@ yQ yQ yQ yQ +yQ il il il @@ -25698,10 +26908,10 @@ il zA zA zA -zA -zA -zA -il +Xc +Ec +Xc +Xc il il Xc @@ -25718,18 +26928,18 @@ Ot Xc Xc Xc -nX -nX -nX -nX +xm +xm +xm +xm Xc Xc Xc Xc -nX -nX -nX -nX +YB +YB +xm +xm Xc Xc Xc @@ -25742,7 +26952,7 @@ xm xm Xc Xc -nX +PR nX nX nX @@ -25771,11 +26981,11 @@ nX nX nX Xt -Iw -Iw -Iw -Iw -Iw +WL +WL +WL +AW +LB Iw Ti Ti @@ -25794,8 +27004,8 @@ Ti Ti Ti Iw -Iw -Iw +bD +Gw Ti Ti Ti @@ -25814,12 +27024,12 @@ Xm zA zA FK -gV -tm -LX +id +id +id FK -il -zA +FK +oA zA zA zA @@ -25830,32 +27040,32 @@ zA zA il il -FK +id uE cX cX cX aD -FK -zA -zA +id zA zA zA +Xc +Xc +wE +kr zA il il il -il -il yQ -Xc -Xc -Xc -Xc -Xc -Xc -Xc +yQ +yQ +pp +dv +uI +yQ +yQ yQ yQ yQ @@ -25863,13 +27073,13 @@ yQ il il il +Xc +wE zA zA -zA -zA -zA -zA -zA +Xc +Xc +Xc il il il @@ -25887,32 +27097,32 @@ Ot Xc Xc Xc -nX -nX -nX +xm +xm +xm Xc Xc Xc Xc -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB Xc Xc YB YB YB -YB +Mn xm xm xm xm Xc Xc -nX -nX +re +PR nX nX nX @@ -25943,8 +27153,8 @@ Dy Xt Xt Dy -Iw -Iw +WL +Ig Ti Ti sJ @@ -25962,9 +27172,9 @@ Uk Uk sJ Ti -Iw -Iw -Iw +Ig +PD +WL Dy Xt Xt @@ -25982,12 +27192,12 @@ YB Xm zA zA -id -cX +FK +zD rC -qY +LX FK -zA +Fg zA zA zA @@ -26008,32 +27218,32 @@ DB id zA zA -zA -zA +Xc +Xc zA zA il il -il -il +Ad +Lg il yQ -Xc -Xc -Xc -Xc -Xc -Xc -Xc +eW yQ +pp +dv +dv +pp +yQ +Xc yQ yQ yQ il il Xc -zA -zA +Xc +Xc zA zA zA @@ -26055,21 +27265,21 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX +xm +xm +xm +YB +YB Xc Xc -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB Xc Xc -YB +Mn YB YB YB @@ -26081,8 +27291,8 @@ xm Xc Xc Xc -nX -nX +re +PR nX nX nX @@ -26113,7 +27323,7 @@ nX nX Dy sJ -Iw +Ig Ti sJ sJ @@ -26131,8 +27341,8 @@ Mk Mk sJ sJ -Iw -Iw +Ig +PD sJ Dy nX @@ -26153,12 +27363,12 @@ fA zA id zD -cX -IP +Hj +qY FK +Fg +zA zA -il -il il il zA @@ -26176,10 +27386,10 @@ cX xW FK zA +Xc zA zA -zA -zA +ad zA zA il @@ -26190,14 +27400,14 @@ yQ yQ Xc Xc +dv +dv +pp Xc Xc +ws Xc yQ -yQ -yQ -yQ -yQ il Xc Xc @@ -26207,7 +27417,7 @@ zA il il il -Xc +Is il il il @@ -26224,34 +27434,34 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB Xc Xc YB -YB +On YB YB YB xm -YB +xm xm xm xm Xc Xc -nX -nX +re +Ua nX nX nX @@ -26281,8 +27491,8 @@ nX nX nX Dy -Iw -Iw +WL +Ig Ti Ti sJ @@ -26290,19 +27500,19 @@ Mk Mk Mk Mk -Mk -Mk -Mk -Mk +wd +IM +IM +Jy Mk Mk Mk Mk sJ Ti -Iw -Iw -Iw +Ig +PD +WL Dy nX ZN @@ -26320,14 +27530,14 @@ YB YB Xm zA -FK -FK -cX +id +zD cX +hz FK +Fg +zA zA -il -il il il il @@ -26345,11 +27555,11 @@ cX IT id zA +Ec +Ec zA -zA -zA -zA -zA +WC +Xc zA zA il @@ -26361,26 +27571,26 @@ yQ Xc Xc Xc -yQ -yQ -yQ -yQ -yQ -yQ -il +Xc +Xc +Xc +Xc Xc il il +Xc il il il -Xc -Xc -Xc -il il il il +bh +Vj +Vj +Vj +bh +Is Xc Xc Xc @@ -26393,17 +27603,17 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB Xc Xc Xc @@ -26413,14 +27623,14 @@ YB YB YB YB -YB -YB +xm +xm xm xm Xc Xc -nX -nX +re +Ua nX nX nX @@ -26450,8 +27660,8 @@ nX nX nX Xt -Iw -Iw +WL +Ig Iw Ti Uk @@ -26459,10 +27669,10 @@ Mk Mk Mk Mk -Mk -Mk -Mk -Mk +wt +sJ +sJ +KL Mk Mk Mk @@ -26470,8 +27680,8 @@ Mk Uk Ti Ti -Iw -Iw +PD +WL Xt nX ZN @@ -26489,14 +27699,14 @@ YB YB Xm zA -zA FK +zF cX cX FK +Fg +zA zA -il -il il il il @@ -26506,18 +27716,18 @@ Xc zA zA zA -FK +id Aw cX cX cX HG -FK -zA -zA -zA -zA +id zA +Xc +wE +Ec +wE zA zA zA @@ -26528,30 +27738,30 @@ il yQ yQ yQ -yQ -yQ -yQ -yQ -yQ -yQ -yQ -yQ Xc -Xc -il -il -il -il +dv +uI +yQ +pp +dv +sl il il Xc -Xc -il il il il -Xc -Xc +bh +Vj +Vj +bh +gp +GP +hV +bh +bh +bh +bh Xc Xc Ot @@ -26562,17 +27772,17 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB Xc Xc Xc @@ -26582,14 +27792,14 @@ YB YB YB YB -YB -YB +uR +xm xm xm Xc Xc -nX -nX +re +Ua nX nX nX @@ -26619,8 +27829,8 @@ nX nX nX Xt -Iw -Iw +WL +Ig Iw Ti Uk @@ -26628,10 +27838,10 @@ Mk Mk Mk Mk -Mk -Mk -Mk -Mk +wt +sJ +sJ +KL Mk Mk Mk @@ -26639,8 +27849,8 @@ Mk Uk Ti Ti -Iw -Iw +PD +WL Xt nX ZN @@ -26658,14 +27868,14 @@ YB YB fI fA -zA +FK FK FK fX FK FK FK -il +zA zA zA il @@ -26674,7 +27884,7 @@ il il zA zA -zA +FK FK FK cX @@ -26683,10 +27893,10 @@ cX FK FK zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc zA zA zA @@ -26699,29 +27909,29 @@ yQ yQ yQ yQ +pp yQ -yQ -yQ -yQ -yQ -Xc +pp Xc -Xc -il -il -il -il -il il il Xc +Xc il il -il -il -il -Xc -Xc +bh +bh +ln +ln +bh +Jz +gM +Jh +bh +yQ +yQ +bh +bh Xc Ot Ip @@ -26731,38 +27941,38 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB Xc Xc Xc YB YB YB +Cy YB YB -xm YB -xm +Xc xm xm Xc Xc +re +Ua nX nX nX -nX -nX -nX +Xc nX nX nX @@ -26788,8 +27998,8 @@ nX nX nX Dy -Iw -Iw +WL +Ig Ti Ti sJ @@ -26797,19 +28007,19 @@ Mk Mk Mk Mk -Mk -Mk -Mk -Mk +HR +IP +IP +Lv Mk Mk Mk Mk sJ -Iw +WL Ti -Iw -Iw +PD +WL Dy Vq ZN @@ -26827,9 +28037,9 @@ YB YB YB Xm -zA -zA FK +FK +cX cX jA YH @@ -26843,8 +28053,8 @@ il il il zA -zA -zA +FK +EM FK FK fX @@ -26853,44 +28063,44 @@ FK zA zA zA -zA -zA -zA -zA +Xc +km +WI +ad zA zA Xc il il +Ad +Lg il -il -il -yQ -yQ -yQ -yQ yQ +Ej yQ Xc Xc Xc Xc il -il -il -il -il -il -il -il +Xc Xc il il il -il -il -Xc -Xc +Vj +ln +zu +ht +ln +RE +tb +Iq +ln +yQ +yQ +yQ +bh Xc Ot Ip @@ -26900,39 +28110,39 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -Xc -Xc YB YB YB YB +YB +xm xm xm xm +xm +Xc +Xc +Xc +uR +YB +YB YB xm +On +YB +YB +YB xm xm Xc Xc +re +GM nX nX -nX -nX -nX -nX -nX +Xc +Xc +Xc nX nX nX @@ -26958,7 +28168,7 @@ nX nX Dy sJ -Iw +Ig Ti sJ sJ @@ -26977,7 +28187,7 @@ Mk sJ sJ Ti -Iw +PD sJ Dy vo @@ -26997,10 +28207,10 @@ YB YB fI fA -zA FK cX cX +cX TB FK FK @@ -27012,9 +28222,9 @@ il il il zA -zA -zA -zA +FK +jE +FK HO zA zA @@ -27022,11 +28232,11 @@ HO zA zA zA +Ec +Ec zA -zA -zA -zA -zA +WC +Xc zA Xc Xc @@ -27038,28 +28248,28 @@ il il il il -Xc -Xc -Xc -Xc -Xc -zA -il -il -il -il -il -il -zA +Za +YD +sl il Xc +Xc il il il -il -il -Xc -Xc +Vj +ln +OJ +xa +bh +gv +gM +qw +bh +yQ +yQ +yQ +bh Xc Ot Ip @@ -27069,16 +28279,16 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +YB +YB +xm +xm +xm +xm +xm +xm +xm +xm Xc Xc Xc @@ -27088,19 +28298,19 @@ YB xm xm xm -xm +YB YB YB xm xm Xc Xc +GM nX -nX -nX -nX -nX -nX +Xc +Xc +Xc +Xc nX nX nX @@ -27126,8 +28336,8 @@ Dy Xt Xt Dy -Iw -Iw +WL +Ig Ti Ti sJ @@ -27144,10 +28354,10 @@ sJ Uk Uk sJ -Iw -Iw -Iw -Iw +WL +Ig +PD +WL Dy Xt Xt @@ -27166,10 +28376,10 @@ YB YB On Xm -zA id cX cX +cX Nc ka FK @@ -27191,10 +28401,10 @@ HO zA zA zA -zA -zA -zA -zA +Xc +wE +Ec +wE zA zA zA @@ -27211,24 +28421,24 @@ Xc Xc Xc Xc -zA -zA -il -il -il -il -il -il -zA -il Xc Xc il il -il -il -Xc -Xc +bh +bh +bh +ln +bh +bh +bh +qA +bh +bh +bh +oL +bh +bh Xc Ot Ip @@ -27238,16 +28448,16 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm Xc Xc Xc @@ -27257,9 +28467,9 @@ xm xm xm xm -xm YB -xm +YB +YB xm Xc Xc @@ -27267,8 +28477,8 @@ nX nX nX nX -nX -nX +Xc +Xc nX nX nX @@ -27292,11 +28502,11 @@ nX nX nX Xt -Iw -Iw -Iw -Iw -Iw +WL +WL +WL +zP +MP Iw Ti Ti @@ -27313,13 +28523,13 @@ Uk Ti Ti Ti -Iw -Iw -Iw +zP +MP +xC Ti Ti -Iw -Iw +WL +WL Xt dR nX @@ -27335,11 +28545,11 @@ YB YB YB Xm -zA id cX cX cX +cX pi FK FK @@ -27360,10 +28570,10 @@ HO zA zA zA -zA -zA -zA -zA +Xc +Xc +wE +kr zA zA zA @@ -27378,26 +28588,26 @@ Xc Xc Xc Xc -il -zA -zA -il -il -il -il +Za +Xc +Xc il il il +ke +BG zA zA -Xc -il -il -il +Th +bh +nt +vm +nq +bh +zA il il -Xc -Xc +Ww Xc Ot Ip @@ -27407,16 +28617,16 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm Xc Xc Xc @@ -27427,8 +28637,8 @@ xm xm xm xm -nX -Xc +YB +YB Xc Xc pZ @@ -27461,12 +28671,12 @@ nX nX nX Xt -Iw -Iw -Iw -Iw -Iw -Iw +WL +zP +cH +MP +TG +TG Iw Ti Ti @@ -27483,12 +28693,12 @@ Ti Ti Ti Ti -Iw +TG Ti Ti Ti Ti -Iw +WL Xt dR nX @@ -27504,12 +28714,12 @@ YB YB YB Xm -zA FK cX cX cX cX +cX UK FK il @@ -27538,36 +28748,36 @@ zA zA zA zA -zA -zA Xc Xc +zA +zA Xc Xc Xc Xc +XL +XL +Za +YD il il il -il -il -il -il -il -il -il -il +XB zA zA -Xc -Xc -il +kh +zA +px +zA +KK +Qn +NU +zA il il Xc Xc -Xc -Xc Ot Ip "} @@ -27577,16 +28787,16 @@ Ot Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm Xc Xc Xc @@ -27596,8 +28806,8 @@ xm xm xm xm -nX -pZ +YB +NH Xc je pZ @@ -27610,9 +28820,9 @@ nX nX nX Dy -IM -Lv -IM +Xt +my +Xt Dy nX nX @@ -27630,13 +28840,13 @@ nX nX Dy Dy -Iw -Iw +WL +Ig sJ -Iw -Iw -Iw -Iw +TG +TG +TG +TG sJ Ti Ti @@ -27654,7 +28864,7 @@ sJ Ti Ti Ti -Iw +TG sJ Ti Ti @@ -27673,13 +28883,13 @@ YB YB YB Xm -zA FK cX cX cX cX cX +cX FK zA il @@ -27702,39 +28912,39 @@ zA zA zA zA +Xc +Xc zA +ad +Xc +km +WI +ad zA zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il il +XL +XL +XL +Za +YD +YD il il il -zA +ke zA il il zA -zA -Xc -Xc -il -il -il -Xc +bh +nq +Qn +gX Xc +FQ +zA +zA Xc Xc Ot @@ -27747,14 +28957,14 @@ Xc Xc Xc Xc -nX -nX -nX -nX +xm +xm +xm +xm Xc -nX -nX -nX +xm +xm +xm nX Xc Xc @@ -27764,9 +28974,9 @@ Xc xm xm xm -nX -Rw -nX +YB +YB +xm je je je @@ -27798,15 +29008,15 @@ nX nX nX Xt -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +zP +MP +TG +TG +WL +WL +TG +TG Ti Ti Ti @@ -27842,9 +29052,9 @@ YB YB YB Xm -zA id cX +cX qp DV cX @@ -27872,38 +29082,38 @@ zA zA zA zA +Xc +wE zA +Ec +Ec zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il -il -il -zA +WC +Xc zA il il -zA -zA -Xc +Za +Za +Za +YD Xc il il il +bh +bh +bh +jE +bh +bh +bh +px Xc +bh Xc +px +bh Xc Xc Ot @@ -27916,9 +29126,9 @@ Xc Xc Xc Xc -nX -nX -nX +xm +xm +xm Xc Xc Xc @@ -27932,10 +29142,10 @@ Xc Xc Xc Xc -nX -nX -nX -nX +xm +YB +YB +uR pZ je je @@ -27967,33 +29177,33 @@ nX nX nX Yo -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +Ig +TG +TG +WL +WL +WL +WL +TG +TG Iw Ti Ti Ti -Iw -Iw +cH +cH Ti Ti Ti Iw -Iw -Iw -Iw +TG +TG +WL Ti Ti -Iw -Iw +WL +TG Ti Iw Ti @@ -28011,9 +29221,9 @@ YB YB YB Xm -zA id cX +cX GQ LX cX @@ -28041,38 +29251,38 @@ FK zA zA zA +wE +wE +Ec +Xc +wE +Ec +wE zA zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il il il il +Xc +YD il il il il il il +Vj +jE +Gr +VL +bh +Wg zA +tL Xc Xc -il -il -il -Xc -Xc +zA +QK Xc Xc Ot @@ -28093,7 +29303,7 @@ Xc Xc nX nX -nX +VE Xc Xc Xc @@ -28101,10 +29311,10 @@ Xc Xc Xc Xc -nX -nX -nX -nX +jy +xm +YB +xm pZ pZ Xc @@ -28136,33 +29346,33 @@ nX nX nX Yo -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Ti -Iw -Iw -Iw -Iw -Iw -Ti -Ti -Iw +WL +Ig +TG +TG +WL +WL +WL +WL +TG +TG +bD +Gw +Gw +Gw +Gw +Gw +Gw +Gw +Ti +LB +TG +TG +WL +WL +Ti +Ti +TG Ti Ti Ti @@ -28180,13 +29390,13 @@ YB YB YB Xm -zA FK cX cX cX cX -pi +cX +cX FK zA zA @@ -28210,38 +29420,38 @@ FK zA zA zA +Ec +ad +Ec +Xc +Xc +wE +kr zA zA -zA -zA -zA -zA -zA -zA -zA -il il il il +Za +YD il il il il il il +Vj +jE +lE il +jE il il -il -il -Xc -Xc -il -il -il -il -Xc -Xc +zA +px +zA +zA +zA Xc Xc Ot @@ -28270,9 +29480,9 @@ Xc Xc Xc Xc -nX -nX -nX +xm +xm +YB Xc je WJ @@ -28305,31 +29515,31 @@ kD kD kD Xt -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +AW +LB +TG +TG +WL +WL +TG +TG +bD +Mi +WL sJ -Iw -Iw -Iw -Iw +WL +WL +WL +WL sJ -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +AW +LB +TG +TG +WL +WL Ti Ti Ti @@ -28349,13 +29559,13 @@ YB YB Cy Xm -zA FK -sD cX cX cX -SP +cX +cX +pi FK zA zA @@ -28378,38 +29588,38 @@ Yt FK FK zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -zA -zA -il -il -il -il -il +Xc +Xc +Xc +ad +OA +ad +Vg +Ec +kr il il il +XL +Za Xc Xc il il il il -Xc -Xc +il +bh +bh +jE +jE +bh +CU +Wg +zA +bh +DM +zA Xc Xc Xc @@ -28439,10 +29649,10 @@ Xc Xc Xc Xc -nX -nX -pZ -je +xm +xm +YB +bz JR je Xc @@ -28475,16 +29685,16 @@ lH lH Dy Dy -Iw -Iw +WL +Ig sJ -Iw -Iw -Iw -Iw +TG +TG +TG +TG sJ -Iw -Iw +PD +WL Dy Dy Dy @@ -28493,13 +29703,13 @@ my Dy Dy Dy -Iw -Iw +WL +Ig sJ -Iw -Iw -Iw -Iw +TG +TG +TG +TG sJ Ti Ti @@ -28518,13 +29728,13 @@ YB Cy YB Xm -zA FK -qP +by cX cX cX -TB +cX +Jg id il zA @@ -28549,35 +29759,35 @@ FK zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -zA -zA -zA -zA -il -il -il -il -zA +Ec +Ec +Ec +wE +nP +VS +YD il il il +XL +Xc +Xc +Xc +Xc il il il il il -Xc +bh +Vj +Vj +bh +jE +jE +jE +bh +bh Xc Xc Xc @@ -28594,8 +29804,8 @@ Xc Xc Xc nX -nX -nX +dV +Et Xc nX nX @@ -28608,17 +29818,17 @@ Xc Xc Xc Xc -nX -nX -nX -Xc +xm +xm +YB +Mn Xc Xc Xc eI HX WJ -wd +Xt yv yv yv @@ -28632,7 +29842,7 @@ Nz Nz Nz Nz -wd +Xt mz mz mz @@ -28644,16 +29854,16 @@ mz mz mz Xt -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +AW +Gw +LB +TG +TG +bD +Gw +Mi +WL Xt nX nX @@ -28662,15 +29872,15 @@ nX nX nX Xt -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +AW +Gw +LB +TG +TG +bD +Gw +Mi Ti Xt nX @@ -28687,13 +29897,13 @@ YB YB YB Xm -zA FK -qP +zj cX cX cX -YH +cX +TB id il zA @@ -28717,16 +29927,16 @@ cX id zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +ad +Ec +Xc +Ec +Xc +ad +Ec +XL +il +il Xc Xc Xc @@ -28736,16 +29946,16 @@ Xc Xc Xc il -zA -zA -zA -zA -zA -zA il il il -Xc +il +il +bh +Vj +Vj +Vj +bh Xc Xc Xc @@ -28770,24 +29980,24 @@ nX nX nX nX -nX -Xc +lR Xc Xc Xc Xc Xc -nX -nX Xc -je -je -je -je +xm +xm +YB +bz +bz +da +da eC nX nX -wt +my yM yM yM @@ -28801,7 +30011,7 @@ Pt Pt Pt Pt -wt +my nX nX nX @@ -28813,16 +30023,16 @@ nX nX nX Xt -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +WL +WL +AW +Gw +Gw +Mi +WL +WL +WL Xt nX nX @@ -28831,16 +30041,16 @@ nX xm nX Xt -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw -Iw +WL +WL +WL +AW +Gw +Gw +Mi +WL +WL +WL Xt nX nX @@ -28856,13 +30066,13 @@ YB YB YB Xm -zA FK -HR -mp -Qz +zj cX -jA +cX +cX +cX +YH FK il zA @@ -28887,13 +30097,13 @@ id zA zA zA -zA -zA -zA -zA -zA -zA -zA +US +Xc +ad +Ec +Ec +zh +il Xc Xc Xc @@ -28907,10 +30117,10 @@ Xc Xc Xc zA -zA -zA -zA -zA +il +il +il +il il il il @@ -28930,6 +30140,7 @@ Xc Xc Xc Xc +Ua nX nX nX @@ -28937,26 +30148,25 @@ nX nX nX nX -nX -nX -nX +lR +re Xc Xc Xc Xc Xc nX -nX -nX -nX -Xc -Xc +xm +xm +bz +bz +YB Xc -je +da Xc nX VE -wd +Xt yR yR yR @@ -28970,7 +30180,7 @@ ND ND ND ND -wd +Xt nX nX xm @@ -28985,10 +30195,10 @@ Dy Xt Xt Dy -Iw -Iw -Iw -Iw +WL +WL +WL +WL Dy Xt Xt @@ -29003,10 +30213,10 @@ Dy Xt Xt Dy -Iw -Iw -Iw -Iw +WL +WL +WL +WL Dy Xt Xt @@ -29025,13 +30235,13 @@ YB YB YB Xm -zA -FK -FK -FK -id -id FK +dn +JD +sU +cX +cX +jA FK zA zA @@ -29055,14 +30265,14 @@ rf FK zA zA -zA -zA -zA -zA -zA -zA +ad +il Xc Xc +Ec +il +YD +il Xc Xc Xc @@ -29099,16 +30309,16 @@ Xc Xc Xc Xc +Ua nX nX nX nX nX nX -nX -nX -nX -nX +lR +re +re Xc Xc Xc @@ -29116,14 +30326,14 @@ Xc Xc nX Rw -nX -Xc -Xc +xm Xc -je -je +YB +On +da +da WJ -nX +ga lR Dy Dy @@ -29194,14 +30404,14 @@ YB YB YB Xm -zA -HO -zA -zA -zA -zA -zA -zA +FK +FK +FK +FK +id +id +FK +FK zA zA zA @@ -29225,10 +30435,10 @@ FK zA zA zA -zA -zA -zA -zA +il +il +il +il Xc Xc Xc @@ -29247,9 +30457,9 @@ il il zA zA -zA -zA -zA +Xc +Xc +Xc il Xc Xc @@ -29267,17 +30477,17 @@ Ot Xc Xc Xc +re +Ua nX nX nX nX nX nX -nX -nX -nX -nX -nX +Wo +re +re Xc Xc Xc @@ -29285,14 +30495,14 @@ Xc Xc nX nX -nX -je -Xc -Xc -Xc -pZ -pZ -wF +xm +bz +YB +YB +YB +NH +NH +Tb re re Xt @@ -29364,9 +30574,9 @@ YB YB fI fA -HO -zA -zA +FK +EM +FK zA zA zA @@ -29395,8 +30605,8 @@ zA zA zA zA -zA -zA +il +il Xc Xc Xc @@ -29404,22 +30614,22 @@ Xc Xc zA zA -zA -zA -zA -il -il -il -il -il +gS +ad +Hk il il il +gS +ad +Hk +ad +Hk +Xc +Xc +Xc +Xc Xc -zA -zA -zA -zA Xc Xc Xc @@ -29436,16 +30646,16 @@ Ot Xc Xc Xc +re +Ua nX nX -nX -nX -nX +VE Xc Xc nX -nX -nX +Wo +re Xc Xc Xc @@ -29456,13 +30666,13 @@ nX oe nX je -je -je -JR -oQ -nX -nX -KD +bz +bz +iQ +Iy +YB +xm +HP nR Xt Iw @@ -29533,9 +30743,9 @@ YB YB YB Xm -HO -zA -zA +FK +jE +FK zA il il @@ -29573,22 +30783,22 @@ zA zA zA zA -zA -zA -zA -zA -zA -il -il -il -il -il Xc +Ec Xc zA -zA -zA -zA +gS +ad +Hk +Ec +Xc +Ec +Xc +Xc +Xc +Xc +Xc +Xc Xc Xc Xc @@ -29604,17 +30814,17 @@ Ip Ot Xc Xc -nX -nX -nX +re +re +Ua nX Xc Xc Xc Xc nX -nX -nX +Wo +re Xc Xc Xc @@ -29626,13 +30836,13 @@ nX Xc je Xc -je -WJ -pZ -ga -nX -nX -nX +bz +uC +do +YB +uR +xm +xm Dy Dy Iw @@ -29649,9 +30859,9 @@ Dy nX nX MS -MS -nX -nX +sJ +sJ +sJ xm nX nX @@ -29741,23 +30951,23 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -il -il -il +gS +ad +Hk +gS +ad +Hk +Ec +Xc il Xc Xc -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc +Xc Xc Xc Xc @@ -29773,36 +30983,36 @@ Ip Ot Xc Xc -nX -nX -nX +re +re +Ua nX nX Xc Xc Xc nX -nX -nX +Wo +re Xc Xc Xc Xc Xc Ux -lR -PR -WJ +nX +nX +eC uj Xc Xc Xc Xc Xc -nX -nX -nX -nX +YB +YB +xm +xm Dy Xt Xt @@ -29818,9 +31028,9 @@ nX nX MS MS -MS -nX -nX +sJ +gV +sJ xm xm nX @@ -29910,12 +31120,12 @@ zA zA zA zA -zA Xc +Ec Xc Xc -zA -zA +Ec +Xc zA zA il @@ -29923,10 +31133,10 @@ il il Xc Xc -zA -zA -zA -zA +Xc +Xc +Xc +Xc Xc Xc Xc @@ -29942,43 +31152,43 @@ Ip Ot Xc Xc -nX -nX -nX +re +re +Ua nX nX nX Xc nX nX -nX -nX +Wo +re Xc Xc Xc Xc Xc Tl -re -Ua +PR +nX Xc Xc Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX +xm +YB +YB +YB +xm +xm nX qj Dy -Jy -MJ -Jy +Xt +my +Xt Dy nX nX @@ -29987,9 +31197,9 @@ nX nX MS MS -nX -nX -nX +sJ +mt +sJ xm xm nX @@ -30076,26 +31286,26 @@ zA zA zA zA -zA -zA -zA Xc Xc +zA Xc Xc +gS +ad +Hk zA -zA -zA -zA -zA +gS +ad +Hk il il Xc -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc Xc Xc Xc @@ -30113,14 +31323,14 @@ Xc Xc Xc Xc +GM nX nX nX nX nX nX -nX -nX +KD Xc Xc Xc @@ -30128,21 +31338,21 @@ Xc Rw fu re -re -GM +Ua Xc Xc +nX Xc WJ Xc -nX -nX -oe -nX -nX -nX -nX -nX +rz +xm +xm +YB +YB +Mn +xm +IN qj lH wy @@ -30240,30 +31450,30 @@ il zA zA zA +Xc +Xc zA -zA -zA -zA -zA -zA -zA +ad +Xc +km +WI +ad zA Xc Xc +Ec Xc zA -zA -zA -zA -zA -zA +Xc +Ec +Xc il Xc Xc -zA -zA -zA -zA +Xc +Xc +Xc +Xc Xc Xc Xc @@ -30298,20 +31508,20 @@ Xc KD re Ua -nX -pZ Xc +pZ +nX WJ je pZ nX -nX -nX -nX -nX -nX -nX -nX +oe +xm +YB +YB +YB +xm +xm qj lH wy @@ -30391,7 +31601,7 @@ zA zA il zA -zA +FK FK FK cX @@ -30410,29 +31620,29 @@ zA zA zA zA +Xc +wE zA +Ec +Ec zA +WC +Xc zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +gS +ad +Hk +Xc +Xc +Xc +Xc +Xc Xc Xc Xc -zA -zA -zA -zA Xc Xc Xc @@ -30468,7 +31678,7 @@ nX KD GM JR -TO +je JR Xc JR @@ -30477,10 +31687,10 @@ nX lR Tl PR -nX -nX -nX -nX +YB +YB +YB +xm qj lH wy @@ -30560,8 +31770,8 @@ zA zA zA zA -zA -zA +FK +EM FK Bj cX @@ -30579,28 +31789,28 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +wE +wE +Ec +Xc +wE +Ec +wE zA zA zA zA zA Xc +Ec +Xc +Xc +Xc +Xc +Xc +Xc Xc Xc -zA -zA -zA -zA Xc Xc Xc @@ -30622,7 +31832,7 @@ Xc Xc Xc Xc -nX +Cm nX nX nX @@ -30637,19 +31847,19 @@ ga nX Xc Xc -TO +je je oQ nX -nX -nX +dV +Et KD nR GM -nX -nX -nX -nX +YB +YB +YB +xm qj lH wy @@ -30729,8 +31939,8 @@ zA zA zA il -zA -zA +FK +jE FK FK cX @@ -30748,13 +31958,13 @@ il zA zA zA -zA -zA -zA -zA -zA -zA -zA +Ec +ad +Ec +Xc +Xc +wE +kr zA zA zA @@ -30764,11 +31974,11 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc Xc Xc Xc @@ -30810,14 +32020,14 @@ WJ pZ JR nX -rz -nX -Xc -nX -nX nX nX +Xc nX +YB +YB +YB +YB nX qj Dy @@ -30916,27 +32126,27 @@ il il zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA Xc Xc +Xc +ad +OA +ad +Vg +Ec +kr zA zA zA zA -zA -zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc Xc Xc Xc @@ -30965,8 +32175,8 @@ Xc nX nX nX -nX -nX +dV +Et Xc Xc Xc @@ -30981,12 +32191,12 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +Cy nX qj Dy @@ -31087,25 +32297,25 @@ il zA zA zA +Ec +Ec +Ec +wE +nP +VS +YD zA zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc Xc Xc Xc @@ -31147,14 +32357,14 @@ Xc Xc Xc Xc -Qm -nX -dV -Et -Hp -nX nX nX +On +YB +YB +YB +YB +YB nX nX qj @@ -31255,25 +32465,25 @@ il il il zA +ad +Ec +Xc +Ec +Xc +ad +Ec +XL +il zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc +Xc Xc Xc Xc @@ -31318,12 +32528,12 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX +YB +YB +YB +YB +YB +YB nX nX qj @@ -31423,25 +32633,25 @@ il il Xc il -il -zA -zA -zA -zA -zA -zA -zA -zA -zA zA zA +US +Xc +ad +Ec +Ec +zh +il +il +il +il +Xc +Xc +Xc Xc Xc Xc Xc -zA -zA -zA Xc Xc Xc @@ -31483,17 +32693,17 @@ Xc JR JR WJ -nX -pZ -je -oQ -nX -BE -nX -nX -nX -nX -nX +Qm +NH +da +Iy +YB +YB +YB +YB +YB +uR +xm nX qj lH @@ -31592,17 +32802,17 @@ Xc Xc Xc Xc +zA +ad +il Xc Xc -Xc -zA -zA -zA -zA -zA -zA -zA -zA +Ec +il +YD +il +il +il Xc Xc Xc @@ -31639,30 +32849,30 @@ Xc Xc nX nX +VE nX nX nX nX nX nX -nX -nX +Cm Xc Xc wF pZ JR -WJ -oQ +xS +vK TO -pZ -nX -nX -nX -nX -nX -nX -nX +do +YB +Mn +YB +YB +YB +xm +xm nX qj lH @@ -31820,17 +33030,17 @@ WJ aS kX je -je -je -je -je -WJ -nX +da +da +da +bz +uC +YB Xc Xc -nX -nX -nX +YB +YB +xm nX Xc HC @@ -31988,16 +33198,16 @@ JR je TO aS -TO -je -je -TO -je -pZ -nX -nX -nX -nX +Hp +da +da +Hp +bz +do +YB +YB +YB +YB nX nX Xc @@ -32158,15 +33368,15 @@ je je WJ cJ -pZ -TO +NH +da Xc -nX -nX -nX -nX -nX -nX +Mn +YB +YB +YB +YB +YB nX Xc Xc @@ -32198,7 +33408,7 @@ Xc xm xm xm -xm +sJ sJ sJ DX @@ -32326,14 +33536,14 @@ kX je JR pZ -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +YB +YB +YB +YB +YB ga nX nX @@ -32367,8 +33577,8 @@ Xc Xc xm xm -xm -xm +sJ +gV sJ sJ sJ @@ -32488,21 +33698,21 @@ nX nX nX nX -nX +xm Xc Xc nX nX -nX -nX -nX -nX -nX -Lc -nX -nX -nX -nX +BE +xm +xm +xm +YB +YB +YB +YB +xm +xm nX nX nX @@ -32536,9 +33746,9 @@ Xc Xc xm xm -xm -xm -ZI +sJ +mt +sJ nX xm xm @@ -32656,21 +33866,21 @@ nX nX nX Xc -nX -nX -nX +xm +xm +xm Xc Xc nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +YB +YB +YB +YB +xm +xm nX nX Xc @@ -32826,19 +34036,19 @@ nX nX Xc Xc -nX -nX -nX +xm +xm +xm Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX +xm +On +YB +YB +YB +YB +xm nX Xc Xc @@ -32991,21 +34201,21 @@ Xc Xc Xc nX -nX -nX +dV +Et Xc Xc -nX -nX -nX +xm +xm +xm Xc Xc -nX -nX -nX -nX -nX -nX +xm +xm +YB +YB +YB +Cy nX nX nX @@ -33163,18 +34373,18 @@ nX nX Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +YB +YB +YB +YB +xm nX nX nX @@ -33213,9 +34423,9 @@ VX nX nX nX -nX -MS -MS +ZI +mp +qP nX nX nX @@ -33251,12 +34461,12 @@ yQ yQ jC tH -zA -zA -zA -zA -zA -zA +Xc +QO +QO +QO +QO +qN il il zA @@ -33331,19 +34541,19 @@ Xc nX nX Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm +YB +YB +YB +YB +xm nX nX nX @@ -33382,10 +34592,10 @@ Xc Xc Xc Xc -ZI -MS -nX -nX +sJ +sJ +sJ +tm xm nX nX @@ -33419,13 +34629,13 @@ RI yQ yQ XV +Xc +Xc zA zA zA zA -zA -zA -zA +Xq zA zA zA @@ -33499,20 +34709,20 @@ Xc Xc nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +YB +YB +YB +YB +YB +xm +xm nX nX nX @@ -33552,11 +34762,11 @@ Xc Xc Xc Xc -nX +sJ +sD nX xm xm -xm nX nX ZI @@ -33588,13 +34798,13 @@ sj yQ yQ XV -zA -zA +Xc +Xc Jn zA zA zA -zA +Xq zA zA Xc @@ -33669,18 +34879,18 @@ Xc nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +uR +YB +YB +YB +YB +xm +xm nX nX nX @@ -33698,9 +34908,9 @@ sJ Xc Xc Xc -Xc -Xc -nX +Dy +Dy +Dy nX nX nX @@ -33720,10 +34930,10 @@ Xc Xc Xc Xc -bR -Et -xm -xm +Xc +sJ +sD +nX xm nX nX @@ -33757,13 +34967,13 @@ fk yQ yQ XV +Xc zA zA zA zA zA -zA -zA +Xq il Xc Xc @@ -33838,15 +35048,15 @@ Xc nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +YB +YB +YB +YB +YB nX nX nX @@ -33867,9 +35077,9 @@ nX Zk Xc Xc -MS -VX -nX +qj +lH +wy nX MS MS @@ -33890,10 +35100,10 @@ Xc Xc Xc Xc -nX +sJ +sD nX xm -xm nX nX xm @@ -33926,13 +35136,13 @@ fk yQ yQ XV +Xc zA zA zA zA zA -zA -il +hP il il Xc @@ -34007,14 +35217,14 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +YB +YB +YB +On nX nX nX @@ -34036,9 +35246,9 @@ nX Mk sJ Xc -MS -VX -nX +qj +lH +wy MS MS MS @@ -34059,9 +35269,9 @@ Xc Xc Xc Xc +sJ +sD nX -ZI -xm nX nX nX @@ -34095,13 +35305,13 @@ fk yQ yQ XV +nm zA zA zA zA zA -zA -il +hP il il Xc @@ -34176,12 +35386,12 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +YB +xm Xc Xc nX @@ -34205,9 +35415,9 @@ nX Xv sJ MS -MS -KL -MS +qj +lH +wy MS MS MS @@ -34228,11 +35438,11 @@ Xc Xc Xc Xc +sJ +sD +ZI nX xm -xm -xm -xm nX nX xm @@ -34264,13 +35474,13 @@ fk yQ yQ XV +nm zA zA zA zA zA -zA -zA +Xq il il il @@ -34346,10 +35556,10 @@ nX nX nX nX -nX -nX -nX -nX +xm +xm +Cy +YB Xc Xc Xc @@ -34374,9 +35584,9 @@ Mk Xv UJ MS -MS -KL -MS +qj +lH +wy MS MS MS @@ -34396,11 +35606,11 @@ nX Xc Xc Xc -Ux -nX +sJ +sJ +sJ +tm nX -xm -xm nX nX xm @@ -34433,13 +35643,13 @@ fk yQ yQ XV -zA -zA -zA -il -zA -zA -zA +nm +zd +zd +cx +zd +zd +Xq zA il il @@ -34516,9 +35726,9 @@ nX nX nX nX -nX -nX -nX +xm +YB +YB Xc Xc Xc @@ -34543,9 +35753,9 @@ Mk nX UJ MS -MS -KL -MS +qj +lH +wy MS MS MS @@ -34566,12 +35776,12 @@ MS nX VX xm +Ux nX nX xm nX nX -nX xm xm Xc @@ -34602,13 +35812,13 @@ fk yQ yQ XV -zA +nm zA il il il zA -zA +Xq zA il il @@ -34685,9 +35895,9 @@ nX nX nX nX -nX -nX -nX +xm +YB +YB Xc Xc Xc @@ -34728,8 +35938,8 @@ nX nX Xc Xc -nX -nX +dV +Et MS MS nX @@ -34737,8 +35947,8 @@ VX xm xm nX -nX -nX +xm +xm dV Et nX @@ -34771,13 +35981,13 @@ fk yQ yQ XV -zA +nm il il il il zA -zA +Xq zA zA il @@ -34850,13 +36060,13 @@ nX nX nX nX +dV +Et nX -nX -nX -nX -nX -nX -nX +xm +xm +YB +YB Xc Xc Xc @@ -34873,7 +36083,7 @@ qq Dy wA zi -nX +sJ sJ sJ Mk @@ -34940,13 +36150,13 @@ fk yQ yQ XV -zA +nm il il il il il -zA +Xq zA zA zA @@ -35022,9 +36232,9 @@ Xc Xc Xc nX -nX -nX -nX +xm +xm +YB Xc Xc Xc @@ -35042,17 +36252,17 @@ Dy Dy Dy wy -nX -nX +sJ +gV sJ Ls Qf sJ MS MS -MS -KL -MS +qj +lH +wy MS nX dV @@ -35109,13 +36319,13 @@ fk yQ yQ XV -zA +Xc il il il il il -zA +Xq zA zA zA @@ -35191,10 +36401,10 @@ Xc Xc Xc Xc -nX -nX -nX -nX +xm +YB +YB +Cy Xc Xc Xc @@ -35211,17 +36421,17 @@ qQ Dy xJ yg -nX -nX -nX +sJ +mt +sJ nX xm xm MS MS -MS -KL -MS +qj +lH +wy MS nX sJ @@ -35245,9 +36455,9 @@ xm nX nX sJ -nX -nX -nX +PJ +PJ +PJ xm xm Xc @@ -35278,13 +36488,13 @@ FO yQ yQ XV -zA -zA +Xc +Xc il ZP il il -zA +Xq zA zA zA @@ -35352,17 +36562,17 @@ Xc Xc Xc nX -nX -nX +dV +Et nX Xc Xc Xc Xc Xc -nX -nX -nX +xm +YB +YB Xc Xc Xc @@ -35374,8 +36584,8 @@ nX nX nX nX -nX -nX +dV +Et qV mz yg @@ -35388,9 +36598,9 @@ nX xm nX MS -MS -KL -MS +qj +lH +wy nX sJ sJ @@ -35447,13 +36657,13 @@ yQ yQ yQ XV -zA -zA -zA +Xc +Xc +Xc il il il -zA +Xq zA il zA @@ -35529,9 +36739,9 @@ Xc Xc Xc Xc -nX -nX -nX +uR +YB +YB Xc Xc Xc @@ -35549,17 +36759,17 @@ nX nX nX nX +dV +Et nX nX nX nX nX -nX -nX -MS -MS -KL MS +qj +lH +wy sJ sJ nX @@ -35617,12 +36827,12 @@ yQ yQ sv wc -zA -zA -il -il -zA -zA +Xc +Xc +dq +dq +gZ +JZ zA il il @@ -35697,10 +36907,10 @@ nX Xc Xc Xc -nX -nX -nX -nX +xm +YB +YB +YB Xc Xc Xc @@ -35726,9 +36936,9 @@ nX xm nX nX -MS -KL -MS +qj +lH +wy sJ Mk Mk @@ -35743,8 +36953,8 @@ MS MS nX nX -nX -nX +dV +Et Xc Xc sJ @@ -35786,8 +36996,8 @@ yQ yQ yQ XV -zA -zA +Xc +Xc il zA zA @@ -35796,9 +37006,9 @@ il il il il -zA -zA -il +FK +FK +FK il Xc Xc @@ -35863,12 +37073,12 @@ nX nX nX nX -nX -nX -nX -nX -nX -nX +dV +Et +xm +xm +YB +YB Xc Xc Xc @@ -35895,9 +37105,9 @@ nX xm xm nX -xm -Xc -Xc +Dy +Dy +Dy Xc Sx xm @@ -35921,8 +37131,8 @@ Mk Mk Xc Xc -nX -xm +WW +SF xm xm nX @@ -35955,8 +37165,8 @@ yQ yQ yQ XV -zA -zA +Xc +Xc zA zA zA @@ -35965,9 +37175,9 @@ il il il il -zA -zA -zA +FK +EM +FK il zq zq @@ -36029,16 +37239,16 @@ Xc Xc nX nX +BE nX nX nX nX -nX -nX -nX -nX -nX -nX +xm +xm +YB +YB +uR Xc Xc Xc @@ -36094,7 +37304,7 @@ nX xm xm sJ -nX +WW Dy xy TE @@ -36124,8 +37334,8 @@ yQ yQ yQ XV -zA -zA +Xc +Xc zA zA zA @@ -36134,9 +37344,9 @@ il il il il -zA -zA -zA +FK +jE +FK zA Ae DU @@ -36202,11 +37412,11 @@ nX nX nX nX -nX -nX -nX -nX -nX +xm +xm +xm +YB +YB Xc Xc Xc @@ -36235,9 +37445,9 @@ Dy nX nX xm -nX -nX -Xc +sJ +sJ +sJ Ls Xc nX @@ -36294,7 +37504,7 @@ yQ yQ cj wc -zA +Xc zA zA zA @@ -36371,10 +37581,10 @@ nX nX nX nX -nX -nX -nX -nX +xm +xm +xm +YB Xc Xc Xc @@ -36385,8 +37595,8 @@ Xc Xc Xc MS -nX -nX +dV +Et nX nX nX @@ -36404,9 +37614,9 @@ Dy Dy nX nX -nX -nX -nX +sJ +gV +sJ xm xm nX @@ -36540,10 +37750,10 @@ Xc nX nX nX -nX -nX -nX -nX +xm +xm +xm +YB Xc Xc Xc @@ -36573,9 +37783,9 @@ Wz Dy nX nX -nX -nX -nX +sJ +mt +sJ nX nX nX @@ -36650,14 +37860,14 @@ DU TQ zA zA +Xc +Xc +Xc zA zA -zA -zA -zA -il il il +iB Xc Xc Xc @@ -36709,10 +37919,10 @@ Xc nX nX nX -nX -nX -nX -nX +xm +xm +xm +YB Xc Xc Xc @@ -36804,7 +38014,7 @@ XV zA zA zA -zA +Xc zA zA zA @@ -36818,17 +38028,17 @@ Ae DU TQ zA +Xc +Xc +Xc +Xc +Xc zA +wE zA -zA -zA -zA -zA -zA -il -zA -zA -zA +Zd +TY +bn Xc Xc Xc @@ -36879,9 +38089,9 @@ Xc nX nX nX -nX -nX -nX +xm +xm +YB Xc Xc Xc @@ -36973,8 +38183,8 @@ XV zA zA zA -zA -zA +Xc +Xc zA zA zA @@ -36987,17 +38197,17 @@ Ae DU TQ zA +Ec +Xc +Xc +Xc +ad +Ec +wE +kr +Xc zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +kK zA zA Xc @@ -37045,11 +38255,11 @@ Xc Xc Xc Xc +Cm nX nX nX -nX -nX +xm Xc Xc Xc @@ -37116,11 +38326,11 @@ uA qd Mk sJ +MJ Mk -Mk -Mk +Qz Xc -Hm +KM Mk Mk Xc @@ -37143,7 +38353,7 @@ zA zA zA zA -zA +Xc zA zA zA @@ -37156,15 +38366,15 @@ zq zq zq zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +kr +Ec +Xc +Xc +Ec +Ec +Ec +UR +kr zA zA zA @@ -37273,7 +38483,7 @@ Cp Mk Mk UJ -xm +av mT VF YB @@ -37289,7 +38499,7 @@ Mk Mk Mk Xc -Mk +fD Mk Mk Xc @@ -37325,17 +38535,17 @@ Xc Xc Xc zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +kr +Ec +Xc +Xc +ad +ad +MA +wE +wE +ad +Xc zA zA yQ @@ -37445,8 +38655,8 @@ UJ xm xm Uy -xm -xm +av +av UJ Tz Mk @@ -37454,14 +38664,14 @@ Mk Mk Mk sJ -Mk +ls Mk Mk Xc Xc +iG Mk -Mk -Mk +OT Xc Pd yJ @@ -37494,16 +38704,16 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +ad +ad +Xc +Xc +Xc +Ec +Xc +Ec +ad +PS zA zA zA @@ -37515,8 +38725,8 @@ Xc Xc Xc Xc -zA -zA +km +WI zA zA zA @@ -37623,10 +38833,10 @@ Mk Mk Xv Xc +ax Mk Mk -Mk -Mk +SP Xc Xc Mk @@ -37664,15 +38874,15 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA +kr +Ec +Xc +Xc +Ec +wE +Xc +Xc +wE zA zA zA @@ -37726,7 +38936,7 @@ nX nX nX nX -nX +BE Xc Xc Xc @@ -37792,15 +39002,15 @@ Mk Mk Xv Xc +vX +sB Mk Mk -Mk -Mk -Mk +rT sJ Mk Mk -Mk +Tz UJ Ed yQ @@ -37833,16 +39043,16 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +ad +Ec +Xc +Xc +Xc +Xc +Xc +Ec +Hk +wE zA zA zA @@ -37961,15 +39171,15 @@ Mk Mk Xv Xc +vl +sB Mk Mk Mk -Mk -Mk -Mk -Mk +Ls Mk Hm +Tz UJ Pd OI @@ -38003,20 +39213,20 @@ Xc Xc zA zA +ad +Ec +Xc +Xc +Xc +Ec +Ec +ad +Ec zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +km +WI yQ Xc Xc @@ -38024,15 +39234,15 @@ Xc zA zA zA +Nh +kx +Xc +ad zA zA zA zA -zA -zA -zA -zA -zA +Nv il il Xc @@ -38059,7 +39269,7 @@ Xc Xc Xc Xc -nX +wF nX nX nX @@ -38173,14 +39383,14 @@ zq zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA +ad +Ec +Xc +Xc +Xc +Ec +TF +kr zA zA zA @@ -38193,14 +39403,14 @@ Xc zA zA zA +kr zA -zA -zA +Ec +wx +gS +xD +kr Xc -Xc -zA -zA -zA zA il Xc @@ -38232,8 +39442,8 @@ nX nX nX nX -nX -nX +dV +Et Xc Xc Xc @@ -38276,9 +39486,9 @@ PJ PJ nX nX -PJ -PJ -PJ +sJ +gV +mt nX nX nX @@ -38294,7 +39504,7 @@ nX nX xm xm -xm +og xm xm xm @@ -38305,9 +39515,9 @@ nX xm xm xm -xm -xm -nX +sJ +gV +sJ nX sJ sJ @@ -38345,11 +39555,11 @@ zA zA zA zA -zA -zA -zA -zA -zA +eo +Xc +Xc +mR +WI zA zA zA @@ -38358,17 +39568,17 @@ zA yQ Xc Xc -zA -zA -zA -zA -zA -zA Xc Xc +zA +MQ Xc Xc +ad zA +Hk +Hk +ad zA zA zA @@ -38445,9 +39655,9 @@ xm xm xm xm -xm -xm -xm +sJ +sJ +sJ xm xm nX @@ -38463,7 +39673,7 @@ YB nX nX nX -nX +KF xm xm nX @@ -38474,9 +39684,9 @@ nX nX xm xm -xm -xm -xm +sJ +mt +sJ xm MH Mk @@ -38530,15 +39740,15 @@ Xc Xc zA zA -zA -zA -Xc Xc Xc -Xc -Xc -zA -zA +kx +kr +Ue +Hk +ad +kx +wE zA zA il @@ -38565,14 +39775,14 @@ Xc Xc Xc Xc +dV +Et nX nX nX nX nX -nX -nX -nX +lR Xc Xc Xc @@ -38632,7 +39842,7 @@ Xc iI nX nX -xm +og xm xm xm @@ -38696,17 +39906,17 @@ zA zA Xc Xc -zA -zA -zA -zA +Ec +Gy zA Xc +Ec +kf +Ue Xc Xc +Ec Xc -Xc -zA zA zA zA @@ -38741,8 +39951,8 @@ nX nX nX nX -nX -nX +Wo +re Xc Xc Xc @@ -38848,36 +40058,36 @@ DU TQ zA zA -zA -zA -zA -zA Xc zA zA +Xc +Xc +Xc zA zA zA +Nv zA zA zA zA -zA +Ec Xc zA -zA -zA -zA -zA -zA +Ec Xc +Ec Xc +Ec +kx +kr Xc Xc Xc Xc zA -zA +Xc zA il Xc @@ -38910,8 +40120,8 @@ nX nX nX nX -nX -nX +Wo +re Xc Xc Xc @@ -38932,8 +40142,8 @@ xm nX nX nX -nX -nX +dV +Et nX nX nX @@ -38971,7 +40181,7 @@ nX nX xm nX -nX +KF nX nX nX @@ -39016,36 +40226,36 @@ Ae DU TQ zA -zA -zA -zA +Xc +Xc Xc Xc Xc Xc Xc zA +Rp zA +Xc zA zA zA zA +Ec +Ec zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc -Xc +kf +Ec +Ec Xc +wx +Is +ad Xc -zA -zA +gS +ad +Hk +wE zA zA il @@ -39077,10 +40287,10 @@ nX nX nX nX -nX -nX -nX -nX +lR +Tl +re +xc Xc Xc Xc @@ -39140,7 +40350,7 @@ nX xm xm xm -xm +og xm xm nX @@ -39185,9 +40395,6 @@ Ae DU TQ zA -zA -zA -zA Xc Xc Xc @@ -39195,25 +40402,28 @@ Xc Xc Xc Xc +Xc +kr +Xc +Xc zA zA zA zA +Ec +Ec zA zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc +Ec Xc Xc zA +Ec +Hk +kr +Ec +wE +Xc zA zA zA @@ -39247,9 +40457,9 @@ nX nX Xc Xc -nX -nX -nX +re +re +re Xc Xc Xc @@ -39309,7 +40519,7 @@ xm xm nX nX -nX +KF nX xm xm @@ -39354,35 +40564,35 @@ Ae DU TQ zA -zA -zA Xc Xc Xc Xc Xc Xc +kX +Xc +Ec Xc Xc zA zA zA zA +Xc +Ec zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Ec Xc +Xc +Ec +zA zA +Nh zA +kr zA zA zA @@ -39411,15 +40621,15 @@ Xc nX nX nX -nX -nX +dV +Et Xc Xc Xc -nX -nX -nX -nX +re +re +re +re Xc Xc Xc @@ -39524,27 +40734,27 @@ DU TQ zA zA -zA -Xc -Xc -Xc -Xc -Xc Xc +SB +zA Xc +eC +aS +ad +Ec Xc Xc zA zA zA zA +Xc +Xc +kf zA zA -zA -zA -zA -zA -zA +Ec +Ec zA zA zA @@ -39586,9 +40796,9 @@ Xc Xc Xc Xc -nX -nX -nX +xc +re +re Xc Xc Xc @@ -39605,8 +40815,8 @@ xm xm xm xm -nX -nX +dV +Et nX nX MS @@ -39672,7 +40882,7 @@ yQ yQ yQ XV -Is +Xc zA zA zA @@ -39693,29 +40903,27 @@ DU TQ zA zA +eC zA +oW +kX +Ec +Ec +Ec +Ec Xc Xc -Xc -Xc -Xc -Xc -Xc -Xc -zA -zA -zA -zA -zA -zA -zA zA zA zA zA zA +Xc +Xc zA zA +Xc +wx zA zA zA @@ -39725,6 +40933,8 @@ zA zA zA zA +km +WI Xc Xc zA @@ -39745,8 +40955,8 @@ Ot Xc Xc Xc -nX -nX +WJ +WJ nX Xc Xc @@ -39756,9 +40966,9 @@ Xc Xc Xc Xc -nX -nX -nX +re +re +re Xc Xc Xc @@ -39841,8 +41051,8 @@ yQ yQ rw XV -Is -Is +Xc +Xc il il zA @@ -39862,12 +41072,14 @@ zq zq zA zA -zA -il -Xc -Xc -Xc -Xc +kX +yr +wE +Ec +Ec +cA +Ec +eC Xc Xc Xc @@ -39876,12 +41088,10 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA +Xc +Xc +Ec +wx zA zA zA @@ -39914,9 +41124,9 @@ Ot Xc Xc Xc -nX -nX -nX +je +je +WJ Xc Xc Xc @@ -39925,10 +41135,10 @@ Xc Xc Xc Xc -nX -nX -nX -nX +re +re +re +re Xc Xc Xc @@ -39971,8 +41181,8 @@ sJ sJ sJ Mh -cT -cT +Mk +Mk Mh wS wS @@ -40010,8 +41220,8 @@ yQ yQ yQ XV -Is -Is +Xc +Xc il il il @@ -40031,14 +41241,14 @@ Xc Xc zA zA -il -il -il -Xc -Xc -Xc -Xc -Xc +Gy +ad +kr +eC +Ec +Ec +Ec +kX Xc Xc Xc @@ -40048,11 +41258,11 @@ zA zA zA zA -zA -zA -zA -zA -zA +Xc +Xc +Ec +Ec +JM zA zA zA @@ -40083,9 +41293,9 @@ Ot Xc Xc Xc -nX -nX -nX +WJ +je +je Xc Xc Xc @@ -40094,11 +41304,11 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX +re +re +re +xc +re Xc Xc Xc @@ -40140,16 +41350,16 @@ li yx sJ Mh -Mh -cT +Mk +Mk Mh wS cT sJ -xm +SF sJ -xm -nX +SF +WW nX UJ Fe @@ -40179,8 +41389,8 @@ yQ yQ yQ XV -Is -Is +Xc +Xc il il il @@ -40202,25 +41412,25 @@ zA il il il -il -Xc -Xc -Xc Xc Xc Xc -Xc -zA -zA -zA -zA -zA -zA -zA +Ec +Ec +Ec +eC +Ec +wE zA +yo +WC zA zA zA +Ec +Xc +Xc +Xc zA zA zA @@ -40253,8 +41463,8 @@ Xc Xc nX nX -nX -nX +WJ +WJ Xc Xc Xc @@ -40263,11 +41473,11 @@ Xc Xc Xc nX -nX -nX -nX -nX -nX +KD +nR +nR +nR +re Xc Xc Xc @@ -40310,8 +41520,8 @@ qK sJ Mh Mh -Mq -cT +Mk +Mk cT cT sJ @@ -40348,8 +41558,8 @@ yQ yQ yQ XV -Is -Is +Xc +Xc zq cW cW @@ -40371,26 +41581,26 @@ il il il il -il -il -Xc Xc Xc Xc -Xc -Xc -zA -zA -zA -zA -zA -zA -zA +il +kr +Ec +Ec +Ec +kr zA +kf +Gy zA zA zA zA +Ec +Ec +Xc +Xc zA zA zA @@ -40423,21 +41633,21 @@ Xc nX nX nX -nX -nX +dV +Et Xc nX nX -nX +je Xc Xc nX nX nX +VE nX -nX -nX -nX +KD +nR Xc Xc Xc @@ -40480,7 +41690,7 @@ sJ Mh Mq Mq -cT +Mk cT Mh sJ @@ -40517,8 +41727,8 @@ yQ yQ yQ XV -Is -Is +Xc +Xc zq DU DU @@ -40538,12 +41748,14 @@ Xc il il il -yQ -yQ +il +Xc +Xc +Xc il il il -Xc +Ec Xc Xc Xc @@ -40557,17 +41769,15 @@ zA zA zA zA +Xc +Xc +Ec zA zA zA zA zA -zA -zA -zA -zA -zA -zA +JM Xc il il @@ -40598,8 +41808,8 @@ nX nX nX nX -nX -nX +je +je nX nX nX @@ -40648,8 +41858,8 @@ Mk Ls qh cT -Mh -Mh +Mk +Mk Mh Cb sJ @@ -40686,8 +41896,8 @@ yQ yQ yQ XV -Is -Is +Xc +Xc zq eE eE @@ -40728,19 +41938,19 @@ zA zA zA zA +Ec +Ec zA zA zA zA -zA -zA -zA -zA +kr +Ec Xc Xc Xc zA -il +zA il il il @@ -40767,16 +41977,16 @@ nX nX nX nX +je +je +je nX nX nX nX nX -nX -nX -nX -nX -nX +dV +Et Xc Xc Xc @@ -40817,14 +42027,14 @@ Mk Ls cT cT -Mh -Mh +Mk +Mk Mh sJ sJ -xm +SF nX -xm +SF xm xm UJ @@ -40846,8 +42056,8 @@ nX nX nX Xc -nX -nX +dV +Et nX fk yQ @@ -40856,8 +42066,8 @@ yQ yQ cj wc -Is -zA +Xc +MQ zA zA zA @@ -40886,17 +42096,14 @@ il zA zA zA -zA -zA -zA -zA Xc Xc -Xc -Xc -zA -zA zA +ad +Xc +km +WI +ad zA zA zA @@ -40904,12 +42111,15 @@ zA zA zA zA +ad +kX Xc Xc Xc Xc -zA -il +eC +Ec +wB il il il @@ -40931,14 +42141,14 @@ nX nX nX nX +Xc +Xc +ZI +Xc nX nX -nX -nX -nX -nX -nX -nX +je +je nX nX nX @@ -40986,7 +42196,7 @@ ip sJ Mh Mh -cT +Mk cT sJ sJ @@ -40995,7 +42205,7 @@ xm nX xm sJ -xm +SF sJ sJ sJ @@ -41037,7 +42247,7 @@ il il il il -zA +MQ zA zA zA @@ -41056,29 +42266,29 @@ zA zA zA zA -zA -zA -zA -Xc -Xc -Xc -Xc Xc +wE zA +Ec +Ec zA +WC +Xc zA zA zA zA zA zA -zA -Xc -Xc +Ec +Ec Xc Xc -zA -zA +Ec +Hk +Ec +kr +kr il il il @@ -41100,14 +42310,14 @@ Xc nX nX nX +Hp +Xc +eC +pZ nX nX -nX -nX -nX -nX -nX -nX +je +je nX nX nX @@ -41225,28 +42435,28 @@ zA zA zA zA -zA -zA -Xc -Xc -Xc -Xc -Xc +wE +wE +Ec Xc +wE +Ec +wE zA zA zA zA zA zA -zA -zA -Xc -Xc +ad +Ec Xc Xc -Xc -zA +TF +Ec +Ec +wE +wE zA il il @@ -41365,6 +42575,7 @@ yQ yQ cj wc +wB zA zA zA @@ -41377,8 +42588,7 @@ zA zA zA zA -zA -zA +wB zA zA il @@ -41394,28 +42604,28 @@ zA zA zA zA -zA -Xc -Xc -Xc -Xc -Xc +Ec +ad +Ec Xc Xc +wE +kr zA zA zA zA zA zA -zA -Xc -Xc -Xc +ad +kX Xc Xc Xc +Ec +ad zA +Xc zA il zA @@ -41448,7 +42658,7 @@ Xc Xc Xc Xc -nX +Cm nX nX nX @@ -41538,8 +42748,8 @@ wc zA zA zA -zA -zA +km +WI zA zA zA @@ -41553,38 +42763,38 @@ zA zA il il +aS Xc Xc -Xc -zA -zA -zA +Is zA zA zA +JM zA Xc Xc Xc -Xc -Xc -Xc -Xc -zA -zA -zA -zA -zA -zA -zA +ad +OA +ad +Vg +Ec +kr +sN +il zA +JM +ad +Ec +Ec Xc +Pj +TF Xc Xc -Xc -Xc -Xc -zA +Ec +MQ zA zA zA @@ -41610,8 +42820,8 @@ nX nX nX nX -nX -nX +dV +Et Xc Xc Xc @@ -41720,39 +42930,39 @@ zA zA zA zA -Xc -Xc -Xc -Xc -Xc -Xc zA zA +Ec +aS +eC +Xc zA zA zA zA -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc -zA zA zA zA +Ec +Ec +Ec +wE +nP +VS +YD +il +il +il zA zA +Ec Xc Xc +Ec +Ec +Ec Xc -Xc -Xc -Xc -zA +ad zA zA zA @@ -41787,8 +42997,8 @@ Xc Xc Xc Xc -nX -nX +yO +Et nX nX nX @@ -41889,41 +43099,41 @@ zA zA zA zA -Xc -Xc -Xc -Xc -Xc -Xc -Xc -zA -zA zA zA -zA -Xc -Xc -Xc -Xc -Xc +ej +Ec +aS Xc zA zA zA +km +WI zA -zA -zA -zA -zA -Xc +ad +Ec Xc +Ec Xc +ad +Ec +XL +il +yQ +il +il +zA +Ec +ad Xc Xc +wE +Ec zA +kK zA -zA -zA +wB zA zA Xc @@ -41943,7 +43153,7 @@ Xc Xc Xc Xc -nX +Ua nX nX nX @@ -41956,8 +43166,8 @@ Xc Xc Xc Xc -nX -nX +re +PR nX nX nX @@ -42004,10 +43214,10 @@ Mk Mk sJ sJ -nX -nX -nX -xm +WW +WW +Xc +Xc xm nX nX @@ -42047,35 +43257,23 @@ zA zA zA zA +wB zA -zA -Xc -Xc -Xc -zA -zA -zA -zA -zA -Xc -Xc -Xc -Xc Xc Xc Xc -Xc -zA zA zA zA zA +km +WI zA -Xc -Xc -Xc -Xc -Xc +wB +kX +ej +kX +aS Xc zA zA @@ -42083,18 +43281,30 @@ zA zA zA zA +US Xc +ad +Ec +Ec +zh +il +il +yQ +yQ +il +YD +aS +ad Xc -Xc -Xc -Xc -zA -zA -zA +wE +Hk zA +ad zA zA zA +km +WI Xc Xc Xc @@ -42112,7 +43322,7 @@ Xc Xc Xc Xc -nX +Ua nX nX nX @@ -42125,8 +43335,8 @@ Xc Xc Xc Xc -nX -nX +re +Ua nX nX nX @@ -42176,9 +43386,9 @@ sJ nX nX nX -xm -nX -nX +Xc +WW +WW sJ sJ Em @@ -42226,41 +43436,41 @@ zA zA zA zA -Xc -Xc -Xc -Xc -Xc -Xc -Xc -Xc zA zA +Xc +kX +Ec +Ec +eC +aS zA zA zA zA zA +ad +il Xc Xc -Xc -zA -zA -zA -zA -zA -zA -zA -zA +Ec +il +YD +il +yQ +yQ +yQ +YD +Za Xc Xc Xc +ad Xc +CF zA zA -zA -zA -zA +Xc zA zA zA @@ -42281,8 +43491,8 @@ Xc Xc Xc Xc -nX -nX +Ua +wF nX nX Xc @@ -42294,8 +43504,8 @@ Xc Xc Xc Xc -nX -nX +re +Ua nX nX nX @@ -42379,10 +43589,10 @@ yQ yQ yQ XV +wB zA -zA -zA -zA +km +WI zA zA Xc @@ -42398,39 +43608,39 @@ zA zA Xc Xc -Xc -Xc -Xc -Xc -Xc -zA -zA -zA -zA -zA -zA -zA -zA -Xc -zA +eC +Ec +Jj zA +Nv zA zA zA zA zA zA +il +yQ Xc +il +il +il +yQ +yQ +yQ +yQ +Za +kX Xc -Xc -Xc -zA -zA +eC +wE +Ec +ad zA zA zA -il zA +ZJ zA il Xc @@ -42450,7 +43660,7 @@ Xc Xc Xc Xc -nX +Ua nX nX nX @@ -42463,11 +43673,11 @@ Xc Xc Xc Xc +re +Ua nX nX -nX -nX -nX +VE kq Im hB @@ -42568,41 +43778,41 @@ zA zA Xc Xc -Xc -Xc -Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Ec +Ec +Ec +eC zA zA zA zA zA zA +il +yQ +yQ +il +il +il +yQ +yQ +yQ +il +xD Xc -Xc -Xc -zA +Ec +Ec +kf +ad zA +Xc +km +WI zA zA zA il il -il -zA -il -il Xc Xc Xc @@ -42619,7 +43829,7 @@ Xc Xc Xc Xc -nX +Ua nX nX nX @@ -42633,7 +43843,7 @@ Xc Xc Xc Xc -nX +Ua nX nX nX @@ -42707,8 +43917,8 @@ JR Xc nX nX -nX -nX +dV +Et nX fk rw @@ -42722,53 +43932,53 @@ zA zA zA zA -zA +MQ Xc Xc Xc -zA +il Xc Xc +wE zA zA zA zA zA zA +Xc +Xc +kX +Ec +kX +zh zA zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc +il +il +yQ +il +il +yQ +yQ +yQ +il +il Xc Xc Xc +wE zA zA zA zA -il -il -il -il +zA +zA +zA +kK il il il @@ -42788,7 +43998,7 @@ Xc Xc Xc Xc -nX +Ua nX nX nX @@ -42802,7 +44012,7 @@ Xc Xc Xc Xc -nX +GM nX nX nX @@ -42890,11 +44100,16 @@ zA zA zA zA -zA Xc Xc Xc Xc +Xc +il +Za +Za +wE +MQ zA zA zA @@ -42903,41 +44118,36 @@ zA zA zA zA +eC zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc -Xc Xc zA zA +wB +zA il il +Xc il +yQ +yQ +yQ il il il +Xc +wE +ad +Ec +zA +zA +zA +zA +Xc +el +el +el il il il @@ -42960,17 +44170,17 @@ Xc Xc nX nX +VE nX nX nX -nX -nX +je Xc Xc Xc Xc Xc -nX +je nX nX nX @@ -43059,9 +44269,16 @@ zA zA zA zA -zA Xc Xc +Xc +il +il +il +Za +Ec +Ec +wE zA zA zA @@ -43069,44 +44286,37 @@ zA zA zA zA +aS +TO +wE zA +MQ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc -Xc -Xc -zA -zA -il +CH il il il +yQ +yQ il il il +Xc +Ec +Ec +wE +kr +zA +zA +zA +Xc +Xc +el +el +el il zA zA @@ -43133,13 +44343,13 @@ nX nX nX nX -nX +je Xc Xc Xc Xc Xc -nX +je nX nX nX @@ -43226,43 +44436,43 @@ XV zA zA zA -zA -zA -zA Xc +Xc +Xc +Xc +Xc +Xc +il +il zA +Ec +Ec +wE zA zA zA +Xc +ZJ +ad +wE +kr +Ec +kr zA zA zA zA zA +Xc zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +il +il +il +il +il +il +yQ +yQ Xc Xc Xc @@ -43302,13 +44512,13 @@ nX nX nX nX -nX -nX -nX +je +je +je Xc Xc -nX -nX +je +je nX nX nX @@ -43394,43 +44604,43 @@ yQ XV zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA Xc Xc Xc +Xc +Xc +Xc +Xc +il +il +il +wE +Ec +wE +wE zA +Ne +Xc +Xc +kX +Ec +wE +Ec +ad zA zA zA zA +Nh zA zA -zA -zA -zA -zA -zA -zA +wB +il +il +il +il +yQ +yQ Xc Xc Xc @@ -43472,16 +44682,16 @@ nX nX nX nX +je +je +je +je +je +dV +Et nX nX -nX -nX -nX -nX -nX -nX -nX -nX +WJ Xc Xc ko @@ -43563,26 +44773,6 @@ Qj XV zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA Xc Xc Xc @@ -43590,16 +44780,36 @@ Xc Xc Xc Xc +il +il +XL +XL +Za +Ec +wE zA zA +Ne +Ne +Ec +Ec zA +kX +ad +mR +WI zA -zA -zA +wB zA zA zA Xc +il +il +il +yQ +yQ +Xc Xc Xc Xc @@ -43614,8 +44824,8 @@ il il il il -zA -zA +km +WI Xc Xc Xc @@ -43634,6 +44844,7 @@ Xc Xc Xc Xc +ga nX nX nX @@ -43641,17 +44852,16 @@ nX nX nX nX +je nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +je +Xc +Xc +ZI +Xc +Lc +Lc Xc Xc ko @@ -43731,42 +44941,42 @@ yQ yQ XV zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA Xc Xc Xc Xc -zA -zA -zA -zA -zA -Xc -Xc Xc Xc Xc Xc Xc +il +XL Xc Xc Xc Xc zA zA +Ne +Ne +ad +Ec +TO +TO +Ec +TO +Ec +zA +zA zA +TO zA Xc +il +il +il +Xc Xc Xc Xc @@ -43810,17 +45020,17 @@ nX nX nX nX +Xc +Xc nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX +Hp +Xc +eC +ZC +Lc +Lc Xc Xc Xc @@ -43899,32 +45109,17 @@ yQ yQ yQ XV -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA Xc Xc Xc Xc Xc Xc -zA -zA -il -il -Xc Xc Xc Xc Xc +il Xc Xc Xc @@ -43934,7 +45129,22 @@ Xc Xc zA zA -zA +aS +TO +TO +TO +TO +TO +TO +TO +TO +wE +TO +ad +kr +Xc +Xc +il Xc Xc Xc @@ -43946,8 +45156,8 @@ il il il il -zA -zA +km +WI il il il @@ -43971,25 +45181,25 @@ Xc Xc Xc Xc +Ua nX nX nX nX nX nX +je +Xc nX nX +wF nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +In +Lc +Lc +tn +vy Xc Xc ko @@ -44031,7 +45241,7 @@ Mk Mh sJ sJ -Xc +sJ xm xm xm @@ -44068,27 +45278,11 @@ yQ yQ yQ XV -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc Xc Xc Xc Xc Xc -zA -il -il -il Xc Xc Xc @@ -44103,7 +45297,23 @@ Xc Xc zA zA -zA +kr +Ec +ad +TO +TO +Ec +Ec +Ec +TO +TO +Ec +Ec +ad +ad +Xc +Xc +MQ zA zA zA @@ -44140,26 +45350,26 @@ Xc Xc Xc Xc +Ua nX -nX -nX -nX +dV +Et Xc Xc +je +je nX nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX +In +Lc +Lc +Lc +Lc +Lc Xc Xc ko @@ -44199,8 +45409,8 @@ sJ sJ sJ sJ -Xc -Xc +gV +mt nX nX xm @@ -44237,16 +45447,6 @@ yQ yQ yQ XV -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA Xc Xc Xc @@ -44254,12 +45454,6 @@ Xc Xc Xc Xc -il -il -il -il -Xc -Xc Xc Xc Xc @@ -44272,6 +45466,22 @@ Xc Xc zA zA +eC +kX +kr +Ec +ad +Ec +gS +Ec +Ec +kr +Ec +ad +Xc +kr +Xc +Xc zA zA zA @@ -44308,28 +45518,28 @@ Ot Xc Xc Xc -nX -nX +re +Ua nX nX Xc Xc Xc Xc +je +je nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX +TO +WJ +Xc Xc Xc Xc +In +In +Xc Xc Xc Xc @@ -44367,12 +45577,12 @@ Xc Xc Xc Xc -Xc -Xc -nX -nX -nX +sJ +sJ +sJ nX +dV +Et xm Xc Xc @@ -44406,46 +45616,46 @@ yQ yQ Jc tH -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il Xc -zA Xc Xc -il -il -il -il -il -zA Xc Xc Xc Xc Xc Xc +il +il +il +Xc +zA Xc Xc +il +zA +CF +lI Xc Xc +TO +TO +TO +TO +Ec +wE +ad +TO Xc +Ec +wE +wE zA zA zA -zA -zA -zA -zA +CH +Zf +MT zA zA zA @@ -44477,24 +45687,24 @@ Ot Xc Xc Xc -nX -nX +re +Ua nX nX Xc Xc Xc Xc +je +je nX nX nX -nX -nX -nX -nX -nX -nX -nX +WJ +je +JR +je +Xc Xc Xc Xc @@ -44536,9 +45746,9 @@ Xc Xc Xc Xc -nX -nX -nX +re +re +GM nX nX nX @@ -44574,16 +45784,16 @@ yQ yQ yQ XV -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc il il il @@ -44593,30 +45803,30 @@ zA il il il -il -il -il zA -zA -Xc -Xc -Xc -Xc Xc Xc Xc +TO +Ec +Ec +wE +Ec +Ec +kr +TO Xc +kr +kr Xc Xc zA zA zA -zA -zA -zA -zA -zA -zA +qf +bE +yX +MT zA zA il @@ -44645,32 +45855,32 @@ Ip Ot Xc Xc -nX -nX -nX -nX +re +re +re +PR nX Xc Xc Xc Xc -nX +je Xc Xc nX nX -nX -nX -nX -nX -Xc -Xc +WJ +oQ +je +WJ +je +je Xc Xc Xc -nX -nX -nX +WJ +WJ +WJ Xc Xc Xc @@ -44678,8 +45888,8 @@ Xc Xc Xc Xc -nX -nX +dV +Et Xc Xc Xc @@ -44695,18 +45905,18 @@ kD kD qq nX -nX +pZ Xc Xc Xc nX -nX +Wo Xc Xc Xc -nX -nX -nX +re +re +Ua nX nX nX @@ -44743,19 +45953,15 @@ yQ yQ yQ XV -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc il il il @@ -44767,25 +45973,29 @@ il il il zA +zA +ad +wE +Ec +Ec +wE +TO +TO +TO +wE +Ec Xc +ad +kr Xc Xc -Xc -Xc -Xc -Xc -Xc -Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +km +WI +Zf +bE +bE +TY +bn zA zA zA @@ -44814,10 +46024,10 @@ Ip Ot Xc Xc -nX -nX -nX -nX +re +re +re +Ua nX Xc Xc @@ -44829,18 +46039,18 @@ Xc Xc nX nX -nX -nX -Xc -Xc Xc Xc +oQ +pZ +je +WJ Xc +je +je nX nX -nX -nX -nX +WJ Xc Xc Xc @@ -44851,31 +46061,31 @@ nX nX nX nX +JR +JR +je +Xc +JR +je +sk +Et nX nX nX nX nX +pZ +je +dV +Et nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Wo +re Xc -nX -nX -nX -nX +re +re +re +Ua nX nX nX @@ -44912,20 +46122,14 @@ yQ yQ yQ XV -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc il il il @@ -44937,26 +46141,32 @@ il il il il -Xc -Xc -Xc zA +zA +kr +kr +wE +Ec Xc Xc +TO +TO +Xc +kr +ad +kr +wE Xc Xc zA zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Zd +TY +bn +Xc +Xc +wE +wE zA il Xc @@ -44983,10 +46193,10 @@ Ip Ot Xc Xc -nX -nX -nX -nX +re +re +re +Ua nX nX Xc @@ -44998,24 +46208,35 @@ Xc Xc nX nX -nX -nX -nX -nX -nX -nX Xc +Xc +Xc +je +JR +vw +je nX +je +Xc +WJ +Xc nX nX nX +Hp +Xc nX nX nX nX nX +je +Xc nX nX +WJ +je +JR nX nX nX @@ -45023,28 +46244,17 @@ nX nX nX nX +je +pZ nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Wo +re +re +re +re +re +GM nX nX nX @@ -45081,11 +46291,11 @@ yQ yQ Qj XV -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc +Xc il il il @@ -45100,19 +46310,19 @@ Xc Xc il il -il -il -il -il -il -il -il -il -zA -zA -zA Xc Xc +Xc +Ec +Ec +Is +kr +ad +kr +Xc +Xc +kr +kr zA zA zA @@ -45120,14 +46330,14 @@ zA zA zA zA -zA -zA -zA -zA -zA -zA -zA -zA +Ec +Xc +Xc +Ec +Ec +wE +wE +wE Xc Xc Xc @@ -45153,24 +46363,37 @@ Ot Xc Xc Xc -nX -nX -nX +re +re +GM nX nX Xc Xc Xc -nX +Lc Xc Xc +Lc nX +Qm nX +WJ +Xc +Xc +je +JR nX nX nX +je +pZ nX nX +BE +Xc +Hp +JW nX nX nX @@ -45178,41 +46401,28 @@ nX nX nX nX +BE nX +je +pZ nX nX nX +pZ +pZ +Xc +Xc +ZI +Xc +pZ nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Wo +re +re +re +re +Ua nX nX nX @@ -45250,7 +46460,7 @@ yQ yQ jC tH -zA +Xc Xc Xc Xc @@ -45269,32 +46479,32 @@ Xc Xc Xc Xc +Xc +Xc +Xc +Xc +Ec +Ec +ad +wE zA -zA -il -il -il -il -il -il -il -il -il -il -il -zA -zA -zA -zA -zA +MQ zA zA +km +WI zA zA zA zA zA zA +Ec +Ec +wE +wE +Ec +Ec Xc Xc Xc @@ -45323,73 +46533,73 @@ Xc Xc Xc Xc +GM nX nX nX +Lc +Lc +Lc +Lc +Lc +Lc +Lc +Lc +Lc nX +dV +Et nX +je +WJ nX nX nX +JR nX +rz nX nX nX nX +JR nX nX nX nX +dV +Et nX +MS +Xc +Xc +ZI +Xc +pZ +pZ +pZ +je +Hp +Xc +eC +pZ nX nX nX +KD +re +re +re +re +Ua nX nX nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +dV +Et Xc Xc iQ @@ -45439,29 +46649,29 @@ Xc Xc Xc Xc -zA -zA -il -il -il -il -il -il -il -il -il -il +Xc +Xc +Xc +Ec +wE +Hk +kx zA zA zA zA +wB zA +CF zA zA zA zA zA zA +Ec +wE +wE Xc Xc Xc @@ -45495,10 +46705,23 @@ Xc nX nX nX +Lc +Lc +Lc +Lc +Lc +Lc +Lc +Lc +Lc +Lc +Lc nX nX nX nX +je +lS nX nX nX @@ -45506,48 +46729,35 @@ nX nX nX nX +Qm +JR +dV +Et nX nX nX nX nX nX +Xc +Hp +Xc +eC +pZ +je +je +je nX nX +pZ +je +je nX nX nX nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Wo +re Xc Xc Xc @@ -45609,18 +46819,12 @@ Xc Xc Xc Xc -zA -il -il -il -il -il -il -il -il -il -il Xc +eC +Xc +Xc +kr +ad Xc Xc Xc @@ -45629,7 +46833,13 @@ zA zA zA zA +ZJ +zA +zA zA +Ec +RP +wE Xc Xc Xc @@ -45662,25 +46872,31 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX +dV +Et +Lc +Lc +Lc +Lc Xc Xc Xc Xc -nX -nX -nX +Lc +Lc +Lc Xc nX +ps nX +Xc nX nX nX +JR +JR +bR +Et nX nX nX @@ -45690,40 +46906,34 @@ nX nX nX nX +Xc nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +lt +uT +mO +wl +Vd +Tl +Tl +Tl +Tl +PR nX nX Xc Xc +ZI +dV +Et +Wo Xc Xc Xc Xc -nX -nX +Xc +Xc +dV +Et nX nX nX @@ -45780,13 +46990,13 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -il -il +Xc +Xc +Xc +Xc +Xc +Xc +Xc il Xc Xc @@ -45796,8 +47006,8 @@ Xc zA zA zA -zA -zA +Ec +wE Xc Xc Xc @@ -45832,9 +47042,9 @@ Xc Xc Xc nX -nX -nX -nX +Lc +Lc +Lc Xc Xc Xc @@ -45852,11 +47062,13 @@ nX nX nX nX -nX -nX +JR Xc Xc +aS +JR nX +ga nX nX nX @@ -45867,22 +47079,20 @@ nX nX nX nX +lR +re +re +re +re +re +re +re +PR nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Hp +Xc +eC +Xc Xc Xc Xc @@ -45953,8 +47163,8 @@ Xc Xc Xc Xc -zA -zA +Xc +Xc Xc Xc Xc @@ -46021,15 +47231,15 @@ nX Xc Xc Xc -Xc -Xc -Xc -Xc -Xc +AX +AX +Wc Xc Xc Xc nX +JR +nX nX nX nX @@ -46042,11 +47252,11 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX +re +re +re +re +re Xc Xc Xc From 3b7a2c7efccca354a5fe5b93b880b36afa4971f0 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 7 Feb 2023 02:03:44 +0000 Subject: [PATCH 08/20] sec --- code/game/area/LV624_Outpost_Furidamu.dm | 4 +- .../LV624_Outpost_Furidamu.dmm | 7447 +++++++++-------- 2 files changed, 3866 insertions(+), 3585 deletions(-) diff --git a/code/game/area/LV624_Outpost_Furidamu.dm b/code/game/area/LV624_Outpost_Furidamu.dm index 2efd84305c..6a71ba49f6 100644 --- a/code/game/area/LV624_Outpost_Furidamu.dm +++ b/code/game/area/LV624_Outpost_Furidamu.dm @@ -8,8 +8,8 @@ //parent types /area/LV624_Outpost_Furidamu/indoors - name = "LV624_Outpost_Furidamu - Outdoors" - icon_state = "cliff_blocked" //because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! + name = "LV624_Outpost_Furidamu - Indoors" + icon_state = "blue" //because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! ceiling = CEILING_METAL //ambience = list('sound/ambience/jungle_amb1.ogg') diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index 26a12746a9..c4b6ed6a66 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -5,6 +5,15 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"ae" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "ag" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/prop{ @@ -17,20 +26,20 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ah" = ( /obj/structure/closet/toolcloset, /obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "al" = ( /obj/structure/curtain/red, /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "am" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 4; @@ -42,7 +51,13 @@ /obj/item/clothing/under/colonist/clf, /obj/structure/surface/rack, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"aq" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "au" = ( /obj/structure/prop/server_equipment{ icon_state = "rackframe_broken" @@ -68,7 +83,7 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "aA" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/beer{ @@ -76,11 +91,11 @@ pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "aD" = ( /obj/structure/closet/secure_closet/freezer/fridge/full, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "aF" = ( /obj/structure/platform{ dir = 4 @@ -88,13 +103,9 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) "aL" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform/kutjevo/rock{ - dir = 4 - }, -/turf/open/gm/river, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "aM" = ( /obj/structure/platform/kutjevo/rock{ @@ -126,21 +137,27 @@ /obj/structure/surface/rack, /obj/effect/spawner/random/tool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "aX" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/loadedbakedpotato, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"aY" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "bh" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "bl" = ( /obj/structure/window/framed/colony, /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "bn" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 @@ -159,6 +176,15 @@ /obj/item/ammo_magazine/pistol/highpower, /obj/item/weapon/gun/pistol/highpower, /turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors) +"bw" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, /area/LV624_Outpost_Furidamu/outdoors/civilian) "by" = ( /obj/structure/machinery/photocopier{ @@ -176,7 +202,7 @@ pixel_y = -8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "bz" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/river, @@ -185,7 +211,7 @@ /turf/open/floor{ icon_state = "whiteyellowcorner" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "bE" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -227,6 +253,13 @@ dir = 4 }, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) +"bX" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, /area/LV624_Outpost_Furidamu/outdoors/militia) "bY" = ( /obj/structure/platform_decoration/kutjevo/rock{ @@ -241,6 +274,10 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"cg" = ( +/obj/structure/surface/table/almayer, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "ch" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform{ @@ -258,7 +295,7 @@ /obj/structure/surface/table/woodentable/poor, /obj/item/map/lazarus_landing_map, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "cx" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; @@ -297,22 +334,22 @@ pixel_y = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "cA" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"cB" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "cC" = ( /obj/structure/largecrate/random, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"cF" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "cG" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -327,7 +364,7 @@ dir = 8; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "cI" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/ammo_magazine/smg/ppsh/extended, @@ -339,7 +376,7 @@ /obj/item/weapon/gun/smg/ppsh, /obj/item/weapon/gun/smg/ppsh, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "cJ" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -359,7 +396,7 @@ "cT" = ( /obj/structure/largecrate/random/secure, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "cW" = ( /turf/open/floor{ dir = 4; @@ -368,7 +405,7 @@ /area/LV624_Outpost_Furidamu/outdoors/militia) "cX" = ( /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "da" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -378,7 +415,7 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "dd" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -402,12 +439,12 @@ /obj/structure/surface/rack, /obj/item/device/multitool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "dm" = ( /obj/structure/machinery/light, /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "dn" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/paper_bin{ @@ -415,7 +452,7 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "do" = ( /obj/structure/flora/jungle/vines, /turf/open/gm/river, @@ -441,6 +478,15 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"dE" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + pixel_y = 17 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "dR" = ( /obj/structure/surface/table/almayer, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -464,7 +510,7 @@ pixel_y = -13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "eh" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/utensil/spoon{ @@ -472,7 +518,7 @@ pixel_y = 5 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ej" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer0/unweedable, @@ -502,7 +548,7 @@ }, /obj/item/tool/kitchen/utensil/spoon, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "eE" = ( /turf/open/floor{ dir = 8; @@ -520,7 +566,7 @@ "eG" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "eI" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/jungle/vines{ @@ -535,7 +581,7 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "eV" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -594,7 +640,7 @@ pixel_y = 7 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "fu" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 3 @@ -608,7 +654,7 @@ /turf/open/floor/plating{ icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "fy" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/ashtray/plastic{ @@ -616,7 +662,7 @@ pixel_y = -2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "fA" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -636,7 +682,7 @@ pixel_y = 20 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "fI" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 @@ -648,7 +694,7 @@ dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "fP" = ( /obj/structure/platform_decoration/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, @@ -662,11 +708,7 @@ pixel_y = -6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"fX" = ( -/obj/structure/curtain/red, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ga" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -698,13 +740,13 @@ icon_state = "whiteblue"; tag = "icon-whiteblue (NORTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "gs" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight, /obj/effect/spawner/random/tool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "gv" = ( /obj/structure/prop/almayer/computers/sensor_computer2, /obj/structure/machinery/door_control/brbutton/alt{ @@ -730,7 +772,7 @@ icon_state = "whiteblue"; tag = "icon-whiteblue (NORTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "gx" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ name = "\improper Engineering Dome"; @@ -740,7 +782,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "gB" = ( /obj/structure/surface/table, /obj/item/storage/pill_bottle/antitox{ @@ -749,7 +791,7 @@ /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "gF" = ( /obj/structure/platform_decoration/kutjevo/rock, /turf/open/gm/river, @@ -763,12 +805,12 @@ dir = 8; icon_state = "whiteblue" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "gN" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/pamphlet/skill/engineer, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "gS" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, @@ -811,7 +853,7 @@ icon_state = "whiteblue"; tag = "icon-whitehall (WEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "gZ" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; @@ -825,7 +867,7 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "hi" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -843,7 +885,7 @@ /obj/item/explosive/grenade/high_explosive/upp, /obj/item/explosive/grenade/high_explosive/upp, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "hl" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -880,7 +922,7 @@ pixel_y = 10 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "hr" = ( /obj/structure/platform_decoration{ dir = 8 @@ -897,7 +939,7 @@ icon_state = "whitebluefull"; tag = "icon-whitebluefull" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "hz" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/device/flashlight/lamp{ @@ -907,12 +949,22 @@ pixel_y = -2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "hB" = ( /turf/open/floor{ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"hO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + tag = "icon-W" + }, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/militia) "hP" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -928,24 +980,20 @@ icon_state = "whiteblue"; tag = "icon-whiteblue (SOUTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "hZ" = ( /obj/structure/machinery/light, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"id" = ( -/obj/structure/window/framed/wood, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ie" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/suit/chef/classic, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "if" = ( /obj/structure/window/framed/wood, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ii" = ( /obj/structure/flora/jungle/plantbot1{ desc = "Doesn't look like it'll do much cleaning any more."; @@ -972,7 +1020,7 @@ /obj/item/storage/box/packet/high_explosive, /obj/item/storage/box/packet/high_explosive, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "iu" = ( /obj/structure/platform, /turf/open/gm/river, @@ -987,7 +1035,7 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "iw" = ( /obj/effect/decal/warning_stripes, /obj/structure/machinery/landinglight/ds1{ @@ -1004,25 +1052,19 @@ /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/militia) -"iE" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) "iF" = ( /obj/structure/machinery/light{ dir = 1 }, /obj/structure/closet/secure_closet/engineering_personal, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "iG" = ( /obj/structure/machinery/prop/almayer/computer/PC{ pixel_y = 16 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "iI" = ( /obj/structure/flora/jungle/plantbot1{ icon_state = "alienplant1"; @@ -1042,7 +1084,7 @@ /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/revolver/nagant, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "iQ" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -1058,7 +1100,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "je" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -1068,7 +1110,7 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "jl" = ( /obj/structure/machinery/power/terminal{ dir = 8 @@ -1077,11 +1119,7 @@ icon_state = "platebot"; tag = "icon-platebot" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"jm" = ( -/obj/structure/machinery/power/port_gen/pacman, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "jo" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -1115,7 +1153,7 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "jC" = ( /obj/structure/platform_decoration/kutjevo/rock, /turf/open/gm/river, @@ -1123,34 +1161,7 @@ "jE" = ( /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"jF" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - name = "????"; - stat = 2 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "jG" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/clothing/head/helmet/marine/veteran/UPP, @@ -1159,13 +1170,13 @@ /obj/item/clothing/head/helmet/marine/veteran/UPP, /obj/item/clothing/head/helmet/marine/veteran/UPP, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "jH" = ( /obj/structure/surface/rack, /obj/item/clothing/suit/chef/classic, /obj/item/tool/kitchen/knife/butcher, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "jL" = ( /obj/structure/platform_decoration, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -1208,11 +1219,11 @@ pixel_y = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "jX" = ( /obj/structure/bed/chair, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ka" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/suit/storage/militia/vest{ @@ -1224,7 +1235,7 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "kc" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /obj/structure/flora/bush/ausbushes/var3/leafybush, @@ -1238,7 +1249,7 @@ dir = 1; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ke" = ( /obj/structure/window/framed/colony/reinforced, /obj/structure/machinery/door/poddoor/almayer{ @@ -1258,7 +1269,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "kf" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -1266,7 +1277,7 @@ "kh" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "kj" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -1323,7 +1334,7 @@ /area/LV624_Outpost_Furidamu/landing_zone_2) "kw" = ( /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "kx" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -1341,6 +1352,18 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"kG" = ( +/obj/structure/coatrack, +/obj/item/clothing/head/welding{ + pixel_x = -1; + pixel_y = 12 + }, +/obj/item/tool/weldpack{ + pixel_x = 11; + pixel_y = -6 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "kK" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -1352,7 +1375,7 @@ }, /obj/item/tool/kitchen/knife/butcher, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "kU" = ( /obj/structure/target, /obj/item/clothing/suit/storage/marine/light{ @@ -1381,14 +1404,14 @@ /obj/item/clothing/shoes/marine/upp, /obj/item/clothing/shoes/marine/upp, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ln" = ( /obj/structure/curtain/red, /turf/open/floor{ icon_state = "whitebluefull"; tag = "icon-whitebluefull" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "ls" = ( /obj/item/paper_bin{ pixel_x = 9; @@ -1396,7 +1419,7 @@ }, /obj/item/tool/pen/blue/clicky, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "lt" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/auto_turf/strata_grass/layer0/unweedable, @@ -1430,21 +1453,21 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "lC" = ( /obj/structure/sink{ pixel_y = 26 }, /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "lE" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph." }, /obj/item/reagent_container/hypospray/autoinjector/ultrazine, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "lH" = ( /obj/structure/fence, /turf/open/floor{ @@ -1463,7 +1486,7 @@ /turf/open/floor/plating{ icon_state = "platebotc" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "lQ" = ( /obj/structure/platform{ dir = 1 @@ -1493,7 +1516,7 @@ pixel_x = -30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ma" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -1518,11 +1541,6 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"mn" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/tool/crowbar, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) "mp" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer0/unweedable, @@ -1535,7 +1553,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "mz" = ( /turf/open/floor{ dir = 8; @@ -1547,7 +1565,23 @@ /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"mG" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/suit/storage/militia/partial{ + pixel_x = -3; + pixel_y = 12 + }, +/obj/item/clothing/suit/storage/militia/partial{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "mH" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 8; @@ -1560,13 +1594,13 @@ /obj/item/clothing/suit/chef/classic, /obj/item/tool/kitchen/knife/butcher, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "mM" = ( /obj/structure/machinery/cm_vending/sorted/medical/no_access, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "mO" = ( /obj/structure/flora/jungle/vines, /obj/structure/flora/bush/ausbushes/var3/sparsegrass, @@ -1623,8 +1657,15 @@ icon_state = "S"; tag = "icon-S" }, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/obj/structure/fence, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"nn" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors) "no" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/floor/interior/wood, @@ -1637,7 +1678,7 @@ pixel_y = -33 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "nr" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -1659,13 +1700,13 @@ icon_state = "whiteblue"; tag = "icon-whiteblue (NORTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "nx" = ( /turf/open/floor{ dir = 10; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "nJ" = ( /obj/structure/machinery/computer/telecomms/server{ pixel_x = 6; @@ -1684,7 +1725,7 @@ name = "\improper Malaria pill bottle" }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "nP" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines{ @@ -1738,7 +1779,7 @@ "om" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "op" = ( /obj/structure/surface/table, /obj/item/stack/medical/bruise_pack{ @@ -1754,7 +1795,7 @@ /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "oq" = ( /obj/structure/platform, /obj/structure/platform{ @@ -1770,7 +1811,7 @@ dir = 1; icon_state = "asteroidfloor" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "oA" = ( /obj/structure/surface/rack{ density = 0; @@ -1801,7 +1842,7 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "oF" = ( /obj/structure/surface/table, /obj/item/storage/box/masks{ @@ -1814,11 +1855,11 @@ /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "oL" = ( /obj/structure/curtain/red, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "oQ" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -1831,7 +1872,7 @@ pixel_y = 30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "oW" = ( /obj/structure/flora/jungle/vines, /obj/structure/flora/bush/ausbushes/ppflowers, @@ -1865,7 +1906,7 @@ }, /obj/item/clothing/under/color/black, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "pk" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -1898,7 +1939,7 @@ pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "pu" = ( /obj/structure/closet/crate/secure/ammo, /turf/open/floor/interior/wood, @@ -1906,7 +1947,7 @@ "px" = ( /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "pH" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 1; @@ -1920,7 +1961,13 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) +"pL" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "pN" = ( /obj/item/reagent_container/food/drinks/milk{ pixel_x = -3; @@ -1929,16 +1976,22 @@ /obj/structure/surface/table/woodentable/poor, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"pQ" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "pR" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush{ pixel_y = 5 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "pT" = ( /obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "pU" = ( /obj/structure/curtain/red, /obj/structure/flora/jungle/vines/heavy, @@ -1964,7 +2017,7 @@ "qd" = ( /obj/item/clothing/shoes/swat, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "qf" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -1972,17 +2025,12 @@ "qh" = ( /obj/structure/largecrate/machine/bodyscanner, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "qj" = ( /turf/open/floor{ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"qp" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/map/lazarus_landing_map, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) "qq" = ( /turf/open/floor{ dir = 6; @@ -1992,7 +2040,7 @@ "qu" = ( /obj/structure/window/framed/wood, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "qw" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor{ @@ -2000,7 +2048,7 @@ icon_state = "whiteblue"; tag = "icon-whiteblue (SOUTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "qx" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/platform{ @@ -2010,13 +2058,17 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "qA" = ( /obj/structure/curtain/red, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) +"qD" = ( +/obj/structure/curtain/red, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/oob) "qK" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/storage/belt/marine/upp, @@ -2024,14 +2076,14 @@ /obj/item/storage/belt/marine/upp, /obj/item/storage/belt/marine/upp, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "qL" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/device/flashlight/lamp{ pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "qM" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -2048,6 +2100,9 @@ pixel_y = 1; tag = "icon-NE-out" }, +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) "qP" = ( @@ -2066,7 +2121,10 @@ tag = "icon-tube1 (EAST)" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) +"qT" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/oob) "qV" = ( /turf/open/floor{ dir = 1; @@ -2083,30 +2141,24 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "rb" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/weldingtool, /obj/item/tool/wrench, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "re" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"rf" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) "rk" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/surgical_tray, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "rl" = ( /obj/structure/machinery/landinglight/ds1{ dir = 8; @@ -2130,16 +2182,29 @@ /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "rt" = ( /obj/structure/surface/rack, /obj/item/clothing/mask/gas, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "rw" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"rx" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) +"ry" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "rz" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -2153,7 +2218,7 @@ stat = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "rF" = ( /turf/open/floor{ dir = 6; @@ -2172,7 +2237,7 @@ /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "rP" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -2187,7 +2252,7 @@ "rQ" = ( /obj/structure/closet/secure_closet/engineering_electrical, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "rT" = ( /obj/structure/surface/table/almayer, /obj/item/device/radio/off{ @@ -2199,7 +2264,7 @@ pixel_y = 13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "rY" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -2214,14 +2279,14 @@ pixel_y = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "sc" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/trash/USCMtray{ pixel_y = 9 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "se" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/landing_zone_2) @@ -2239,7 +2304,7 @@ pixel_y = -6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "si" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/beer_pack{ @@ -2247,7 +2312,7 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "sj" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 @@ -2271,6 +2336,9 @@ /obj/structure/barricade/handrail/strata, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) +"so" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors) "sr" = ( /obj/structure/machinery/landinglight/ds2{ tag = "icon-landingstripe" @@ -2292,14 +2360,14 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "st" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/prop/server_equipment/laptop/on{ pixel_y = 5 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "sv" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 @@ -2313,14 +2381,18 @@ "sw" = ( /obj/item/clothing/head/hardhat/orange, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "sB" = ( /obj/structure/bed/chair/comfy{ dir = 1; tag = "icon-comfychair (NORTH)" }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"sC" = ( +/obj/item/tool/weldingtool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "sD" = ( /obj/structure/machinery/shower{ pixel_y = 16 @@ -2331,7 +2403,7 @@ /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/utensil/spoon, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "sJ" = ( /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -2362,7 +2434,7 @@ pixel_y = 10 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "sX" = ( /obj/structure/machinery/landinglight/ds2/delaythree, /obj/structure/barricade/handrail/strata, @@ -2377,17 +2449,17 @@ /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ta" = ( /obj/item/stack/sheet/wood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "tb" = ( /turf/open/floor{ dir = 8; icon_state = "whiteblue" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "tc" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/grass/tallgrass/jungle/corner{ @@ -2412,11 +2484,24 @@ pixel_x = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "tj" = ( /obj/structure/machinery/computer/arcade, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"tk" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/box/guncase/m41a{ + pixel_y = 3 + }, +/obj/item/storage/box/guncase/m41a{ + pixel_y = 9 + }, +/obj/item/storage/box/guncase/m41aMK1{ + pixel_y = 15 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "tl" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/under/colonist/clf, @@ -2425,7 +2510,7 @@ pixel_y = 14 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "tm" = ( /obj/structure/surface/rack{ density = 0; @@ -2455,10 +2540,10 @@ stat = 2 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "tw" = ( /turf/closed/wall, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "tH" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ @@ -2466,6 +2551,15 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"tK" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "tL" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -2473,7 +2567,7 @@ }, /obj/item/xeno_egg/alpha, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "tN" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -2490,14 +2584,27 @@ pixel_y = -8 }, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) +"tU" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"tV" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "tX" = ( /mob/living/simple_animal/corgi/puppy{ desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; name = "\improper Mister Wiggles" }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ua" = ( /obj/structure/surface/table/almayer, /obj/item/tool/scythe, @@ -2511,7 +2618,7 @@ pixel_y = 29 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ue" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ tag = "icon-landingstripe" @@ -2530,6 +2637,14 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ui" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/floor{ + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "uj" = ( /obj/effect/landmark/crap_item, /obj/structure/flora/jungle/vines, @@ -2556,7 +2671,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ut" = ( /obj/effect/landmark/lv624/xeno_tunnel, /obj/structure/flora/jungle/vines{ @@ -2577,7 +2692,7 @@ "ux" = ( /obj/item/tool/pickaxe/silver, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "uy" = ( /obj/structure/platform{ dir = 4 @@ -2594,7 +2709,7 @@ pixel_y = -7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "uC" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -2608,7 +2723,7 @@ }, /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "uI" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -2624,6 +2739,11 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_2) +"uM" = ( +/obj/structure/flora/jungle/planttop1, +/obj/structure/platform/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "uO" = ( /obj/item/prop{ desc = "A jerry can. In space! Or maybe a colony."; @@ -2635,6 +2755,12 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"uQ" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors) "uR" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, @@ -2658,7 +2784,7 @@ /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "uZ" = ( /turf/closed/wall, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -2689,7 +2815,7 @@ }, /obj/item/clothing/head/headset, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "vm" = ( /obj/effect/decal/hefa_cult_decals/d96{ desc = "You think you can make out the iconography of a Xenomorph?"; @@ -2698,7 +2824,7 @@ /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "vo" = ( /obj/structure/surface/table/almayer, /obj/item/storage/toolbox/emergency{ @@ -2771,7 +2897,7 @@ }, /obj/item/clothing/head/headset, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "wc" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ @@ -2779,10 +2905,9 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"wd" = ( -/obj/structure/platform_decoration, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +"wf" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/oob) "wj" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 @@ -2800,7 +2925,7 @@ "wr" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ws" = ( /obj/structure/flora/jungle/plantbot1{ icon_state = "alienplant1"; @@ -2809,10 +2934,6 @@ /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) -"wt" = ( -/obj/structure/platform, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "wx" = ( /obj/structure/flora/jungle/vines, /obj/structure/flora/jungle/vines/heavy, @@ -2851,7 +2972,7 @@ "wJ" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "wO" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/snacks/grown/ricestalk, @@ -2870,7 +2991,7 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "wR" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/machinery/recharger, @@ -2879,14 +3000,14 @@ "wS" = ( /obj/structure/largecrate/supply/medicine/blood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "xa" = ( /obj/structure/xenoautopsy/tank/broken, /turf/open/floor{ icon_state = "whitebluefull"; tag = "icon-whitebluefull" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "xc" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/bush/ausbushes/var3/leafybush, @@ -2898,13 +3019,26 @@ name = "Shuttle Landing Lights" }, /area/LV624_Outpost_Furidamu/landing_zone_1) +"xl" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "xm" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"xr" = ( +/obj/structure/window/framed/wood, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "xu" = ( /obj/structure/largecrate/supply/supplies/water, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "xx" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/toy/deck{ @@ -2920,7 +3054,7 @@ pixel_y = -7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "xy" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/rifle/mar40/carbine, @@ -2930,13 +3064,13 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "xC" = ( /turf/open/floor{ dir = 8; icon_state = "whiteyellowcorner" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "xD" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -2953,22 +3087,13 @@ pixel_y = 3 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "xJ" = ( /turf/open/floor{ dir = 9; icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"xM" = ( -/obj/item/clothing/mask/facehugger{ - desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; - icon_state = "facehugger_impregnated"; - name = "????"; - stat = 2 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) "xO" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -2980,6 +3105,13 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"xQ" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + tag = "icon-comfychair (NORTH)" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "xS" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -2990,7 +3122,7 @@ /turf/open/floor/plating{ icon_state = "platebot" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "xV" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -3012,7 +3144,7 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "xY" = ( /obj/item/stack/sheet/wood{ pixel_x = -22; @@ -3036,7 +3168,7 @@ /obj/structure/surface/table/woodentable/poor, /obj/item/tool/crowbar, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ym" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 4; @@ -3067,7 +3199,7 @@ pixel_y = 9 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "yu" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 8; @@ -3083,7 +3215,7 @@ dir = 9; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "yx" = ( /obj/item/reagent_container/food/snacks/upp, /obj/item/reagent_container/food/snacks/upp, @@ -3097,7 +3229,7 @@ /obj/item/reagent_container/food/snacks/upp, /obj/structure/closet/crate/secure/ammo, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "yz" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 8; @@ -3115,12 +3247,16 @@ "yG" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "yH" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/beetsoup, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) +"yI" = ( +/obj/structure/flora/jungle/planttop1, +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "yJ" = ( /obj/structure/platform_decoration{ dir = 8 @@ -3140,13 +3276,13 @@ pixel_x = -30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "yM" = ( /turf/open/floor{ dir = 1; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "yO" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/grass/tallgrass/jungle/corner{ @@ -3162,7 +3298,11 @@ dir = 5; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"yW" = ( +/obj/item/stack/sheet/wood, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "yX" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 @@ -3176,7 +3316,7 @@ }, /obj/item/tool/scythe, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "zd" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -3199,7 +3339,7 @@ pixel_y = -12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "zh" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -3220,7 +3360,7 @@ pixel_y = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "zp" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 8; @@ -3236,7 +3376,10 @@ icon_state = "whitebluefull"; tag = "icon-whitebluefull" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) +"zw" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors) "zA" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) @@ -3244,28 +3387,7 @@ /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/mre_pack/meal1, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"zD" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "zF" = ( /obj/structure/window/reinforced{ dir = 4; @@ -3292,23 +3414,30 @@ stat = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "zJ" = ( /obj/structure/machinery/power/port_gen/pacman, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"zM" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "zP" = ( /turf/open/floor{ dir = 9; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"zQ" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/explosive/grenade/high_explosive/upp{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/explosive/grenade/high_explosive/upp{ + pixel_x = 4; + pixel_y = 17 + }, +/obj/item/explosive/grenade/high_explosive/stick, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "zT" = ( /obj/structure/bookcase{ density = 0; @@ -3316,13 +3445,17 @@ pixel_y = 16 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "zU" = ( /obj/structure/machinery/medical_pod/bodyscanner, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"zX" = ( +/obj/structure/flora/bush/ausbushes/pointybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Ad" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -3345,13 +3478,13 @@ "Ah" = ( /obj/structure/machinery/gibber, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Ai" = ( /obj/structure/machinery/body_scanconsole, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Aq" = ( /obj/structure/platform_decoration{ dir = 4 @@ -3367,7 +3500,7 @@ stat = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Aw" = ( /obj/structure/machinery/chem_dispenser/soda{ density = 0; @@ -3377,7 +3510,7 @@ }, /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Az" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/ammo_magazine/pistol/c99{ @@ -3389,27 +3522,26 @@ pixel_y = 11 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "AQ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/weapon/melee/twohanded/fireaxe, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "AS" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/lazarus_landing_map, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "AW" = ( /turf/open/floor{ dir = 5; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "AX" = ( -/obj/structure/flora/jungle/vines/heavy, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/oob) +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/indoors) "AY" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/box/lights/mixed{ @@ -3419,14 +3551,14 @@ pixel_y = -2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Bc" = ( /obj/structure/sign/poster/clf{ pixel_x = -29; pixel_y = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Be" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/platform{ @@ -3436,7 +3568,7 @@ pixel_y = 10 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Bj" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -3456,18 +3588,18 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) +"Bm" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) "Bq" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/knife, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Bv" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Bw" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 1 @@ -3492,7 +3624,13 @@ pixel_y = 5 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"BC" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors) "BE" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -3504,18 +3642,22 @@ icon_state = "whiteblue"; tag = "icon-whiteblue (NORTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "BK" = ( /obj/structure/platform_decoration, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "BM" = ( /obj/structure/surface/table, /obj/item/pamphlet/skill/medical, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"BV" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "BX" = ( /obj/item/stack/sheet/wood{ pixel_x = 19 @@ -3535,7 +3677,7 @@ "Cb" = ( /obj/structure/largecrate/supply/medicine/iv, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Cf" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio/headset{ @@ -3550,13 +3692,13 @@ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Cg" = ( /obj/structure/prop/holidays/string_lights{ pixel_y = 27 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Ch" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/circuitboard/machine/ghettosmes, @@ -3575,7 +3717,7 @@ dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Cs" = ( /obj/structure/surface/table/almayer, /turf/open/floor{ @@ -3593,6 +3735,12 @@ name = "Shuttle Landing Lights" }, /area/LV624_Outpost_Furidamu/landing_zone_2) +"CC" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "CF" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -3610,7 +3758,7 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "CK" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -3620,11 +3768,22 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"CM" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/rifle/sniper/svd{ + layer = 3.1; + pixel_x = 20; + pixel_y = 8 + }, +/obj/item/tool/crowbar, +/obj/item/explosive/grenade/high_explosive, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "CP" = ( /obj/structure/closet/crate/construction, /obj/item/stack/sheet/metal/large_stack, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "CU" = ( /obj/item/xeno_egg/alpha, /obj/effect/decal/hefa_cult_decals/d32{ @@ -3632,7 +3791,7 @@ icon_state = "2" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "CZ" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/landing_zone_2) @@ -3661,7 +3820,7 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Do" = ( /obj/structure/bed/chair{ dir = 8 @@ -3673,7 +3832,7 @@ stat = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Dr" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/clothing/under/colonist/clf, @@ -3682,7 +3841,7 @@ /obj/item/clothing/under/colonist/clf, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Ds" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -3701,7 +3860,7 @@ /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/rollingpin, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "DE" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -3712,13 +3871,13 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "DL" = ( /obj/structure/machinery/iv_drip, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "DM" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -3726,7 +3885,7 @@ }, /obj/item/weapon/gun/energy/yautja/plasmapistol, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "DP" = ( /obj/structure/machinery/landinglight/ds1{ dir = 4; @@ -3765,19 +3924,22 @@ /obj/structure/surface/table/woodentable/poor, /obj/item/map/whiskey_outpost_map, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "DX" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/weapon/gun/rifle/type71/carbine/commando, +/obj/item/weapon/gun/rifle/type71/carbine/commando{ + current_mag = null + }, +/obj/item/ammo_magazine/rifle/type71, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "DZ" = ( /obj/structure/largecrate/supply/supplies/mre, /obj/item/reagent_container/food/snacks/mre_pack/meal3{ pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Eb" = ( /obj/structure/machinery/landinglight/ds2{ dir = 8; @@ -3804,7 +3966,7 @@ pixel_y = 12 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Eh" = ( /obj/effect/landmark/lv624/xeno_tunnel, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -3823,7 +3985,7 @@ /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/mysterysoup, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Et" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -3837,11 +3999,13 @@ worth = 50000 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"EK" = ( -/obj/structure/machinery/vending/dinnerware, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"EE" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "leafybush_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "EM" = ( /obj/structure/toilet{ pixel_y = 16 @@ -3851,14 +4015,24 @@ pixel_x = -11 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) +"EN" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/wrench, +/obj/item/tool/screwdriver, +/obj/item/prop/helmetgarb/gunoil{ + pixel_x = -3; + pixel_y = 12 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "ET" = ( /obj/structure/machinery/microwave{ pixel_y = 9 }, /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Fa" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/machinery/light/small{ @@ -3873,7 +4047,7 @@ pixel_y = 8 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Fe" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/grown/potato{ @@ -3885,14 +4059,14 @@ pixel_y = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Ff" = ( /obj/item/tool/warning_cone{ pixel_x = 8; pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Fg" = ( /obj/structure/machinery/shower{ pixel_y = 16 @@ -3919,7 +4093,7 @@ dir = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Fr" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/lighter, @@ -3927,13 +4101,13 @@ /obj/item/device/multitool, /obj/item/device/assembly/prox_sensor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Ft" = ( /obj/structure/prop/server_equipment/laptop/on{ pixel_y = 12 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "FA" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -3948,7 +4122,7 @@ }, /obj/item/stack/sandbags_empty, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "FK" = ( /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/militia) @@ -3965,13 +4139,13 @@ icon_state = "bee" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "FS" = ( /obj/structure/machinery/light/small, /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "FT" = ( /obj/structure/target, /obj/item/clothing/suit/storage/marine/heavy{ @@ -4003,7 +4177,7 @@ }, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "FV" = ( /obj/structure/machinery/washing_machine, /obj/structure/machinery/washing_machine{ @@ -4012,7 +4186,7 @@ }, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "FY" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/lighter/random, @@ -4021,7 +4195,7 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Ga" = ( /obj/structure/machinery/photocopier, /obj/item/spacecash/c100{ @@ -4029,17 +4203,17 @@ pixel_y = 7 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Gb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/spacecash/c1000, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Gd" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Gh" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/platform{ @@ -4050,6 +4224,14 @@ pixel_y = 13 }, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) +"Gj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + tag = "icon-S" + }, +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) "Gl" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ @@ -4061,23 +4243,23 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Gm" = ( /obj/structure/machinery/medical_pod/sleeper, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Gr" = ( /obj/item/stack/sheet/metal, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "Gw" = ( /turf/open/floor{ dir = 4; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Gy" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -4088,7 +4270,7 @@ pixel_y = 9 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "GM" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 @@ -4101,14 +4283,14 @@ frequency = 1469 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "GP" = ( /obj/structure/curtain/red, /turf/open/floor{ dir = 8; icon_state = "whiteblue" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "GQ" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/machinery/prop/almayer/CICmap{ @@ -4118,19 +4300,19 @@ }, /obj/item/map/lazarus_landing_map, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "GS" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/extinguisher, /obj/effect/spawner/random/powercell, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "GT" = ( /obj/structure/machinery/sleep_console, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "GZ" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -4155,11 +4337,7 @@ pixel_y = 7 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Hj" = ( -/obj/item/stool, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Hk" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -4176,7 +4354,7 @@ pixel_y = 27 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Hm" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -4185,7 +4363,7 @@ stat = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Hp" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, @@ -4199,7 +4377,7 @@ "Hw" = ( /obj/item/stool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Hx" = ( /obj/structure/platform{ dir = 1 @@ -4227,7 +4405,7 @@ "HG" = ( /obj/structure/closet/secure_closet/freezer/fridge/groceries, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "HH" = ( /obj/item/ammo_magazine/rifle/type71{ current_rounds = 0 @@ -4244,12 +4422,6 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) -"HR" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "HX" = ( /obj/structure/flora/jungle/plantbot1, /obj/structure/flora/jungle/vines, @@ -4267,13 +4439,13 @@ }, /obj/item/tool/kitchen/utensil/spoon, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Ig" = ( /turf/open/floor{ dir = 1; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Im" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/corsat{ @@ -4295,7 +4467,7 @@ icon_state = "whiteblue"; tag = "icon-whiteblue (SOUTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "Ir" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor{ @@ -4310,12 +4482,12 @@ /obj/structure/surface/table/woodentable/poor, /obj/item/spacecash/c1000, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Iw" = ( /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Iy" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -4331,7 +4503,7 @@ }, /obj/item/stack/sandbags_empty, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "IC" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ tag = "icon-landingstripe" @@ -4350,26 +4522,20 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "II" = ( /obj/effect/landmark/static_comms/net_two, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "IK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/multitool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "IL" = ( /obj/item/reagent_container/glass/bucket/janibucket, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) -"IM" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "IN" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -4379,13 +4545,13 @@ dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "IQ" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "IT" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -4395,7 +4561,12 @@ pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) +"IU" = ( +/obj/structure/flora/bush/ausbushes/genericbush, +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Jc" = ( /obj/structure/platform_decoration/kutjevo/rock, /obj/structure/flora/jungle/plantbot1{ @@ -4407,7 +4578,7 @@ "Je" = ( /obj/structure/machinery/vending/dinnerware, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Jg" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/suit/storage/militia/vest{ @@ -4419,7 +4590,7 @@ pixel_y = -1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Jh" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph." @@ -4430,7 +4601,7 @@ icon_state = "whiteblue"; tag = "icon-whiteblue (SOUTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "Jj" = ( /obj/structure/flora/jungle/vines, /obj/structure/flora/jungle/vines{ @@ -4448,6 +4619,9 @@ /obj/item/toy/beach_ball/holoball{ pixel_y = -16 }, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) "Jr" = ( @@ -4462,7 +4636,7 @@ dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Jz" = ( /obj/effect/decal/cleanable/blood, /obj/structure/window/reinforced{ @@ -4477,7 +4651,7 @@ icon_state = "whiteblue"; tag = "icon-whiteblue (NORTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "JA" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/reagent_container/food/snacks/upp, @@ -4489,7 +4663,7 @@ /obj/item/reagent_container/food/snacks/upp, /obj/item/reagent_container/food/snacks/upp, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "JD" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/pen{ @@ -4504,7 +4678,7 @@ pixel_y = -1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "JF" = ( /obj/item/trash/used_stasis_bag, /obj/item/spacecash/c500{ @@ -4515,7 +4689,7 @@ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "JG" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform{ @@ -4534,6 +4708,9 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"JP" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/oob) "JR" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -4548,7 +4725,7 @@ /obj/item/storage/box/packet/hefa, /obj/item/storage/box/packet/hefa, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "JW" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -4559,6 +4736,9 @@ pixel_y = 1; tag = "icon-NW-out" }, +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) "Kb" = ( @@ -4572,6 +4752,18 @@ dir = 8 }, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) +"Kd" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Ke" = ( /obj/structure/flora/jungle/vines{ @@ -4592,7 +4784,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Kt" = ( /obj/item/stack/sheet/wood{ pixel_x = 4; @@ -4611,7 +4803,7 @@ pixel_y = 15 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "KD" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 @@ -4627,7 +4819,7 @@ worth = 50000 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "KF" = ( /obj/structure/barricade/wooden, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -4638,7 +4830,7 @@ pixel_y = 16 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "KK" = ( /obj/item/prop{ desc = "Something about a research lab."; @@ -4647,13 +4839,13 @@ name = "USCM classified intelligence folder" }, /turf/closed/wall/cult, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "KL" = ( /obj/structure/platform{ dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "KM" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -4672,10 +4864,16 @@ pixel_y = 20 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "KN" = ( /obj/structure/platform, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) +"KT" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/outdoors/militia) "KU" = ( /obj/structure/platform/kutjevo/rock{ @@ -4718,17 +4916,18 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Li" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/corsat{ - icon_state = "marked" +/area/LV624_Outpost_Furidamu/indoors) +"Ln" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/energy/laz_uzi, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) +"Lr" = ( +/obj/item/ammo_box/magazine/type71{ + pixel_y = -6 }, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Ls" = ( -/obj/structure/curtain/red, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Lt" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 4; @@ -4741,24 +4940,30 @@ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"LA" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "LB" = ( /turf/open/floor{ dir = 4; icon_state = "whiteyellowcorner" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "LD" = ( /obj/item/weapon/melee/baseballbat/metal, /obj/item/device/lightreplacer, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "LE" = ( /turf/open/floor{ dir = 8; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "LJ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/soap{ @@ -4766,7 +4971,7 @@ pixel_y = 9 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "LS" = ( /obj/structure{ desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; @@ -4781,25 +4986,21 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console) +"LT" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "LV" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/toolbox, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"LX" = ( -/obj/structure/surface/table/woodentable/poor, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "LZ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/pistol/c99/upp, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Mb" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/reagent_container/food/snacks/boiledrice, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Me" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/bush/ausbushes/var3/brflowers, @@ -4808,13 +5009,13 @@ "Mh" = ( /obj/structure/largecrate, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Mi" = ( /turf/open/floor{ dir = 6; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Mk" = ( /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -4831,7 +5032,7 @@ "Mq" = ( /obj/structure/largecrate/supply/explosives/mines, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Mr" = ( /obj/structure/surface/table/almayer, /obj/item/explosive/grenade/custom/ied{ @@ -4844,7 +5045,7 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Mw" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/under/colonist/clf, @@ -4853,7 +5054,7 @@ pixel_y = -13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Mz" = ( /obj/structure/platform{ dir = 4 @@ -4872,7 +5073,7 @@ dir = 4; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ME" = ( /obj/item/storage/box/m56d_hmg, /turf/open/floor/interior/wood, @@ -4884,7 +5085,7 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "MJ" = ( /obj/structure/filingcabinet{ density = 0; @@ -4898,7 +5099,7 @@ }, /obj/structure/machinery/space_heater, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "MO" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/snacks/wishsoup, @@ -4909,7 +5110,7 @@ dir = 1; icon_state = "whiteyellowcorner" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "MQ" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -4941,7 +5142,7 @@ pixel_y = 13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Na" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker) @@ -4952,7 +5153,7 @@ pixel_y = 15 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Nc" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/mask/gas/swat{ @@ -4964,7 +5165,7 @@ pixel_y = -3 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Nd" = ( /obj/structure/bed/chair/office/dark{ dir = 8 @@ -4972,7 +5173,7 @@ /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Ne" = ( /turf/open/auto_turf/strata_grass/layer0/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) @@ -5031,10 +5232,17 @@ pixel_y = 14 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Nl" = ( /turf/open/auto_turf/strata_grass/layer0/unweedable, /area/LV624_Outpost_Furidamu/landing_zone_2) +"Nq" = ( +/obj/structure/fence, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Nv" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -5057,13 +5265,13 @@ dir = 10; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ND" = ( /turf/open/floor{ dir = 6; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "NH" = ( /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -5076,7 +5284,13 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) +"NK" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors) "NP" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fernybush_3" @@ -5088,7 +5302,7 @@ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "NS" = ( /obj/structure/platform{ dir = 1 @@ -5107,7 +5321,7 @@ /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/head/helmet/marine/veteran/UPP, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "NU" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -5115,19 +5329,19 @@ }, /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "NW" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/boiledrice, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "NX" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/toolbox/electrical{ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "NY" = ( /obj/structure/machinery/washing_machine{ density = 0; @@ -5144,13 +5358,13 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "NZ" = ( /obj/structure/platform_decoration{ dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Oa" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 @@ -5166,11 +5380,7 @@ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Oj" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Om" = ( /obj/structure/platform{ dir = 1 @@ -5203,7 +5413,7 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Os" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ @@ -5240,17 +5450,17 @@ icon_state = "whitebluefull"; tag = "icon-whitebluefull" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "OR" = ( /obj/structure/surface/rack, /obj/item/clothing/under/colonist/clf, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "OT" = ( /obj/structure/machinery/floodlight, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "OU" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 4; @@ -5314,7 +5524,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Ps" = ( /obj/structure/machinery/landinglight/ds2/delayone{ dir = 8; @@ -5326,7 +5536,7 @@ /turf/open/floor{ icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Pw" = ( /obj/structure/machinery/computer/telecomms/server{ layer = 3.9; @@ -5357,14 +5567,14 @@ /turf/open/floor{ icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "PH" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "PI" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/clothing/mask/facehugger{ @@ -5374,7 +5584,7 @@ stat = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "PJ" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -5401,6 +5611,12 @@ icon_state = "warnplate" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"PV" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "PW" = ( /obj/structure/girder, /turf/open/floor/plating{ @@ -5420,7 +5636,7 @@ pixel_y = 17 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "PZ" = ( /obj/structure/surface/table/almayer, /obj/item/storage/bag/plants, @@ -5441,11 +5657,11 @@ pixel_y = 17 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Qf" = ( /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Qj" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, @@ -5457,16 +5673,20 @@ "Qn" = ( /obj/item/reagent_container/food/snacks/meat/human, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) +"Qs" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors) "Qw" = ( /turf/open/floor/plating{ icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Qx" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Qz" = ( /obj/structure/surface/rack, /obj/item/circuitboard/computer{ @@ -5478,7 +5698,7 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "QB" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/ammo_box/magazine/type71{ @@ -5494,7 +5714,7 @@ name = "Main Power Grid Monitoring" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "QG" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -5505,7 +5725,7 @@ "QK" = ( /obj/item/stack/sheet/metal, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "QL" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fullgrass_1" @@ -5518,7 +5738,7 @@ pixel_y = 29 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "QO" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -5530,7 +5750,7 @@ "QT" = ( /obj/structure/closet/secure_closet/freezer/meat, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "QV" = ( /obj/structure/prop/server_equipment, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -5564,15 +5784,15 @@ }, /obj/item/tool/crowbar, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Ra" = ( /obj/structure/surface/table/woodentable/poor, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Rc" = ( /obj/structure/machinery/power/monitor, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Re" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -5597,11 +5817,21 @@ pixel_y = 3 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Rp" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Rt" = ( +/obj/structure/fence, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/floor{ + icon_state = "bcircuit"; + tag = "icon-bcircuit" + }, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Rv" = ( /obj/item/tool/minihoe, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -5617,7 +5847,7 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Rz" = ( /turf/open/floor/plating, /area/shuttle/drop2/LV624{ @@ -5638,14 +5868,14 @@ pixel_y = 11 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "RE" = ( /turf/open/floor{ dir = 9; icon_state = "whiteblue"; tag = "icon-whiteblue (NORTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "RG" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 @@ -5653,7 +5883,7 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "RI" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -5666,7 +5896,7 @@ dir = 8; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "RL" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 1; @@ -5677,7 +5907,7 @@ "RN" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "RP" = ( /obj/structure/flora/bush/ausbushes/grassybush, /obj/structure/flora/jungle/vines{ @@ -5704,7 +5934,7 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "RV" = ( /turf/open/floor/plating, /area/shuttle/drop1/LV624{ @@ -5721,7 +5951,7 @@ /obj/item/ammo_magazine/smg/nailgun, /obj/item/ammo_magazine/smg/nailgun, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Sb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/box/wy_mre{ @@ -5731,12 +5961,18 @@ pixel_y = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Sj" = ( /obj/structure/bed/chair/comfy{ dir = 4 }, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) +"Sl" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Sq" = ( /obj/structure/surface/table/woodentable/poor, @@ -5747,7 +5983,7 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Ss" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "leafybush_2" @@ -5757,13 +5993,13 @@ "Sv" = ( /obj/structure/machinery/processor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Sx" = ( /obj/structure/bed{ can_buckle = 0 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "SA" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/jungle/vines{ @@ -5795,11 +6031,11 @@ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "SI" = ( /obj/structure/curtain/red, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/oob) +/area/LV624_Outpost_Furidamu/indoors) "SJ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/paper_bin{ @@ -5808,7 +6044,7 @@ }, /obj/item/tool/pen, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "SM" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -5819,19 +6055,19 @@ "SP" = ( /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "SU" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "SY" = ( /obj/structure/surface/table, /obj/item/clothing/suit/storage/militia/brace, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Tb" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -5847,13 +6083,13 @@ pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Td" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Th" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -5865,7 +6101,7 @@ icon_state = "whiteblue"; tag = "icon-whiteblue (NORTHWEST)" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "Ti" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -5879,7 +6115,7 @@ /obj/structure/kitchenspike, /obj/effect/decal/cleanable/blood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Tp" = ( /obj/structure/platform, /obj/structure/platform{ @@ -5901,7 +6137,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Tz" = ( /obj/structure/window/reinforced{ dir = 4; @@ -5922,13 +6158,13 @@ pixel_y = 13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "TA" = ( /obj/structure/bed{ can_buckle = 0 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "TB" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/smg/mp5{ @@ -5938,7 +6174,7 @@ pixel_y = 9 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "TD" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/platform{ @@ -5946,12 +6182,12 @@ }, /obj/item/reagent_container/food/snacks/boiledrice, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "TE" = ( /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "TF" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines/heavy, @@ -5959,7 +6195,7 @@ /area/LV624_Outpost_Furidamu/outdoors/militia) "TG" = ( /turf/open/floor, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "TJ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/prop/helmetgarb/gunoil{ @@ -5967,7 +6203,7 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "TO" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, @@ -5994,7 +6230,7 @@ "TZ" = ( /obj/vehicle/powerloader, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Ua" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 @@ -6012,12 +6248,6 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) -"Uk" = ( -/obj/structure/window/framed/wood, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) "Ul" = ( /obj/structure/prop/invuln{ density = 0; @@ -6034,7 +6264,7 @@ pixel_y = 11 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Uo" = ( /obj/structure/machinery/computer/telecomms/monitor{ pixel_x = -4; @@ -6049,7 +6279,7 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Uv" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -6061,7 +6291,7 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Uw" = ( /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -6127,7 +6357,7 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "UI" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/boltaction/colony{ @@ -6139,7 +6369,7 @@ "UJ" = ( /obj/structure/window/framed/wood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "UK" = ( /obj/structure/largecrate/random/case/small, /obj/item/reagent_container/food/drinks/coffeecup/wy{ @@ -6149,14 +6379,18 @@ pixel_y = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "UL" = ( /obj/structure/machinery/optable, /obj/item/tank/anesthetic, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"UM" = ( +/obj/item/stack/sheet/wood, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "UQ" = ( /obj/structure/largecrate, /obj/item/reagent_container/food/drinks/coffeecup{ @@ -6186,7 +6420,7 @@ /obj/item/storage/firstaid/adv, /obj/item/storage/firstaid/adv, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "UW" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -6198,7 +6432,7 @@ pixel_y = 30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "UZ" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ locked = 1; @@ -6209,12 +6443,19 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Va" = ( /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) +"Vb" = ( +/obj/structure/flora/jungle/planttop1, +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) "Vd" = ( /obj/structure/flora/jungle/vines/heavy, @@ -6239,7 +6480,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "Vm" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/floor/interior/wood, @@ -6251,7 +6492,7 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Vq" = ( /obj/structure/surface/table/almayer, /obj/item/tool/wrench, @@ -6296,7 +6537,7 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "VC" = ( /obj/structure/machinery/landinglight/ds2{ dir = 1; @@ -6323,7 +6564,7 @@ icon_state = "whitebluefull"; tag = "icon-whitebluefull" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "VO" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 1; @@ -6358,7 +6599,7 @@ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "VX" = ( /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -6368,29 +6609,29 @@ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Wc" = ( /obj/effect/landmark/lv624/xeno_tunnel, /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/oob) +/area/LV624_Outpost_Furidamu/outdoors/civilian) "Wd" = ( /obj/structure/machinery/seed_extractor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "We" = ( /obj/item/tool/warning_cone{ pixel_x = -15; pixel_y = -10 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Wg" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "Wh" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 1 @@ -6436,7 +6677,7 @@ dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Wv" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 @@ -6450,13 +6691,13 @@ }, /obj/item/weapon/melee/yautja/combistick, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "Wz" = ( /obj/structure/surface/table, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "WA" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/boltaction/colony{ @@ -6471,7 +6712,7 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "WC" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -6491,7 +6732,7 @@ dir = 4; icon_state = "whiteyellowfull" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "WV" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -6524,7 +6765,7 @@ pixel_y = 11 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Xc" = ( /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/oob) @@ -6541,7 +6782,7 @@ "Xf" = ( /obj/structure/surface/table/woodentable/poor, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Xh" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -6582,7 +6823,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Xu" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -6592,13 +6833,13 @@ "Xv" = ( /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Xw" = ( /obj/structure/bed, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "XB" = ( /obj/structure/machinery/door/airlock/almayer/research{ dir = 1; @@ -6623,7 +6864,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/oob) "XF" = ( /obj/effect/landmark/shuttle_loc/marine_trg/landing{ name = "1" @@ -6643,11 +6884,17 @@ /obj/item/clothing/under/colonist/clf, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) +"XO" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "XR" = ( /obj/item/reagent_container/food/snacks/grown/potato, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "XV" = ( /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, @@ -6662,7 +6909,7 @@ /obj/item/explosive/grenade/high_explosive/stick, /obj/item/explosive/grenade/high_explosive/stick, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Yi" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -6671,7 +6918,7 @@ stat = 2 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Yj" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 @@ -6684,12 +6931,23 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Yp" = ( /obj/structure/curtain/red, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Yq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1; + tag = "icon-N" + }, +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "Ys" = ( /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -6706,11 +6964,11 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Yw" = ( /obj/structure/bed/stool, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Yx" = ( /obj/structure/platform, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -6739,7 +6997,7 @@ }, /obj/item/reagent_container/food/snacks/meat/fish, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "YF" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/rifle/mar40/carbine{ @@ -6755,12 +7013,12 @@ pixel_y = 13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "YJ" = ( /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "YL" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -6775,7 +7033,7 @@ }, /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "YN" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/tomatosoup{ @@ -6788,7 +7046,7 @@ pixel_y = 5 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "YP" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -6810,16 +7068,24 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "YX" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/mmi/radio_enabled, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "Za" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Zb" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/weapon/gun/rifle/type71, +/obj/item/weapon/gun/rifle/type71{ + pixel_y = 5 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "Zc" = ( /obj/structure/bookcase{ density = 0; @@ -6827,7 +7093,7 @@ pixel_y = 16 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Zd" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 @@ -6864,7 +7130,7 @@ pixel_y = 13 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Zp" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -6876,7 +7142,7 @@ "Zs" = ( /obj/structure/bed/alien, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "Zy" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -6884,7 +7150,7 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ZB" = ( /obj/structure/sign/poster{ desc = "This poster features Audrey Rainwater standing in a jacuzzi. She was the July 2182 centerfold in House Bunny Gentleman's Magazine. Don't ask how you know that."; @@ -6898,7 +7164,7 @@ pixel_y = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ZC" = ( /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer0_mud, @@ -6920,6 +7186,17 @@ /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"ZH" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ammo_magazine/sniper/svd{ + pixel_y = 6 + }, +/obj/item/ammo_magazine/sniper/svd{ + pixel_x = 10; + pixel_y = 7 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors) "ZI" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -6933,7 +7210,7 @@ /obj/item/ashtray/glass, /obj/item/tool/crowbar, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ZM" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -6956,6 +7233,10 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/militia) +"ZR" = ( +/obj/structure/barricade/wooden, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/militia) "ZS" = ( /obj/structure/machinery/computer/telecomms/server{ pixel_y = 16 @@ -6964,21 +7245,21 @@ dir = 8; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors) "ZU" = ( /obj/item/stool, /obj/structure/prop/holidays/string_lights{ pixel_y = 27 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) "ZV" = ( /obj/structure/bed/chair/comfy, /obj/structure/prop/holidays/string_lights{ pixel_y = 27 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors) (1,1,1) = {" Ip @@ -21955,8 +22236,8 @@ rJ rJ rJ rJ -zq -zq +AX +AX rJ rJ rJ @@ -22091,25 +22372,25 @@ rJ rJ rJ rJ -Na -Na -Na -Na -Na -Na rJ rJ rJ +rJ +rJ +rJ +rJ +rJ +rJ +nX +nX +nX +nX +nX bJ gd gd gd gd -gd -gd -gd -gd -gd fA rJ rJ @@ -22124,13 +22405,13 @@ rJ rJ rJ rJ -zq -zq +AX +AX iY iY iY -zq -zq +AX +AX rJ rJ rJ @@ -22260,21 +22541,21 @@ rJ rJ rJ rJ -Na -Na -Na -Na -Na -Na rJ rJ -bJ -dg -YB -Mn -YB -YB -YB +rJ +rJ +rJ +rJ +rJ +rJ +nX +nX +nX +nX +nX +nX +cy YB YB YB @@ -22289,21 +22570,21 @@ rJ rJ rJ rJ -zq +AX iY iY iY -zq +AX or or or or -zq -zq +AX +AX iY iY iY -zq +AX rJ rJ rJ @@ -22429,24 +22710,24 @@ rJ rJ rJ rJ -Na -Na -Na -Na -Na -Na rJ +rJ +rJ +rJ +rJ +rJ +rJ +nX +nX +nX +nX +nX +nX bJ dg YB YB YB -Mn -YB -YB -YB -YB -YB YB YB YB @@ -22456,9 +22737,9 @@ hn rJ rJ rJ -zq -zq -zq +AX +AX +AX or or or @@ -22472,8 +22753,8 @@ or or or or -zq -zq +AX +AX rJ Wm io @@ -22596,22 +22877,22 @@ gd gd gd gd -gd -hp -Ti -Ti -Ti -Ti -Ti -Ti -nh -dg -On -YB -YB -YB -YB -YB +fA +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +nX +cy YB YB YB @@ -22626,7 +22907,7 @@ gd gd gd gf -zq +AX or or or @@ -22641,7 +22922,7 @@ or or or or -zq +AX NS io Lb @@ -22765,22 +23046,22 @@ YB YB YB On -YB -iu -Ti -Ti -Ti -Ti -Ti -Ti -nZ -YB -YB -YB -YB -YB -YB -YB +Xm +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +Xc +Xc +Xc +Xc +cy YB YB YB @@ -22795,7 +23076,7 @@ YB YB On iu -Li +Xt or or or @@ -22810,7 +23091,7 @@ or or or or -Li +Xt VT el el @@ -22934,22 +23215,22 @@ YB YB YB YB -YB -iu -Ti -Ti -Ti -Ti -Ti -Ti -nZ -YB -YB -YB -YB -YB -YB -YB +Xm +nX +nX +nX +nX +nX +Xc +nX +nX +nX +nX +nX +Xc +Xc +Xc +cy YB YB YB @@ -22964,7 +23245,7 @@ YB YB YB iu -Li +Xt or or or @@ -22979,7 +23260,7 @@ or or or or -Li +Xt VT el el @@ -23103,22 +23384,22 @@ YB YB YB YB -YB -iu -Ti -Ti -Ti -Ti -Ti -Ti -nZ -YB -YB -YB -YB -YB -YB -YB +fI +hn +nX +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +Xc +Kd +ae YB YB YB @@ -23133,7 +23414,7 @@ YB YB YB iu -Li +Xt or or or @@ -23148,7 +23429,7 @@ or or or or -Li +Xt VT el el @@ -23273,36 +23554,36 @@ YB YB YB YB -iu -Ti -Ti -Ti -Ti -Ti -Ti -nZ -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +Xm +nX +nX +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +cy YB YB YB YB YB +Xc +Xc +Xc YB YB YB YB YB iu -Li +Xt or or or @@ -23317,7 +23598,7 @@ or or or or -Li +Xt VT el el @@ -23442,36 +23723,36 @@ YB YB YB YB -iu -Ti -Ti -Ti -Ti -Ti -Ti -nZ -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +Xm +nX +nX +Xc +Xc +Xc +nX +nX +nX +nX +nX +nX +nX +nX +cy YB YB YB YB YB +Xc +Xc +Xc +Xc YB YB YB YB iu -Li +Xt or or or @@ -23486,7 +23767,7 @@ or or or or -Li +Xt VT el el @@ -23611,36 +23892,36 @@ eV eV eV eV -jo -Ti -Ti -Ti -Ti -Ti -Ti -aL -eV -eV -eV -eV -di -On -YB -YB -YB -YB +gU +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +nX +cy YB YB YB YB YB YB +Xc +Xc +Xc YB YB YB YB iu -zq +AX or or or @@ -23655,7 +23936,7 @@ or or or or -zq +AX Om FA FA @@ -23740,7 +24021,7 @@ Ti Ti Ti nX -nX +rz nX nX nX @@ -23776,17 +24057,19 @@ gF eV eV gU +Dy +Dy +yI +Et nX nX nX nX nX -Ti -Ti -Ti -Ti -Ti -Ti +nX +nX +nX +rz nX nX nX @@ -23795,24 +24078,22 @@ nX cG eV eV -eV -eV di YB YB YB YB +Xc YB YB YB YB YB -YB -zq -zq -zq -zq -FK +AX +AX +AX +AX +nn or or or @@ -23823,9 +24104,9 @@ or or or or -zq -zq -zq +AX +AX +AX zA zA zA @@ -23858,14 +24139,14 @@ FA FA FA Os -zA +zh zA zA zA zA Xc Xc -zA +zh zA zA zA @@ -23917,8 +24198,8 @@ nX nX nX nX -nX -nX +dV +Et cG eV eV @@ -23945,17 +24226,17 @@ gU nX nX nX +qj +lH +wy +nX +nX +nX nX nX nX nX nX -Ti -Ti -Ti -Ti -Ti -Ti nX nX nX @@ -23978,10 +24259,10 @@ YB YB gF UD -zA -zA -zq -FK +km +WI +AX +nn or or or @@ -23992,7 +24273,7 @@ or or or or -zq +AX zA zA zA @@ -24018,7 +24299,7 @@ zA zA zA zA -zA +zh zA zA zA @@ -24070,7 +24351,7 @@ YB YB gF gU -nX +rz nX nX Ti @@ -24114,17 +24395,14 @@ nX nX nX nX +qj +lH +wy nX nX nX nX nX -Ti -Ti -Ti -Ti -Ti -Ti nX nX nX @@ -24132,9 +24410,12 @@ nX nX nX nX +dV +Et nX nX nX +rz nX cy YB @@ -24146,10 +24427,10 @@ YB YB YB Xm +yo zA -zA -zq -zq +AX +AX or or or @@ -24161,7 +24442,7 @@ or or or or -zq +AX zA zA zA @@ -24223,8 +24504,8 @@ Ip Ot Xc Xc -nX -nX +dV +Et cG eV eV @@ -24249,7 +24530,7 @@ nX nX nX nX -nX +rz Xc Xc nX @@ -24258,7 +24539,7 @@ nX nX nX nX -nX +VE Xc Xc Xc @@ -24272,6 +24553,8 @@ cG eV eV gU +dV +Et nX nX nX @@ -24281,11 +24564,9 @@ nX nX nX nX -nX -nX -nX -nX -nX +qj +lH +wy nX nX nX @@ -24316,8 +24597,8 @@ YB YB Xm zA -zA -zq +zh +AX or or or @@ -24330,11 +24611,7 @@ or or or or -zq -zA -zA -zA -zA +AX zA zA zA @@ -24345,12 +24622,15 @@ zA zA zA zA +km +WI zA zA zA zA zA zA +zh zA zA zA @@ -24359,6 +24639,7 @@ zA zA zA zA +zh zA Xc zA @@ -24397,7 +24678,7 @@ nX nX nX nX -nX +rz Xc Xc Xc @@ -24421,7 +24702,7 @@ nX Xc xm Xc -nX +VE nX nX nX @@ -24452,13 +24733,13 @@ nX nX nX nX +qj +lH +wy nX nX nX -nX -nX -nX -nX +xm nX nX nX @@ -24484,9 +24765,9 @@ YB YB YB Xm +Bm zA -zA -Li +Xt or or or @@ -24495,11 +24776,11 @@ or or or or -FK -FK -FK -zq -zq +nn +nn +nn +AX +AX HO HO HO @@ -24571,16 +24852,16 @@ Xc Xc Xc Xc +dV +Et nX nX nX +rz nX nX -nX -nX -nX -nX -nX +dV +Et nX nX nX @@ -24591,8 +24872,8 @@ Xc xm Xc Xc -nX -nX +dV +Et nX nX nX @@ -24606,6 +24887,7 @@ Xc Xc Xc Xc +VE nX nX nX @@ -24620,15 +24902,14 @@ nX nX nX nX +qj +lH +wy nX nX nX -nX -nX -nX -nX -nX -nX +xm +xm nX nX nX @@ -24655,7 +24936,7 @@ YB Xm zA zA -Li +Xt or or or @@ -24667,13 +24948,13 @@ or or or or -Li +Xt il zA zA il zA -zA +yo HO ob zA @@ -24757,7 +25038,7 @@ nX nX pZ pZ -nX +rz Xc Xc Xc @@ -24771,7 +25052,7 @@ nX nX nX nX -nX +rz Xc Xc nX @@ -24790,6 +25071,149 @@ nX nX nX nX +qj +lH +wy +nX +nX +nX +nX +xm +nX +xm +nX +nX +dV +Et +nX +nX +nX +nX +nX +dV +Et +nX +nX +nX +cy +YB +YB +YB +YB +YB +YB +uM +WI +zA +Xt +or +or +or +or +or +or +or +or +or +or +or +Xt +il +il +nn +nn +nn +zA +HO +zA +zA +zA +zA +zA +HO +zh +zA +zA +zA +MQ +Xc +Xc +ad +zA +Hk +Hk +ad +zA +Xc +gS +tU +Hk +Xc +gS +ad +Hk +zA +km +WI +Ec +Ec +Ec +wE +nP +VS +ad +zA +zA +zA +zA +Xc +Xc +Xc +Xc +Xc +Xc +Ot +Ip +"} +(107,1,1) = {" +Ip +Ot +Xc +Xc +Xc +Xc +nX +nX +nX +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nX +nX +nX +nX +nX +je +je +Xc +nX +nX +nX +nX +pZ +je +pZ +nX +dV +Et +Xc +Xc +Xc +nX nX nX nX @@ -24812,173 +25236,30 @@ nX nX nX nX -nX -nX -cy -YB -YB -YB -YB -YB -YB -Xm -zA -zA -Li -or -or -or -or -or -or -or -or -or -or -or -Li -il -il -FK -FK -FK -zA -HO -zA -zA -zA -zA -zA -HO -zA -zA -zA -zA -MQ -Xc -Xc -ad -zA -Hk -Hk -ad -zA -Xc -gS -ad -Hk -Xc -gS -ad -Hk -zA -zA -zA -Ec -Ec -Ec -wE -nP -VS -ad -zA -zA -zA -zA -Xc -Xc -Xc -Xc -Xc -Xc -Ot -Ip -"} -(107,1,1) = {" -Ip -Ot -Xc -Xc -Xc -Xc -nX -nX -nX -Xc -Xc -Xc -Xc -Xc -Xc -Xc -nX -nX -nX -nX -nX -je -je -Xc -nX -nX -nX -nX -pZ -je -pZ -nX -nX -nX -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +pL nX nX nX +qj +lH +wy nX nX nX nX nX nX +xm +xm nX nX nX +pL nX nX nX nX +pL nX nX nX @@ -24993,7 +25274,7 @@ YB Xm zA zA -zq +AX or or or @@ -25005,12 +25286,12 @@ or or or or -Li +Xt il il -FK +nn EM -FK +nn il HO zA @@ -25020,8 +25301,8 @@ ZM ob HO zA -zA -zA +km +WI zA Xc Xc @@ -25043,14 +25324,14 @@ zA zA zA ad -Ec +LT Xc Ec Xc ad Ec wE -zA +zh zA zA zA @@ -25103,7 +25384,7 @@ xm Xc Xc Xc -nX +rz nX nX nX @@ -25122,37 +25403,37 @@ nX nX nX nX -nX -nX -Dy -Dy +dV +Et +AX +AX Xt Yo -Dy -Dy -nX -nX -nX -nX -nX +AX +AX +bw nX nX nX +xm nX nX +xm +xm nX nX -Dy -Dy +rz +AX +AX Xt Xt -Dy -Dy -nX +AX +AX nX nX nX nX +rz cy On YB @@ -25162,8 +25443,8 @@ YB Xm zA zA -zq -zq +AX +AX or or or @@ -25173,13 +25454,13 @@ or or or or -zq -zq +AX +AX il il -FK +nn jE -FK +nn il HO ob @@ -25202,8 +25483,8 @@ Ec Xc zA zA -zA -zA +km +WI Xc Xc Xc @@ -25239,7 +25520,7 @@ Xc Xc Xc Xc -nX +rz nX nX nX @@ -25247,13 +25528,13 @@ Xc Xc Xc Xc -nX +rz nX nX nX Xc Xc -nX +rz nX nX nX @@ -25290,36 +25571,36 @@ Xc nX nX nX -Dy +AX Xt Xt -Dy +AX WL WL WL WL -Dy +AX Xt Xt -Dy -nX -nX -nX +AX nX +xm +xm nX nX -Dy +xm +AX Xt Xt -Dy +AX WL -Ti -Ti -Ti -Dy +kw +kw +kw +AX Xt Xt -Dy +AX VX sJ cy @@ -25331,9 +25612,9 @@ YB Xm zA zA -zA -zq -zq +yo +AX +AX or or or @@ -25341,8 +25622,8 @@ or or or or -zq -zq +AX +AX il il il @@ -25371,7 +25652,7 @@ Xc Xc zA Xc -zA +zh zA Xc gS @@ -25418,16 +25699,16 @@ Xc nX nX nX -nX -nX +dV +Et Xc Xc nX nX nX nX -nX -nX +dV +Et Xc Xc Xc @@ -25444,7 +25725,7 @@ Xc Xc Xc Xc -nX +VE nX nX nX @@ -25455,8 +25736,8 @@ nX nX nX Xc -nX -nX +dV +Et nX nX Xt @@ -25472,22 +25753,22 @@ WL WL Xt nX +xm +xm nX nX -nX -nX -nX +xm Xt WL WL WL zP cH -Ti -Ti -Ti -Ti -Ti +kw +kw +kw +kw +kw Xt nX nX @@ -25498,34 +25779,34 @@ YB YB YB Xm +EE zA -zA -zA -zA -zq -Li -Li -Li -zq +km +WI +AX +Xt +Xt +Xt +AX iY iY iY -zq -il +AX +cB il il zA zA zA il -FK -FK -FK -fX -fX -FK -FK -FK +nn +nn +nn +SI +SI +nn +nn +nn zA zA zA @@ -25538,7 +25819,7 @@ Xc gS ad Hk -wE +ry Xc Xc zA @@ -25547,7 +25828,7 @@ Xc Xc Xc Xc -zA +zh zA zA zA @@ -25558,8 +25839,8 @@ gS ad Hk zA -zA -zA +km +WI Xc Xc Xc @@ -25580,8 +25861,8 @@ Xc nX nX nX -nX -nX +dV +Et Xc xm xm @@ -25590,8 +25871,8 @@ nX nX Xc Xc -nX -nX +dV +Et nX nX nX @@ -25632,9 +25913,9 @@ Xt WL zP cH -Ti +kw TG -Ti +kw xC cH nx @@ -25642,7 +25923,7 @@ WL Xt nX nX -nX +xm nX nX nX @@ -25655,8 +25936,8 @@ TG TG Iw Iw -Ti -Ti +kw +kw Xt nX nX @@ -25678,25 +25959,25 @@ il HO zA zA -zA -zA +km +WI il il zA zA zA -zA -FK -FK +CF +nn +nn To cX cX cX cX cX -FK -FK -zA +nn +nn +zh zA zA Xc @@ -25720,8 +26001,8 @@ Xc Xc Xc zA -zA -zA +km +WI Xc Xc Ec @@ -25796,41 +26077,41 @@ nX nX nX nX -Dy -Dy +AX +AX WL -Ti -sJ -Ti -Ti -Ti +kw +nn +kw +kw +kw TG -sJ +nn PD WL -Dy -Dy -Dy +AX +AX +AX my my -Dy -Dy -Dy +AX +AX +AX WL Ig -sJ -Ti +nn +kw TG TG TG -sJ +nn Iw -Ti -Dy -Dy -nX +kw +AX +AX nX nX +pL cy YB YB @@ -25842,8 +26123,8 @@ zA zA HO il -il -zA +cB +CF HO il il @@ -25851,11 +26132,11 @@ il zA zA il -zA +yo zA zA il -FK +nn To cX cX @@ -25864,7 +26145,7 @@ cX cX cX To -id +UJ zA zA zA @@ -25890,7 +26171,7 @@ Xc Xc Xc Xc -zA +zh Xc Xc Xc @@ -25958,8 +26239,8 @@ Xc Xc Xc Xc -nX -nX +dV +Et nX nX nX @@ -25968,34 +26249,34 @@ nX Xt WL zP -Ti -Ti -Ti -Ti -Ti +kw +kw +kw +kw +kw TG TG xC nx WL -sJ +nn WL WL WL WL -sJ +nn WL zP MP -Ti -Ti +kw +kw WL WL TG TG Iw -Ti -Ti +kw +kw Xt nX ZN @@ -26005,7 +26286,7 @@ YB YB YB Xm -zA +yo zA zA zA @@ -26020,25 +26301,25 @@ il il zA zA -zA -zA +km +WI il il -FK +nn cX cX cX -LX +Xv ie cX cX To -id -zA +UJ zA zA zA zA +zh zA zA zA @@ -26067,7 +26348,7 @@ Hk zA zA zA -zA +zh Xc Xc Xc @@ -26107,7 +26388,7 @@ je nX nX Xc -nX +rz nX nX nX @@ -26138,9 +26419,9 @@ Yo WL Ig TG -Ti -Ti -Ti +kw +kw +kw WL WL TG @@ -26164,7 +26445,7 @@ WL TG TG Iw -Ti +kw Yo nX ZN @@ -26179,8 +26460,8 @@ zA zA zA HO -zA -zA +km +WI il Uw il @@ -26193,7 +26474,7 @@ zA zA il il -fX +SI cX cX cX @@ -26202,7 +26483,7 @@ Rn cX cX cX -FK +nn zA zA zA @@ -26308,21 +26589,21 @@ WL Ig TG TG -Ti +kw WL WL WL TG TG Iw -Ti -Ti -Ti +kw +kw +kw Iw Iw -Ti -Ti -Ti +kw +kw +kw LB TG TG @@ -26332,8 +26613,8 @@ WL WL TG TG -Ti -Ti +kw +kw Yo nX ZN @@ -26345,7 +26626,7 @@ YB YB fI fA -zA +zX zA HO zA @@ -26362,16 +26643,16 @@ il zA zA il -FK +nn wQ cX cX -LX +Xv Bq cX cX eG -id +UJ zA zA zA @@ -26448,8 +26729,8 @@ nX nX nX nX -nX -nX +dV +Et ZF re re @@ -26468,7 +26749,7 @@ TT lv tc JR -nX +VE nX nX nX @@ -26483,16 +26764,16 @@ WL TG TG Iw -Ti -Ti -sJ -Ti -Ti -Ti -Ti -sJ -Ti -Ti +kw +kw +nn +kw +kw +kw +kw +nn +kw +kw LB TG TG @@ -26501,8 +26782,8 @@ WL TG TG Iw -Ti -Ti +kw +kw Xt nX nX @@ -26518,7 +26799,7 @@ zA zA HO zA -zA +Bm zA Uw il @@ -26531,7 +26812,7 @@ il zA il il -FK +nn ag cX cX @@ -26540,7 +26821,7 @@ cX cX cX YM -id +UJ zA zA Xc @@ -26612,8 +26893,8 @@ Xc je Xc Xc -nX -nX +dV +Et nX nX nX @@ -26641,38 +26922,38 @@ JR nX nX nX -Dy -Dy +AX +AX WL Ig -sJ +nn TG TG TG TG -sJ +nn Iw -Ti -sJ -sJ -sJ +kw +nn +nn +nn my my -sJ -sJ -sJ -Ti -Ti -sJ +nn +nn +nn +kw +kw +nn TG TG TG TG -sJ +nn Iw -Ti -Dy -Dy +kw +AX +AX nX ZN nX @@ -26686,9 +26967,9 @@ Xm zA zA HO -zA -zA -zA +MQ +km +WI HO il il @@ -26700,16 +26981,16 @@ il zA il il -FK -FK +nn +nn zJ cX cX cX cX cX -FK -FK +nn +nn zA zA Ec @@ -26810,7 +27091,7 @@ je JR nX nX -nX +VE Xt WL AW @@ -26820,26 +27101,26 @@ TG TG bD Gw -Ti -Ti -Uk -Mk -Mk -Mk -Mk -Mk -Mk -Uk -Ti -Ti -Ti +kw +kw +YT +cX +cX +cX +cX +cX +cX +YT +kw +kw +kw Iw TG TG Iw Iw -Ti -Ti +kw +kw Xt lg nX @@ -26853,7 +27134,7 @@ YB YB Xm zA -zA +MQ HO zA zA @@ -26861,7 +27142,7 @@ zA HO il il -zA +CF zA zA zA @@ -26869,17 +27150,17 @@ il zA zA il -il -FK -FK -FK -fX -id -fX -FK -FK -zA -zA +cB +nn +nn +nn +SI +UJ +SI +nn +nn +km +WI zA Xc wE @@ -26905,7 +27186,7 @@ il il il il -zA +zh zA zA Xc @@ -26987,28 +27268,28 @@ WL AW LB Iw -Ti -Ti -Ti -Ti -Uk -Mk -Mk -Mk -Mk -Mk -Mk -Uk -Ti -Ti -Ti -Ti +kw +kw +kw +kw +YT +cX +cX +cX +cX +cX +cX +YT +kw +kw +kw +kw Iw bD Gw -Ti -Ti -Ti +kw +kw +kw Xt dR nX @@ -27021,14 +27302,14 @@ YB YB YB Xm -zA -zA -FK -id -id -id -FK -FK +yo +Bm +nn +UJ +UJ +UJ +nn +nn oA zA zA @@ -27040,13 +27321,13 @@ zA zA il il -id +UJ uE cX cX cX aD -id +UJ zA zA zA @@ -27149,37 +27430,37 @@ Xc nX nX nX -Dy +AX Xt Xt -Dy +AX WL Ig -Ti -Ti -sJ -Uk -Uk -sJ -Mk -Mk -Mk -Mk -Mk -Mk -sJ -Uk -Uk -sJ -Ti +kw +kw +nn +YT +YT +nn +cX +cX +cX +cX +cX +cX +nn +YT +YT +nn +kw Ig PD WL -Dy +AX Xt Xt -Dy -nX +AX +pL nX nX nX @@ -27189,14 +27470,14 @@ YB YB YB YB -Xm -zA +uM +WI zA -FK -zD +nn +Tz rC -LX -FK +Xv +nn Fg zA zA @@ -27209,13 +27490,13 @@ zA zA zA il -id +UJ mK cX cX cX DB -id +UJ zA zA Xc @@ -27244,8 +27525,8 @@ il Xc Xc Xc -zA -zA +km +WI zA il il @@ -27320,31 +27601,31 @@ nX nX nX nX -nX -Dy -sJ +rz +AX +nn Ig -Ti -sJ -sJ -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -sJ -sJ +kw +nn +nn +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +nn +nn Ig PD -sJ -Dy +nn +AX nX nX nX @@ -27361,14 +27642,14 @@ YB fI fA zA -id -zD -Hj +UJ +Tz +Hw qY -FK +nn Fg -zA -zA +km +WI il il zA @@ -27378,13 +27659,13 @@ il il zA il -FK +nn QT cX cX cX xW -FK +nn zA Xc zA @@ -27487,33 +27768,33 @@ Xc Xc nX nX +dV +Et nX -nX -nX -Dy +AX WL Ig -Ti -Ti -sJ -Mk -Mk -Mk -Mk -wd -IM -IM +kw +kw +nn +cX +cX +cX +cX +BK +VU +VU Jy -Mk -Mk -Mk -Mk -sJ -Ti +cX +cX +cX +cX +nn +kw Ig PD WL -Dy +AX nX ZN nX @@ -27529,14 +27810,14 @@ YB YB YB Xm -zA -id -zD +yo +UJ +Tz cX hz -FK +nn Fg -zA +yo zA il il @@ -27545,15 +27826,15 @@ il Xc Xc il -zA -zA -id +wE +wE +UJ yt cX cX cX IT -id +UJ zA Ec Ec @@ -27655,7 +27936,7 @@ Xc Xc nX nX -nX +VE nX nX nX @@ -27663,23 +27944,23 @@ Xt WL Ig Iw -Ti -Uk -Mk -Mk -Mk -Mk -wt -sJ -sJ +kw +YT +cX +cX +cX +cX +KN +nn +nn KL -Mk -Mk -Mk -Mk -Uk -Ti -Ti +cX +cX +cX +cX +YT +kw +kw PD WL Xt @@ -27697,13 +27978,13 @@ YB YB YB YB -Xm -zA -FK +uM +WI +nn zF cX cX -FK +nn Fg zA zA @@ -27712,17 +27993,17 @@ il il il Xc -Xc -zA -zA +eC +wE zA -id +wE +UJ Aw cX cX cX HG -id +UJ zA Xc wE @@ -27806,8 +28087,8 @@ nX nX nX nX -nX -nX +dV +Et Xc Xc Xc @@ -27825,30 +28106,30 @@ nX nX nX nX -nX +VE nX nX Xt WL Ig Iw -Ti -Uk -Mk -Mk -Mk -Mk -wt -sJ -sJ +kw +YT +cX +cX +cX +cX +KN +nn +nn KL -Mk -Mk -Mk -Mk -Uk -Ti -Ti +cX +cX +cX +cX +YT +kw +kw PD WL Xt @@ -27868,14 +28149,14 @@ YB YB fI fA -FK -FK -FK -fX -FK -FK -FK -zA +nn +nn +nn +SI +nn +nn +uQ +wE zA zA il @@ -27883,16 +28164,16 @@ il il il zA -zA -FK -FK -FK +CF +nn +nn +nn cX cX cX -FK -FK -zA +nn +nn +zh Xc Xc Xc @@ -27928,8 +28209,8 @@ Jz gM Jh bh -yQ -yQ +wf +wf bh bh Xc @@ -27977,7 +28258,7 @@ nX nX nX nX -nX +VE Xc Xc Xc @@ -27989,38 +28270,38 @@ Xc Xc Xc Xc +dV +Et nX nX nX nX nX nX -nX -nX -Dy +AX WL Ig -Ti -Ti -sJ -Mk -Mk -Mk -Mk -HR +kw +kw +nn +cX +cX +cX +cX +NZ IP IP Lv -Mk -Mk -Mk -Mk -sJ +cX +cX +cX +cX +nn WL -Ti +kw PD WL -Dy +AX Vq ZN nX @@ -28037,13 +28318,13 @@ YB YB YB Xm -FK -FK +nn +nn cX cX jA YH -FK +uQ il il zA @@ -28053,13 +28334,13 @@ il il il zA -FK +nn EM -FK -FK -fX -FK -FK +nn +nn +SI +nn +nn zA zA zA @@ -28097,9 +28378,9 @@ RE tb Iq ln -yQ -yQ -yQ +wf +wf +wf bh Xc Ot @@ -28166,30 +28447,30 @@ nX nX nX nX -Dy -sJ +AX +nn Ig -Ti -sJ -sJ -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -sJ -sJ -Ti +kw +nn +nn +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +nn +nn +kw PD -sJ -Dy +nn +AX vo dR nX @@ -28207,13 +28488,13 @@ YB YB fI fA -FK +nn cX cX cX TB -FK -FK +nn +nn il zA zA @@ -28222,12 +28503,12 @@ il il il zA -FK +nn jE -FK +nn HO zA -zA +Gy HO zA zA @@ -28266,9 +28547,9 @@ gv gM qw bh -yQ -yQ -yQ +wf +wf +wf bh Xc Ot @@ -28316,8 +28597,8 @@ nX nX nX nX -nX -nX +dV +Et Xc Xc Xc @@ -28332,36 +28613,36 @@ nX nX nX nX -Dy +AX Xt Xt -Dy +AX WL Ig -Ti -Ti -sJ -Uk -Uk -sJ -Mk -Mk -Mk -Mk -Mk -Mk -sJ -Uk -Uk -sJ +kw +kw +nn +YT +YT +nn +cX +cX +cX +cX +cX +cX +nn +YT +YT +nn WL Ig PD WL -Dy +AX Xt Xt -Dy +AX nX nX ZN @@ -28376,27 +28657,27 @@ YB YB On Xm -id +UJ cX cX cX Nc ka -FK -il +nn +cB il zA il il il -zA +yo zA zA zA zA HO zA -zA +Bm HO zA zA @@ -28406,8 +28687,8 @@ wE Ec wE zA -zA -zA +km +WI Xc Xc Xc @@ -28475,8 +28756,8 @@ Xc Xc nX nX -nX -nX +dV +Et Xc Xc nX @@ -28491,7 +28772,7 @@ nX nX nX nX -nX +VE nX nX nX @@ -28508,26 +28789,26 @@ WL zP MP Iw -Ti -Ti -Ti -Ti -Uk -Mk -Mk -Mk -Mk -Mk -Mk -Uk -Ti -Ti -Ti +kw +kw +kw +kw +YT +cX +cX +cX +cX +cX +cX +YT +kw +kw +kw zP MP xC -Ti -Ti +kw +kw WL WL Xt @@ -28545,14 +28826,14 @@ YB YB YB Xm -id +UJ cX cX cX cX pi -FK -FK +nn +nn il il il @@ -28560,8 +28841,8 @@ il il il zA -zA -zA +km +WI zA HO zA @@ -28576,7 +28857,7 @@ wE kr zA zA -zA +zh zA zA zA @@ -28596,17 +28877,17 @@ il il ke BG -zA -zA +JP +JP Th bh nt vm nq bh -zA -il -il +JP +qT +qT Ww Xc Ot @@ -28666,10 +28947,10 @@ nX nX nX Xc +rz nX -nX -nX -nX +dV +Et Xt WL zP @@ -28678,26 +28959,26 @@ MP TG TG Iw -Ti -Ti -Ti -Uk -Mk -Mk -Mk -Mk -Mk -Mk -Uk -Ti -Ti -Ti -Ti +kw +kw +kw +YT +cX +cX +cX +cX +cX +cX +YT +kw +kw +kw +kw TG -Ti -Ti -Ti -Ti +kw +kw +kw +kw WL Xt dR @@ -28714,14 +28995,14 @@ YB YB YB Xm -FK +nn cX cX cX cX cX UK -FK +nn il il il @@ -28736,7 +29017,7 @@ HO zA zA HO -zA +zh zA zA zA @@ -28764,18 +29045,18 @@ il il il XB -zA -zA +JP +JP kh -zA +JP px -zA +JP KK Qn NU -zA -il -il +JP +qT +qT Xc Xc Ot @@ -28819,11 +29100,11 @@ nX nX nX nX -Dy +AX Xt my Xt -Dy +AX nX nX nX @@ -28838,38 +29119,38 @@ Xc Xc nX nX -Dy -Dy +AX +AX WL Ig -sJ +nn TG TG TG TG -sJ -Ti -Ti -sJ -sJ -sJ +nn +kw +kw +nn +nn +nn my my -sJ -sJ -sJ -Ti -Ti -sJ -Ti -Ti -Ti +nn +nn +nn +kw +kw +nn +kw +kw +kw TG -sJ -Ti -Ti -Dy -Dy +nn +kw +kw +AX +AX nX ZN nX @@ -28883,14 +29164,14 @@ YB YB YB Xm -FK +nn cX cX cX cX cX cX -FK +nn zA il il @@ -28900,16 +29181,16 @@ il il zA zA -zA -FK -fX -FK -FK -FK -FK -FK -zA -zA +CF +nn +SI +nn +nn +nn +nn +nn +km +WI zA zA Xc @@ -28933,18 +29214,18 @@ il il il ke -zA -il -il -zA +JP +qT +qT +JP bh nq Qn gX Xc FQ -zA -zA +JP +JP Xc Xc Ot @@ -28985,19 +29266,19 @@ nX nX nX nX -Dy +AX Xt Xt -Dy +AX yv LE Nz -Dy +AX Xt Xt -Dy -nX -nX +AX +dV +Et nX nX Xc @@ -29017,27 +29298,27 @@ WL WL TG TG -Ti -Ti -Ti -sJ -Ti -Ti -Ti -Ti -sJ -Ti -Ti +kw +kw +kw +nn +kw +kw +kw +kw +nn +kw +kw Iw -Ti -Ti -Ti -Ti -Ti -Ti +kw +kw +kw +kw +kw +kw Iw -Ti -Ti +kw +kw Xt nX ZN @@ -29052,14 +29333,14 @@ YB YB YB Xm -id +UJ cX cX -qp +AS DV cX cX -FK +nn zA il il @@ -29069,16 +29350,16 @@ il il zA zA -FK -FK +nn +nn cX cX cX cX cX -FK -FK -zA +nn +nn +zh zA zA zA @@ -29104,7 +29385,7 @@ il bh bh bh -jE +qD bh bh bh @@ -29150,22 +29431,22 @@ pZ je je pZ +VE nX nX -nX -Dy -Dy +AX +AX Iw Iw -sJ +nn yv LE Nz -sJ +nn Iw Iw -Dy -Dy +AX +AX nX nX nX @@ -29188,25 +29469,25 @@ WL TG TG Iw -Ti -Ti -Ti +kw +kw +kw cH cH -Ti -Ti -Ti +kw +kw +kw Iw TG TG WL -Ti -Ti +kw +kw WL TG -Ti +kw Iw -Ti +kw Yo nX ZN @@ -29221,14 +29502,14 @@ YB YB YB Xm -id +UJ cX cX GQ -LX +Xv cX cX -fX +SI zA zA il @@ -29237,17 +29518,17 @@ il il il zA -FK -FK +nn +nn cX cX -rf -rf -rf +IQ +IQ +IQ cX cX -FK -FK +nn +nn zA zA zA @@ -29272,16 +29553,16 @@ il il il Vj -jE +qD Gr VL bh Wg -zA +JP tL Xc Xc -zA +JP QK Xc Xc @@ -29335,7 +29616,7 @@ Iw Iw Iw Xt -nX +rz nX nX nX @@ -29364,18 +29645,18 @@ Gw Gw Gw Gw -Ti +kw LB TG TG WL WL -Ti -Ti +kw +kw TG -Ti -Ti -Ti +kw +kw +kw Yo nX ZN @@ -29390,15 +29671,15 @@ YB YB YB Xm -FK +nn cX cX cX cX cX cX -FK -zA +uQ +zh zA zA il @@ -29406,17 +29687,17 @@ il il il zA -FK +nn Qc cX cX -Mb +NW Uv YE cX cX Yt -FK +nn zA zA zA @@ -29441,17 +29722,17 @@ il il il Vj -jE +qD lE -il -jE -il -il -zA +qT +qD +qT +qT +JP px -zA -zA -zA +JP +JP +JP Xc Xc Ot @@ -29495,11 +29776,11 @@ Xt Iw Iw Iw -sJ +nn yv LE Nz -sJ +nn Iw Iw Iw @@ -29527,12 +29808,12 @@ TG bD Mi WL -sJ +nn WL WL WL WL -sJ +nn WL AW LB @@ -29540,11 +29821,11 @@ TG TG WL WL -Ti -Ti -Ti -Ti -Ti +kw +kw +kw +kw +kw Xt nX ZN @@ -29559,23 +29840,23 @@ YB YB Cy Xm -FK +nn cX cX cX cX cX pi -FK -zA -zA +uQ +wE +wE il il il il il -FK -FK +nn +nn cX cX cX @@ -29585,8 +29866,8 @@ ha cX cX Yt -FK -FK +nn +nn zA Xc Xc @@ -29611,15 +29892,15 @@ il il bh bh -jE -jE +qD +qD bh CU Wg -zA +JP bh DM -zA +JP Xc Xc Xc @@ -29659,21 +29940,21 @@ Xc Xc Xc aS -Dy -Dy -sJ +AX +AX +nn Iw -sJ -sJ -sJ +nn +nn +nn Iw -sJ -sJ -sJ +nn +nn +nn Iw -sJ -Dy -Dy +nn +AX +AX lH lH lH @@ -29683,38 +29964,38 @@ lH lH lH lH -Dy -Dy +AX +AX WL Ig -sJ +nn TG TG TG TG -sJ +nn PD WL -Dy -Dy -Dy +AX +AX +AX my my -Dy -Dy -Dy +AX +AX +AX WL Ig -sJ +nn TG TG TG TG -sJ -Ti -Ti -Dy -Dy +nn +kw +kw +AX +AX nX ZN nX @@ -29728,22 +30009,22 @@ YB Cy YB Xm -FK +nn by cX cX cX cX Jg -id -il -zA -il -il +UJ il +wE +XL +cB il -zA -FK +XL +wE +uQ Je cX cX @@ -29755,7 +30036,7 @@ cX cX cX cX -FK +nn zA zA zA @@ -29783,9 +30064,9 @@ bh Vj Vj bh -jE -jE -jE +qD +qD +qD bh bh Xc @@ -29833,11 +30114,11 @@ yv yv yv yv -sJ +nn yv Iw Nz -sJ +nn Nz Nz Nz @@ -29865,12 +30146,12 @@ Gw Mi WL Xt +Cm nX nX nX -nX -nX -nX +dV +Et Xt WL AW @@ -29881,7 +30162,7 @@ TG bD Gw Mi -Ti +kw Xt nX nX @@ -29897,22 +30178,22 @@ YB YB YB Xm -FK +nn zj cX cX cX cX TB -id -il -zA -il +UJ il zA +XL +eC +wE il zA -id +UJ xF cX cX @@ -29924,7 +30205,7 @@ cX cX cX cX -id +UJ zA zA ad @@ -30056,7 +30337,7 @@ nX nX nX nX -nX +pL nX nX nX @@ -30066,22 +30347,22 @@ YB YB YB Xm -FK +nn zj cX cX cX cX YH -FK -il -zA -il -il -zA +uQ il +wE +XL +eC +wE +XL il -id +UJ RA cX cX @@ -30093,7 +30374,7 @@ cX cX cX cX -id +UJ zA zA zA @@ -30116,7 +30397,7 @@ Xc Xc Xc Xc -zA +zh il il il @@ -30171,11 +30452,11 @@ yR yR yR yR -sJ +nn yR Iw ND -sJ +nn ND ND ND @@ -30191,36 +30472,36 @@ MS MS nX nX -Dy +AX Xt Xt -Dy +AX WL WL WL WL -Dy +AX Xt Xt -Dy -nX +AX +pL xm xm xm xm nX -Dy +AX Xt Xt -Dy +AX WL WL WL WL -Dy +AX Xt Xt -Dy +AX nX nX ZN @@ -30235,22 +30516,22 @@ YB YB YB Xm -FK +nn dn JD sU cX cX jA -FK -zA -zA -il -il -zA +uQ +wE +wE +Xc +Xc zA -il -FK +wE +XL +uQ cX cX cX @@ -30258,12 +30539,12 @@ BK Sq Sq qx -zM +Jy cX -rf -rf -FK -zA +IQ +IQ +nn +zh zA ad il @@ -30287,9 +30568,9 @@ il il zA zA -zA -zA -zA +km +WI +zh il il Xc @@ -30335,42 +30616,42 @@ da WJ ga lR -Dy -Dy -sJ +AX +AX +nn Iw -sJ -sJ -sJ +nn +nn +nn Iw -sJ -sJ -sJ +nn +nn +nn Iw -sJ -Dy -Dy +nn +AX +AX nX xm xm xm nX -nX -nX +dV +Et MS MS nX nX nX nX -Dy -Dy +AX +AX Xt Xt -Dy -Dy -nX -nX +AX +AX +dV +Et nX nX nX @@ -30378,15 +30659,15 @@ xm xm nX nX -nX -nX +dV +Et qj -Dy -Dy +AX +AX Xt Xt -Dy -Dy +AX +AX fi dR nX @@ -30404,14 +30685,14 @@ YB YB YB Xm -FK -FK -FK -FK -id -id -FK -FK +nn +nn +nn +nn +UJ +UJ +nn +uQ zA zA zA @@ -30419,19 +30700,19 @@ il zA zA il -FK +nn cX cX cX KN -FK -FK -FK -iE +nn +nn +nn +KL jX yH GF -FK +nn zA zA zA @@ -30509,11 +30790,11 @@ Xt Iw Iw Iw -sJ +nn yR MB ND -sJ +nn Iw Iw Iw @@ -30574,37 +30855,37 @@ YB YB fI fA -FK +nn EM -FK -zA +nn +zX zA zA il il -zA -zA +km +WI zA zA zA il -fX +SI cX cX cX KN -FK -FK -FK -iE +nn +nn +nn +KL Av fV -LX -FK -zA -zA +Xv +nn zA zA +km +WI il il Xc @@ -30704,13 +30985,13 @@ nX VX jL oq -sJ -sJ +nn +nn UJ UJ UJ -sJ -sJ +nn +nn lQ nX nX @@ -30743,10 +31024,10 @@ YB YB YB Xm -FK +nn jE -FK -zA +nn +Bm il il il @@ -30757,19 +31038,19 @@ zA zA zA zA -FK +nn ta cX cX KN -FK -FK -FK -iE +nn +nn +nn +KL jX sF -Mb -FK +NW +nn zA zA zA @@ -30779,7 +31060,7 @@ Xc Xc Xc Xc -zA +zh zA zA zA @@ -30843,19 +31124,19 @@ YB uR xm xm -Dy -Dy +AX +AX Iw Iw -sJ +nn yR MB ND -sJ +nn Iw Iw -Dy -Dy +AX +AX nX nX MS @@ -30872,21 +31153,21 @@ MS nX VX Yx -sJ -sJ -ZN -ZN -ZN -ZN -ZN -sJ +nn +nn +Qs +Qs +Qs +Qs +Qs +nn xO nX nX xm xm nX -nX +Cm qj lH wy @@ -30926,7 +31207,7 @@ zA zA zA zA -FK +nn xu cX cX @@ -30934,11 +31215,11 @@ NZ TD Be Gh -Bv +Lv cX Td Td -FK +nn zA zA zA @@ -31013,17 +31294,17 @@ YB YB xm xm -Dy +AX Xt Xt -Dy +AX yR MB ND -Dy +AX Xt Xt -Dy +AX nX nX MS @@ -31045,10 +31326,10 @@ UJ Wd ux XR -Mk -Mk -Mk -Ls +cX +cX +cX +SI Pk nX xm @@ -31061,7 +31342,7 @@ uZ uZ nX nX -nX +pL nX nX nX @@ -31095,7 +31376,7 @@ zA zA il zA -id +UJ nK cX cX @@ -31107,11 +31388,11 @@ cX cX cX cX -id -zA +UJ zA zA zA +zh zA zA zA @@ -31157,9 +31438,9 @@ re Ua nX nX -nX +BE Xc -nX +BE nX Wo re @@ -31185,11 +31466,11 @@ xm xm nX qj -Dy +AX Xt my Xt -Dy +AX nX nX nX @@ -31212,12 +31493,12 @@ VX Yx UJ za -Mk -Mk -Mk -Mk -Mk -Ls +cX +cX +cX +cX +cX +SI Pk nX nX @@ -31255,7 +31536,7 @@ bl Tu bl tw -zA +Gy zA zA zA @@ -31264,8 +31545,8 @@ il il il zA -id -mn +UJ +yl cX cX cX @@ -31276,7 +31557,7 @@ cX cX cX cX -id +UJ il zA zA @@ -31327,7 +31608,7 @@ GM nX nX nX -nX +BE nX nX KD @@ -31379,14 +31660,14 @@ Xc nX VX Yx -sJ -sJ +nn +nn lC -ZN +Qs pR -ZN -ZN -sJ +Qs +Qs +nn rP nX nX @@ -31409,7 +31690,7 @@ tw Ry YJ DE -FK +nn RN gs tw @@ -31432,20 +31713,20 @@ zA zA il il -zA -FK +CF +nn Je -xM +Hm cX cX -rf -rf -rf +IQ +IQ +IQ cX cX cX cX -FK +nn il zA zA @@ -31549,18 +31830,18 @@ Xc Xc YR Tp -sJ -sJ +nn +nn UJ UJ UJ -sJ -sJ +nn +nn Hx nX nX xm -nX +iy nX nX qj @@ -31601,9 +31882,9 @@ zA zA il zA -FK -FK -FK +nn +nn +nn cX cX cX @@ -31613,8 +31894,8 @@ pI cX cX Sb -FK -FK +nn +nn il zA zA @@ -31669,7 +31950,7 @@ nX nX nX nX -nX +Rw Xc Xc Xc @@ -31731,7 +32012,7 @@ xm xm nX nX -xm +Sl uZ uZ uZ @@ -31766,13 +32047,13 @@ cX cX rb bl +CF zA zA zA -zA -FK +nn EM -FK +nn Bj cX cX @@ -31781,11 +32062,11 @@ tQ eh cX cX -Mb -FK +NW +nn il il -zA +zh zA zA zA @@ -31837,8 +32118,8 @@ nX nX nX nX -nX -nX +dV +Et Xc Xc Xc @@ -31886,14 +32167,14 @@ Xc Xc Xc Xc -nX -nX +dV +Et nX xm xm xm nX -nX +rz xm nX nX @@ -31916,7 +32197,7 @@ Qw YJ YJ eK -FK +nn YX SU Cf @@ -31925,24 +32206,24 @@ cX cX cX Qx -FK +nn cX cX cX cX -FK +nn yG fK GO bl -zA +Bm zA zA il -FK +nn jE -FK -FK +nn +nn cX cX Td @@ -31950,8 +32231,8 @@ Td Td cX cX -FK -FK +nn +nn il il il @@ -32004,9 +32285,9 @@ Xc Xc nX nX -nX -nX -nX +lR +Tl +PR nX Xc Xc @@ -32048,7 +32329,7 @@ xm xm nX xm -xm +Sl Xc Xc Xc @@ -32065,8 +32346,8 @@ nX nX xm nX -nX -nX +dV +Et nX xm xm @@ -32085,22 +32366,22 @@ Qw YJ ji NI -FK -FK -FK -FK -FK -FK +nn +nn +nn +nn +nn +nn cX cX -FK -FK +nn +nn Va cX cX hZ -FK -FK +nn +nn cX cX tw @@ -32110,16 +32391,16 @@ il il zA zA -zA -FK -FK +Gy +nn +nn cX cX cX cX cX -FK -FK +nn +nn il il il @@ -32172,11 +32453,11 @@ Xc Xc Xc Xc -nX -nX -nX -dV -Et +Rw +Wo +re +re +PR Xc Xc Xc @@ -32227,8 +32508,8 @@ Xc Xc Xc Xc -nX -nX +dV +Et nX nX nX @@ -32254,12 +32535,12 @@ Qw YJ YJ Vo -FK +nn yL ah aW RX -fX +SI cX cX cX @@ -32279,23 +32560,23 @@ il il il zA -zA -zA -FK -FK -id -id -id -FK -FK +km +WI +uQ +nn +UJ +UJ +UJ +nn +nn il il il il il il -zA -zA +km +WI zA Ec Ec @@ -32304,11 +32585,11 @@ wE nP VS YD +zh zA zA zA -zA -zA +zh Xc Xc Xc @@ -32342,10 +32623,10 @@ Xc Xc Xc nX -nX -nX -nX -nX +Wo +re +re +Ua Xc Xc Xc @@ -32400,7 +32681,7 @@ Xc xm xm xm -nX +Cm nX nX xm @@ -32416,26 +32697,26 @@ ZN nX vk tw -FK +nn kw qS Qw YJ YJ YJ -FK +nn cX cX cX cX -fX +SI cX cX cX cX cX -FK -FK +nn +nn cX cX cX @@ -32450,12 +32731,12 @@ il il zA zA -HO -zA -zA -zA +Nq +km +WI zA zA +zh HO il il @@ -32476,8 +32757,8 @@ XL il zA zA -zA -zA +km +WI Xc Xc Xc @@ -32511,11 +32792,11 @@ Xc Xc Xc nX -nX -nX -nX -nX -nX +Wo +re +re +Ua +BE Xc Xc Xc @@ -32585,10 +32866,10 @@ ZN nX MO tw -FK +nn UZ -FK -FK +nn +nn RG YJ YJ @@ -32597,7 +32878,7 @@ cX PI cX bU -fX +SI cX cX cX @@ -32619,12 +32900,12 @@ il il il zA -HO -zA +Nq zA zA zA zA +Bm HO il il @@ -32680,12 +32961,12 @@ Xc Xc nX nX +KD +re +re +GM nX -nX -nX -nX -nX -nX +BE Xc Xc Xc @@ -32734,11 +33015,11 @@ Xc Xc Xc Xc -sJ +nn UJ UJ -sJ -nX +nn +pL nX xm xm @@ -32757,7 +33038,7 @@ tw kd xU fv -FK +nn YJ YJ YJ @@ -32765,18 +33046,18 @@ Ki cX cX cX -FK -FK +nn +nn cX cX -FK -FK +nn +nn Va cX cX hZ -FK -FK +nn +nn cX cX tw @@ -32789,7 +33070,7 @@ il il il HO -zA +wE zA zA zA @@ -32850,8 +33131,8 @@ Xc nX nX VE -nX -nX +KD +GM nX nX nX @@ -32902,19 +33183,19 @@ xm xm Xc Xc -sJ -sJ +nn +nn Kc -av -sJ -sJ +BC +nn +nn nX xm nX nX xm nX -nX +Cm uZ uZ uZ @@ -32926,11 +33207,11 @@ tw kd xU fv -FK +nn iv YJ YJ -FK +nn ZS RJ RJ @@ -32939,28 +33220,28 @@ ZL cX cX Fr -FK +nn oU cX cX cX -FK +nn pT wr AQ bl -zA -zA +Vb +WI il il il il il il -HO -zA +Nq +wE Xc -zA +yo zA zA HO @@ -33046,7 +33327,7 @@ Xc HC HC HC -xm +Sl nX nX nX @@ -33071,14 +33352,14 @@ xm nX nX nX -sJ +nn Zs -Mk -Mk -Mk -Ls -nX +cX +cX +cX +SI nX +rz nX nX xm @@ -33095,11 +33376,11 @@ tw kd xU fv -FK +nn YJ YJ YJ -FK +nn kw II Yw @@ -33126,12 +33407,12 @@ il il il il +eC +eC Xc -Xc -Xc -Xc -zA -zA +eC +km +WI Xc Xc Xc @@ -33189,7 +33470,7 @@ nX nX nX nX -nX +BE nX nX nX @@ -33240,12 +33521,12 @@ xm nX xm xm -sJ +nn NT -Mk -Mk +cX +cX ao -sJ +nn nX nX nX @@ -33262,17 +33543,17 @@ nX nX tw tw -FK -FK -FK +nn +nn +nn Ry YJ YJ -FK +nn kw kw dm -FK +nn hq cX cX @@ -33298,9 +33579,9 @@ il Xc Xc Xc -Xc -il -zA +eC +XL +wE Xc Xc Xc @@ -33315,12 +33596,12 @@ Xc Xc zq Xc +tK +bX +tK +tK cW -cW -cW -cW -cW -cW +tK zq Xc Xc @@ -33357,8 +33638,8 @@ nX nX nX nX -nX -nX +BE +BE nX nX nX @@ -33399,7 +33680,7 @@ dV Et nX nX -nX +pL Xc Xc Xc @@ -33408,14 +33689,14 @@ Xc xm xm xm -sJ -sJ -sJ +nn +nn +nn DX Ul -sJ -sJ -nX +nn +nn +Qm nX xm xm @@ -33432,8 +33713,8 @@ ZN ZN tw tw -FK -FK +nn +nn YJ YJ YJ @@ -33446,7 +33727,7 @@ tw iF rQ cX -FK +nn dj rt cX @@ -33460,17 +33741,17 @@ zA zA il il -FK -id -fX -id -FK -Xc +nn +UJ +SI +UJ +nn Xc +eC il -il -zA -Xc +XL +wE +eC Xc Xc Xc @@ -33522,11 +33803,11 @@ Xc Xc Xc Xc +BE nX nX nX -nX -nX +BE nX nX nX @@ -33552,10 +33833,10 @@ Xc Xc Xc Xc -sJ -sJ -sJ -sJ +nn +nn +nn +nn xm xm xm @@ -33577,20 +33858,20 @@ Xc Xc xm xm -sJ -gV -sJ -sJ -sJ -sJ +nn +EM +nn +nn +nn +nn xm nX nX nX xm xm -nX -nX +dV +Et uZ uZ uZ @@ -33621,22 +33902,22 @@ tw Tu bl tw -zA -zA +km +WI zA zA zA zA zA il -FK -rf +uQ +IQ cX -rf -FK -FK -Xc -il +IQ +nn +nn +eC +XL il il Xc @@ -33644,10 +33925,11 @@ Xc Xc Xc Xc -Ne -Ne Xc -Ne +ej +Xc +aq +Xc Xc Xc Xc @@ -33658,10 +33940,9 @@ zA zA zA zA -zA -zA -zA -zA +Xc +Xc +JP zA zA zA @@ -33697,7 +33978,7 @@ nX nX nX nX -nX +Rw xm Xc Xc @@ -33717,15 +33998,15 @@ nX nX nX Xc -sJ +nn Xc Xc Xc -sJ -sJ -sJ -sJ -sJ +nn +nn +nn +nn +nn Xc xm nX @@ -33746,12 +34027,12 @@ Xc Xc xm xm -sJ -mt -sJ +nn +jE +nn nX xm -xm +Sl xm nX nX @@ -33787,7 +34068,7 @@ Nw Nw JG tw -zA +zh zA zA zA @@ -33798,36 +34079,36 @@ zA il zA il -id -cX +xr +Xv cX cX -rf -FK -il -il -il -il -il +IQ +nn +XL +XL +XL +XL +XL Xc Xc Xc -Ne -Ne -Ne -Ne -Ne +Is +Xc +ej +ej +aq Ne Xc Xc +Xc zA zA -zA -zA -zA -zA -zA -zA +LA +UM +LA +LA +LA zA zA zA @@ -33886,14 +34167,14 @@ nX Xc Xc Xc -sJ +nn Fn Ga Hi JF Nb -sJ -sJ +nn +nn Xc Xc Xc @@ -33955,7 +34236,7 @@ yQ yQ jC tH -zA +HO zA il il @@ -33967,24 +34248,24 @@ il il zA zA -id -cX +xr +Xv cX cX -rf -FK -FK -id -id -FK -FK +IQ +nn +uQ +xr +UJ +uQ +nn Xc Ne Ne Ne -Ne -Ne -zA +Xc +eC +wE zA zA zA @@ -34054,17 +34335,17 @@ Xc Xc Xc Xc -sJ -sJ +nn +nn Ft -nX -nX -nX -xm -xm -xm -PJ -PJ +zw +zw +zw +so +so +so +NK +NK Qf nX nX @@ -34085,12 +34366,12 @@ VX nX xm xm -nX -nX +dV +Et nX nX xm -nX +Cm nX nX nX @@ -34111,7 +34392,7 @@ nX nX nX nX -nX +pL nX nX nX @@ -34123,10 +34404,10 @@ yQ yQ yQ XV -zA -zA -zA -zA +HO +HO +km +WI il il il @@ -34136,24 +34417,24 @@ il il il zA -FK -rf -rf -cX -cX -FK -cX -cX +uQ +IQ +IQ cX cX -FK -FK -Ne +nn +tV +ta +Kc +BV +nn +nn +rx Ne Ne zA zA -zA +UM zA zA zA @@ -34218,22 +34499,22 @@ YB Cy nX nX -nX +rz Xc Xc Xc Xc -sJ +nn Eg -xm +so Gb It Kx -nX +zw NQ -nX -nX -nX +zw +zw +zw Xc nX nX @@ -34247,7 +34528,7 @@ Xc Xc Xc Xc -MS +xl MS nX nX @@ -34264,15 +34545,15 @@ xm xm nX nX -nX -nX +dV +Et MS qj Dy Dy nX nX -nX +pL ZN nX ZN @@ -34292,7 +34573,7 @@ yQ yQ yQ XV -zA +HO zA zA zA @@ -34305,24 +34586,24 @@ zA zA zA zA -id -cX -cX -cX +xr +Xv +Xv cX -fX cX +SI cX cX cX cX -FK -Ne +tk +nn +yW Ne zA zA zA -zA +UM zA zA zA @@ -34394,13 +34675,13 @@ Xc Xc Xc Ey -xm -xm -xm -nX -nX -sJ -sJ +so +so +so +zw +zw +nn +nn PY Xc Xc @@ -34411,7 +34692,7 @@ MS nX nX nX -nX +pL Xc Xc Xc @@ -34439,8 +34720,8 @@ MS Dy Dy Xc -mt -sJ +jE +nn nX ZN nX @@ -34461,7 +34742,7 @@ yQ yQ jC tH -Xc +eC QO QO QO @@ -34472,26 +34753,26 @@ il zA zA Xc -zA -zA -id -rf -rf -cX -rf -FK +wE +CF +xr +IQ +IQ cX +IQ +nn +ta cX cX cX cX -id -Ne -zA +UJ +rx zA zA zA zA +pQ xg VQ VQ @@ -34565,14 +34846,14 @@ Xc Fa FI Iz -xm -xm -sJ -sJ +so +so +nn +nn Xc Xc Xc -nX +pL nX nX nX @@ -34597,19 +34878,19 @@ sJ sJ tm xm -nX +Rw nX xm nX nX MS MS -nX +pL Dy Xc Xc -Mk -sJ +cX +nn nX nX nX @@ -34630,8 +34911,8 @@ yQ yQ XV Xc -Xc -zA +eC +wE zA zA zA @@ -34639,22 +34920,22 @@ Xq zA zA zA -zA -Xc +Bm Xc -zA -FK -cX -cX -cX -cX -id -cX +eC +wE +uQ cX cX cX +Xv +UJ +tV +Lr +Zb +Xv cX -id +UJ zA zA zA @@ -34725,18 +35006,18 @@ xm xm nX nX -nX -nX +dV +Et Xc Xc Xc Xc -sJ +nn Xc KE -Mk -xm -sJ +cX +so +nn Xc Xc Xc @@ -34776,13 +35057,13 @@ xm Xc Xc Xc -Mk -Mk -sJ -sJ +cX +cX +nn +nn wO fh -sJ +nn nX nX nX @@ -34798,8 +35079,8 @@ sj yQ yQ XV -Xc -Xc +eC +eC Jn zA zA @@ -34811,25 +35092,25 @@ Xc Xc Xc Xc -Xc -FK -rf -cX -rf -rf -id -cX -cX +eC +nn +IQ cX +IQ +IQ +UJ +tV cX +Ln +EN cX -FK -zA -zA +nn +pQ zA zA zA zA +pQ Da Vr Dc @@ -34902,9 +35183,9 @@ Xc Xc Xc Xc -sJ -mt -sJ +nn +jE +nn Xc Xc Xc @@ -34943,16 +35224,16 @@ xm xm Xc Xc -PJ +NK Kc -Mk +cX tu -xm -sJ +so +nn if if -sJ -sJ +nn +nn VX VX VX @@ -34967,8 +35248,8 @@ fk yQ yQ XV -Xc -zA +eC +wE zA zA zA @@ -34980,24 +35261,24 @@ Xc Xc Xc Xc -FK -FK -rf -cX -rf -rf -FK +nn +nn +IQ cX +IQ +IQ +nn +tV cX cX cX cX -fX -zA -zA +SI +pQ zA zA zA +Xc zA Da Pg @@ -35057,23 +35338,23 @@ YB YB YB YB +dV +Et nX nX nX nX -nX -nX -nX +rz nX Dy Dy Dy -nX +pL Xc -sJ +nn Ra -xm -nX +so +zw Zk Xc Xc @@ -35111,17 +35392,17 @@ xm xm Xc Xc -nX -Mk -Mk -Mk -Mk -xm -mt -av +zw +cX +cX +cX +cX +so +jE +BC Kc Tz -sJ +nn nX nX xm @@ -35136,8 +35417,8 @@ fk yQ yQ XV -Xc -zA +eC +wE zA zA zA @@ -35148,25 +35429,25 @@ il Xc Xc Xc -FK -FK -rf -cX +nn +nn +IQ cX cX -rf -id cX +IQ +UJ +ta cX cX cX cX -FK -zA -zA -zA +nn +pQ zA zA +Xc +Xc zA Da Kb @@ -35229,8 +35510,8 @@ nX nX nX nX -nX -nX +dV +Et nX nX nX @@ -35239,12 +35520,12 @@ lH wy nX Xc -sJ +nn Tz -xm -nX -Mk -sJ +so +zw +cX +nn Xc qj lH @@ -35279,18 +35560,18 @@ xm xm xm Xc -nX -Mk +zw +cX FY fp -Mk -Mk -xm -mt -Mk +cX +cX +so +jE +cX Hm Tz -sJ +nn nX xm xm @@ -35316,25 +35597,25 @@ il il Xc Xc -FK -FK -rf -cX -cX -cX -cX +uQ +uQ +Xv cX -id cX cX +Xv +Xv +UJ cX cX cX -id -zA -zA +CM +mG +UJ +UM zA zA +Xc zA zA Da @@ -35382,7 +35663,7 @@ Xc Xc Xc Xc -nX +PR nX nX nX @@ -35394,7 +35675,7 @@ YB xm Xc Xc -nX +rz nX nX nX @@ -35408,12 +35689,12 @@ lH wy nX Xc -sJ +nn Tz -nX -nX +zw +zw Xv -sJ +nn MS qj lH @@ -35447,19 +35728,19 @@ nX nX xm xm -mt -Mk -Mk +jE +cX +cX cz -xm -xm -Mk -xm -mt -Mk +so +so +cX +so +jE +cX Xv bs -sJ +nn xm xm nX @@ -35474,7 +35755,7 @@ fk yQ yQ XV -nm +Gj zA zA zA @@ -35485,26 +35766,26 @@ il il il Xc -FK -FK -cX -cX -rf -rf -rf -rf -FK -cX -cX +uQ +uQ +Xv cX +IQ +IQ +IQ +IQ +nn +ta cX cX -id -zA -zA +ZH +zQ +UJ +pQ zA zA zA +pQ zA Da Vr @@ -35550,9 +35831,9 @@ Xc Xc Xc Xc -nX -nX -nX +re +IU +PR nX nX nX @@ -35577,10 +35858,10 @@ lH wy nX nX -sJ +nn Ra -nX -Mk +zw +cX Xv UJ MS @@ -35597,7 +35878,7 @@ MS MS MS nX -nX +pL Xc Xc Xc @@ -35618,17 +35899,17 @@ xm xm Xc RT -Mk -xm -Mk +cX +so +cX Xc if if -sJ +nn Tz cn -sJ -sJ +nn +nn xm xm nX @@ -35643,37 +35924,37 @@ fk yQ yQ XV -nm +Gj zd zd cx zd zd -Xq +Yq zA il il il -fX -rf -cX -cX +SI +IQ cX cX cX cX -fX cX cX +SI cX cX cX -FK -zA -zA +sC +kG +nn +pQ zA zA zA +pQ zA Da Pg @@ -35718,10 +35999,10 @@ Xc Xc Xc Xc -nX -nX -nX -nX +re +re +re +Ua nX nX nX @@ -35735,11 +36016,11 @@ Xc Xc Xc nX +rz nX nX -nX -nX -nX +dV +Et nX qj lH @@ -35748,9 +36029,9 @@ nX nX UJ Xf -nX -Mk -nX +zw +cX +zw UJ MS qj @@ -35793,10 +36074,10 @@ Oc Xc Mk Mk -sJ -sJ -sJ -sJ +nn +nn +nn +nn Mk xm nX @@ -35812,8 +36093,8 @@ fk yQ yQ XV -nm -zA +Gj +MQ il il il @@ -35823,7 +36104,7 @@ zA il il il -id +UJ VU VU VU @@ -35831,13 +36112,13 @@ VU VU VU VU -FK -cX -cX -cX -cX -FK -FK +nn +Oc +Oc +Oc +ta +nn +nn zA zA zA @@ -35886,11 +36167,11 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX +aL +re +re +re +Ua nX nX nX @@ -35917,10 +36198,10 @@ nX nX UJ Xv -nX -nX +zw +zw Zk -sJ +nn MS Dy Dy @@ -35981,7 +36262,7 @@ fk yQ yQ XV -nm +Gj il il il @@ -35992,26 +36273,26 @@ zA zA il il -FK +uQ cX cX qL qY -LX -cX +Xv cX -FK -id -id -id -FK -FK +Xv +nn +UJ +UJ +UJ +nn +nn Xc +wE +wE zA zA -zA -zA -zA +UM zA Da IC @@ -36055,11 +36336,11 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX +re +re +re +re +Ua dV Et nX @@ -36083,13 +36364,13 @@ qq Dy wA zi -sJ -sJ -sJ -Mk -nX -sJ -sJ +nn +nn +nn +cX +zw +nn +nn MS Dy Dy @@ -36115,7 +36396,7 @@ nX VX xm xm -nX +Cm nX nX nX @@ -36150,7 +36431,7 @@ fk yQ yQ XV -nm +Gj il il il @@ -36159,17 +36440,17 @@ il Xq zA zA -zA +CF il -FK +uQ Td cX cX Td cX cX -cX -FK +Xv +nn yQ yQ yQ @@ -36177,9 +36458,9 @@ Xc Xc Xc Xc -zA -zA -zA +wE +wE +Xc zA zA Da @@ -36223,11 +36504,11 @@ Ot Xc Xc Xc -nX -nX -nX -nX -nX +re +re +re +re +re Xc Xc Xc @@ -36252,13 +36533,13 @@ Dy Dy Dy wy -sJ -gV -sJ -Ls +nn +EM +nn +SI Qf -sJ -MS +nn +xl MS qj lH @@ -36285,7 +36566,7 @@ VX xm xm nX -nX +pL Ux nX nX @@ -36319,8 +36600,8 @@ fk yQ yQ XV -Xc -il +eC +XL il il il @@ -36328,17 +36609,17 @@ il Xq zA zA -zA -zA -FK -FK +km +WI +nn +nn Td cX cX cX Td -FK -FK +nn +nn yQ yQ yQ @@ -36346,9 +36627,9 @@ Xc Xc Xc Xc -zA -zA -zA +wE +Xc +Xc zA zA Da @@ -36392,10 +36673,10 @@ Ot Xc Xc Xc -nX -nX -nX -nX +re +re +re +re Xc Xc Xc @@ -36421,9 +36702,9 @@ qQ Dy xJ yg -sJ -mt -sJ +nn +jE +nn nX xm xm @@ -36434,11 +36715,11 @@ lH wy MS nX -sJ -sJ +nn +nn Xc -Mk -Mk +cX +cX SI nX nX @@ -36454,12 +36735,12 @@ VX xm nX nX -sJ +nn PJ PJ PJ xm -xm +Sl Xc je JR @@ -36489,8 +36770,8 @@ yQ yQ XV Xc -Xc -il +eC +XL ZP il il @@ -36500,13 +36781,13 @@ zA zA zA zA -FK -FK -id -id -id -FK -FK +nn +nn +UJ +UJ +UJ +nn +nn Xc il yQ @@ -36516,8 +36797,8 @@ Xc Xc Xc Xc -zA -zA +Xc +Xc zA zA Da @@ -36561,10 +36842,10 @@ Ot Xc Xc Xc -nX -dV -Et -nX +re +re +re +re Xc Xc Xc @@ -36580,7 +36861,7 @@ Xc Xc Xc Xc -nX +pL nX nX nX @@ -36602,14 +36883,14 @@ qj lH wy nX -sJ -sJ -nX -Ls -Mk -Mk -sJ -sJ +nn +nn +zw +SI +cX +cX +nn +nn nX nX MS @@ -36622,8 +36903,8 @@ nX VX nX nX -sJ -sJ +nn +nn nX nX xm @@ -36659,8 +36940,8 @@ yQ XV Xc Xc -Xc -il +eC +XL il il Xq @@ -36670,10 +36951,10 @@ zA zA zA zA -il -il -il -il +yQ +yQ +yQ +yQ Xc Xc Xc @@ -36686,7 +36967,7 @@ Xc Xc Xc Xc -zA +wE zA zA Da @@ -36729,11 +37010,11 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX +re +re +re +re +re Xc Xc Xc @@ -36770,14 +37051,14 @@ MS qj lH wy -sJ -sJ -nX -Mk -Ls -Mk -xm -xm +nn +nn +zw +cX +SI +cX +so +so UJ nX nX @@ -36788,10 +37069,10 @@ nX nX nX nX -sJ -sJ -sJ -sJ +nn +nn +nn +nn dV Et nX @@ -36799,10 +37080,10 @@ xm xm Xc Xc -Dy -Dy -Dy -Dy +AX +AX +AX +AX Mk Mk Mk @@ -36829,7 +37110,7 @@ sv wc Xc Xc -dq +hO dq gZ JZ @@ -36837,11 +37118,11 @@ zA il il zA -zA -il -il -il -il +ZJ +yQ +yQ +yQ +yQ Xc Xc Xc @@ -36898,12 +37179,12 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX +re +re +re +re +re +re Xc Xc Xc @@ -36925,7 +37206,7 @@ MS MS MS MS -nX +pL nX nX nX @@ -36939,13 +37220,13 @@ nX qj lH wy -sJ -Mk -Mk +nn +cX +cX TA Xc -sJ -sJ +nn +nn Sx UJ nX @@ -36957,9 +37238,9 @@ dV Et Xc Xc -sJ +nn Tz -Mk +cX Xc nX nX @@ -36968,12 +37249,12 @@ xm xm rz Xc -Dy +AX oC IF -Dy -Dy -Dy +AX +AX +AX YF UI Mk @@ -36997,8 +37278,8 @@ yQ yQ XV Xc -Xc -il +eC +XL zA zA zA @@ -37006,10 +37287,10 @@ il il il il -FK -FK -FK -il +nn +nn +nn +yQ Xc Xc Xc @@ -37024,7 +37305,7 @@ yQ Xc Xc Xc -Xc +eC il il zA @@ -37068,11 +37349,11 @@ Ot Xc Xc Xc -nX -nX -nX -nX -nX +re +re +re +re +Ua dV Et xm @@ -37110,25 +37391,25 @@ Dy Dy Xc Sx -xm +so Xc Xc MS -sJ -sJ -sJ +nn +nn +nn MS MS nX nX nX -nX +pL Xc Xc Tz -Mk -Mk -Mk +cX +cX +cX Xc Xc WW @@ -37136,13 +37417,13 @@ SF xm xm nX -Dy -Dy +AX +AX TE TE Mr VB -Dy +AX Xc Xc Pz @@ -37166,8 +37447,8 @@ yQ yQ XV Xc -Xc -zA +eC +CF zA zA zA @@ -37175,10 +37456,10 @@ il il il il -FK +nn EM -FK -il +nn +yQ zq zq zq @@ -37193,8 +37474,8 @@ yQ Xc Xc Xc -Xc -il +eC +XL il il zA @@ -37206,15 +37487,15 @@ zA zA LS zA +UM zA +UM +aY +aY zA -zA -zA -zA -zA -zA -zA -zA +UM +aY +Xc zA zA zA @@ -37237,11 +37518,11 @@ Ot Xc Xc Xc -nX -nX -BE -nX -nX +re +re +aL +re +GM nX nX xm @@ -37279,7 +37560,7 @@ xm Xc Xc Xc -xm +so Xc MS MS @@ -37290,14 +37571,14 @@ nX nX nX nX -sJ -sJ +nn +nn Xc -Mk -Mk -Mk -Mk -Mk +cX +cX +cX +cX +cX XN Xc nX @@ -37305,13 +37586,13 @@ xm xm sJ WW -Dy +AX xy TE TE TE FS -Dy +AX Zc Xc Xc @@ -37335,18 +37616,18 @@ yQ yQ XV Xc -Xc -zA -zA -zA +eC +wE +km +WI il il il il il -FK +nn jE -FK +nn zA Ae DU @@ -37363,20 +37644,18 @@ Xc Xc Xc Xc +XL il il il il -il -zA -zA -zA -zA zA zA zA zA zA +Xc +Xc zA zA zA @@ -37385,6 +37664,8 @@ zA zA zA zA +Xc +Xc zA zA zA @@ -37407,9 +37688,9 @@ Xc Xc Xc Xc -nX -nX -nX +re +re +GM nX nX xm @@ -37436,19 +37717,19 @@ nX nX MS MS -Dy -Dy +AX +AX Xt Xt -Dy -Dy +AX +AX nX nX xm -sJ -sJ -sJ -Ls +nn +nn +nn +SI Xc nX nX @@ -37456,31 +37737,31 @@ nX nX VX nX -sJ +nn UJ UJ -sJ +nn Gd -sJ -Mk +nn +cX Tz -Mk +cX Tz -Mk -Mk +cX +cX Xc xm xm xm xm nX -Dy +AX WA Zy dc dc TE -Dy +AX KH tX Xc @@ -37504,8 +37785,8 @@ yQ yQ cj wc -Xc -zA +eC +wE zA zA il @@ -37513,7 +37794,7 @@ il il il il -zA +Bm zA zA zA @@ -37531,9 +37812,9 @@ il Xc Xc Xc -Xc -il -il +eC +XL +XL il il il @@ -37543,6 +37824,7 @@ zA zA zA zA +Xc zA zA zA @@ -37552,9 +37834,8 @@ zA zA zA zA -zA -zA -zA +Xc +Xc zA zA zA @@ -37577,7 +37858,7 @@ Xc Xc Xc Xc -nX +GM nX nX nX @@ -37604,19 +37885,19 @@ nX MS MS MS -Dy -Dy +AX +AX Gm Iw Iw Wz -Dy -Dy +AX +AX nX nX -sJ -gV -sJ +nn +EM +nn xm xm nX @@ -37627,34 +37908,34 @@ VX nX UJ Tz -Mk +cX Bc -Mk -sJ -Mk +cX +nn +cX Xc Xc Xc Tz -Mk -Ls +cX +SI xm xm BX xm xm -Dy -Dy -Dy -Dy -Dy +AX +AX +AX +AX +AX Pn -Dy +AX zT -Mk -Mk -Mk -Mk +cX +cX +cX +cX UJ Ed yQ @@ -37673,9 +37954,9 @@ yQ yQ yQ XV -zA -zA -zA +wE +Ec +Ec zA zA il @@ -37701,16 +37982,17 @@ il Xc Xc Xc -Xc -il -il -il +eC +XL +XL +XL il il il zA zA zA +ZR zA zA zA @@ -37720,11 +38002,10 @@ zA zA zA zA -zA -zA -zA -zA -zA +Xc +Xc +Xc +Xc zA zA Xc @@ -37747,8 +38028,8 @@ Xc Xc Xc Xc -nX -nX +dV +Et nX xm xm @@ -37771,21 +38052,21 @@ nX MS MS MS -Dy -Dy -Dy +AX +AX +AX Iw GT Iw Iw Wz Wz -Dy +AX nX nX -sJ -mt -sJ +nn +jE +nn nX nX nX @@ -37796,34 +38077,34 @@ VX nX UJ FV -Mk -Mk -Mk -Ls -Mk -Mk -Mk -Mk -Mk -Mk +cX +cX +cX +SI +cX +cX +cX +cX +cX +cX Xc xm YB uh YB xm -sJ +nn NY Kc -Mk -Ls -Mk -sJ +cX +SI +cX +nn UW -Mk +cX st Sj -Mk +cX UJ Ed Qj @@ -37843,9 +38124,9 @@ yQ yQ XV zA -zA -zA -zA +wE +Ec +wE zA zA il @@ -37853,8 +38134,8 @@ zA zA zA zA -zA -zA +km +WI Ae DU TQ @@ -37873,13 +38154,14 @@ Xc Xc Xc Xc -Xc -Xc +eC +eC Xc il il Xc zA +UM zA zA zA @@ -37889,10 +38171,9 @@ zA zA zA zA -zA -zA -zA -zA +Xc +Xc +Xc Xc Xc Xc @@ -37937,10 +38218,10 @@ VX VX VX VX -Dy -Dy -Dy -Dy +AX +AX +AX +AX zU Iw Iw @@ -37949,7 +38230,7 @@ Iw Iw Nd Wz -Dy +AX nX nX HD @@ -37961,39 +38242,39 @@ nX nX nX MS -sJ -sJ -sJ +nn +nn +nn Tz -Mk -Mk -jm -sJ +cX +cX +zJ +nn Tz -Mk +cX Tz Xc Tz -Mk +cX Xc YB YB ml YB YB -sJ +nn Mw eg tl UJ -Mk -sJ +cX +nn sf -Mk +cX iM UG -Mk -sJ +cX +nn Pd aF OI @@ -38012,10 +38293,10 @@ yQ yQ XV zA -zA -zA +wE +wE Xc -zA +wE zA zA zA @@ -38049,14 +38330,14 @@ Xc Xc Xc zA +ZR zA +aY +UM +aY +aY zA -zA -zA -zA -zA -zA -zA +UM zA zA Xc @@ -38088,7 +38369,7 @@ Xc Xc nX nX -nX +Rw xm xm YB @@ -38106,10 +38387,10 @@ nX nX nX rK -Dy +AX rk Iw -sJ +nn Ai Iw Iw @@ -38118,7 +38399,7 @@ Iw Iw Iw Wz -Dy +AX nX nX nX @@ -38133,13 +38414,13 @@ MS UJ Tz IQ -Mk -Mk +cX +cX LJ Op -sJ -sJ -Ls +nn +nn +SI Xc Xc Xc @@ -38150,20 +38431,20 @@ YB Kt YB YB -sJ +nn UJ UJ UJ -sJ -Mk -sJ -sJ -Mk -sJ -sJ -sJ -sJ -sJ +nn +cX +nn +nn +cX +nn +nn +nn +nn +nn Xc Ed yQ @@ -38180,9 +38461,9 @@ yQ yQ yQ XV +xQ zA -zA -zA +wE Xc Xc zA @@ -38208,8 +38489,8 @@ kr Xc zA kK -zA -zA +il +il Xc Xc Xc @@ -38275,7 +38556,7 @@ rK nX nX rK -Dy +AX UL Iw sZ @@ -38287,8 +38568,8 @@ Iw Iw Iw Iw -Dy -nX +AX +pL nX nX nX @@ -38302,37 +38583,37 @@ MS UJ Xv AS -Mk -sJ -sJ -sJ -sJ +cX +nn +nn +nn +nn ZB IQ VY -Mk +cX tj tj -sJ +nn bH YB Ni YB YB -sJ +nn LZ Xv uA qd -Mk -sJ +cX +nn MJ -Mk +cX Qz Xc KM -Mk -Mk +cX +cX Xc Pd OI @@ -38349,10 +38630,10 @@ yQ yQ eW XV +xQ zA zA -zA -zA +wE Xc zA zA @@ -38377,8 +38658,8 @@ UR kr zA zA -zA -zA +il +il yQ yQ Xc @@ -38424,7 +38705,7 @@ Xc Xc Xc Xc -nX +Xc nX nX nX @@ -38444,10 +38725,10 @@ rK nX nX rK -Dy +AX rs Iw -sJ +nn DL Iw Iw @@ -38467,41 +38748,41 @@ nX nX nX MS -sJ -sJ +nn +nn AS MZ -Mk +cX Tz -Mk +cX FU -sJ +nn ZU xx Nj Cp -Mk -Mk +cX +cX UJ av mT VF YB xm -sJ +nn Az -Mk -Mk -Mk -Mk -Ls -Mk -Mk -Mk +cX +cX +cX +cX +SI +cX +cX +cX Xc fD -Mk -Mk +cX +cX Xc Xc Ed @@ -38521,8 +38802,8 @@ XV zA zA zA -zA -zA +Ec +wE zA zA zA @@ -38546,8 +38827,8 @@ wE wE ad Xc -zA -zA +il +il yQ yQ yQ @@ -38593,8 +38874,8 @@ Xc Xc Xc Xc -nX -nX +Xc +PR nX nX nX @@ -38613,10 +38894,10 @@ Xc rK nX rK -Dy -sJ -sJ -sJ +AX +nn +nn +nn Iw Iw Iw @@ -38636,21 +38917,21 @@ nX nX MS MS -sJ +nn Tz -cF -cF -Mk -Mk -Mk +Td +Td +cX +cX +cX OR Xc ZV jT ly Cp -Mk -Mk +cX +cX UJ xm xm @@ -38659,18 +38940,18 @@ av av UJ Tz -Mk -Mk -Mk -Mk -sJ +cX +cX +cX +cX +nn ls -Mk -Mk +cX +cX Xc Xc iG -Mk +cX OT Xc Pd @@ -38688,10 +38969,10 @@ yQ yQ XV zA +XO zA zA -zA -zA +wE zA zA il @@ -38699,7 +38980,7 @@ il il il zA -zA +Bm Xc Xc Xc @@ -38716,7 +38997,7 @@ ad PS zA zA -zA +il yQ yQ yQ @@ -38762,8 +39043,8 @@ Xc Xc Xc Xc -nX -nX +re +dE nX nX nX @@ -38782,10 +39063,10 @@ Xc Xc nX rK -Dy +AX rs Iw -sJ +nn DL Iw Iw @@ -38794,9 +39075,9 @@ SY Iw Iw Iw +AX Dy -nX -nX +tm xm xm nX @@ -38804,43 +39085,43 @@ nX nX nX MS -sJ -sJ -sJ -sJ +nn +nn +nn +nn QM -Mk +cX Xc Xc Xc Xc Cg -cF -cF -Mk -Mk -Mk -Ls +Td +Td +cX +cX +cX +SI xm xm xY xm xm UJ -jF -Mk -Mk -Mk +zF +cX +cX +cX Xv Xc ax -Mk -Mk +cX +cX SP Xc Xc -Mk -Mk +cX +cX Xc Xc Ed @@ -38857,10 +39138,10 @@ yQ yQ XV zA +XO zA zA -zA -zA +Ec zA zA il @@ -38868,7 +39149,7 @@ il il il zA -Xc +eC Xc Xc Xc @@ -38885,8 +39166,8 @@ Xc wE zA zA -zA -zA +il +il yQ yQ yQ @@ -38931,8 +39212,8 @@ Xc Xc Xc Xc -nX -nX +re +Ua nX nX nX @@ -38948,10 +39229,10 @@ Xc Xc Xc Xc -Dy +AX al -Dy -Dy +AX +AX UL Iw sZ @@ -38963,8 +39244,8 @@ Iw Iw Iw Wz -Dy -nX +AX +sD nX nX xm @@ -38975,19 +39256,19 @@ QL MS UJ Tz -Mk +cX FU -Mk -Mk +cX +cX Tz -Mk +cX Tz -sJ +nn Hl -Mk -Mk -Mk -Mk +cX +cX +cX +cX Xc Xc xm @@ -38997,19 +39278,19 @@ xm xm Xc Xc -Mk -Mk -Mk +cX +cX +cX Xv Xc vX sB -Mk -Mk +cX +cX rT -sJ -Mk -Mk +nn +cX +cX Tz UJ Ed @@ -39028,8 +39309,8 @@ tH zA zA zA -il -il +Za +Za zA zA zA @@ -39037,8 +39318,8 @@ il il zA zA -zA -Xc +wE +eC Xc Xc Xc @@ -39055,8 +39336,8 @@ Hk wE zA zA -zA -zA +il +il yQ yQ Xc @@ -39100,8 +39381,8 @@ Xc Xc Xc Xc -nX -nX +re +Ua nX nX nX @@ -39117,13 +39398,13 @@ Xc Xc Xc Xc -Dy +AX Iw Iw -sJ +nn rk Iw -sJ +nn Iw Iw Iw @@ -39132,8 +39413,8 @@ Iw Iw Iw Wz -Dy -MS +AX +sD nX nX nX @@ -39144,18 +39425,18 @@ nX MS UJ Tz -Mk -Mk -Mk -Mk -Mk -Mk +cX +cX +cX +cX +cX +cX FU -sJ +nn si td aA -Mk +cX Xc Xc PJ @@ -39167,17 +39448,17 @@ xm nX Xc Xc -Mk -Mk +cX +cX Xv Xc vl sB -Mk -Mk -Mk -Ls -Mk +cX +cX +cX +SI +cX Hm Tz UJ @@ -39193,22 +39474,22 @@ yQ yQ yQ XV +cg +CC zA -zA -zA -il -il il +Xc +Xc il -zA -zA +km +WI zA il zA zA zA -zA -Xc +wE +eC Xc Xc zA @@ -39225,8 +39506,8 @@ Ec zA zA zA -km -WI +Ad +Lg yQ Xc Xc @@ -39269,8 +39550,8 @@ Xc Xc Xc Xc -wF -nX +re +Ua nX nX nX @@ -39285,14 +39566,14 @@ Xc Xc Xc Xc -Dy -Dy +AX +AX Iw Iw -sJ -sJ -sJ -sJ +nn +nn +nn +nn Iw Iw Xw @@ -39301,8 +39582,8 @@ Xw Xw Iw SY -Dy -MS +AX +sD nX nX nX @@ -39310,17 +39591,17 @@ xm nX nX nX -sJ -sJ -sJ -sJ -sJ -Ls -Ls -sJ -sJ -sJ -sJ +nn +nn +nn +nn +nn +SI +SI +nn +nn +nn +nn UJ UJ UJ @@ -39336,21 +39617,21 @@ xm xm nX Xc -Ls -sJ +SI +nn Xc Xc Xc Xc UJ -Ls +SI UJ -sJ -sJ -sJ -sJ -sJ -sJ +nn +nn +nn +nn +nn +nn Pd aF aF @@ -39362,14 +39643,13 @@ yQ yQ yQ XV -zA -zA +cg +cg il il -il -sJ -il -zA +Xc +nn +Xc zA zA zA @@ -39377,7 +39657,8 @@ zA zA zA zA -zq +Bm +KT zq zq zA @@ -39395,7 +39676,7 @@ zA zA zA zA -zA +il yQ Xc Xc @@ -39438,8 +39719,8 @@ Xc Xc Xc Xc -nX -nX +re +GM nX nX dV @@ -39454,11 +39735,11 @@ Xc Xc Xc Xc -Dy +AX mE Iw Iw -sJ +nn Iw Iw Iw @@ -39469,9 +39750,9 @@ Iw Iw Iw Iw +AX +AX Dy -Dy -MS nX nX nX @@ -39486,9 +39767,9 @@ PJ PJ nX nX -sJ -gV -mt +nn +EM +jE nX nX nX @@ -39515,29 +39796,29 @@ nX xm xm xm -sJ -gV -sJ +nn +EM +nn nX -sJ -sJ +nn +nn qu qu qu -sJ +nn Pd aF aF aF aF gh -sJ +nn qu qu qu -sJ -sJ -il +nn +nn +cB zA zA zA @@ -39546,8 +39827,8 @@ zA zA zA zA -Ae -DU +ui +Rt TQ zA zA @@ -39564,7 +39845,7 @@ zA zA zA zA -zA +il yQ Xc Xc @@ -39607,7 +39888,7 @@ Xc Xc Xc Xc -nX +GM nX nX nX @@ -39623,7 +39904,7 @@ Xc Xc Xc Xc -Dy +AX mM Iw Iw @@ -39637,8 +39918,8 @@ Xw Xw Xw Xw -Dy -Dy +AX +AX MS MS nX @@ -39655,9 +39936,9 @@ xm xm xm xm -sJ -sJ -sJ +nn +nn +nn xm xm nX @@ -39684,27 +39965,27 @@ nX nX xm xm -sJ -mt -sJ +nn +jE +nn xm MH -Mk -Mk -Mk -Mk -sJ -sJ +cX +cX +cX +cX +nn +nn qu qu qu qu -sJ -sJ -Mk -Mk -Mk -Mk +nn +nn +cX +cX +cX +cX PH zA zA @@ -39715,8 +39996,8 @@ zA zA zA zA -Ae -DU +ui +Rt TQ zA zA @@ -39733,8 +40014,8 @@ zA zA zA zA -zA -yQ +il +il Xc Xc Xc @@ -39792,21 +40073,21 @@ Xc Xc Xc Xc -Dy -Dy +AX +AX Iw Iw sZ Iw Iw Iw -Dy -Dy +AX +AX Xt Xt Xt -Dy -Dy +AX +AX MS MS nX @@ -39858,22 +40139,22 @@ xm xm xm MH -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX PH zA zA @@ -39885,7 +40166,7 @@ zA zA zA Ae -DU +Rt TQ zA zA @@ -39903,7 +40184,7 @@ zA zA zA zA -zA +il Xc Xc Ec @@ -39962,14 +40243,14 @@ Xc Xc Xc Xc -Dy +AX op oF -sJ +nn rM uY -Dy -Dy +AX +AX nX nX nX @@ -40027,22 +40308,22 @@ xm xm xm MH -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX PH zA zA @@ -40131,13 +40412,13 @@ Xc Xc Xc Xc -Dy -Dy -Dy -Dy -Dy -Dy -Dy +AX +AX +AX +AX +AX +AX +AX xm nX nX @@ -40196,22 +40477,22 @@ xm xm xm MH -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk -Mk +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX +cX PH zA zA @@ -40321,7 +40602,7 @@ MS MS nX nX -nX +pL nX xm xm @@ -40365,22 +40646,22 @@ xm nX xm MH -Mk -Mk -Mk -Mk -sJ -sJ +cX +cX +cX +cX +nn +nn qu qu qu qu -sJ -sJ -Mk -Mk -Mk -Mk +nn +nn +cX +cX +cX +cX PH zA zA @@ -40476,7 +40757,7 @@ Xc Xc nX xm -nX +pL nX nX nX @@ -40533,25 +40814,25 @@ WW nX nX nX -sJ -sJ +nn +nn qu qu qu -sJ +nn uu Nw Nw Nw Nw JG -sJ +nn qu qu qu -sJ -sJ -zA +nn +nn +Bm zA zA zA @@ -40662,22 +40943,22 @@ Xc Xc Xc Xc -sJ -sJ -sJ -sJ -sJ -Ls -Ls -sJ -sJ -sJ -sJ -sJ -Ls -Ls -sJ -sJ +nn +nn +nn +nn +nn +SI +SI +nn +nn +nn +nn +nn +SI +SI +nn +nn sY xm xm @@ -40687,22 +40968,22 @@ xm xm nX nX -sJ -sJ -Ls +nn +nn +SI UJ UJ UJ -Ls -sJ -sJ -sJ -sJ -sJ -Ls -sJ -sJ -sJ +SI +nn +nn +nn +nn +nn +SI +nn +nn +nn Xc xc re @@ -40714,12 +40995,12 @@ yQ yQ jC tH +HO zA zA -zA -zA -zA -sJ +km +WI +nn zA zA zA @@ -40835,18 +41116,18 @@ Nl UJ hj Mh -Ls -Mk -Mk -Ls +SI +cX +cX +SI DZ JA -sJ +nn CP -Mk -Mk +cX +cX CP -sJ +nn UQ sY xm @@ -40856,21 +41137,21 @@ nX xm WW WW -sJ +nn om -Mk +cX aX Xv CJ -Mk +cX Hw Xv -sJ +nn ET -Mk -Mk -Mk -sJ +cX +cX +cX +nn Xc Xc re @@ -40883,6 +41164,7 @@ yQ yQ XV Xc +HO zA zA zA @@ -40895,9 +41177,8 @@ zA zA zA zA -zA -zA -zA +km +WI Ae DU TQ @@ -41004,42 +41285,42 @@ Nl UJ XZ Mh -Ls -Mk -Mk -Ls +SI +cX +cX +SI cI UV -sJ +nn CP cT -Mk +cX Mh -sJ -sJ -sJ +nn +nn +nn xm nX nX nX nX -sJ -sJ -sJ -Mk -Mk +nn +nn +nn +cX +cX Hw Hw Hw -Mk +cX Hw Xv UJ jH -Mk +cX Hm Ah -sJ +nn Xc xc re @@ -41170,23 +41451,23 @@ ko ko Nl Nl -sJ -sJ -sJ -sJ +nn +nn +nn +nn ud -Mk -sJ -sJ -sJ -sJ +cX +nn +nn +nn +nn Mh -Mk -Mk +cX +cX Mh wS wS -sJ +nn xm nX nX @@ -41195,20 +41476,20 @@ nX UJ NW Hw -Mk +cX Hm -Mk -Mk -Mk -Mk +cX +cX +cX +cX Hw Xv UJ Sv -Mk -Mk -sJ -sJ +cX +cX +nn +nn re re re @@ -41229,8 +41510,8 @@ il il zA zA -zA -zA +km +WI Xc Xc Xc @@ -41340,22 +41621,22 @@ ko ko Nl Nl -sJ +nn Dr TZ -Mk -Mk -Ls +cX +cX +SI li yx -sJ +nn Mh -Mk -Mk +cX +cX Mh wS cT -sJ +nn SF sJ SF @@ -41364,19 +41645,19 @@ nX UJ Fe Hw -Mk -Mk -Mk -Mk -Mk -Mk +cX +cX +cX +cX +cX +cX Hw Xv -sJ -Mk -Mk +nn +cX +cX om -sJ +nn nX KD re @@ -41391,14 +41672,14 @@ yQ XV Xc Xc +cB il il il il il -il -zA zA +Bm Xc Xc Xc @@ -41509,43 +41790,43 @@ ko ko ko Nl -sJ -sJ +nn +nn Mh -Mk -Mk -Ls +cX +cX +SI jG qK -sJ +nn Mh Mh -Mk -Mk +cX +cX cT cT -sJ +nn xm nX xm xm nX -Ls -Mk -Mk -Mk -Mk +SI +cX +cX +cX +cX Hw Hw Hw -sJ -sJ -sJ -sJ -Ls -Ls -sJ -sJ +nn +nn +nn +nn +SI +SI +nn +nn nX nX Xc @@ -41682,38 +41963,38 @@ ko UJ Mh Mh -Mk -sJ -sJ -sJ -sJ +cX +nn +nn +nn +nn Mh Mq Mq -Mk +cX cT Mh -sJ +nn xm nX xm xm nX -Ls +SI Hm -Mk -Mk -Mk +cX +cX +cX Xv aX Xv -sJ -sJ +nn +nn Xv Hw -Mk -Mk -sJ +cX +cX +nn nX nX nX @@ -41851,38 +42132,38 @@ ko UJ Mh Mh -Mk -Ls -Mk -Mk -Ls +cX +SI +cX +cX +SI qh cT -Mk -Mk +cX +cX Mh Cb -sJ +nn xm nX xm xm nX UJ -EK -Mk -Mk -Mk -sJ -sJ -sJ -sJ +Je +cX +cX +cX +nn +nn +nn +nn Xv Hw -Mk -Mk -sJ -sJ +cX +cX +nn +nn nX nX Xc @@ -42017,21 +42298,21 @@ BY ko ko ko -sJ -sJ -sJ +nn +nn +nn Mh -Ls -Mk -Mk -Ls +SI +cX +cX +SI cT cT -Mk -Mk +cX +cX Mh -sJ -sJ +nn +nn SF nX SF @@ -42040,17 +42321,17 @@ xm UJ Xb Hw -Mk -Mk +cX +cX fy sc NW -Mk -Mk -Mk -Mk -sJ -sJ +cX +cX +cX +cX +nn +nn nX nX nX @@ -42193,29 +42474,29 @@ Xc Xc JV ip -sJ +nn Mh Mh -Mk +cX cT -sJ -sJ +nn +nn xm xm nX xm sJ SF -sJ -sJ -sJ -Mk -Mk +nn +nn +nn +cX +cX Hw Hw Hw -Mk -Mk +cX +cX Hw Xv UJ @@ -42361,13 +42642,13 @@ BY BY Xc Xc -sJ -sJ -sJ -sJ -Ls -sJ -sJ +nn +nn +nn +nn +SI +nn +nn nX xm xm @@ -42377,14 +42658,14 @@ xm xm xm xm -sJ -Mk -Mk -Mk -Mk -Mk -Mk -Mk +nn +cX +cX +cX +cX +cX +cX +cX Hw Xv UJ @@ -42530,13 +42811,13 @@ BY BY BY BY -sJ -Oj +nn +Qx om Ur -Mk +cX Kc -sJ +nn xm xm nX @@ -42547,16 +42828,16 @@ nX xm xm UJ -Mk -Mk -Mk +cX +cX +cX Hw Hw -Mk -sJ -sJ -sJ -sJ +cX +nn +nn +nn +nn nX nX nX @@ -42699,13 +42980,13 @@ BY BY BY BY -Ls -Mk -Mk -Mk -Mk -Mk -Ls +SI +cX +cX +cX +cX +cX +SI xm xm nX @@ -42715,14 +42996,14 @@ xm nX nX xm -Ls -Mk -Mk +SI +cX +cX Hm NW Xv -sJ -sJ +nn +nn Xc Xc Xc @@ -42868,13 +43149,13 @@ BY BY BY BY -Ls +SI zg BA -Mk -Mk -Mk -Ls +cX +cX +cX +SI xm xm nX @@ -42886,11 +43167,11 @@ nX nX UJ Hw -Mk -Mk -sJ -sJ -sJ +cX +cX +nn +nn +nn Xc Xc YB @@ -43037,13 +43318,13 @@ BY BY BY Xc -sJ -sJ -sJ +nn +nn +nn Mh -Mk -Mk -sJ +cX +cX +nn xm xm nX @@ -43053,11 +43334,11 @@ xm xm nX nX -sJ +nn NW -sJ -Ls -sJ +nn +SI +nn Xc Xc Xc @@ -43208,11 +43489,11 @@ Xc Xc Xc Xc -sJ -sJ -Mk -Mk -sJ +nn +nn +cX +cX +nn sJ WW WW @@ -43221,10 +43502,10 @@ Xc xm nX nX -sJ -sJ +nn +nn UJ -sJ +nn xm xm Xc @@ -43376,12 +43657,12 @@ BY BY Xc Xc -sJ -sJ -sJ -Mk -Mk -sJ +nn +nn +nn +cX +cX +nn sJ nX nX @@ -43389,8 +43670,8 @@ nX Xc WW WW -sJ -sJ +nn +nn Em xm xm @@ -43544,13 +43825,13 @@ BY BY BY BY -sJ -sJ -sJ -sJ -Mk -Mk -sJ +nn +nn +nn +nn +cX +cX +nn nX nX nX @@ -43558,7 +43839,7 @@ nX nX nX nX -sJ +nn da Em nX @@ -43717,9 +43998,9 @@ UJ Mh Mh Mh -Mk -Mk -sJ +cX +cX +nn nX nX nX @@ -43884,10 +44165,10 @@ ko Xc UJ SJ -Mk +cX Hw Hw -Mk +cX UJ nX nX @@ -44051,12 +44332,12 @@ ko ko ko Xc -sJ +nn AY -Mk +cX Xv Xv -Mk +cX UJ nX nX @@ -44145,9 +44426,9 @@ zA zA zA Xc -el -el -el +il +il +il il il il @@ -44220,13 +44501,13 @@ ko ko ko Xc -sJ +nn Dm -Mk +cX Hw Hw -Mk -sJ +cX +nn nX nX nX @@ -44314,9 +44595,9 @@ zA zA Xc Xc -el -el -el +il +il +il il zA zA @@ -44389,13 +44670,13 @@ ko ko Xc Xc -sJ -sJ +nn +nn Oc -Mk +cX Oc Oc -sJ +nn xm nX nX @@ -44557,14 +44838,14 @@ ko ko ko Xc -sJ -sJ -sJ -sJ -Ls -sJ -sJ -sJ +nn +nn +nn +nn +SI +nn +nn +nn xm xm nX @@ -44726,12 +45007,12 @@ ko ko ko ko -Ls +SI Mh Mh -Mk -Mk -Mk +cX +cX +cX YN UJ xm @@ -44895,12 +45176,12 @@ ko ko ko ko -Ls +SI We -Mk -Mk -Mk -Mk +cX +cX +cX +cX NX UJ xm @@ -45064,14 +45345,14 @@ ko ko ko ko -Ls +SI Ff -Mk -Mk -Mk -Mk +cX +cX +cX +cX Tc -sJ +nn xm xm xm @@ -45233,15 +45514,15 @@ ko ko ko ko -Ls +SI pt yl Xv -Mk +cX Mh -sJ -sJ -sJ +nn +nn +nn xm xm xm @@ -45401,16 +45682,16 @@ ko ko ko Xc -sJ -sJ -sJ -sJ -sJ -sJ -sJ -sJ -gV -mt +nn +nn +nn +nn +nn +nn +nn +nn +EM +jE nX nX xm @@ -45577,9 +45858,9 @@ Xc Xc Xc Xc -sJ -sJ -sJ +nn +nn +nn nX dV Et @@ -47065,7 +47346,7 @@ nX JR Xc Xc -aS +PV JR nX ga @@ -47231,8 +47512,8 @@ nX Xc Xc Xc -AX -AX +je +je Wc Xc Xc From ecba886411dacb7ff8687de9f43de32b1815c5b3 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 11 Feb 2023 10:57:52 +0000 Subject: [PATCH 09/20] ggg --- .../LV624_Outpost_Furidamu.dmm | 92 +++++++++---------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index c4b6ed6a66..3549c7e2d3 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -22381,11 +22381,11 @@ rJ rJ rJ rJ -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm bJ gd gd @@ -22549,12 +22549,12 @@ rJ rJ rJ rJ -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm cy YB YB @@ -22717,12 +22717,12 @@ rJ rJ rJ rJ -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm bJ dg YB @@ -22878,20 +22878,20 @@ gd gd gd fA -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm +xm +xm Xc Xc Xc -nX +xm cy YB YB @@ -23047,14 +23047,14 @@ YB YB On Xm -nX -nX -nX -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm +xm +xm +xm nX nX Xc @@ -23216,11 +23216,11 @@ YB YB YB Xm -nX -nX -nX -nX -nX +xm +xm +xm +xm +xm Xc nX nX @@ -23386,9 +23386,9 @@ YB YB fI hn -nX -nX -nX +xm +xm +xm Xc Xc Xc @@ -23555,8 +23555,8 @@ YB YB YB Xm -nX -nX +xm +xm Xc Xc Xc From 89d39d28cc87f3b3c35e26e1009b6780024e7aa6 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 19 Feb 2023 18:20:03 +0000 Subject: [PATCH 10/20] f --- colonialmarines.dme | 2 +- .../LV624_Outpost_Furidamu.dmm | 560 ++++++++++++------ 2 files changed, 383 insertions(+), 179 deletions(-) diff --git a/colonialmarines.dme b/colonialmarines.dme index 1d3b56cdce..9747593c34 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -648,7 +648,7 @@ #include "code\game\area\kutjevo.dm" #include "code\game\area\LV522_Chances_Claim.dm" #include "code\game\area\LV624.dm" -#include "code\game\area\lv624_outpost_furidamu.dm" +#include "code\game\area\LV624_Outpost_Furidamu.dm" #include "code\game\area\prison.dm" #include "code\game\area\Prison_Station_FOP.dm" #include "code\game\area\prison_v3_fiorina.dm" diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index 3549c7e2d3..0431fd7179 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -119,6 +119,14 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"aN" = ( +/obj/structure/surface/table, +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "aO" = ( /obj/effect/decal/warning_stripes, /obj/structure/machinery/landinglight/ds1{ @@ -789,7 +797,9 @@ name = "\improper Malaria pill bottle" }, /turf/open/floor{ - icon_state = "white" + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" }, /area/LV624_Outpost_Furidamu/indoors) "gF" = ( @@ -1048,6 +1058,13 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"iA" = ( +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "iB" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -1563,7 +1580,8 @@ "mE" = ( /obj/structure/machinery/cm_vending/sorted/medical/blood, /turf/open/floor{ - icon_state = "white" + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" }, /area/LV624_Outpost_Furidamu/indoors) "mG" = ( @@ -1598,7 +1616,8 @@ "mM" = ( /obj/structure/machinery/cm_vending/sorted/medical/no_access, /turf/open/floor{ - icon_state = "white" + icon_state = "whitebluefull"; + tag = "icon-whitebluefull" }, /area/LV624_Outpost_Furidamu/indoors) "mO" = ( @@ -1743,6 +1762,16 @@ /obj/structure/platform/kutjevo/rock, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/militia) +"nW" = ( +/obj/structure/surface/table, +/obj/item/storage/pill_bottle/antitox{ + name = "\improper Malaria pill bottle" + }, +/turf/open/floor{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/LV624_Outpost_Furidamu/indoors) "nX" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) @@ -1793,7 +1822,9 @@ /obj/item/storage/belt/medical/full, /obj/effect/landmark/objective_landmark/close, /turf/open/floor{ - icon_state = "white" + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" }, /area/LV624_Outpost_Furidamu/indoors) "oq" = ( @@ -1812,6 +1843,13 @@ icon_state = "asteroidfloor" }, /area/LV624_Outpost_Furidamu/indoors) +"ow" = ( +/turf/open/floor{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "oA" = ( /obj/structure/surface/rack{ density = 0; @@ -1853,7 +1891,9 @@ pixel_y = 4 }, /turf/open/floor{ - icon_state = "white" + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" }, /area/LV624_Outpost_Furidamu/indoors) "oL" = ( @@ -1878,6 +1918,13 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"oX" = ( +/turf/open/floor{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "pb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/cell/crap{ @@ -2156,7 +2203,9 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/storage/surgical_tray, /turf/open/floor{ - icon_state = "white" + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" }, /area/LV624_Outpost_Furidamu/indoors) "rl" = ( @@ -2180,7 +2229,9 @@ name = "Surgery Cleaner" }, /turf/open/floor{ - icon_state = "white" + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" }, /area/LV624_Outpost_Furidamu/indoors) "rt" = ( @@ -2235,7 +2286,9 @@ "rM" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor{ - icon_state = "white" + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" }, /area/LV624_Outpost_Furidamu/indoors) "rP" = ( @@ -2445,9 +2498,10 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/civilian) "sZ" = ( -/obj/structure/curtain/red, /turf/open/floor{ - icon_state = "white" + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" }, /area/LV624_Outpost_Furidamu/indoors) "ta" = ( @@ -2541,6 +2595,13 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors) +"tv" = ( +/turf/open/floor{ + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/LV624_Outpost_Furidamu/indoors) "tw" = ( /turf/closed/wall, /area/LV624_Outpost_Furidamu/indoors) @@ -2782,7 +2843,9 @@ "uY" = ( /obj/structure/machinery/vending/snack, /turf/open/floor{ - icon_state = "white" + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" }, /area/LV624_Outpost_Furidamu/indoors) "uZ" = ( @@ -2915,6 +2978,13 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"wk" = ( +/turf/open/floor{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "wl" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/grass/tallgrass/jungle/corner{ @@ -3001,6 +3071,18 @@ /obj/structure/largecrate/supply/medicine/blood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors) +"wT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "xa" = ( /obj/structure/xenoautopsy/tank/broken, /turf/open/floor{ @@ -3299,6 +3381,12 @@ icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/indoors) +"yV" = ( +/turf/open/floor{ + icon_state = "whitebluecorner"; + tag = "icon-whitebluecorner" + }, +/area/LV624_Outpost_Furidamu/indoors) "yW" = ( /obj/item/stack/sheet/wood, /turf/open/auto_turf/strata_grass/layer0/unweedable, @@ -3309,6 +3397,9 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"yZ" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) "za" = ( /obj/structure/surface/table/almayer, /obj/item/storage/bag/plants{ @@ -3449,7 +3540,9 @@ "zU" = ( /obj/structure/machinery/medical_pod/bodyscanner, /turf/open/floor{ - icon_state = "white" + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" }, /area/LV624_Outpost_Furidamu/indoors) "zX" = ( @@ -3482,7 +3575,18 @@ "Ai" = ( /obj/structure/machinery/body_scanconsole, /turf/open/floor{ - icon_state = "white" + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" + }, +/area/LV624_Outpost_Furidamu/indoors) +"Ap" = ( +/obj/structure/surface/table, +/obj/item/clothing/suit/storage/militia/brace, +/turf/open/floor{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" }, /area/LV624_Outpost_Furidamu/indoors) "Aq" = ( @@ -3523,6 +3627,12 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors) +"AI" = ( +/turf/open/floor{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/LV624_Outpost_Furidamu/indoors) "AQ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/weapon/melee/twohanded/fireaxe, @@ -3651,9 +3761,20 @@ /obj/structure/surface/table, /obj/item/pamphlet/skill/medical, /turf/open/floor{ - icon_state = "white" + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" }, /area/LV624_Outpost_Furidamu/indoors) +"BP" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/obj/structure/flora/bush/ausbushes/var3/leafybush{ + pixel_x = 21 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/civilian) "BV" = ( /obj/structure/machinery/autolathe, /turf/open/floor/interior/wood, @@ -3810,6 +3931,13 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Di" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "whiteblue"; + tag = "icon-whiteblue" + }, +/area/LV624_Outpost_Furidamu/indoors) "Dm" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/fancy/cigarettes/wypacket{ @@ -3875,7 +4003,9 @@ "DL" = ( /obj/structure/machinery/iv_drip, /turf/open/floor{ - icon_state = "white" + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" }, /area/LV624_Outpost_Furidamu/indoors) "DM" = ( @@ -3960,6 +4090,14 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Ef" = ( +/obj/structure/bed, +/turf/open/floor{ + dir = 4; + icon_state = "whiteblue"; + tag = "icon-whiteblue (EAST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "Eg" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/moneybag{ @@ -4233,6 +4371,14 @@ /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Gk" = ( +/obj/structure/bed, +/turf/open/floor{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "Gl" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -4247,7 +4393,9 @@ "Gm" = ( /obj/structure/machinery/medical_pod/sleeper, /turf/open/floor{ - icon_state = "white" + dir = 9; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHWEST)" }, /area/LV624_Outpost_Furidamu/indoors) "Gr" = ( @@ -4310,7 +4458,9 @@ "GT" = ( /obj/structure/machinery/sleep_console, /turf/open/floor{ - icon_state = "white" + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whiteblue (SOUTHWEST)" }, /area/LV624_Outpost_Furidamu/indoors) "GZ" = ( @@ -4446,6 +4596,15 @@ icon_state = "whiteyellow" }, /area/LV624_Outpost_Furidamu/indoors) +"Ih" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/surgical_tray, +/turf/open/floor{ + dir = 5; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTHEAST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "Im" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/corsat{ @@ -4631,6 +4790,14 @@ icon_state = "warnplate" }, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"Ju" = ( +/obj/structure/surface/table, +/turf/open/floor{ + dir = 8; + icon_state = "whitebluecorner"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "Jy" = ( /obj/structure/platform_decoration{ dir = 8 @@ -4881,6 +5048,13 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/militia) +"KW" = ( +/turf/open/floor{ + dir = 4; + icon_state = "whitebluecorner"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "KZ" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -5078,6 +5252,13 @@ /obj/item/storage/box/m56d_hmg, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) +"MG" = ( +/obj/structure/bed, +/turf/open/floor{ + dir = 8; + icon_state = "whiteblue" + }, +/area/LV624_Outpost_Furidamu/indoors) "MH" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -5822,6 +6003,13 @@ /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"Rr" = ( +/turf/open/floor{ + dir = 1; + icon_state = "whitebluecorner"; + tag = "icon-whiteblue (SOUTHWEST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "Rt" = ( /obj/structure/fence, /obj/structure/flora/jungle/vines{ @@ -6011,6 +6199,12 @@ /obj/effect/decal/remains/xeno, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/militia) +"SC" = ( +/turf/open/floor{ + dir = 8; + icon_state = "whiteblue" + }, +/area/LV624_Outpost_Furidamu/indoors) "SF" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -6065,7 +6259,8 @@ /obj/structure/surface/table, /obj/item/clothing/suit/storage/militia/brace, /turf/open/floor{ - icon_state = "white" + icon_state = "whiteblue"; + tag = "icon-whiteblue" }, /area/LV624_Outpost_Furidamu/indoors) "Tb" = ( @@ -6695,7 +6890,9 @@ "Wz" = ( /obj/structure/surface/table, /turf/open/floor{ - icon_state = "white" + dir = 1; + icon_state = "whiteblue"; + tag = "icon-whiteblue (NORTH)" }, /area/LV624_Outpost_Furidamu/indoors) "WA" = ( @@ -6733,6 +6930,13 @@ icon_state = "whiteyellowfull" }, /area/LV624_Outpost_Furidamu/indoors) +"WT" = ( +/turf/open/floor{ + dir = 6; + icon_state = "whiteblue"; + tag = "icon-whitehall (WEST)" + }, +/area/LV624_Outpost_Furidamu/indoors) "WV" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -16640,7 +16844,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -16809,7 +17013,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -16978,7 +17182,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -17147,7 +17351,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -17316,7 +17520,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -17485,7 +17689,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -17654,7 +17858,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -17823,7 +18027,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -17992,7 +18196,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -18161,7 +18365,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -18330,7 +18534,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -18499,7 +18703,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -18668,7 +18872,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -18837,7 +19041,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -19006,7 +19210,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -19175,7 +19379,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -19344,7 +19548,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -19513,7 +19717,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -19682,7 +19886,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -19851,7 +20055,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -20020,7 +20224,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -20189,7 +20393,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -20358,7 +20562,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -20527,7 +20731,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -20696,7 +20900,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -20865,7 +21069,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -21034,7 +21238,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -21203,7 +21407,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -21372,7 +21576,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -21541,7 +21745,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -21710,7 +21914,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -21879,7 +22083,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -22048,7 +22252,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -22217,7 +22421,7 @@ rJ rJ rJ rJ -rJ +yZ rJ rJ rJ @@ -23955,8 +24159,8 @@ el el fP QG -zA -zA +km +WI zA tN Yj @@ -24108,9 +24312,9 @@ AX AX AX zA -zA -zA -zA +yo +km +WI zA tN Yj @@ -24274,14 +24478,14 @@ or or or AX +km +WI zA zA zA zA zA -zA -zA -zA +zh tN FA FA @@ -24443,17 +24647,17 @@ or or or AX +yo zA zA zA +zh zA zA zA zA zA -zA -zA -zA +yo tN FA FA @@ -24615,7 +24819,7 @@ AX zA zA zA -zA +zh zA zA zA @@ -24642,8 +24846,8 @@ zA zh zA Xc -zA -zA +km +WI zA zA zA @@ -26599,8 +26803,8 @@ Iw kw kw kw -Iw -Iw +Gw +Gw kw kw kw @@ -26912,8 +27116,8 @@ xm xm xm Em -lR -qc +nX +Wo re dw tc @@ -27076,12 +27280,12 @@ re re TT Xc -Tl -Tl -Tl -Tl +PR +nX +nX +nX Xc -xc +BP re re re @@ -27246,13 +27450,13 @@ re TT TT re -re -re +Tl +Tl Xc Xc TT re -re +qc re re hi @@ -27943,7 +28147,7 @@ nX Xt WL Ig -Iw +PD kw YT cX @@ -28112,7 +28316,7 @@ nX Xt WL Ig -Iw +PD kw YT cX @@ -31166,7 +31370,7 @@ nX nX xm xm -nX +xm Cm qj lH @@ -31335,7 +31539,7 @@ nX xm xm xm -nX +xm nX uZ uZ @@ -31502,7 +31706,7 @@ SI Pk nX nX -nX +xm xm xm nX @@ -33532,7 +33736,7 @@ nX nX xm xm -nX +xm nX qj lH @@ -33700,8 +33904,8 @@ Qm nX xm xm -nX -nX +xm +xm nX qj lH @@ -33870,7 +34074,7 @@ nX nX xm xm -dV +Wp Et uZ uZ @@ -37888,9 +38092,9 @@ MS AX AX Gm -Iw -Iw -Wz +SC +SC +aN AX AX nX @@ -38055,12 +38259,12 @@ MS AX AX AX -Iw +sZ GT Iw Iw -Wz -Wz +Ju +aN AX nX nX @@ -38223,13 +38427,13 @@ AX AX AX zU -Iw -Iw +SC +Rr Iw Iw Iw Nd -Wz +Di AX nX nX @@ -38389,16 +38593,16 @@ nX rK AX rk -Iw +iA nn Ai Iw Iw +oX +oX Iw Iw -Iw -Iw -Wz +Di AX nX nX @@ -38559,15 +38763,15 @@ rK AX UL Iw -sZ -Iw -Iw -Iw -Iw -Iw +al Iw Iw +sZ +SC +SC +iA Iw +AI AX pL nX @@ -38727,16 +38931,16 @@ nX rK AX rs -Iw +WT nn DL -Iw -Iw +AI +tv BM -gB -Iw -Iw -Iw +nW +AI +tv +ow al xm xm @@ -38898,14 +39102,14 @@ AX nn nn nn -Iw -Iw -Iw +tv +AI +tv gB -Wz -Iw -Iw -Iw +Di +AI +tv +yV al xm nX @@ -39064,17 +39268,17 @@ Xc nX rK AX -rs -Iw +wT +iA nn DL -Iw -Iw +AI +tv Wz SY -Iw -Iw -Iw +AI +tv +AI AX Dy tm @@ -39235,15 +39439,15 @@ AX AX UL Iw -sZ -Iw -Iw -Iw -Iw -Iw -Iw +al Iw -Wz +AI +tv +tv +AI +AI +tv +Di AX sD nX @@ -39399,20 +39603,20 @@ Xc Xc Xc AX -Iw -Iw +sZ +iA nn -rk -Iw +Ih +WT nn +tv Iw +wk +oX +oX +WT Iw -Iw -Iw -Iw -Iw -Iw -Wz +Di AX sD nX @@ -39568,20 +39772,20 @@ Xc Xc AX AX -Iw -Iw +tv +AI nn nn nn nn +tv Iw -Iw -Xw -Xw Xw +MG +MG Xw -Iw -SY +yV +Ap AX sD nX @@ -39737,19 +39941,19 @@ Xc Xc AX mE -Iw -Iw +tv +AI nn +sZ +SC +SC +Rr Iw Iw Iw Iw -Iw -Iw -Iw -Iw -Iw -Iw +yV +WT AX AX Dy @@ -39906,18 +40110,18 @@ Xc Xc AX mM +tv +ow +al +Rr Iw -Iw -sZ -Iw -Iw -Iw -Iw -Iw -Xw -Xw -Xw -Xw +yV +oX +oX +Ef +Ef +Ef +Gk AX AX MS @@ -40075,12 +40279,12 @@ Xc Xc AX AX -Iw -Iw -sZ -Iw -Iw -Iw +tv +yV +al +KW +yV +WT AX AX Xt From c9562fe8debf6de6d3c26a5702e9e58488ac803a Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 3 Apr 2023 11:40:17 +0100 Subject: [PATCH 11/20] ggg --- .../LV624_Outpost_Furidamu.dmm | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index 0431fd7179..abc4e0d6d8 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -1713,7 +1713,7 @@ }, /obj/effect/decal/cleanable/blood, /obj/item/reagent_container/food/snacks/meat/human, -/obj/item/weapon/melee/unathiknife, +/obj/item/weapon/unathiknife, /turf/open/floor{ dir = 9; icon_state = "whiteblue"; @@ -3635,7 +3635,7 @@ /area/LV624_Outpost_Furidamu/indoors) "AQ" = ( /obj/structure/surface/table/reinforced/prison, -/obj/item/weapon/melee/twohanded/fireaxe, +/obj/item/weapon/twohanded/fireaxe, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors) "AS" = ( @@ -4754,7 +4754,6 @@ /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph." }, -/obj/item/weapon/melee/claymore/mercsword/machete/arnold, /turf/open/floor{ dir = 10; icon_state = "whiteblue"; @@ -5128,8 +5127,8 @@ }, /area/LV624_Outpost_Furidamu/indoors) "LD" = ( -/obj/item/weapon/melee/baseballbat/metal, /obj/item/device/lightreplacer, +/obj/item/weapon/baseballbat/metal, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors) "LE" = ( @@ -6555,10 +6554,10 @@ /area/LV624_Outpost_Furidamu/indoors) "UI" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/weapon/gun/boltaction/colony{ +/obj/item/weapon/gun/boltaction, +/obj/item/weapon/gun/boltaction{ pixel_y = 10 }, -/obj/item/weapon/gun/boltaction/colony, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/civilian) "UJ" = ( @@ -6660,7 +6659,7 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/civilian) "Ve" = ( -/obj/effect/landmark/shuttle_loc/marine_trg/landing{ +/obj/item/toy{ name = "2" }, /turf/open/floor/plating, @@ -6884,7 +6883,7 @@ desc = "You think you can make out the iconography of a Xenomorph."; icon_state = "bee" }, -/obj/item/weapon/melee/yautja/combistick, +/obj/item/weapon/yautja/combistick, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/oob) "Wz" = ( @@ -6897,13 +6896,13 @@ /area/LV624_Outpost_Furidamu/indoors) "WA" = ( /obj/structure/surface/rack, -/obj/item/weapon/gun/boltaction/colony{ +/obj/item/toy{ pixel_y = 9 }, -/obj/item/weapon/gun/boltaction/colony{ +/obj/item/toy{ pixel_y = 1 }, -/obj/item/weapon/gun/boltaction/colony{ +/obj/item/toy{ pixel_y = -7 }, /turf/open/floor{ @@ -7070,7 +7069,7 @@ }, /area/LV624_Outpost_Furidamu/oob) "XF" = ( -/obj/effect/landmark/shuttle_loc/marine_trg/landing{ +/obj/item/toy{ name = "1" }, /turf/open/floor/plating, From 614c9d6af75c4b0d55a09c28f6733d5bd766051c Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 24 Apr 2023 03:19:51 +0100 Subject: [PATCH 12/20] jugh --- code/game/area/LV624_Outpost_Furidamu.dm | 202 +- .../LV624_Outpost_Furidamu.dmm | 67194 +++++++++------- 2 files changed, 37571 insertions(+), 29825 deletions(-) diff --git a/code/game/area/LV624_Outpost_Furidamu.dm b/code/game/area/LV624_Outpost_Furidamu.dm index 6a71ba49f6..5c998d84f7 100644 --- a/code/game/area/LV624_Outpost_Furidamu.dm +++ b/code/game/area/LV624_Outpost_Furidamu.dm @@ -4,6 +4,7 @@ icon_state = "lv-626" can_build_special = TRUE powernet_name = "ground" + minimap_color = MINIMAP_AREA_COLONY //parent types @@ -13,21 +14,17 @@ ceiling = CEILING_METAL //ambience = list('sound/ambience/jungle_amb1.ogg') - /area/LV624_Outpost_Furidamu/outdoors name = "LV624_Outpost_Furidamu - Outdoors" icon_state = "cliff_blocked" //because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! ceiling = CEILING_NONE //ambience = list('sound/ambience/jungle_amb1.ogg') - -/area/LV624_Outpost_Furidamu/outdoors/civilian - name = "LV624_Outpost_Furidamu - North Colony Outdoors" - -/area/LV624_Outpost_Furidamu/outdoors/militia - name = "LV624_Outpost_Furidamu - South Colony Outdoors" + minimap_color = MINIMAP_AREA_JUNGLE + requires_power = FALSE /area/LV624_Outpost_Furidamu/outdoors/ua_bunker - name = "LV624_Outpost_Furidamu - West Colony Caves" + name = "LV624_Outpost_Furidamu - Colony Caves" + ceiling = CEILING_UNDERGROUND_BLOCK_CAS /area/LV624_Outpost_Furidamu/oob name = "LV624_Outpost_Furidamu - Out Of Bounds" @@ -47,10 +44,6 @@ /area/LV624_Outpost_Furidamu/landing_zone_1/ceiling ceiling = CEILING_METAL -/area/LV624_Outpost_Furidamu/landing_zone_1/tunnel - name = "LV624_Outpost_Furidamu - Landing Zone One Tunnels" - ceiling = CEILING_METAL - /area/shuttle/drop1/LV624_Outpost_Furidamu name = "LV624_Outpost_Furidamu - Dropship Alamo Landing Zone" icon_state = "shuttle" @@ -84,3 +77,188 @@ icon_state = "tcomsatcham" requires_power = FALSE +//Caves + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw + name = "Outpost Furidamu - Northwest Caves" + icon_state = "northwest" + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne + name = "Outpost Furidamu - Northeast Caves" + icon_state = "northeast" + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent + name = "Outpost Furidamu - Central Caves" + icon_state = "red" + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se + name = "Outpost Furidamu - Southeast Caves" + icon_state = "southeast" + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s + name = "Outpost Furidamu - South Caves" + icon_state = "south" + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw + name = "Outpost Furidamu - Southwest Caves" + icon_state = "southwest" + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south + name = "Outpost Furidamu - South Barrens" + icon_state = "blue" + ceiling = CEILING_NONE + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling + name = "Outpost Furidamu - South Barrens" + ceiling = CEILING_METAL + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north + name = "Outpost Furidamu - North Barrens" + icon_state = "green" + ceiling = CEILING_NONE + +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling + name = "Outpost Furidamu - North Barrens" + ceiling = CEILING_METAL + + +//River +/area/LV624_Outpost_Furidamu/outdoors/river + name = "Outpost Furidamu - North River" + icon_state = "purple" + +/area/LV624_Outpost_Furidamu/outdoors/river/c + name = "Outpost Furidamu - Central River" + +/area/LV624_Outpost_Furidamu/outdoors/river/s + name = "Outpost Furidamu - South River" + +/area/LV624_Outpost_Furidamu/outdoors/river/e + name = "Outpost Furidamu - East River" + +/area/LV624_Outpost_Furidamu/outdoors/river/w + name = "Outpost Furidamu - West River" + +//Jungles + +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne + name = "Outpost Furidamu - Northeast Jungle" + icon_state = "northeast" + +/area/LV624_Outpost_Furidamu/outdoors/jungle/se + name = "Outpost Furidamu - Southeast Jungle" + icon_state = "southeast" + +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw + name = "Outpost Furidamu - Northwest Jungle" + icon_state = "northwest" + +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw + name = "Outpost Furidamu - Southwest Jungle" + icon_state = "southwest" + +/area/LV624_Outpost_Furidamu/outdoors/jungle/s + name = "Outpost Furidamu - South Jungle" + icon_state = "south" + +/area/LV624_Outpost_Furidamu/outdoors/jungle/e + name = "Outpost Furidamu - East Jungle" + icon_state = "east" + +/area/LV624_Outpost_Furidamu/outdoors/jungle/w + name = "Outpost Furidamu - West Jungle" + icon_state = "west" + +/area/LV624_Outpost_Furidamu/outdoors/jungle/n + name = "Outpost Furidamu - North Jungle" + icon_state = "north" + +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm + name = "Outpost Furidamu - Colony Farm" + icon_state = "blue" + +/area/LV624_Outpost_Furidamu/outdoors/jungle/c + name = "Outpost Furidamu - Colony Central Jungle" + icon_state = "purple" + +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing + name = "Outpost Furidamu - Colony Firing Range" + icon_state = "green" + +//huts + +/area/LV624_Outpost_Furidamu/indoors/hut/ + name = "Outpost Furidamu - Jungle Hut" + icon_state = "red" + +/area/LV624_Outpost_Furidamu/indoors/hut/farm + name = "Outpost Furidamu - North Colony Farming hut" + +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm + name = "Outpost Furidamu - North Colony Telecomms Unit" + +//buildings + +/area/LV624_Outpost_Furidamu/indoors/buildings + name = "Outpost Fuidamu - Buildings" + icon_state = "Sleep" + +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen + name = "Outpost Furidamu - Landing Zone One Kitchen" + +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply + name = "Outpost Furidamu - Landing Zone One Supply" + +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks + name = "Outpost Furidamu - Landing Zone One Barracks" + +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin + name = "Outpost Furidamu - Landing Zone One Admin" + +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site + name = "Outpost Furidamu - Ruined Construction Site" + +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital + name = "Outpost Furidamu - Hospital" + +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering + name = "Outpost Furidamu - Engineering" + +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall + name = "Outpost Furidamu - Townhall And Workshop" + +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen + name = "Outpost Furidamu - South Colony Dining Hall" + +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers + name = "Outpost Furidamu - Butchers House" + +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration + name = "Outpost Furidamu - Filtration Dam" + +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome + name = "Outpost Furidamu - Secure Dome" + +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre + name = "Outpost Furidamu - CLF Operation Centre" + +//bridges +/area/LV624_Outpost_Furidamu/outdoors/bridge + name = "Outpost Furidamu - Northwest Bridge To CLF Bunker" + icon_state = "ass_line" + +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge + name = "Outpost Furidamu - Land Bridge To Barrens" + +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2 + name = "Outpost Furidamu - Wooden Bridge To LZ2" + ceiling = CEILING_GLASS + +//Bunker +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker + name = "Outpost Furiaamu - Northwest CLF Bunker" + icon_state = "quartstorage" + +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling + name = "Outpost Furiaamu - Northwest CLF Bunker" + ceiling = CEILING_NONE diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index abc4e0d6d8..27e7c8c653 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -1,10 +1,20 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"ab" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"ac" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "ad" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "ae" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 @@ -12,8 +22,9 @@ /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river/c) "ag" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/prop{ @@ -25,65 +36,116 @@ pixel_x = 3; pixel_y = 6 }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "ah" = ( /obj/structure/closet/toolcloset, /obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"ai" = ( +/obj/item/ammo_box/magazine/type71, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"aj" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"ak" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "al" = ( /obj/structure/curtain/red, /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "am" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 4; - tag = "icon-landingstripe (EAST)" +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 4 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) +"an" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/coffin/woodencrate, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "ao" = ( /obj/item/clothing/under/colonist/clf, /obj/structure/surface/rack, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"ap" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) "aq" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) +"ar" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"as" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"at" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "au" = ( /obj/structure/prop/server_equipment{ icon_state = "rackframe_broken" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "av" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "aw" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ name = "\improper LZ1 Access"; req_one_access = null }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) "ax" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/machinery/faxmachine{ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"ay" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"az" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "aA" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/beer{ @@ -91,22 +153,68 @@ pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"aB" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"aC" = ( +/obj/structure/curtain/red, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "aD" = ( /obj/structure/closet/secure_closet/freezer/fridge/full, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"aE" = ( +/obj/effect/landmark/xeno_hive_spawn, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "aF" = ( /obj/structure/platform{ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"aG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 10; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"aH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"aI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"aK" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "aL" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "aM" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -118,73 +226,185 @@ dir = 8 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "aN" = ( /obj/structure/surface/table, /turf/open/floor{ dir = 10; icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "aO" = ( -/obj/effect/decal/warning_stripes, -/obj/structure/machinery/landinglight/ds1{ - dir = 4; - tag = "icon-landingstripe (EAST)" +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"aP" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"aR" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "aS" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/oob) +"aT" = ( +/obj/item/stool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"aV" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp3" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "aW" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/tool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "aX" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/loadedbakedpotato, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "aY" = ( /obj/structure/barricade/wooden{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) +"aZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"ba" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"bb" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) +"bd" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"be" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp22" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"bf" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"bg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "bh" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/LV624_Outpost_Furidamu/oob) +"bi" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"bj" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "bl" = ( /obj/structure/window/framed/colony, /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"bm" = ( +/obj/structure/flora/jungle/plantbot1, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "bn" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "bo" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 1; - tag = "icon-landingstripe (NORTH)" +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 1 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) +"bp" = ( +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"br" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "whiteblue"; + tag = null + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "bs" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/ammo_magazine/pistol/highpower, /obj/item/weapon/gun/pistol/highpower, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"bt" = ( +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"bv" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "bw" = ( /obj/structure/machinery/colony_floodlight{ pixel_y = 6 @@ -193,7 +413,18 @@ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) +"bx" = ( +/obj/structure/surface/table, +/obj/item/paper_bundle, +/obj/item/tool/pen/blue/clicky{ + pixel_x = 2; + pixel_y = 12 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "by" = ( /obj/structure/machinery/photocopier{ density = 0; @@ -210,65 +441,114 @@ pixel_y = -8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "bz" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"bA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"bB" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "bD" = ( /turf/open/floor{ icon_state = "whiteyellowcorner" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "bE" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"bF" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "bG" = ( /obj/structure/surface/table/almayer, /obj/item/tool/wrench, /obj/item/tool/crowbar/red, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "bH" = ( /obj/structure/sign/poster/clf{ pixel_x = 1; pixel_y = 29 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"bJ" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 1 - }, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"bK" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 }, +/obj/structure/platform/kutjevo/rock, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"bN" = ( -/turf/closed/shuttle{ +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"bO" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"bP" = ( +/obj/structure/prop/almayer/minigun_crate, +/turf/open/floor{ dir = 1; - icon_state = "pwall" + icon_state = "bot" }, -/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"bQ" = ( +/obj/effect/landmark/hunter_primary, +/obj/effect/landmark/queen_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "bR" = ( /obj/structure/flora/jungle/planttop1, /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/oob) +"bS" = ( +/obj/structure/fence, +/turf/open/floor{ + dir = 8; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"bT" = ( +/obj/effect/landmark/corpsespawner/upp, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "bU" = ( /obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"bV" = ( +/obj/item/weapon/gun/rifle/l42a/abr40, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "bX" = ( /obj/item/stack/sheet/wood, /turf/open/floor{ dir = 4; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) "bY" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 @@ -281,29 +561,100 @@ luminosity = 2 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"bZ" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"cb" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"cc" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"ce" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "cg" = ( /obj/structure/surface/table/almayer, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "ch" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform{ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river/c) "cj" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"cl" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"cm" = ( +/obj/structure/closet/crate, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "cn" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/lazarus_landing_map, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"co" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"cp" = ( +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowcorner" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"cr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"cs" = ( +/obj/structure/surface/table, +/obj/item/clothing/suit/storage/militia/smartgun{ + pixel_y = 16 + }, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = 5 + }, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"ct" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"cu" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "cx" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; @@ -324,13 +675,7 @@ tag = "icon-N" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"cy" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 1 - }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "cz" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/lighter/zippo{ @@ -342,37 +687,47 @@ pixel_y = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "cA" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "cB" = ( /obj/structure/machinery/colony_floodlight{ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "cC" = ( /obj/structure/largecrate/random, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"cD" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"cE" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"cF" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "cG" = ( -/obj/structure/platform/kutjevo/rock{ +/obj/structure/machinery/power/apc/weak{ dir = 1 }, -/obj/structure/platform/kutjevo/rock{ - dir = 4 - }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/landing_zone_1) "cH" = ( /turf/open/floor{ dir = 8; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "cI" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/ammo_magazine/smg/ppsh/extended, @@ -384,14 +739,37 @@ /obj/item/weapon/gun/smg/ppsh, /obj/item/weapon/gun/smg/ppsh, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "cJ" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"cK" = ( +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"cL" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"cN" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"cP" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "cQ" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -400,59 +778,102 @@ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"cS" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "cT" = ( /obj/structure/largecrate/random/secure, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"cU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +"cV" = ( +/obj/structure/surface/table, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "cW" = ( /turf/open/floor{ dir = 4; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "cX" = ( /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "da" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"db" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "dc" = ( /obj/structure/machinery/deployable/barrier, /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "dd" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"dg" = ( -/obj/structure/platform_decoration/kutjevo/rock{ +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"de" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"df" = ( +/obj/structure/machinery/light{ dir = 4 }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"di" = ( -/obj/structure/platform_decoration/kutjevo/rock{ - dir = 8 +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"dg" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"dh" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp8" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "dj" = ( /obj/structure/surface/rack, /obj/item/device/multitool, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"dk" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) +"dl" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "dm" = ( /obj/structure/machinery/light, /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "dn" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/paper_bin{ @@ -460,24 +881,39 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "do" = ( /obj/structure/flora/jungle/vines, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"dp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "dq" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; tag = "icon-W" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"dr" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/obj/item/ammo_magazine/smg/mp5{ + current_rounds = 0 + }, +/turf/open/floor{ + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "dv" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "dw" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -485,7 +921,49 @@ /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"dx" = ( +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"dy" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"dz" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"dA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"dB" = ( +/obj/structure/window/framed/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "NW_Colony_Bunker_LSTSTAND"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"dC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"dD" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/river) "dE" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 @@ -494,22 +972,133 @@ pixel_y = 17 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"dF" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"dG" = ( +/obj/item/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"dH" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"dI" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"dK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"dL" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) +"dM" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"dN" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) +"dO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"dP" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "dR" = ( /obj/structure/surface/table/almayer, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) +"dS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"dT" = ( +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "dU" = ( /obj/structure/girder, /turf/open/floor/plating{ dir = 6; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "dV" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"dW" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"dX" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"dY" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"dZ" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"eb" = ( +/obj/structure/flora/bush/ausbushes/genericbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"ec" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"ed" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"ee" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"ef" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "eg" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/under/colonist/clf, @@ -518,7 +1107,7 @@ pixel_y = -13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "eh" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/utensil/spoon{ @@ -526,23 +1115,87 @@ pixel_y = 5 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "ej" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"ek" = ( +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "el" = ( -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"em" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"en" = ( +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) "eo" = ( /obj/structure/machinery/colony_floodlight, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"er" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"es" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "et" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"ev" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz2) +"ew" = ( +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"ey" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor{ + dir = 4; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"eA" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"eB" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "eC" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -556,13 +1209,13 @@ }, /obj/item/tool/kitchen/utensil/spoon, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "eE" = ( /turf/open/floor{ dir = 8; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "eF" = ( /obj/structure/platform_decoration/kutjevo/rock, /obj/structure/flora/jungle/plantbot1{ @@ -570,18 +1223,28 @@ luminosity = 2 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "eG" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "eI" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"eJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "eK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/folder, @@ -589,40 +1252,121 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"eL" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"eM" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"eO" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"eP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"eQ" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"eR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"eS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) +"eT" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"eU" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz2) "eV" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "eW" = ( /obj/structure/flora/jungle/plantbot1{ icon_state = "alienplant1"; luminosity = 2 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"eY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"fa" = ( +/turf/closed/wall, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "fc" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 4; - tag = "icon-landingstripe (WEST)" +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 4 }, -/obj/structure/barricade/handrail/strata{ +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz1) +"fd" = ( +/obj/structure/bed/chair{ dir = 4 }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"fe" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) +"ff" = ( +/turf/closed/wall/solaris, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"fg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "fh" = ( /obj/structure/surface/table/almayer, /obj/item/tool/minihoe, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "fi" = ( /obj/structure/surface/table/almayer, /obj/item/storage/bag/plants, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "fj" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/device/radio/off{ @@ -634,13 +1378,33 @@ pixel_y = 13 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "fk" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"fl" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"fn" = ( +/obj/item/tool/soap, +/obj/item/tool/soap{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"fo" = ( +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_2) "fp" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/lighter/random{ @@ -648,36 +1412,78 @@ pixel_y = 7 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) -"fu" = ( -/obj/structure/flora/grass/tallgrass/jungle/corner{ - dir = 3 +/area/LV624_Outpost_Furidamu/indoors/hut) +"fr" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"fs" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"fv" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"ft" = ( +/obj/structure/largecrate, +/obj/item/explosive/grenade/phosphorus/upp, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"fu" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 3 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"fv" = ( /obj/structure/machinery/power/geothermal{ fail_rate = 5 }, /turf/open/floor/plating{ icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"fw" = ( +/obj/structure/surface/table, +/obj/item/explosive/grenade/high_explosive/stick, +/obj/item/explosive/grenade/phosphorus/upp, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"fx" = ( +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "fy" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/ashtray/plastic{ pixel_x = -5; pixel_y = -2 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"fz" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "fA" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 }, /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"fC" = ( +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "fD" = ( /obj/structure/filingcabinet{ density = 0; @@ -690,23 +1496,116 @@ pixel_y = 20 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) -"fI" = ( -/obj/structure/platform_decoration/kutjevo/rock{ +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"fE" = ( +/obj/structure/barricade/wooden{ dir = 1 }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"fF" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"fG" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"fI" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/boiledrice, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"fJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "fK" = ( /obj/structure/bed/chair/office/light{ dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"fL" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"fM" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "NW_Colony_Bunker_LSTSTAND"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"fN" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"fO" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "fP" = ( -/obj/structure/platform_decoration/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"fQ" = ( +/obj/structure/barricade/sandbags{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"fR" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"fS" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"fT" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "fV" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -715,38 +1614,76 @@ /obj/item/reagent_container/food/snacks/sliceable/bread{ pixel_y = -6 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"fX" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "ga" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"gb" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"gc" = ( +/obj/structure/flora/jungle/plantbot1, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) "gd" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 8 - }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) "gf" = ( /obj/structure/platform, /obj/structure/platform/kutjevo/rock{ dir = 8 }, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river/c) "gh" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform{ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"gi" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"gj" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"gl" = ( +/obj/structure/barricade/sandbags{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"gm" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"gn" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "gp" = ( /obj/structure/curtain/red, /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) "gs" = ( @@ -754,7 +1691,14 @@ /obj/item/device/flashlight, /obj/effect/spawner/random/tool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"gt" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"gu" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "gv" = ( /obj/structure/prop/almayer/computers/sensor_computer2, /obj/structure/machinery/door_control/brbutton/alt{ @@ -778,9 +1722,14 @@ /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) +"gw" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "gx" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ name = "\improper Engineering Dome"; @@ -790,22 +1739,72 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"gy" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp5" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"gz" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "gB" = ( /obj/structure/surface/table, /obj/item/storage/pill_bottle/antitox{ name = "\improper Malaria pill bottle" }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ dir = 1; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) -"gF" = ( -/obj/structure/platform_decoration/kutjevo/rock, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"gC" = ( +/obj/structure/closet/coffin/woodencrate, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"gD" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"gE" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"gG" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"gH" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"gI" = ( +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"gK" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "gM" = ( /obj/structure/bed/chair/comfy{ dir = 1; @@ -819,25 +1818,35 @@ "gN" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/pamphlet/skill/engineer, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"gP" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"gQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "gS" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "gT" = ( /turf/open/floor/plating{ dir = 1; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "gU" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 }, /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "gV" = ( /obj/structure/toilet{ pixel_y = 16 @@ -847,7 +1856,12 @@ pixel_x = -11 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut) +"gW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "gX" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph." @@ -861,7 +1875,7 @@ /turf/open/floor{ dir = 6; icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) "gZ" = ( @@ -870,14 +1884,58 @@ tag = "icon-W" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "ha" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/boiledspagetti{ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"hb" = ( +/obj/structure/barricade/sandbags{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/alien/hugger, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"hc" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"he" = ( +/obj/structure/fence, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"hf" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"hg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"hh" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "hi" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -886,7 +1944,7 @@ dir = 5 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "hj" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/explosive/grenade/high_explosive/upp, @@ -895,7 +1953,7 @@ /obj/item/explosive/grenade/high_explosive/upp, /obj/item/explosive/grenade/high_explosive/upp, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "hl" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -903,42 +1961,50 @@ /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"hn" = ( -/obj/structure/platform/kutjevo/rock, -/obj/structure/platform/kutjevo/rock{ +/area/LV624_Outpost_Furidamu/outdoors/river) +"hm" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "ho" = ( /obj/structure/platform{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "hp" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 }, /obj/structure/platform, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "hq" = ( /obj/structure/machinery/blackbox_recorder, /obj/item/prop/almayer/flight_recorder/colony{ pixel_x = -6; pixel_y = 10 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "hr" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"hs" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "ht" = ( /obj/item/device/implanter/rejuv, /obj/effect/decal/hefa_cult_decals/d32{ @@ -947,9 +2013,40 @@ }, /turf/open/floor{ icon_state = "whitebluefull"; - tag = "icon-whitebluefull" + tag = null }, /area/LV624_Outpost_Furidamu/oob) +"hu" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"hv" = ( +/obj/item/clothing/shoes/sandal{ + pixel_y = -10 + }, +/obj/item/clothing/shoes/sandal{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"hx" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"hy" = ( +/obj/structure/closet/crate/secure/weyland, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "hz" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/device/flashlight/lamp{ @@ -958,13 +2055,75 @@ /obj/item/tool/pen/paralysis{ pixel_y = -2 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"hA" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 10; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "hB" = ( /turf/open/floor{ icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"hC" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"hD" = ( +/obj/structure/barricade/sandbags, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"hF" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"hI" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"hJ" = ( +/obj/structure/platform, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"hK" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"hL" = ( +/obj/structure/ore_box, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"hN" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "hO" = ( /obj/effect/decal/warning_stripes{ icon_state = "W"; @@ -974,7 +2133,7 @@ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "hP" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -982,28 +2141,88 @@ tag = "icon-N" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"hQ" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"hR" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"hS" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"hT" = ( +/turf/open/floor/carpet, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "hV" = ( /obj/structure/curtain/red, /turf/open/floor{ dir = 10; icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) +"hX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "hZ" = ( /obj/structure/machinery/light, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"ib" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) +"ic" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"id" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue"; + tag = null + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "ie" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/suit/chef/classic, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "if" = ( /obj/structure/window/framed/wood, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"ig" = ( +/obj/structure/largecrate/supply/generator, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"ih" = ( +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "ii" = ( /obj/structure/flora/jungle/plantbot1{ desc = "Doesn't look like it'll do much cleaning any more."; @@ -1011,16 +2230,48 @@ name = "old janicart" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"ij" = ( +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"ik" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "il" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"im" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"in" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "io" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "ip" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/storage/box/packet/high_explosive, @@ -1029,12 +2280,25 @@ /obj/item/storage/box/packet/high_explosive, /obj/item/storage/box/packet/high_explosive, /obj/item/storage/box/packet/high_explosive, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"ir" = ( +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"it" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "iu" = ( /obj/structure/platform, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "iv" = ( /obj/item/device/radio/intercom{ freerange = 1; @@ -1042,46 +2306,66 @@ name = "General Listening Channel"; pixel_y = 30 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "iw" = ( -/obj/effect/decal/warning_stripes, -/obj/structure/machinery/landinglight/ds1{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) "iy" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"iz" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "sunnybush_1" + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "iA" = ( /turf/open/floor{ dir = 10; icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "iB" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"iD" = ( +/obj/structure/platform, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"iE" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "iF" = ( /obj/structure/machinery/light{ dir = 1 }, /obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "iG" = ( /obj/structure/machinery/prop/almayer/computer/PC{ pixel_y = 16 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"iH" = ( +/obj/structure/platform, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "iI" = ( /obj/structure/flora/jungle/plantbot1{ icon_state = "alienplant1"; @@ -1089,25 +2373,80 @@ pixel_y = 16 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "iL" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, /obj/structure/flora/bush/ausbushes/var3/stalkybush, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "iM" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/revolver/nagant, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"iN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"iO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "iQ" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"iR" = ( +/obj/structure/surface/table, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"iU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"iV" = ( +/obj/structure/barricade/sandbags{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"iW" = ( +/obj/structure/barricade/sandbags{ + dir = 1 + }, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"iX" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "iY" = ( /obj/structure/machinery/door/poddoor/almayer{ dir = 8; @@ -1117,50 +2456,155 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"iZ" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"ja" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"jb" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"jc" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"jd" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/item/xeno_egg{ + pixel_x = -5 + }, +/obj/item/xeno_egg{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "je" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"jf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"jg" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"jh" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "ji" = ( /obj/structure/bed/stool, /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"jj" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"jk" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "jl" = ( /obj/structure/machinery/power/terminal{ dir = 8 }, /turf/open/floor{ icon_state = "platebot"; - tag = "icon-platebot" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"jn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "jo" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 }, /obj/structure/platform, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"jp" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/river) +"jq" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"js" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"jt" = ( +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"jv" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/outdoors/jungle/w) "jw" = ( /turf/open/floor{ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"jx" = ( +/obj/structure/largecrate/supply/explosives/mines, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "jy" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "jz" = ( /obj/structure/target, /obj/item/clothing/suit/storage/marine/padded{ pixel_y = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "jA" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/attachable/suppressor{ @@ -1170,15 +2614,33 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"jB" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "jC" = ( /obj/structure/platform_decoration/kutjevo/rock, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"jD" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "jE" = ( -/obj/structure/curtain/red, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"jF" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "jG" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/clothing/head/helmet/marine/veteran/UPP, @@ -1187,29 +2649,72 @@ /obj/item/clothing/head/helmet/marine/veteran/UPP, /obj/item/clothing/head/helmet/marine/veteran/UPP, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "jH" = ( /obj/structure/surface/rack, /obj/item/clothing/suit/chef/classic, /obj/item/tool/kitchen/knife/butcher, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"jI" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"jK" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "jL" = ( /obj/structure/platform_decoration, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"jM" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/space) +"jN" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "jO" = ( /turf/open/floor{ dir = 5; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"jP" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 5; + icon_state = "p_stair_full" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "jQ" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "pointybush_1" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"jS" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 9; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "jT" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/toy/handcard/aceofspades{ @@ -1236,11 +2741,44 @@ pixel_y = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"jU" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"jV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"jW" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "jX" = ( /obj/structure/bed/chair, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"jY" = ( +/obj/item/tool/shovel, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "ka" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/suit/storage/militia/vest{ @@ -1251,13 +2789,17 @@ pixel_x = 6; pixel_y = 7 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"kb" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "kc" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "kd" = ( /obj/structure/machinery/power/geothermal{ fail_rate = 5 @@ -1266,7 +2808,7 @@ dir = 1; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "ke" = ( /obj/structure/window/framed/colony/reinforced, /obj/structure/machinery/door/poddoor/almayer{ @@ -1290,23 +2832,34 @@ "kf" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "kh" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/oob) -"kj" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 1 - }, -/obj/structure/platform/kutjevo/rock{ +"ki" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/platform{ + dir = 4 + }, +/obj/item/ammo_box/magazine/misc/mre{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"kj" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ dir = 8 }, /obj/structure/platform/kutjevo/rock{ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "kk" = ( /obj/item/stack/sheet/wood{ amount = 2 @@ -1315,14 +2868,24 @@ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"kl" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "km" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"kn" = ( +/obj/structure/platform, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "ko" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "kp" = ( /obj/structure/platform{ dir = 1 @@ -1331,44 +2894,98 @@ dir = 8 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "kq" = ( /obj/structure/barricade/wooden, /turf/open/floor{ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "kr" = ( /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"kt" = ( +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"ku" = ( +/obj/item/clothing/head/helmet/marine/veteran/UPP{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/structure/surface/table, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, /turf/open/floor{ - dir = 6; - icon_state = "warning" + icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"kv" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "kw" = ( /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "kx" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"ky" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"kz" = ( +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/alien/hugger, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"kA" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"kB" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "kC" = ( /obj/structure/flora/jungle/planttop1, /turf/closed/wall/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "kD" = ( /turf/open/floor{ dir = 4; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"kE" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"kF" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "kG" = ( /obj/structure/coatrack, /obj/item/clothing/head/welding{ @@ -1379,12 +2996,41 @@ pixel_x = 11; pixel_y = -6 }, +/obj/structure/machinery/light, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"kH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"kI" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/carpet, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"kJ" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp8" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "kK" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"kL" = ( +/turf/open/floor{ + dir = 8; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"kN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "kP" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -1392,60 +3038,223 @@ }, /obj/item/tool/kitchen/knife/butcher, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"kQ" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"kR" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"kS" = ( +/obj/structure/largecrate/supply/supplies/mre, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"kT" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "kU" = ( /obj/structure/target, /obj/item/clothing/suit/storage/marine/light{ pixel_y = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"kV" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"kW" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp22" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "kX" = ( /obj/structure/flora/jungle/vines, /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/oob) +"kY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"kZ" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"la" = ( +/obj/structure/machinery/computer/objective{ + dir = 5 + }, +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"lb" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) +"lc" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"ld" = ( +/obj/structure/platform/kutjevo/rock, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "le" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/gloves/yellow, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"lf" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "lg" = ( /obj/structure/surface/table/almayer, /obj/item/storage/toolbox/syndicate, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) +"lh" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "li" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/clothing/shoes/marine/upp, /obj/item/clothing/shoes/marine/upp, /obj/item/clothing/shoes/marine/upp, /obj/item/clothing/shoes/marine/upp, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"lj" = ( +/obj/structure/largecrate/supply/supplies/mre, +/obj/item/explosive/grenade/phosphorus/upp, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"lk" = ( +/obj/structure/platform_decoration, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"lm" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "ln" = ( /obj/structure/curtain/red, /turf/open/floor{ icon_state = "whitebluefull"; - tag = "icon-whitebluefull" + tag = null }, /area/LV624_Outpost_Furidamu/oob) +"lo" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"lr" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "ls" = ( /obj/item/paper_bin{ pixel_x = 9; pixel_y = 5 }, /obj/item/tool/pen/blue/clicky, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "lt" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"lu" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "lv" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"lx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "whiteblue"; + tag = null + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "ly" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/toy/handcard/aceofspades{ @@ -1470,14 +3279,29 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"lz" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"lA" = ( +/obj/structure/surface/rack, +/obj/item/clothing/under/colonist, +/obj/item/clothing/under/colonist, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "lC" = ( /obj/structure/sink{ pixel_y = 26 }, /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "lE" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph." @@ -1485,16 +3309,60 @@ /obj/item/reagent_container/hypospray/autoinjector/ultrazine, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/oob) +"lF" = ( +/obj/structure/platform, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"lG" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "lH" = ( /obj/structure/fence, /turf/open/floor{ icon_state = "bcircuit"; - tag = "icon-bcircuit" + tag = null }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "lI" = ( /turf/open/auto_turf/strata_grass/layer0/unweedable, /area/LV624_Outpost_Furidamu/oob) +"lJ" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"lK" = ( +/obj/structure/platform/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"lN" = ( +/obj/item/reagent_container/food/drinks/bottle/sake{ + pixel_x = -10; + pixel_y = 18 + }, +/obj/item/storage/large_holster/katana/full{ + pixel_y = 10 + }, +/obj/item/clothing/head/headband/red{ + pixel_y = 5 + }, +/turf/open/floor/carpet, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "lO" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; @@ -1503,28 +3371,39 @@ /turf/open/floor/plating{ icon_state = "platebotc" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "lQ" = ( /obj/structure/platform{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "lR" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "lS" = ( /turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "lV" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"lW" = ( +/obj/structure/surface/table, +/obj/item/device/flashlight/lamp{ + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "lY" = ( /obj/item/device/radio/intercom{ freerange = 1; @@ -1533,7 +3412,17 @@ pixel_x = -30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"lZ" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "ma" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -1542,8 +3431,56 @@ dir = 8 }, /obj/structure/platform/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"mb" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/obj/item/ammo_magazine/smg/mp5{ + current_rounds = 0 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"mc" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"md" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"me" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/obj/structure/platform_decoration, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"mh" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"mi" = ( +/obj/structure/largecrate/guns/merc, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"mj" = ( +/obj/structure/largecrate/supply/supplies/mre, +/obj/item/weapon/gun/smg/mac15, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"mk" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp9" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "ml" = ( /obj/item/stack/sheet/wood{ pixel_x = 9 @@ -1557,33 +3494,109 @@ pixel_y = -7 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"mm" = ( +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"mo" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "mp" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"mq" = ( +/obj/structure/flora/jungle/planttop1, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"mr" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"ms" = ( +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/obj/structure/machinery/light, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "mt" = ( /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut) +"mu" = ( +/turf/open/floor{ + dir = 8; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"mv" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"mw" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "my" = ( /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "mz" = ( /turf/open/floor{ dir = 8; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"mB" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"mD" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/river) "mE" = ( /obj/structure/machinery/cm_vending/sorted/medical/blood, /turf/open/floor{ icon_state = "whitebluefull"; - tag = "icon-whitebluefull" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"mF" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "mG" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/suit/storage/militia/partial{ @@ -1598,40 +3611,71 @@ pixel_x = -5; pixel_y = -3 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "mH" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 8 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) +"mI" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) +"mJ" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "mK" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/suit/chef/classic, /obj/item/tool/kitchen/knife/butcher, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"mL" = ( +/obj/structure/curtain/red, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "mM" = ( /obj/structure/machinery/cm_vending/sorted/medical/no_access, /turf/open/floor{ icon_state = "whitebluefull"; - tag = "icon-whitebluefull" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"mN" = ( +/obj/structure/machinery/light, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "mO" = ( /obj/structure/flora/jungle/vines, /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"mP" = ( +/obj/structure/largecrate/supply/medicine/blood, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"mQ" = ( +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "mR" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "mT" = ( /obj/structure/sign/poster{ desc = "One of those hot, tanned babes back the beaches of good ol' Earth."; @@ -1642,13 +3686,40 @@ serial_number = 12 }, /turf/closed/wall/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"mV" = ( +/obj/structure/barricade/wooden, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"mW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"mX" = ( +/obj/structure/surface/table, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"mY" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "mZ" = ( /turf/open/floor{ dir = 9; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "nc" = ( /obj/structure/target, /obj/item/clothing/suit/storage/marine/leader{ @@ -1658,10 +3729,28 @@ pixel_y = 9 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"nd" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"ne" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "nf" = ( /turf/closed/wall/rock/brown, /area/LV624_Outpost_Furidamu/oob) +"ng" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "nh" = ( /obj/structure/platform{ dir = 1 @@ -1669,8 +3758,31 @@ /obj/structure/platform/kutjevo/rock{ dir = 8 }, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"ni" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp1" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"nj" = ( +/obj/item/reagent_container/food/snacks/boiledrice{ + layer = 3.1; + pixel_y = -10 + }, +/turf/open/floor/interior/tatami, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"nk" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"nl" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/tool/crowbar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "nm" = ( /obj/effect/decal/warning_stripes{ icon_state = "S"; @@ -1681,14 +3793,19 @@ }, /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "nn" = ( /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/indoors) "no" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"np" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "nq" = ( /obj/effect/decal/cleanable/blood/gibs, /obj/effect/decal/hefa_cult_decals/d96{ @@ -1705,7 +3822,13 @@ /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"ns" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "nt" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -1717,22 +3840,91 @@ /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) +"nu" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) +"nv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowcorner" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"nw" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "nx" = ( +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ dir = 10; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"ny" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"nz" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"nC" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp25" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"nE" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"nF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/phone{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"nG" = ( +/obj/item/clothing/shoes/marine/upp_knife, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"nH" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "nJ" = ( /obj/structure/machinery/computer/telecomms/server{ pixel_x = 6; pixel_y = 16 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "nK" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/pill_bottle/antitox{ @@ -1744,24 +3936,78 @@ name = "\improper Malaria pill bottle" }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"nL" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"nM" = ( +/obj/structure/largecrate, +/obj/item/weapon/gun/rifle/type71{ + pixel_y = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"nN" = ( +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "nP" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"nQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "nR" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"nS" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"nT" = ( +/obj/structure/curtain/red, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "nV" = ( -/obj/structure/platform/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "nW" = ( /obj/structure/surface/table, /obj/item/storage/pill_bottle/antitox{ @@ -1769,30 +4015,52 @@ }, /turf/open/floor{ icon_state = "whiteblue"; - tag = "icon-whiteblue" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) -"nX" = ( -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"nY" = ( +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "nZ" = ( /obj/structure/platform{ dir = 1 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "ob" = ( /mob/living/simple_animal/cow, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"oc" = ( +/obj/effect/landmark/corpsespawner/upp, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"od" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "oe" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"of" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "og" = ( /obj/structure/barricade/wooden, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "oi" = ( /obj/structure/platform{ dir = 1 @@ -1804,11 +4072,52 @@ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"oj" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/boiledrice{ + layer = 3.1; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 18; + pixel_y = 22 + }, +/obj/item/reagent_container/food/drinks/bottle/sake{ + layer = 3.1; + pixel_y = -9 + }, +/turf/open/floor/interior/tatami, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"ok" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"ol" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) "om" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"on" = ( +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"oo" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "op" = ( /obj/structure/surface/table, /obj/item/stack/medical/bruise_pack{ @@ -1824,9 +4133,9 @@ /turf/open/floor{ dir = 5; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "oq" = ( /obj/structure/platform, /obj/structure/platform{ @@ -1836,20 +4145,70 @@ dir = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "or" = ( /turf/open/floor/plating{ dir = 1; icon_state = "asteroidfloor" }, -/area/LV624_Outpost_Furidamu/indoors) -"ow" = ( -/turf/open/floor{ - dir = 8; - icon_state = "whitebluecorner"; - tag = "icon-whiteblue (SOUTHWEST)" - }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"os" = ( +/obj/structure/curtain/red, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"ot" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"ou" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp20" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"ov" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) +"ow" = ( +/turf/open/floor{ + dir = 8; + icon_state = "whitebluecorner"; + tag = null + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"ox" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_3"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"oz" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "oA" = ( /obj/structure/surface/rack{ density = 0; @@ -1866,7 +4225,12 @@ }, /obj/structure/bedsheetbin, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors/hut) +"oB" = ( +/turf/open/floor{ + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "oC" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/head/helmet/marine/veteran/UPP/heavy{ @@ -1880,7 +4244,22 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"oD" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"oE" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "oF" = ( /obj/structure/surface/table, /obj/item/storage/box/masks{ @@ -1893,38 +4272,102 @@ /turf/open/floor{ dir = 6; icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"oG" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"oH" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"oI" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"oJ" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/boiledrice{ + layer = 3.1; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 18; + pixel_y = 22 + }, +/turf/open/floor/interior/tatami, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"oK" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "oL" = ( /obj/structure/curtain/red, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/oob) +"oN" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"oP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) "oQ" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"oR" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"oS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "whiteyellowcorner" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "oU" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"oV" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "oW" = ( /obj/structure/flora/jungle/vines, /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "oX" = ( /turf/open/floor{ dir = 4; icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "pb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/cell/crap{ @@ -1936,7 +4379,13 @@ pixel_y = 10 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"pc" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "pd" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -1944,7 +4393,18 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"pg" = ( +/obj/structure/fence, +/turf/open/floor{ + icon_state = "bcircuit"; + tag = null + }, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"ph" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) "pi" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/under/color/black{ @@ -1953,7 +4413,11 @@ }, /obj/item/clothing/under/color/black, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"pj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "pk" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -1961,7 +4425,18 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"pl" = ( +/turf/closed/wall/solaris, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"pm" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"pn" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/bridge) "po" = ( /obj/structure/target, /obj/item/clothing/suit/storage/marine/padded{ @@ -1971,50 +4446,145 @@ pixel_y = 10 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "pp" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"pr" = ( +/turf/open/floor{ + dir = 10; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "ps" = ( /obj/effect/landmark/hunter_primary, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "pt" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/box/mousetraps{ pixel_y = 12 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "pu" = ( /obj/structure/closet/crate/secure/ammo, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"pv" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"pw" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "px" = ( /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/oob) -"pH" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ +"py" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 20 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_y = 12 + }, +/turf/open/floor/interior/tatami, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"pz" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"pB" = ( +/obj/structure/closet/crate/construction, +/obj/item/stack/sheet/metal/large_stack, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"pC" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"pD" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ dir = 1; - tag = "icon-landingstripe (NORTH)" + icon_state = "whiteblue"; + tag = null + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"pG" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/boiledrice{ + layer = 3.1; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + layer = 3.1; + pixel_x = 18; + pixel_y = 1 + }, +/turf/open/floor/interior/tatami, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"pH" = ( +/obj/structure/machinery/landinglight/ds2/delaythree{ + dir = 1 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) "pI" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/mre_pack/meal1{ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"pJ" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "pL" = ( /obj/structure/machinery/colony_floodlight{ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"pM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "pN" = ( /obj/item/reagent_container/food/drinks/milk{ pixel_x = -3; @@ -2022,32 +4592,71 @@ }, /obj/structure/surface/table/woodentable/poor, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"pP" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "pQ" = ( /obj/structure/barricade/wooden{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) "pR" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush{ pixel_y = 5 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"pS" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "pT" = ( /obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "pU" = ( /obj/structure/curtain/red, /obj/structure/flora/jungle/vines/heavy, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"pV" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"pW" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, +/turf/closed/shuttle/ert{ + icon_state = "upp23" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"pX" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"pY" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "pZ" = ( /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "qa" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -2055,45 +4664,114 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "qc" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "qd" = ( /obj/item/clothing/shoes/swat, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "qf" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"qg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "qh" = ( /obj/structure/largecrate/machine/bodyscanner, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"qi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "qj" = ( /turf/open/floor{ icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"qk" = ( +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"ql" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_rightengine" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"qm" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"qo" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) +"qp" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "qq" = ( /turf/open/floor{ dir = 6; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"qr" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp4" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"qs" = ( +/obj/structure/surface/table, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"qt" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "qu" = ( /obj/structure/window/framed/wood, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) +"qv" = ( +/obj/structure/largecrate/supply/weapons/hpr, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "qw" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor{ dir = 10; icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) "qx" = ( @@ -2105,17 +4783,52 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"qy" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) "qA" = ( /obj/structure/curtain/red, /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/oob) +"qB" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "qD" = ( /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/oob) +"qE" = ( +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"qF" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"qG" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"qI" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "qK" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/storage/belt/marine/upp, @@ -2123,23 +4836,17 @@ /obj/item/storage/belt/marine/upp, /obj/item/storage/belt/marine/upp, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "qL" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/device/flashlight/lamp{ pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "qM" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 1 - }, -/obj/structure/platform/kutjevo/rock{ - dir = 8 - }, -/turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "qN" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -2151,24 +4858,31 @@ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "qP" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "qQ" = ( /turf/open/floor{ dir = 10; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"qR" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "qS" = ( /obj/structure/machinery/light{ dir = 4; tag = "icon-tube1 (EAST)" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "qT" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/oob) @@ -2177,7 +4891,13 @@ dir = 1; icon_state = "warningcorner" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"qX" = ( +/turf/open/floor{ + dir = 9; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "qY" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/paper{ @@ -2188,40 +4908,93 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"ra" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp5" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "rb" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/weldingtool, /obj/item/tool/wrench, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"rd" = ( +/obj/item/stool, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "re" = ( /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"rg" = ( +/turf/open/floor{ + dir = 6; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"rh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"rj" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "rk" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/surgical_tray, /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "rl" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/obj/structure/machinery/landinglight/ds2{ + dir = 8 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) "rm" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 1; - tag = "icon-landingstripe (NORTH)" +/obj/structure/machinery/landinglight/ds2{ + dir = 1 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) +"ro" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"rq" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/structure/machinery/m56d_hmg{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"rr" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "rs" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/spray/cleaner{ @@ -2231,35 +5004,63 @@ /turf/open/floor{ dir = 5; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "rt" = ( /obj/structure/surface/rack, /obj/item/clothing/mask/gas, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"ru" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"rv" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "rw" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "rx" = ( /obj/structure/barricade/wooden{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) "ry" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "rz" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"rA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"rB" = ( +/obj/structure/bed/chair, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "rC" = ( /obj/item/stool, /obj/item/clothing/mask/facehugger{ @@ -2268,29 +5069,68 @@ name = "????"; stat = 2 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"rD" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"rE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "rF" = ( /turf/open/floor{ dir = 6; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/LV624_Outpost_Furidamu/landing_zone_2) +"rG" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"rH" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"rI" = ( +/obj/structure/closet/coffin/woodencrate, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "rJ" = ( -/turf/closed/wall/rock/brown, -/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +/turf/closed/wall/solaris, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "rK" = ( /obj/structure/closet/coffin, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "rM" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor{ dir = 5; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"rO" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_3"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "rP" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -2301,11 +5141,22 @@ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "rQ" = ( /obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"rR" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "NW_Colony_Bunker_LSTSTAND"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "rT" = ( /obj/structure/surface/table/almayer, /obj/item/device/radio/off{ @@ -2317,14 +5168,44 @@ pixel_y = 13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"rU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) +"rV" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"rW" = ( +/obj/structure/cargo_container/arious/mid, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"rX" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "rY" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 }, /obj/structure/platform/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"rZ" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"sa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "sb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -2332,17 +5213,24 @@ pixel_y = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "sc" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/trash/USCMtray{ pixel_y = 9 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"sd" = ( +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "se" = ( /turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "sf" = ( /obj/structure/coatrack{ pixel_x = 11; @@ -2357,7 +5245,7 @@ pixel_y = -6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "si" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/beer_pack{ @@ -2365,40 +5253,44 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "sj" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "sk" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "sl" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "sn" = ( -/obj/structure/machinery/landinglight/ds2/delayone, -/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/landinglight/ds1/delaytwo, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "so" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) -"sr" = ( -/obj/structure/machinery/landinglight/ds2{ - tag = "icon-landingstripe" +/area/LV624_Outpost_Furidamu/indoors/hut) +"sp" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/cameras, +/turf/open/floor{ + dir = 1; + icon_state = "bot" }, -/obj/structure/barricade/handrail/strata, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"sr" = ( +/obj/structure/machinery/landinglight/ds1/delayone, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "ss" = ( /obj/item/explosive/grenade/incendiary/molotov{ pixel_x = 8; @@ -2413,14 +5305,18 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "st" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/prop/server_equipment/laptop/on{ pixel_y = 5 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"su" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "sv" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 @@ -2430,84 +5326,131 @@ luminosity = 2 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "sw" = ( /obj/item/clothing/head/hardhat/orange, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"sx" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"sz" = ( +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) +"sA" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "whiteblue"; + tag = null + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "sB" = ( /obj/structure/bed/chair/comfy{ dir = 1; tag = "icon-comfychair (NORTH)" }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "sC" = ( /obj/item/tool/weldingtool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) -"sD" = ( -/obj/structure/machinery/shower{ - pixel_y = 16 - }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "sF" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/utensil/spoon, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"sI" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/upp/burst, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "sJ" = ( /turf/closed/wall/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"sL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"sM" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "sN" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"sP" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 4; - tag = "icon-landingstripe (EAST)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"sO" = ( +/obj/structure/closet/coffin/woodencrate, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"sP" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "sQ" = ( /turf/open/floor/plating{ icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"sR" = ( +/obj/structure/largecrate/supply/weapons/m41a, +/obj/item/weapon/gun/smg/ppsh, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "sU" = ( /obj/structure/largecrate/random/case/small, /obj/structure/largecrate/random/case/small{ pixel_y = 10 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"sV" = ( +/obj/structure/bed/chair, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "sX" = ( -/obj/structure/machinery/landinglight/ds2/delaythree, -/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/landinglight/ds1, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "sY" = ( /obj/item/stool, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "sZ" = ( /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "ta" = ( /obj/item/stack/sheet/wood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "tb" = ( /turf/open/floor{ dir = 8; @@ -2520,7 +5463,7 @@ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "td" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/beer{ @@ -2538,11 +5481,17 @@ pixel_x = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"te" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "tj" = ( /obj/structure/machinery/computer/arcade, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "tk" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/box/guncase/m41a{ @@ -2554,8 +5503,9 @@ /obj/item/storage/box/guncase/m41aMK1{ pixel_y = 15 }, +/obj/structure/machinery/light, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "tl" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/under/colonist/clf, @@ -2564,7 +5514,7 @@ pixel_y = 14 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "tm" = ( /obj/structure/surface/rack{ density = 0; @@ -2581,11 +5531,25 @@ }, /obj/structure/bedsheetbin, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "tn" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"tp" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut) +"tq" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"tr" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) +"tt" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "tu" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -2594,24 +5558,73 @@ stat = 2 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "tv" = ( /turf/open/floor{ dir = 1; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "tw" = ( /turf/closed/wall, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"ty" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"tB" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"tC" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"tD" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"tE" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"tF" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"tG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "tH" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"tJ" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "tK" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -2620,7 +5633,7 @@ dir = 4; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) "tL" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -2629,15 +5642,25 @@ /obj/item/xeno_egg/alpha, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/oob) +"tM" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp22" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "tN" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 }, -/obj/structure/platform/kutjevo/rock{ - dir = 4 - }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"tO" = ( +/obj/effect/landmark/xeno_hive_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"tP" = ( +/obj/structure/flora/bush/ausbushes/genericbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "tQ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -2645,27 +5668,52 @@ pixel_y = -8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"tR" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"tS" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) +"tT" = ( +/obj/structure/platform/kutjevo/rock, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "tU" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "tV" = ( /obj/structure/barricade/wooden{ dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"tW" = ( +/obj/vehicle/train/cargo/engine, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "tX" = ( /mob/living/simple_animal/corgi/puppy{ desc = "It's a corgi puppy. MISTER WIGGLES!! HE IS THE GREATEST!"; name = "\improper Mister Wiggles" }, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"tZ" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "ua" = ( /obj/structure/surface/table/almayer, /obj/item/tool/scythe, @@ -2673,20 +5721,45 @@ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) +"uc" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 9; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "ud" = ( /obj/item/pamphlet/skill/powerloader{ pixel_y = 29 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "ue" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - tag = "icon-landingstripe" - }, -/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/landinglight/ds1/delaythree, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) +"uf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"ug" = ( +/obj/item/stool, +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "uh" = ( /obj/item/stack/sheet/wood{ pixel_x = 14; @@ -2697,7 +5770,7 @@ pixel_y = -12 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "ui" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -2705,12 +5778,21 @@ /turf/open/floor{ icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "uj" = ( /obj/effect/landmark/crap_item, /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"uk" = ( +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"um" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "un" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -2719,8 +5801,25 @@ icon_state = "alienplant1"; luminosity = 2 }, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"uo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/wood, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"up" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"uq" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"ur" = ( +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) "us" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -2732,7 +5831,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "ut" = ( /obj/effect/landmark/lv624/xeno_tunnel, /obj/structure/flora/jungle/vines{ @@ -2740,7 +5839,7 @@ }, /obj/structure/surface/table/woodentable/poor, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "uu" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -2749,17 +5848,27 @@ dir = 8 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"uw" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "ux" = ( /obj/item/tool/pickaxe/silver, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "uy" = ( /obj/structure/platform{ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"uz" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "uA" = ( /obj/item/clothing/shoes/marine/upp_knife{ pixel_x = -6; @@ -2770,28 +5879,59 @@ pixel_y = -7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"uB" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "uC" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "uE" = ( /obj/structure/machinery/microwave{ density = 0; pixel_y = 9 }, /obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"uG" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "uI" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"uJ" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"uK" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "uL" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -2799,12 +5939,18 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "uM" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"uN" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "uO" = ( /obj/item/prop{ desc = "A jerry can. In space! Or maybe a colony."; @@ -2815,23 +5961,46 @@ pixel_y = -5 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "uQ" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/closed/wall/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "uR" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"uS" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "uT" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"uU" = ( +/obj/item/storage/box/guncase/m41aMK1, +/obj/item/storage/box/guncase/m41aMK1{ + pixel_y = 6 + }, +/obj/item/storage/box/guncase/m41aMK1{ + pixel_y = 12 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"uV" = ( +/obj/structure/surface/table, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "uW" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/rifle/type71/carbine{ @@ -2839,25 +6008,76 @@ }, /obj/item/weapon/gun/rifle/type71/carbine, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"uX" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "uY" = ( /obj/structure/machinery/vending/snack, /turf/open/floor{ dir = 6; icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "uZ" = ( /turf/closed/wall, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors) +"va" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "vb" = ( /obj/structure/girder, /turf/open/floor/plating{ dir = 9; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"vf" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"vg" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"vh" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"vi" = ( +/obj/structure/platform/kutjevo/rock, +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"vj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "vk" = ( /obj/structure/surface/table/almayer, /obj/item/seeds/riceseed{ @@ -2866,7 +6086,7 @@ }, /obj/item/seeds/riceseed, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "vl" = ( /obj/structure/prop/almayer/computers/sensor_computer1, /obj/structure/window/reinforced{ @@ -2878,7 +6098,7 @@ }, /obj/item/clothing/head/headset, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "vm" = ( /obj/effect/decal/hefa_cult_decals/d96{ desc = "You think you can make out the iconography of a Xenomorph?"; @@ -2895,16 +6115,67 @@ }, /obj/item/storage/toolbox/emergency, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) +"vp" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"vq" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"vt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "vw" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"vx" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_rightengine" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "vy" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"vA" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) +"vB" = ( +/obj/item/weapon/gun/rifle/type71, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"vC" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"vE" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"vF" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "vG" = ( /obj/item/ammo_magazine/rifle/type71{ current_rounds = 0; @@ -2912,14 +6183,49 @@ }, /obj/structure/barricade/wooden, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"vH" = ( +/obj/structure/flora/jungle/plantbot1, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"vJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "vK" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"vL" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"vM" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"vN" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"vO" = ( +/obj/structure/powerloader_wreckage, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "vP" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -2928,7 +6234,16 @@ dir = 8 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"vQ" = ( +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"vR" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "vS" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -2937,13 +6252,13 @@ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "vT" = ( /turf/open/floor{ dir = 10; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "vU" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ name = "\improper LZ1 Access"; @@ -2952,7 +6267,11 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"vV" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "vX" = ( /obj/structure/prop/almayer/computers/sensor_computer2, /obj/structure/window/reinforced{ @@ -2960,42 +6279,127 @@ }, /obj/item/clothing/head/headset, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"vY" = ( +/obj/structure/largecrate/supply/ammo/m39, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"vZ" = ( +/obj/structure/surface/table, +/obj/structure/sink{ + dir = 8; + pixel_x = -11; + pixel_y = 6 + }, +/obj/item/clothing/under/colonist/ua_civvies, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"wb" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "wc" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ dir = 8 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"wd" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"we" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "wf" = ( /turf/open/gm/river, /area/LV624_Outpost_Furidamu/oob) +"wg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"wh" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"wi" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp20" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "wj" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "wk" = ( /turf/open/floor{ dir = 5; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "wl" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"wm" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_3"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"wn" = ( +/obj/structure/surface/table, +/obj/item/device/flashlight/lamp/on, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"wo" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"wp" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"wq" = ( +/obj/effect/landmark/corpsespawner/upp, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "wr" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "ws" = ( /obj/structure/flora/jungle/plantbot1{ icon_state = "alienplant1"; @@ -3003,51 +6407,114 @@ }, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"wt" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"wu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/obj/structure/barricade/wooden, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"ww" = ( +/obj/structure/prop/dam/gravestone{ + icon_state = "gravestone3" + }, +/obj/item/reagent_container/food/drinks/bottle/wine{ + pixel_x = 8; + pixel_y = -12 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + layer = 4.6; + pixel_x = -7; + pixel_y = -14 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "wx" = ( /obj/structure/flora/jungle/vines, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "wy" = ( /turf/open/floor{ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "wz" = ( /obj/structure/flora/jungle/planttop1, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "wA" = ( /turf/open/floor{ dir = 5; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "wB" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"wC" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut) +"wD" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "wE" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "wF" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"wG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) +"wH" = ( +/obj/effect/landmark/hunter_primary, +/obj/effect/landmark/queen_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "wJ" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"wN" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "wO" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/snacks/grown/ricestalk, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) +"wP" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/boiledrice, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "wQ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/prop{ @@ -3060,17 +6527,18 @@ pixel_x = 3; pixel_y = 6 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "wR" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/machinery/recharger, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "wS" = ( /obj/structure/largecrate/supply/medicine/blood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "wT" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/spray/cleaner{ @@ -3080,47 +6548,144 @@ /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"wU" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"wV" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 1 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"wX" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"wY" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"wZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "xa" = ( /obj/structure/xenoautopsy/tank/broken, /turf/open/floor{ icon_state = "whitebluefull"; - tag = "icon-whitebluefull" + tag = null }, /area/LV624_Outpost_Furidamu/oob) "xc" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"xe" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"xf" = ( +/turf/open/floor{ + dir = 10; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "xg" = ( /obj/structure/machinery/floodlight/landing, /turf/open/floor/mech_bay_recharge_floor{ name = "Shuttle Landing Lights" }, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/LV624_Outpost_Furidamu/landing_zone_2) +"xh" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"xj" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"xk" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "xl" = ( /obj/structure/machinery/colony_floodlight{ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "xm" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"xo" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "xr" = ( /obj/structure/window/framed/wood, /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"xs" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 10; + icon_state = "p_stair_full" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"xt" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "xu" = ( /obj/structure/largecrate/supply/supplies/water, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"xv" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"xw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "whiteyellowcorner" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "xx" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/toy/deck{ @@ -3136,7 +6701,7 @@ pixel_y = -7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "xy" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/rifle/mar40/carbine, @@ -3146,19 +6711,47 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"xz" = ( +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"xA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"xB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "xC" = ( /turf/open/floor{ dir = 8; icon_state = "whiteyellowcorner" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "xD" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"xE" = ( +/obj/effect/landmark/corpsespawner/upp, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "xF" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/milk{ @@ -3169,13 +6762,52 @@ pixel_y = 3 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"xH" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"xI" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "xJ" = ( /turf/open/floor{ dir = 9; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"xK" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"xL" = ( +/obj/structure/flora/bush/ausbushes/genericbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"xM" = ( +/obj/structure/barricade/sandbags{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"xN" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "xO" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -3186,25 +6818,29 @@ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "xQ" = ( /obj/structure/bed/chair/comfy{ dir = 1; tag = "icon-comfychair (NORTH)" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "xS" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"xT" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "xU" = ( /turf/open/floor/plating{ icon_state = "platebot" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "xV" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -3214,7 +6850,7 @@ luminosity = 2 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "xW" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/grown/potato{ @@ -3225,53 +6861,131 @@ pixel_x = 4; pixel_y = 7 }, +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"xX" = ( +/obj/structure/largecrate/supply/ammo/m56d, +/obj/structure/largecrate/supply/ammo/m56d{ + layer = 3.1; + pixel_x = 14; + pixel_y = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "xY" = ( /obj/item/stack/sheet/wood{ pixel_x = -22; pixel_y = -8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"yb" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "yc" = ( /obj/structure/platform{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"yd" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"ye" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "yg" = ( /turf/open/floor{ dir = 4; icon_state = "warningcorner" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"yh" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"yi" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"yj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "yl" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/crowbar, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) -"ym" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 4; - tag = "icon-landingstripe (WEST)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 4 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"yn" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "yo" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"yq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "yr" = ( /obj/structure/flora/jungle/plantbot1{ icon_state = "alienplant1"; luminosity = 2 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"ys" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "yt" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -3281,23 +6995,25 @@ pixel_y = 9 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "yu" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/turf/closed/shuttle/ert{ + icon_state = "upp_rightengine" }, -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "yv" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ dir = 9; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"yw" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "yx" = ( /obj/item/reagent_container/food/snacks/upp, /obj/item/reagent_container/food/snacks/upp, @@ -3310,35 +7026,62 @@ /obj/item/reagent_container/food/snacks/upp, /obj/item/reagent_container/food/snacks/upp, /obj/structure/closet/crate/secure/ammo, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"yy" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "yz" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/obj/structure/platform_decoration, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"yA" = ( +/obj/structure/largecrate/supply/supplies/sandbags, +/turf/open/floor{ + dir = 1; + icon_state = "bot" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "yB" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 }, /obj/structure/flora/bush/ausbushes/reedbush, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"yC" = ( +/obj/structure/cargo_container/arious/right, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"yD" = ( +/obj/item/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"yE" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "yG" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "yH" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/beetsoup, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "yI" = ( /obj/structure/flora/jungle/planttop1, /turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/w) "yJ" = ( /obj/structure/platform_decoration{ dir = 8 @@ -3348,7 +7091,13 @@ luminosity = 2 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"yK" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "yL" = ( /obj/structure/closet/radiation, /obj/item/device/radio/intercom{ @@ -3358,48 +7107,76 @@ pixel_x = -30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "yM" = ( /turf/open/floor{ dir = 1; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"yN" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "yO" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"yP" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "Bunker_CLF_NW"; + name = "Emergency Lockdown" + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "yQ" = ( /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "yR" = ( /turf/open/floor{ dir = 5; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"yS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "yV" = ( /turf/open/floor{ icon_state = "whitebluecorner"; - tag = "icon-whitebluecorner" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "yW" = ( /obj/item/stack/sheet/wood, /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) "yX" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"yY" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "sunnybush_1" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "yZ" = ( -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "za" = ( /obj/structure/surface/table/almayer, /obj/item/storage/bag/plants{ @@ -3407,7 +7184,7 @@ }, /obj/item/tool/scythe, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "zd" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -3419,7 +7196,19 @@ tag = "icon-W" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"ze" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"zf" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "zg" = ( /obj/item/tool/warning_cone{ pixel_x = 6; @@ -3429,19 +7218,20 @@ pixel_x = 6; pixel_y = -12 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "zh" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "zi" = ( /turf/open/floor{ dir = 8; icon_state = "warningcorner"; - tag = "icon-warningcorner (WEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "zj" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/lazarus_landing_map{ @@ -3451,34 +7241,99 @@ pixel_y = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) -"zp" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"zl" = ( +/obj/structure/largecrate/supply/ammo/m56d{ + pixel_x = -5 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"zq" = ( -/turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"zu" = ( -/turf/open/floor{ - icon_state = "whitebluefull"; - tag = "icon-whitebluefull" +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"zn" = ( +/obj/structure/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "platebot"; + tag = null + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"zo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 1; + icon_state = "whitebluecorner"; + tag = null + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"zp" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz2) +"zq" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"zs" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"zu" = ( +/turf/open/floor{ + icon_state = "whitebluefull"; + tag = null }, /area/LV624_Outpost_Furidamu/oob) +"zv" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 5; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "zw" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"zx" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"zy" = ( +/obj/structure/closet/coffin/woodencrate, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "zA" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"zB" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "zC" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/mre_pack/meal1, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"zE" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "zF" = ( /obj/structure/window/reinforced{ dir = 4; @@ -3505,17 +7360,51 @@ stat = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"zG" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"zI" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "zJ" = ( /obj/structure/machinery/power/port_gen/pacman, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"zK" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp25" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"zL" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_3"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"zN" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"zO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/coffin/woodencrate, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "zP" = ( /turf/open/floor{ dir = 9; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "zQ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/explosive/grenade/high_explosive/upp{ @@ -3528,7 +7417,17 @@ }, /obj/item/explosive/grenade/high_explosive/stick, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"zR" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"zS" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "zT" = ( /obj/structure/bookcase{ density = 0; @@ -3536,65 +7435,133 @@ pixel_y = 16 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "zU" = ( /obj/structure/machinery/medical_pod/bodyscanner, /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"zV" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "zX" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"zY" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"zZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"Ac" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "Ad" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "Ae" = ( /turf/open/floor{ icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Af" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "Ag" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 8; - tag = "icon-landingstripe (WEST)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 8 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "Ah" = ( /obj/structure/machinery/gibber, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "Ai" = ( /obj/structure/machinery/body_scanconsole, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ dir = 1; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"Aj" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Ak" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"Al" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"An" = ( +/obj/structure/closet/coffin/woodencrate, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"Ao" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "Ap" = ( /obj/structure/surface/table, /obj/item/clothing/suit/storage/militia/brace, /turf/open/floor{ dir = 6; icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "Aq" = ( /obj/structure/platform_decoration{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Ar" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"At" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Au" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) "Av" = ( /obj/structure/bed/chair, /obj/item/clothing/mask/facehugger{ @@ -3604,7 +7571,7 @@ stat = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "Aw" = ( /obj/structure/machinery/chem_dispenser/soda{ density = 0; @@ -3614,7 +7581,11 @@ }, /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"Ay" = ( +/obj/structure/platform/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "Az" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/ammo_magazine/pistol/c99{ @@ -3626,32 +7597,120 @@ pixel_y = 11 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"AA" = ( +/obj/structure/flora/jungle/planttop1, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"AB" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"AC" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"AD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"AE" = ( +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"AH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "AI" = ( /turf/open/floor{ icon_state = "whiteblue"; - tag = "icon-whiteblue" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"AJ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"AK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"AM" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"AO" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"AP" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "AQ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/weapon/twohanded/fireaxe, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"AR" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "AS" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/lazarus_landing_map, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"AT" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"AV" = ( +/obj/structure/largecrate/guns/russian, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "AW" = ( /turf/open/floor{ dir = 5; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "AX" = ( /turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "AY" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/box/lights/mixed{ @@ -3661,14 +7720,28 @@ pixel_y = -2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"Ba" = ( +/obj/item/stool, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"Bb" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "fernybush_3" + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "Bc" = ( /obj/structure/sign/poster/clf{ pixel_x = -29; pixel_y = 4 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "Be" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/platform{ @@ -3677,8 +7750,24 @@ /obj/item/reagent_container/food/snacks/milosoup{ pixel_y = 10 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Bf" = ( +/obj/effect/landmark/corpsespawner/upp, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"Bg" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"Bh" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "Bj" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -3698,32 +7787,85 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Bk" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"Bl" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) "Bm" = ( /obj/structure/machinery/colony_floodlight{ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Bn" = ( +/obj/structure/largecrate, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"Bo" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"Bp" = ( +/obj/structure/cargo_container/arious/leftmid, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "Bq" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/knife, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) -"Bw" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 1 +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"Bs" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"Bt" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp16" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Bv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "dark" }, -/obj/structure/barricade/handrail/strata{ +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Bw" = ( +/obj/structure/platform/kutjevo/rock{ dir = 1 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/obj/structure/platform, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "By" = ( /turf/open/floor{ icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Bz" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "BA" = ( /obj/item/tool/warning_cone{ pixel_x = 6; @@ -3733,39 +7875,69 @@ pixel_x = 6; pixel_y = 5 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "BC" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "BE" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"BF" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/landing_zone_2) "BG" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) +"BH" = ( +/turf/open/floor{ + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"BJ" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform_decoration, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "BK" = ( /obj/structure/platform_decoration, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "BM" = ( /obj/structure/surface/table, /obj/item/pamphlet/skill/medical, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ dir = 1; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"BN" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "BP" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 @@ -3774,11 +7946,48 @@ pixel_x = 21 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"BQ" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 6; + icon_state = "p_stair_full" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"BR" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"BS" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"BT" = ( +/obj/structure/window/framed/colony/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "NW_Colony_Bunker_LSTSTAND"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"BU" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "BV" = ( /obj/structure/machinery/autolathe, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "BX" = ( /obj/item/stack/sheet/wood{ pixel_x = 19 @@ -3791,14 +8000,36 @@ pixel_y = -7 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "BY" = ( /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Ca" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Cb" = ( /obj/structure/largecrate/supply/medicine/iv, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"Cd" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"Ce" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "Cf" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio/headset{ @@ -3813,13 +8044,13 @@ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Cg" = ( /obj/structure/prop/holidays/string_lights{ pixel_y = 27 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "Ch" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/circuitboard/machine/ghettosmes, @@ -3828,48 +8059,156 @@ pixel_y = 13 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"Cj" = ( +/obj/item/weapon/gun/smg/mp5, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Ck" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"Cl" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) "Cm" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Cn" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "Cp" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"Cq" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"Cr" = ( +/obj/vehicle/train/cargo/engine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "Cs" = ( /obj/structure/surface/table/almayer, /turf/open/floor{ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) +"Ct" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_3"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Cu" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"Cv" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"Cw" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) +"Cx" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Cy" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"Cz" = ( +/obj/effect/landmark/corpsespawner/upp, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"CA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "CB" = ( -/obj/structure/machinery/floodlight/landing, -/turf/open/floor/mech_bay_recharge_floor{ - name = "Shuttle Landing Lights" - }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/obj/effect/decal/warning_stripes, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz1) "CC" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"CD" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"CE" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "CF" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"CG" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "CH" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"CI" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "CJ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -3878,8 +8217,9 @@ /obj/item/reagent_container/food/snacks/boiledrice{ pixel_y = 7 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "CK" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -3888,7 +8228,11 @@ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"CL" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz1) "CM" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/rifle/sniper/svd{ @@ -3898,13 +8242,40 @@ }, /obj/item/tool/crowbar, /obj/item/explosive/grenade/high_explosive, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"CN" = ( +/obj/structure/fence, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"CO" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "CP" = ( /obj/structure/closet/crate/construction, /obj/item/stack/sheet/metal/large_stack, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"CR" = ( +/obj/structure/surface/rack, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"CS" = ( +/turf/open/floor{ + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/jungle/w) +"CT" = ( +/obj/item/paper/crumpled, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "CU" = ( /obj/item/xeno_egg/alpha, /obj/effect/decal/hefa_cult_decals/d32{ @@ -3913,31 +8284,80 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/oob) +"CX" = ( +/obj/effect/landmark/xeno_hive_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"CY" = ( +/obj/item/explosive/grenade/high_explosive/upp{ + pixel_x = 2 + }, +/obj/item/explosive/grenade/high_explosive/upp{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/explosive/grenade/high_explosive/upp{ + pixel_x = 9; + pixel_y = 9 + }, +/obj/item/explosive/grenade/high_explosive/upp{ + pixel_x = -10 + }, +/obj/structure/surface/table, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "CZ" = ( -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "Da" = ( /turf/open/floor{ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Db" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "Dc" = ( -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/landing_zone_2) "De" = ( /obj/structure/platform{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Df" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"Dg" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "Di" = ( /obj/structure/surface/table, /turf/open/floor{ icon_state = "whiteblue"; - tag = "icon-whiteblue" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"Dj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "Dm" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/fancy/cigarettes/wypacket{ @@ -3948,7 +8368,7 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Do" = ( /obj/structure/bed/chair{ dir = 8 @@ -3959,8 +8379,15 @@ name = "????"; stat = 2 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Dp" = ( +/obj/structure/curtain/red, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Dr" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/clothing/under/colonist/clf, @@ -3969,7 +8396,7 @@ /obj/item/clothing/under/colonist/clf, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Ds" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -3980,15 +8407,51 @@ pixel_y = 5 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) +"Dt" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Dv" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "Dy" = ( /turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Dz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "whiteblue" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"DA" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "DB" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/rollingpin, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"DC" = ( +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz1) +"DD" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "DE" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -3996,18 +8459,52 @@ name = "????"; stat = 2 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"DF" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/stack/sheet/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"DG" = ( +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"DH" = ( +/obj/structure/largecrate/supply/ammo/m41a_box, +/obj/item/weapon/gun/smg/ppsh, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"DI" = ( +/obj/structure/surface/table, +/obj/item/clothing/shoes/marine/upp_knife, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"DJ" = ( +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "DL" = ( /obj/structure/machinery/iv_drip, /turf/open/floor{ dir = 1; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "DM" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -4016,45 +8513,60 @@ /obj/item/weapon/gun/energy/yautja/plasmapistol, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/oob) +"DN" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "fullgrass_1" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"DO" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "DP" = ( -/obj/structure/machinery/landinglight/ds1{ - dir = 4; - tag = "icon-landingstripe (EAST)" +/obj/structure/machinery/landinglight/ds2{ + dir = 4 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) +"DQ" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "DR" = ( /obj/effect/landmark/static_comms/net_one, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "DS" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 4; - tag = "icon-landingstripe (EAST)" - }, -/obj/structure/barricade/handrail/strata{ +/obj/structure/machinery/landinglight/ds1{ dir = 4 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "DT" = ( /obj/item/stack/sheet/wood{ amount = 2 }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "DU" = ( /obj/structure/fence, /turf/open/floor{ icon_state = "bcircuit"; - tag = "icon-bcircuit" + tag = null }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "DV" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/whiskey_outpost_map, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "DX" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/rifle/type71/carbine/commando{ @@ -4062,72 +8574,141 @@ }, /obj/item/ammo_magazine/rifle/type71, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "DZ" = ( /obj/structure/largecrate/supply/supplies/mre, /obj/item/reagent_container/food/snacks/mre_pack/meal3{ pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Eb" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 8; - tag = "icon-landingstripe (WEST)" - }, -/obj/structure/barricade/handrail/strata{ +/obj/structure/machinery/landinglight/ds1{ dir = 8 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "Ec" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Ed" = ( /obj/structure/platform{ dir = 1 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"Ee" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "Ef" = ( /obj/structure/bed, /turf/open/floor{ dir = 4; icon_state = "whiteblue"; - tag = "icon-whiteblue (EAST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "Eg" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/moneybag{ pixel_y = 12 }, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/hut) "Eh" = ( /obj/effect/landmark/lv624/xeno_tunnel, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "Ej" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"Ek" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"El" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "Em" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"En" = ( +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Eo" = ( +/obj/structure/platform_decoration{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "Ep" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/mysterysoup, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Er" = ( +/obj/effect/decal/warning_stripes, +/obj/structure/machinery/landinglight/ds1{ + dir = 4 + }, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz1) "Et" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Eu" = ( +/obj/effect/landmark/objective_landmark/science, +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/alien/hugger, +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Ev" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp27" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Ew" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"Ex" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "Ey" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray, @@ -4137,23 +8718,60 @@ worth = 50000 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"EA" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"EB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"EC" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "EE" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "leafybush_2" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"EM" = ( -/obj/structure/toilet{ - pixel_y = 16 +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"EF" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) +"EH" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/floor{ + dir = 1; + icon_state = "bot" }, -/obj/structure/sink{ - dir = 8; - pixel_x = -11 +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"EI" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"EK" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"EL" = ( +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"EM" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "EN" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/wrench, @@ -4163,14 +8781,73 @@ pixel_y = 12 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"EO" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"EP" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"EQ" = ( +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"ER" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"ES" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "ET" = ( /obj/structure/machinery/microwave{ pixel_y = 9 }, /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"EU" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"EV" = ( +/obj/effect/decal/warning_stripes, +/obj/structure/machinery/landinglight/ds1{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz1) +"EW" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"EX" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"EY" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"EZ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Fa" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/machinery/light/small{ @@ -4185,7 +8862,24 @@ pixel_y = 8 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Fb" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"Fc" = ( +/obj/effect/landmark/corpsespawner/upp, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Fe" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/grown/potato{ @@ -4196,31 +8890,39 @@ pixel_x = 2; pixel_y = 4 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "Ff" = ( /obj/item/tool/warning_cone{ pixel_x = 8; pixel_y = 12 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Fg" = ( /obj/structure/machinery/shower{ pixel_y = 16 }, /turf/open/floor/plating/plating_catwalk/prison, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Fk" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/area/LV624_Outpost_Furidamu/indoors/hut) +"Fh" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellow" }, -/obj/structure/barricade/handrail/strata{ - dir = 8 +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"Fi" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp27" }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Fk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "Fn" = ( /obj/structure/machinery/photocopier, /obj/item/spacecash/c100{ @@ -4231,7 +8933,17 @@ dir = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Fp" = ( +/obj/structure/platform, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"Fq" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Fr" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/lighter, @@ -4239,19 +8951,96 @@ /obj/item/device/multitool, /obj/item/device/assembly/prox_sensor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"Fs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "Ft" = ( /obj/structure/prop/server_equipment/laptop/on{ pixel_y = 12 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Fu" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Fv" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Fw" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"Fx" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 10; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"Fy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"Fz" = ( +/obj/structure/closet/crate, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "FA" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 4 +/obj/structure/platform_decoration/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"FB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "whitepurple" }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"FC" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"FE" = ( +/obj/structure/curtain/red, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"FF" = ( +/obj/structure/platform_decoration{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"FH" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) "FI" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/stack/sandbags_empty{ @@ -4260,16 +9049,38 @@ }, /obj/item/stack/sandbags_empty, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"FJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "FK" = ( /turf/closed/wall/wood, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"FL" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"FN" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 1 + }, +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "FO" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "FQ" = ( /obj/item/ammo_magazine/lever_action/marksman, /obj/effect/decal/hefa_cult_decals/d32{ @@ -4283,7 +9094,7 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "FT" = ( /obj/structure/target, /obj/item/clothing/suit/storage/marine/heavy{ @@ -4293,7 +9104,7 @@ pixel_y = 9 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "FU" = ( /obj/structure/window/reinforced{ dir = 4; @@ -4315,7 +9126,7 @@ }, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "FV" = ( /obj/structure/machinery/washing_machine, /obj/structure/machinery/washing_machine{ @@ -4324,7 +9135,25 @@ }, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"FW" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/structure/surface/table, +/obj/item/weapon/gun/revolver/m44/custom, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"FX" = ( +/obj/structure/largecrate/supply/weapons/m41a, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "FY" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/lighter/random, @@ -4333,7 +9162,14 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"FZ" = ( +/obj/structure/machinery/light, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Ga" = ( /obj/structure/machinery/photocopier, /obj/item/spacecash/c100{ @@ -4341,17 +9177,32 @@ pixel_y = 7 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "Gb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/spacecash/c1000, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Gc" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "Gd" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"Ge" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"Gf" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"Gg" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "Gh" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/platform{ @@ -4361,8 +9212,15 @@ pixel_x = -3; pixel_y = 13 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Gi" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "Gj" = ( /obj/effect/decal/warning_stripes{ icon_state = "S"; @@ -4370,15 +9228,15 @@ }, /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "Gk" = ( /obj/structure/bed, /turf/open/floor{ dir = 6; icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "Gl" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -4389,49 +9247,146 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Gm" = ( /obj/structure/machinery/medical_pod/sleeper, /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"Gn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"Go" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Gp" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"Gq" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "Gr" = ( /obj/item/stack/sheet/metal, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/oob) +"Gs" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Gt" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"Gu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Gw" = ( /turf/open/floor{ dir = 4; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"Gx" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "Gy" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"GA" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp1" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"GC" = ( +/turf/open/floor{ + dir = 10; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"GD" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"GE" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, +/turf/closed/shuttle/ert{ + icon_state = "upp23" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "GF" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/stewedsoymeat{ pixel_y = 9 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"GJ" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"GK" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"GL" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp9" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "GM" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"GN" = ( +/obj/structure/catwalk/bigred, +/turf/open/floor{ + icon_state = "bcircuit" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "GO" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio/off{ frequency = 1469 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "GP" = ( /obj/structure/curtain/red, /turf/open/floor{ @@ -4448,38 +9403,94 @@ }, /obj/item/map/lazarus_landing_map, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"GR" = ( +/obj/structure/largecrate, +/obj/item/weapon/gun/rifle/mar40/carbine, +/obj/item/explosive/grenade/high_explosive/stick, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "GS" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/tool/extinguisher, /obj/effect/spawner/random/powercell, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "GT" = ( /obj/structure/machinery/sleep_console, /turf/open/floor{ dir = 1; icon_state = "whitebluecorner"; - tag = "icon-whiteblue (SOUTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"GV" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"GW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "whitebluecorner"; + tag = null + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"GY" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "GZ" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"Hb" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "Hc" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 4; - tag = "icon-landingstripe (EAST)" +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"Hd" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"He" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"Hf" = ( +/obj/structure/surface/table, +/obj/item/explosive/grenade/high_explosive/stick{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/marine/veteran/UPP, /turf/open/floor{ - dir = 4; - icon_state = "warning" + icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"Hg" = ( +/turf/open/floor{ + dir = 9; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"Hh" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "Hi" = ( /obj/structure/machinery/photocopier, /obj/item/spacecash/c100{ @@ -4487,14 +9498,14 @@ pixel_y = 7 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "Hk" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Hl" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -4504,7 +9515,7 @@ pixel_y = 27 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "Hm" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -4513,27 +9524,78 @@ stat = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"Hn" = ( +/obj/structure/surface/table, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"Ho" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "Hp" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"Hq" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "Hr" = ( /obj/item/ammo_magazine/rifle/type71{ current_rounds = 0 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"Hs" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Ht" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Hv" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "Hw" = ( /obj/item/stool, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Hx" = ( /obj/structure/platform{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Hy" = ( +/obj/structure/machinery/light, +/obj/item/prop/alien/hugger, +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Hz" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "fernybush_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"HA" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "HB" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -4541,8 +9603,8 @@ /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "HC" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/oob) @@ -4551,32 +9613,126 @@ icon_state = "sunnybush_1" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"HE" = ( +/turf/closed/wall/solaris, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"HF" = ( +/obj/structure/surface/table, +/obj/item/stack/sheet/metal, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "HG" = ( /obj/structure/closet/secure_closet/freezer/fridge/groceries, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "HH" = ( /obj/item/ammo_magazine/rifle/type71{ current_rounds = 0 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"HI" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"HJ" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"HK" = ( +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"HL" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"HM" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"HN" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) "HO" = ( /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "HP" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"HR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor{ + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"HS" = ( +/obj/structure/largecrate/supply/explosives/mortar_flare, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"HT" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"HU" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"HV" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"HW" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "HX" = ( /obj/structure/flora/jungle/plantbot1, /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "HY" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -4589,34 +9745,104 @@ }, /obj/item/tool/kitchen/utensil/spoon, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"HZ" = ( +/obj/structure/surface/table, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal{ + pixel_y = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Ib" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp20" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Ic" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"Ie" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper{ + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"If" = ( +/obj/structure/curtain/red, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "Ig" = ( /turf/open/floor{ dir = 1; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Ih" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/storage/surgical_tray, /turf/open/floor{ dir = 5; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHEAST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"Ii" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"Ij" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/obj/structure/platform_decoration{ + dir = 4 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"Ik" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "fernybush_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"Il" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "Im" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "In" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"Io" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Ip" = ( /turf/open/space/basic, /area/space) @@ -4624,7 +9850,7 @@ /turf/open/floor{ dir = 10; icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) "Ir" = ( @@ -4633,27 +9859,45 @@ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "Is" = ( /turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/space) "It" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/spacecash/c1000, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Iu" = ( +/obj/structure/flora/jungle/plantbot1, +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Iv" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "Iw" = ( /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Ix" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "Iy" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "Iz" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/stack/sandbags_empty{ @@ -4662,13 +9906,22 @@ }, /obj/item/stack/sandbags_empty, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) -"IC" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - tag = "icon-landingstripe" +/area/LV624_Outpost_Furidamu/indoors/hut) +"IA" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"IC" = ( +/obj/structure/machinery/landinglight/ds2/delaytwo, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) +"ID" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "IF" = ( /obj/structure/surface/table/almayer, /obj/structure/safe/floor{ @@ -4681,36 +9934,95 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"IH" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "II" = ( /obj/effect/landmark/static_comms/net_two, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"IJ" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/obj/item/clothing/under/colonist/clf, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "IK" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/multitool, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "IL" = ( /obj/item/reagent_container/glass/bucket/janibucket, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"IM" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp16" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "IN" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"IO" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) "IP" = ( /obj/structure/platform{ dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "IQ" = ( /obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"IR" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 8; + icon_state = "p_stair_full" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"IS" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "IT" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -4719,25 +10031,59 @@ /obj/item/tool/kitchen/tray{ pixel_y = 12 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "IU" = ( /obj/structure/flora/bush/ausbushes/genericbush, /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Jc" = ( -/obj/structure/platform_decoration/kutjevo/rock, -/obj/structure/flora/jungle/plantbot1{ - icon_state = "alienplant1"; - luminosity = 2 +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"IV" = ( +/obj/structure/largecrate, +/obj/item/weapon/gun/rifle/l42a/abr40, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"IW" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"IX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"IZ" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river) +"Jb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"Jc" = ( +/obj/structure/platform_decoration/kutjevo/rock, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "Je" = ( /obj/structure/machinery/vending/dinnerware, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Jf" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "Jg" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/suit/storage/militia/vest{ @@ -4749,7 +10095,7 @@ pixel_y = -1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Jh" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph." @@ -4757,7 +10103,7 @@ /turf/open/floor{ dir = 10; icon_state = "whiteblue"; - tag = "icon-whiteblue (SOUTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) "Jj" = ( @@ -4781,28 +10127,60 @@ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Jo" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"Jp" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "Jr" = ( /obj/structure/girder, /turf/open/floor/plating{ dir = 5; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"Jt" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Ju" = ( /obj/structure/surface/table, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ dir = 8; icon_state = "whitebluecorner"; - tag = "icon-whiteblue (SOUTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"Jv" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "leafybush_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"Jw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Jx" = ( +/obj/structure/flora/bush/ausbushes/genericbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "Jy" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Jz" = ( /obj/effect/decal/cleanable/blood, /obj/structure/window/reinforced{ @@ -4815,7 +10193,7 @@ /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) "JA" = ( @@ -4829,7 +10207,18 @@ /obj/item/reagent_container/food/snacks/upp, /obj/item/reagent_container/food/snacks/upp, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"JB" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"JC" = ( +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "JD" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/pen{ @@ -4844,7 +10233,7 @@ pixel_y = -1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "JF" = ( /obj/item/trash/used_stasis_bag, /obj/item/spacecash/c500{ @@ -4855,25 +10244,58 @@ dir = 8 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "JG" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform{ dir = 8 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"JH" = ( +/obj/structure/flora/bush/ausbushes/pointybush, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"JI" = ( +/obj/structure/largecrate/supply/medicine/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"JJ" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"JL" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/light, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor{ + dir = 10; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "JM" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "JN" = ( /obj/item/reagent_container/glass/bucket{ pixel_x = 3; pixel_y = 14 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"JO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "JP" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/oob) @@ -4882,7 +10304,25 @@ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"JS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"JT" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"JU" = ( +/obj/structure/machinery/vending/dinnerware, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "JV" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/storage/box/packet/hefa, @@ -4891,11 +10331,15 @@ /obj/item/storage/box/packet/hefa, /obj/item/storage/box/packet/hefa, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "JW" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"JY" = ( +/obj/structure/flora/bush/ausbushes/pointybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "JZ" = ( /obj/effect/decal/warning_stripes{ icon_state = "NW-out"; @@ -4906,19 +10350,26 @@ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Kb" = ( -/obj/structure/machinery/landinglight/ds1{ - tag = "icon-landingstripe" +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Ka" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"Kb" = ( +/obj/structure/machinery/landinglight/ds2/delaythree, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) "Kc" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "Kd" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -4929,8 +10380,9 @@ /obj/structure/platform/kutjevo/rock{ dir = 4 }, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river/c) "Ke" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -4939,7 +10391,29 @@ dir = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"Kf" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Kg" = ( +/obj/structure/surface/table, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Kh" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Ki" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -4950,14 +10424,84 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"Kk" = ( +/obj/structure/catwalk/bigred, +/obj/effect/alien/egg, +/obj/structure/window{ + dir = 4 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "bcircuit" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Km" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"Kn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"Kp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"Kq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "Kt" = ( /obj/item/stack/sheet/wood{ pixel_x = 4; pixel_y = -3 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Ku" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/structure/platform, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 10; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"Kv" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"Kw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Kx" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/box/bodybags{ @@ -4969,13 +10513,49 @@ pixel_y = 15 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Ky" = ( +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Kz" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_3"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"KA" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"KB" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"KC" = ( +/turf/closed/wall/solaris, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "KD" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "KE" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray, @@ -4985,18 +10565,32 @@ worth = 50000 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "KF" = ( /obj/structure/barricade/wooden, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "KH" = ( /obj/structure/bookcase{ density = 0; pixel_y = 16 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"KI" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"KJ" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "KK" = ( /obj/item/prop{ desc = "Something about a research lab."; @@ -5011,7 +10605,7 @@ dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "KM" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -5030,30 +10624,71 @@ pixel_y = 20 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "KN" = ( /obj/structure/platform, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"KO" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"KP" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"KQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"KR" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp3" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"KS" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp4" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "KT" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/closed/wall/r_wall, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "KU" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"KV" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) "KW" = ( /turf/open/floor{ dir = 4; icon_state = "whitebluecorner"; - tag = "icon-whiteblue (SOUTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"KX" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"KY" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "KZ" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -5062,26 +10697,34 @@ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Lb" = ( -/obj/structure/platform_decoration/kutjevo/rock{ - dir = 4 - }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "Lc" = ( /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"Ld" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"Le" = ( +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "Lf" = ( /turf/open/floor{ icon_state = "bcircuit"; - tag = "icon-bcircuit" + tag = null }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Lg" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "Lh" = ( /obj/structure/machinery/colony_floodlight_switch{ pixel_y = 30 @@ -5089,54 +10732,163 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"Li" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"Lj" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 9; + icon_state = "p_stair_full" + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Lk" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"Lm" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "Ln" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/energy/laz_uzi, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"Lo" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"Lp" = ( +/obj/structure/platform_decoration{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Lq" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "Lr" = ( /obj/item/ammo_box/magazine/type71{ pixel_y = -6 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"Ls" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Lt" = ( -/obj/structure/machinery/landinglight/ds1/delaythree{ - dir = 4; - tag = "icon-landingstripe (EAST)" +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 4 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) +"Lu" = ( +/obj/structure/barricade/handrail{ + dir = 1; + pixel_y = 9 + }, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "Lv" = ( /obj/structure/platform_decoration{ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Lw" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "pointybush_1" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"Lz" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "LA" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) "LB" = ( /turf/open/floor{ dir = 4; icon_state = "whiteyellowcorner" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"LC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "LD" = ( /obj/item/device/lightreplacer, /obj/item/weapon/baseballbat/metal, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "LE" = ( /turf/open/floor{ dir = 8; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"LF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"LG" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"LH" = ( +/obj/item/clothing/suit/storage/jacket/marine/provost/marshal/chief{ + pixel_y = 29 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"LI" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "LJ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/soap{ @@ -5144,7 +10896,36 @@ pixel_y = 9 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"LK" = ( +/obj/structure/barricade/sandbags, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 10; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"LN" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"LO" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"LP" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"LQ" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "LS" = ( /obj/structure{ desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; @@ -5153,8 +10934,8 @@ layer = 3.1; name = "Remote Console Pod" }, -/obj/structure/machinery/computer/shuttle_control/dropship1{ - layer = 3.2; +/obj/structure/machinery/computer/shuttle_control/dropship2{ + layer = 3.1; pixel_y = -6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -5163,49 +10944,108 @@ /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"LU" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "LV" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/toolbox, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"LW" = ( +/obj/structure/surface/table, +/obj/structure/machinery/light, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"LX" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) "LZ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/pistol/c99/upp, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"Mb" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Me" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"Mf" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Mg" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/platform_decoration{ + dir = 6 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "Mh" = ( /obj/structure/largecrate, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Mi" = ( /turf/open/floor{ dir = 6; icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"Mj" = ( +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "Mk" = ( /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"Ml" = ( +/obj/structure/largecrate, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Mn" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "Mo" = ( /turf/open/floor/plating{ dir = 8; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"Mp" = ( +/obj/structure/platform/kutjevo/rock, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "Mq" = ( /obj/structure/largecrate/supply/explosives/mines, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Mr" = ( /obj/structure/surface/table/almayer, /obj/item/explosive/grenade/custom/ied{ @@ -5218,7 +11058,36 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"Ms" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ammo_magazine/smg/mp5, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 10; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Mt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Mu" = ( +/obj/structure/machinery/power/port_gen/pacman, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"Mv" = ( +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "Mw" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/under/colonist/clf, @@ -5227,37 +11096,57 @@ pixel_y = -13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"Mx" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "Mz" = ( /obj/structure/platform{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "MA" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/oob) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "MB" = ( /turf/open/floor{ dir = 4; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"MC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "ME" = ( /obj/item/storage/box/m56d_hmg, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"MF" = ( +/obj/structure/surface/rack, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "MG" = ( /obj/structure/bed, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ dir = 8; icon_state = "whiteblue" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "MH" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -5265,7 +11154,17 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) +"MI" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "MJ" = ( /obj/structure/filingcabinet{ density = 0; @@ -5279,35 +11178,101 @@ }, /obj/structure/machinery/space_heater, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"MK" = ( +/turf/closed/wall/solaris, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"ML" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"MM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"MN" = ( +/obj/structure/fence, +/turf/open/floor{ + dir = 5; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "MO" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/snacks/wishsoup, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "MP" = ( /turf/open/floor{ dir = 1; icon_state = "whiteyellowcorner" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "MQ" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"MR" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 5; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "MS" = ( /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "MT" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"MU" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/under/color/black{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/clothing/under/color/black, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"MV" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "MW" = ( -/obj/structure/machinery/camera/autoname/lz_camera, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"MX" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "leafybush_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "MY" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/bush/ausbushes/var3/brflowers, @@ -5315,17 +11280,17 @@ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "MZ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/whiskey_outpost_map{ pixel_y = 13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "Na" = ( /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/ua_bunker) +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "Nb" = ( /obj/item/trash/used_stasis_bag, /obj/item/spacecash/c500{ @@ -5333,7 +11298,7 @@ pixel_y = 15 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "Nc" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/mask/gas/swat{ @@ -5345,29 +11310,29 @@ pixel_y = -3 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Nd" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "Ne" = ( /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Ng" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 4; - tag = "icon-landingstripe (EAST)" +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 4 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "Nh" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Ni" = ( /obj/item/stack/sheet/wood{ pixel_x = -1 @@ -5382,7 +11347,7 @@ pixel_y = -14 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Nj" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/toy/handcard/aceofspades{ @@ -5412,50 +11377,109 @@ pixel_y = 14 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"Nk" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "Nl" = ( /turf/open/auto_turf/strata_grass/layer0/unweedable, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Nm" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"Np" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp1" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "Nq" = ( /obj/structure/fence, /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Nt" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/lazarus_landing_map, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"Nu" = ( +/obj/structure/closet/crate/construction, +/obj/item/stack/sheet/metal/large_stack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Nv" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Nw" = ( /obj/structure/platform{ dir = 8 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "Nx" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/obj/structure/machinery/landinglight/ds1/delaytwo{ + dir = 8 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "Nz" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor{ dir = 10; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"NA" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform_decoration{ + dir = 5; + layer = 3.51; + tag = "icon-platform_deco (EAST)" + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"NB" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"NC" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "ND" = ( /turf/open/floor{ dir = 6; icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"NG" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "NH" = ( /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "NI" = ( /obj/structure/machinery/light, /obj/structure/surface/table/reinforced/prison, @@ -5464,25 +11488,45 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "NK" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"NL" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"NM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"NO" = ( +/obj/structure/fence, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "NP" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "fernybush_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "NQ" = ( /obj/structure/machinery/light/small{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"NR" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "NS" = ( /obj/structure/platform{ dir = 1 @@ -5495,13 +11539,14 @@ /obj/structure/platform/kutjevo/rock{ dir = 8 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "NT" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/head/helmet/marine/veteran/UPP, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "NU" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -5510,18 +11555,22 @@ /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/oob) +"NV" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "NW" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/boiledrice, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "NX" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/toolbox/electrical{ pixel_y = 7 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "NY" = ( /obj/structure/machinery/washing_machine{ density = 0; @@ -5538,13 +11587,13 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "NZ" = ( /obj/structure/platform_decoration{ dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Oa" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 8 @@ -5554,13 +11603,51 @@ luminosity = 2 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"Ob" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/phone{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Oc" = ( /obj/structure/barricade/wooden{ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"Od" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"Oe" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp16" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"Of" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"Oi" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"Oj" = ( +/obj/structure/catwalk/bigred, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "bcircuit" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Om" = ( /obj/structure/platform{ dir = 1 @@ -5573,15 +11660,22 @@ layer = 3.51; tag = "icon-platform_deco (EAST)" }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "On" = ( /obj/structure/flora/jungle/plantbot1{ icon_state = "alienplant1"; luminosity = 2 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"Oo" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "Op" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/prop{ @@ -5593,33 +11687,94 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "Os" = ( -/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, /obj/structure/platform/kutjevo/rock{ dir = 4 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "Ot" = ( /turf/closed/shuttle{ dir = 1; icon_state = "pwall" }, /area/LV624_Outpost_Furidamu/oob) +"Ov" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"Ow" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"Ox" = ( +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"Oy" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"Oz" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "OA" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"OC" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"OD" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"OE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"OF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"OH" = ( +/obj/structure/fence, +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "OI" = ( /obj/structure/platform_decoration{ dir = 8 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "OJ" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -5628,33 +11783,97 @@ /obj/item/weapon/gun/m60, /turf/open/floor{ icon_state = "whitebluefull"; - tag = "icon-whitebluefull" + tag = null }, /area/LV624_Outpost_Furidamu/oob) +"OP" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"OQ" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "OR" = ( /obj/structure/surface/rack, /obj/item/clothing/under/colonist/clf, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"OS" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "OT" = ( /obj/structure/machinery/floodlight, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "OU" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 4; - tag = "icon-landingstripe (WEST)" +/obj/structure/machinery/landinglight/ds1/delaythree{ + dir = 4 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "OV" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 }, /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"OW" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"OX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"OY" = ( +/obj/structure/catwalk/bigred, +/obj/effect/alien/egg, +/obj/structure/window{ + dir = 8 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor{ + icon_state = "bcircuit" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"OZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Pa" = ( +/obj/structure/platform, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"Pb" = ( +/obj/structure/platform_decoration, +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"Pc" = ( +/obj/effect/landmark/corpsespawner/upp, +/turf/open/floor/plating{ + icon_state = "warnplate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "Pd" = ( /obj/structure/platform{ dir = 1 @@ -5668,33 +11887,64 @@ tag = "icon-platform_deco (EAST)" }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"Pg" = ( -/obj/structure/machinery/landinglight/ds1/delayone{ - tag = "icon-landingstripe" +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"Pe" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Pf" = ( +/obj/item/weapon/gun/smg/ppsh, +/turf/open/floor{ + icon_state = "dark" }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"Pg" = ( +/obj/structure/machinery/landinglight/ds2, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) +"Ph" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Pi" = ( +/obj/structure/surface/rack, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Pj" = ( /obj/effect/landmark/lv624/xeno_tunnel, /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Pk" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Pl" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Pm" = ( /obj/structure/machinery/computer/telecomms/traffic{ pixel_y = 16 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "Pn" = ( /obj/structure/machinery/door/airlock/almayer/secure{ locked = 1; @@ -5704,19 +11954,42 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"Po" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"Pq" = ( +/obj/structure/prop/dam/gravestone, +/obj/item/clothing/accessory/medal/gold/service{ + desc = "A prestigious gold medal worn and torn by time, the name on the front is too hard to read."; + pixel_y = -16 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Pr" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "Ps" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ - dir = 8; - tag = "icon-landingstripe (WEST)" +/obj/structure/machinery/landinglight/ds1/delayone{ + dir = 8 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "Pt" = ( /turf/open/floor{ icon_state = "whitepurple" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Pv" = ( +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "Pw" = ( /obj/structure/machinery/computer/telecomms/server{ layer = 3.9; @@ -5726,7 +11999,11 @@ /turf/open/floor/plating{ icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"Py" = ( +/obj/structure/ore_box, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "Pz" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/explosive/grenade/custom/ied{ @@ -5742,19 +12019,48 @@ pixel_y = 4 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"PA" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/mech_bay_recharge_floor{ + name = "Shuttle Landing Lights" + }, +/area/lv624/lazarus/landing_zones/lz1) +"PB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "PD" = ( /turf/open/floor{ icon_state = "whiteyellow" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"PE" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp27" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"PF" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited, +/turf/closed/shuttle/ert{ + icon_state = "upp23" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"PG" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) "PH" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) "PI" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/clothing/mask/facehugger{ @@ -5764,19 +12070,49 @@ stat = 2 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "PJ" = ( /obj/structure/barricade/wooden{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"PL" = ( +/obj/structure/cargo_container/horizontal/blue/middle, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"PM" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"PN" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"PO" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"PP" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "PR" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "PS" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -5784,26 +12120,30 @@ /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "PU" = ( /turf/open/floor/plating{ dir = 4; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "PV" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "PW" = ( /obj/structure/girder, /turf/open/floor/plating{ dir = 10; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"PX" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "PY" = ( /obj/structure/machinery/power/port_gen/pacman, /obj/item/prop{ @@ -5816,7 +12156,7 @@ pixel_y = 17 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "PZ" = ( /obj/structure/surface/table/almayer, /obj/item/storage/bag/plants, @@ -5824,7 +12164,20 @@ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) +"Qa" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"Qb" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "Qc" = ( /obj/structure/machinery/power/port_gen/pacman, /obj/item/prop{ @@ -5837,36 +12190,89 @@ pixel_y = 17 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Qe" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Qf" = ( /obj/structure/curtain/red, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Qh" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "Qj" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"Ql" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "Qm" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Qn" = ( /obj/item/reagent_container/food/snacks/meat/human, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/oob) +"Qo" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Qp" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "Qs" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Qt" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Qu" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_leftengine" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"Qv" = ( +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "Qw" = ( /turf/open/floor/plating{ icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Qx" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"Qy" = ( +/obj/structure/barricade/wooden, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Qz" = ( /obj/structure/surface/rack, /obj/item/circuitboard/computer{ @@ -5878,7 +12284,12 @@ pixel_y = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"QA" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp8" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "QB" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/ammo_box/magazine/type71{ @@ -5888,20 +12299,37 @@ pixel_y = 3 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "QD" = ( /obj/structure/machinery/power/monitor{ name = "Main Power Grid Monitoring" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"QF" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "QG" = ( +/obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ dir = 4 }, -/obj/structure/platform/kutjevo/rock, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"QH" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) +"QI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"QJ" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "Nexus Landing Zone" + }, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz1) "QK" = ( /obj/item/stack/sheet/metal, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -5911,14 +12339,21 @@ icon_state = "fullgrass_1" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "QM" = ( /obj/structure/sign/poster/clf{ pixel_x = 4; pixel_y = 29 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"QN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "QO" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -5926,15 +12361,31 @@ tag = "icon-E-corner" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"QP" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"QQ" = ( +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "QT" = ( /obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"QU" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "QV" = ( /obj/structure/prop/server_equipment, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "QW" = ( /obj/structure{ desc = "A drop pod used to launch remote piloting equipment to USCM areas of operation"; @@ -5943,8 +12394,8 @@ layer = 3.1; name = "Remote Console Pod" }, -/obj/structure/machinery/computer/shuttle_control/dropship2{ - layer = 3.1; +/obj/structure/machinery/computer/shuttle_control/dropship1{ + layer = 3.2; pixel_y = -6 }, /turf/open/auto_turf/strata_grass/layer0_mud, @@ -5952,7 +12403,11 @@ "QX" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) +"QY" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "QZ" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio/off{ @@ -5964,15 +12419,23 @@ }, /obj/item/tool/crowbar, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Ra" = ( /obj/structure/surface/table/woodentable/poor, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Rb" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "Rc" = ( /obj/structure/machinery/power/monitor, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"Rd" = ( +/obj/structure/flora/bush/ausbushes/var3/ywflowers, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Re" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 @@ -5982,7 +12445,29 @@ luminosity = 2 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) +"Ri" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"Rl" = ( +/turf/open/floor{ + dir = 5; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Rm" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/platform/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "Rn" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -5997,18 +12482,30 @@ pixel_y = 3 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "Rp" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Rq" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "Rr" = ( /turf/open/floor{ dir = 1; icon_state = "whitebluecorner"; - tag = "icon-whiteblue (SOUTHWEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"Rs" = ( +/obj/structure/flora/jungle/vines, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Rt" = ( /obj/structure/fence, /obj/structure/flora/jungle/vines{ @@ -6016,17 +12513,29 @@ }, /turf/open/floor{ icon_state = "bcircuit"; - tag = "icon-bcircuit" + tag = null }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Ru" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "Rv" = ( /obj/item/tool/minihoe, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "Rw" = ( /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Rx" = ( +/obj/structure/surface/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "Ry" = ( /obj/structure/machinery/light{ dir = 1 @@ -6034,12 +12543,11 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Rz" = ( -/turf/open/floor/plating, -/area/shuttle/drop2/LV624{ - name = "\improper Almayer Dropship 2" - }) +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) "RA" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/drinkingglass{ @@ -6055,57 +12563,98 @@ pixel_y = 11 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"RB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"RC" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "RE" = ( /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) "RG" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"RH" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "RI" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "RJ" = ( /turf/open/floor/plating{ dir = 8; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"RK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "RL" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - dir = 1; - tag = "icon-landingstripe (NORTH)" +/obj/structure/machinery/landinglight/ds2/delaytwo{ + dir = 1 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) "RN" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"RO" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "RP" = ( /obj/structure/flora/bush/ausbushes/grassybush, /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "RR" = ( /obj/structure/barricade/wooden, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"RS" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/obj/item/ammo_magazine/smg/mp5{ + current_rounds = 0 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 9; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "RT" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/explosive/grenade/incendiary/molotov{ @@ -6121,12 +12670,23 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "RV" = ( -/turf/open/floor/plating, -/area/shuttle/drop1/LV624{ - name = "\improper Almayer Dropship 1" - }) +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"RW" = ( +/obj/structure/barricade/sandbags, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "RX" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/smg/nailgun, @@ -6138,7 +12698,18 @@ /obj/item/ammo_magazine/smg/nailgun, /obj/item/ammo_magazine/smg/nailgun, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"RY" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp5" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"Sa" = ( +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Sb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/box/wy_mre{ @@ -6147,20 +12718,82 @@ /obj/item/storage/box/wy_mre{ pixel_y = 4 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Sc" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp4" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Sd" = ( +/turf/open/floor{ + dir = 4; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"Se" = ( +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"Sf" = ( +/obj/structure/surface/table, +/obj/item/clothing/suit/storage/militia/partial, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"Sh" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/obj/item/ammo_magazine/smg/mp5{ + current_rounds = 0 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + dir = 6; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Si" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "Sj" = ( /obj/structure/bed/chair/comfy{ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"Sk" = ( +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Sl" = ( /obj/structure/machinery/colony_floodlight{ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"So" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"Sp" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Sq" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/platform{ @@ -6170,46 +12803,92 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Sr" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "Ss" = ( /obj/structure/flora/bush/ausbushes/grassybush{ icon_state = "leafybush_2" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"St" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 10; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Su" = ( +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Sv" = ( /obj/structure/machinery/processor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"Sw" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "Sx" = ( /obj/structure/bed{ can_buckle = 0 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Sy" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "SA" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "SB" = ( /obj/effect/decal/remains/xeno, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "SC" = ( /turf/open/floor{ dir = 8; icon_state = "whiteblue" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"SD" = ( +/obj/structure/flora/jungle/vines, +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"SE" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/boiledrice, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "SF" = ( /obj/structure/barricade/wooden{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "SG" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/bottle/whiskey{ @@ -6224,11 +12903,16 @@ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"SH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) "SI" = ( /obj/structure/curtain/red, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "SJ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/paper_bin{ @@ -6237,35 +12921,72 @@ }, /obj/item/tool/pen, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"SK" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"SL" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "SM" = ( /obj/structure/platform/kutjevo/rock{ dir = 4 }, /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "SP" = ( /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"SR" = ( +/turf/open/floor{ + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"SS" = ( +/turf/open/floor{ + dir = 4; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/landing_zone_1) +"ST" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "SU" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"SX" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "SY" = ( /obj/structure/surface/table, /obj/item/clothing/suit/storage/militia/brace, /turf/open/floor{ icon_state = "whiteblue"; - tag = "icon-whiteblue" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "Tb" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "Tc" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/stack/sandbags/large_stack{ @@ -6276,15 +12997,34 @@ pixel_x = 6; pixel_y = 12 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Td" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) -"Th" = ( +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"Te" = ( +/obj/structure/surface/table, +/obj/item/clothing/under/colonist/ua_civvies, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"Tf" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"Tg" = ( +/obj/structure/flora/bush/ausbushes/grassybush{ + icon_state = "pointybush_1" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"Th" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; icon_state = "2" @@ -6293,23 +13033,39 @@ /turf/open/floor{ dir = 9; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTHWEST)" + tag = null }, /area/LV624_Outpost_Furidamu/oob) "Ti" = ( /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/bridge) +"Tj" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Tk" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "Tl" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"Tn" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "To" = ( /obj/structure/kitchenspike, /obj/effect/decal/cleanable/blood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "Tp" = ( /obj/structure/platform, /obj/structure/platform{ @@ -6321,7 +13077,24 @@ tag = "icon-platform_deco (EAST)" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Tq" = ( +/obj/structure/curtain/red, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"Ts" = ( +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"Tt" = ( +/obj/structure/barricade/wooden{ + dir = 1 + }, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Tu" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ name = "\improper Communications Dome"; @@ -6331,7 +13104,29 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"Tv" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"Tw" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"Tx" = ( +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"Ty" = ( +/obj/structure/largecrate, +/obj/item/weapon/gun/smg/ppsh, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Tz" = ( /obj/structure/window/reinforced{ dir = 4; @@ -6352,13 +13147,13 @@ pixel_y = 13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "TA" = ( /obj/structure/bed{ can_buckle = 0 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "TB" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/smg/mp5{ @@ -6368,28 +13163,36 @@ pixel_y = 9 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "TD" = ( /obj/structure/surface/table/woodentable/poor, /obj/structure/platform{ dir = 8 }, /obj/item/reagent_container/food/snacks/boiledrice, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "TE" = ( /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "TF" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "TG" = ( /turf/open/floor, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"TH" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "TJ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/prop/helmetgarb/gunoil{ @@ -6397,51 +13200,107 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"TK" = ( +/obj/structure/largecrate/supply/weapons/shotgun, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"TL" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/phone{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"TM" = ( +/turf/closed/wall/solaris, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "TO" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/oob) +"TP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "TQ" = ( /turf/open/floor{ dir = 1; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "TT" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"TV" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"TW" = ( +/obj/structure/largecrate/supply/supplies/mre, +/obj/structure/machinery/light, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "TY" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "TZ" = ( /obj/vehicle/powerloader, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Ua" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"Uc" = ( +/obj/effect/landmark/hunter_primary, +/obj/effect/landmark/queen_spawn, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "Ue" = ( /obj/structure/flora/jungle/vines, /turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "Uf" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/glass/bucket/janibucket{ pixel_y = 10 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Uh" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) +"Uj" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"Uk" = ( +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "Ul" = ( /obj/structure/prop/invuln{ density = 0; @@ -6458,22 +13317,48 @@ pixel_y = 11 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Um" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "Uo" = ( /obj/structure/machinery/computer/telecomms/monitor{ pixel_x = -4; pixel_y = 16 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"Up" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Uq" = ( +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "Ur" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/stack/rods{ amount = 15; pixel_y = 8 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"Us" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"Ut" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_2" + }, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "Uv" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/kitchen/tray{ @@ -6485,15 +13370,15 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "Uw" = ( /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "Ux" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Uy" = ( /obj/item/stack/sheet/wood{ pixel_x = 13; @@ -6507,14 +13392,14 @@ pixel_y = -11 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Uz" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "UA" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -6523,14 +13408,22 @@ dir = 8; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "UD" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ dir = 4 }, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"UE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/clf/burst, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "UF" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -6539,7 +13432,7 @@ dir = 4 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "UG" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/lazarus_landing_map{ @@ -6551,7 +13444,11 @@ pixel_y = 6 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"UH" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "UI" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/boltaction, @@ -6559,11 +13456,11 @@ pixel_y = 10 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "UJ" = ( /obj/structure/window/framed/wood, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "UK" = ( /obj/structure/largecrate/random/case/small, /obj/item/reagent_container/food/drinks/coffeecup/wy{ @@ -6572,19 +13469,34 @@ pixel_x = -4; pixel_y = 4 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "UL" = ( /obj/structure/machinery/optable, /obj/item/tank/anesthetic, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "UM" = ( /obj/item/stack/sheet/wood, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) +"UN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"UO" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "UQ" = ( /obj/structure/largecrate, /obj/item/reagent_container/food/drinks/coffeecup{ @@ -6596,25 +13508,40 @@ pixel_y = 7 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "UR" = ( /obj/structure/flora/bush/ausbushes/grassybush, /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "US" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"UT" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp3" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"UU" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "Bunker_CLF_NW"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "UV" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/storage/firstaid/adv, /obj/item/storage/firstaid/adv, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "UW" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -6626,7 +13553,14 @@ pixel_y = 30 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"UY" = ( +/obj/structure/largecrate/supply/explosives/mortar_he, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "UZ" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ locked = 1; @@ -6637,48 +13571,74 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Va" = ( /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "Vb" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/machinery/colony_floodlight{ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Vc" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4; + icon_state = "p_stair_full" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "Vd" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "Ve" = ( -/obj/item/toy{ - name = "2" - }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "Vg" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"Vh" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/oob) "Vj" = ( /obj/structure/window/framed/corsat/hull/research, /turf/open/floor/corsat{ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/oob) +"Vl" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "Vm" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"Vn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Vo" = ( /obj/effect/spawner/random/toolbox, /obj/structure/surface/table/reinforced/prison, @@ -6686,33 +13646,71 @@ /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"Vp" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/hut) "Vq" = ( /obj/structure/surface/table/almayer, /obj/item/tool/wrench, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/farm) "Vr" = ( -/obj/structure/machinery/landinglight/ds1/delaytwo{ - tag = "icon-landingstripe" - }, +/obj/structure/machinery/landinglight/ds2/delayone, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) +"Vs" = ( +/obj/structure/largecrate/supply/supplies/mre, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"Vu" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_leftengine" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "Vv" = ( /turf/open/floor{ dir = 4; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_1) -"VA" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ - dir = 1 +/area/LV624_Outpost_Furidamu/landing_zone_2) +"Vw" = ( +/obj/structure/machinery/light{ + dir = 4 }, -/obj/structure/barricade/handrail/strata{ - dir = 1 +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"Vy" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "Robotics Landing Zone" }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz2) +"Vz" = ( +/obj/structure/surface/table, +/obj/item/clothing/head/helmet/marine/veteran/UPP{ + pixel_x = -3 + }, +/obj/item/clothing/head/helmet/marine/veteran/UPP{ + pixel_y = 6 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"VA" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "VB" = ( /obj/structure/surface/table/almayer, /obj/item/storage/box/packet/hefa{ @@ -6731,153 +13729,261 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "VC" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 1; - tag = "icon-landingstripe (NORTH)" - }, -/obj/structure/barricade/handrail/strata{ - dir = 1 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/obj/structure/flora/jungle/vines, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"VD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/river/e) "VE" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "VF" = ( /obj/item/stack/sheet/wood{ pixel_x = -6 }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"VG" = ( +/obj/item/stool, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"VH" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"VJ" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"VK" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "VL" = ( /obj/structure/xenoautopsy/tank/hugger, /turf/open/floor{ icon_state = "whitebluefull"; - tag = "icon-whitebluefull" + tag = null }, /area/LV624_Outpost_Furidamu/oob) -"VO" = ( -/obj/structure/machinery/landinglight/ds2/delaytwo{ - dir = 1; - tag = "icon-landingstripe (NORTH)" +"VM" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 4 }, -/obj/structure/barricade/handrail/strata{ +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -10 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"VO" = ( +/obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 1 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "VQ" = ( /turf/open/floor{ dir = 8; icon_state = "warning" }, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/LV624_Outpost_Furidamu/landing_zone_2) +"VR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "VS" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "VT" = ( -/obj/structure/platform{ - dir = 1 +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 8 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "VU" = ( /obj/structure/platform{ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"VV" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"VW" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "VX" = ( /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "VY" = ( /obj/structure/bed/chair/comfy/teal{ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"VZ" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"Wb" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "Wc" = ( /obj/effect/landmark/lv624/xeno_tunnel, /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "Wd" = ( /obj/structure/machinery/seed_extractor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) "We" = ( /obj/item/tool/warning_cone{ pixel_x = -15; pixel_y = -10 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"Wf" = ( +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Wg" = ( /obj/effect/decal/cleanable/blood, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/oob) "Wh" = ( -/obj/structure/machinery/landinglight/ds2/delaythree{ +/obj/structure/machinery/landinglight/ds1/delaythree{ dir = 1 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "Wj" = ( /obj/structure/surface/rack, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"Wm" = ( -/obj/structure/platform/kutjevo/rock{ - dir = 1 +/area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"Wk" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"Wl" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/filtration/machine_96x96/indestructible{ + icon_state = "distribution" }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"Wm" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/obj/structure/platform/kutjevo/rock, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "Wn" = ( -/obj/structure/machinery/landinglight/ds2{ - dir = 1; - tag = "icon-landingstripe (NORTH)" +/obj/structure/machinery/landinglight/ds1{ + dir = 1 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) "Wo" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "Wp" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Wq" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/structure/closet/crate, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "Wr" = ( -/obj/structure/machinery/landinglight/ds2/delayone{ +/obj/structure/machinery/landinglight/ds1/delayone{ dir = 1 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/lv624/lazarus/landing_zones/lz1) +"Ws" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"Wt" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "Wu" = ( /obj/structure/machinery/light{ dir = 8 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) "Wv" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "Ww" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -6886,56 +13992,122 @@ /obj/item/weapon/yautja/combistick, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/oob) +"Wx" = ( +/obj/structure/platform, +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) +"Wy" = ( +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "Wz" = ( /obj/structure/surface/table, /turf/open/floor{ dir = 1; icon_state = "whiteblue"; - tag = "icon-whiteblue (NORTH)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "WA" = ( /obj/structure/surface/rack, -/obj/item/toy{ - pixel_y = 9 - }, -/obj/item/toy{ - pixel_y = 1 - }, -/obj/item/toy{ - pixel_y = -7 - }, /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"WB" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "WC" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"WE" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"WG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"WH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/coffin/woodencrate, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "WI" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "WJ" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "WL" = ( /turf/open/floor{ dir = 4; icon_state = "whiteyellowfull" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"WN" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor{ + dir = 8; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"WO" = ( +/turf/open/floor, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"WP" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"WQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/coffin/woodencrate, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"WR" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform_decoration, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"WS" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp9" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "WT" = ( /turf/open/floor{ dir = 6; icon_state = "whiteblue"; - tag = "icon-whitehall (WEST)" + tag = null }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"WU" = ( +/obj/item/clothing/mask/facehugger{ + desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; + icon_state = "facehugger_impregnated"; + name = "????"; + stat = 2 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "WV" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -6945,30 +14117,37 @@ }, /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "WW" = ( /obj/structure/barricade/wooden{ dir = 4 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "WY" = ( -/obj/effect/decal/warning_stripes, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"WZ" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp25" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Xa" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "Xb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/trash/USCMtray{ pixel_y = 11 }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "Xc" = ( /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/oob) @@ -6981,11 +14160,24 @@ /obj/item/explosive/grenade/high_explosive/upp, /obj/item/explosive/grenade/high_explosive/upp, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"Xe" = ( +/obj/structure/platform, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "Xf" = ( /obj/structure/surface/table/woodentable/poor, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Xg" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "Xh" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -6993,11 +14185,35 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Xi" = ( +/obj/structure/curtain/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"Xj" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"Xk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor{ + icon_state = "whiteblue"; + tag = null + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"Xl" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/obj/structure/platform, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) "Xm" = ( /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "Xn" = ( /obj/structure/stairs/perspective{ color = "#6b675e"; @@ -7005,14 +14221,21 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) "Xo" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Xp" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/strata{ + dir = 10; + icon_state = "multi_tiles" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "Xq" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -7020,29 +14243,60 @@ tag = "icon-N" }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Xs" = ( +/obj/structure/flora/jungle/plantbot1{ + icon_state = "alienplant1"; + luminosity = 2 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/c) "Xt" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "Xu" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) "Xv" = ( /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "Xw" = ( /obj/structure/bed, /turf/open/floor{ icon_state = "white" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"Xx" = ( +/obj/structure/platform/kutjevo/rock{ + dir = 1 + }, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) +"Xy" = ( +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"Xz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "XB" = ( /obj/structure/machinery/door/airlock/almayer/research{ dir = 1; @@ -7068,18 +14322,47 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/oob) +"XC" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) +"XD" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"XE" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "XF" = ( -/obj/item/toy{ - name = "1" +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"XH" = ( +/obj/structure/curtain/red, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"XK" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "XL" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"XM" = ( +/obj/structure/fence, +/turf/open/floor{ + icon_state = "bcircuit"; + tag = null + }, +/area/LV624_Outpost_Furidamu/outdoors/jungle/w) "XN" = ( /obj/structure/surface/rack, /obj/item/clothing/under/colonist/clf, @@ -7087,21 +14370,57 @@ /obj/item/clothing/under/colonist/clf, /obj/item/clothing/under/colonist/clf, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "XO" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"XP" = ( +/obj/structure/closet/coffin/woodencrate, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "XR" = ( /obj/item/reagent_container/food/snacks/grown/potato, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"XS" = ( +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"XT" = ( +/obj/structure/fence, +/turf/open/floor{ + dir = 9; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"XU" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "XV" = ( /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"XW" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"XX" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform, +/obj/structure/platform/kutjevo/rock{ + dir = 8 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"XY" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "XZ" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/explosive/grenade/high_explosive/stick, @@ -7112,7 +14431,36 @@ /obj/item/explosive/grenade/high_explosive/stick, /obj/item/explosive/grenade/high_explosive/stick, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"Ya" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Yb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"Yd" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/floor{ + dir = 1; + icon_state = "warning" + }, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) +"Yg" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_leftengine" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Yh" = ( +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "Yi" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -7121,25 +14469,40 @@ stat = 2 }, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Yj" = ( -/obj/structure/platform_decoration/kutjevo/rock{ +/obj/structure/platform/kutjevo/rock, +/obj/structure/platform/kutjevo/rock{ dir = 8 }, -/turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"Yk" = ( +/obj/structure/platform/kutjevo/rock, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river) +"Yl" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"Yn" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "Yo" = ( /obj/effect/decal/cleanable/blood/drip, /obj/structure/window/framed/colony/reinforced, /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Yp" = ( /obj/structure/curtain/red, /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "Yq" = ( /obj/effect/decal/warning_stripes{ icon_state = "N"; @@ -7150,11 +14513,14 @@ pixel_y = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Yr" = ( +/turf/closed/wall/strata_ice/jungle, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "Ys" = ( /obj/structure/fence, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Yt" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/upp{ @@ -7167,31 +14533,66 @@ pixel_y = 7 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Yu" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/obj/item/ammo_magazine/smg/mp5{ + current_rounds = 0 + }, +/turf/open/floor{ + dir = 5; + icon_state = "whitepurple" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Yv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "Yw" = ( /obj/structure/bed/stool, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Yx" = ( /obj/structure/platform, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Yy" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 }, /obj/structure/platform_decoration/kutjevo/rock, +/obj/structure/platform{ + dir = 8 + }, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) +"Yz" = ( +/turf/closed/wall/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"YA" = ( +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "YB" = ( /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors) +"YC" = ( +/obj/structure/largecrate/supply/ammo/m41a_box, +/obj/item/weapon/gun/rifle/nsg23/no_lock/stripped, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "YD" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "YE" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -7200,7 +14601,7 @@ }, /obj/item/reagent_container/food/snacks/meat/fish, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "YF" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/rifle/mar40/carbine{ @@ -7208,7 +14609,10 @@ }, /obj/item/weapon/gun/rifle/mar40/carbine, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) +"YG" = ( +/turf/closed/wall/solaris, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "YH" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/belt/marine/mp5, @@ -7216,19 +14620,26 @@ pixel_y = 13 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +"YI" = ( +/obj/structure/barricade/wooden, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "YJ" = ( /turf/open/floor{ icon_state = "dark" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"YK" = ( +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "YL" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 }, /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/river/e) "YM" = ( /obj/structure/machinery/gibber{ pixel_x = -1; @@ -7236,7 +14647,7 @@ }, /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/butchers) "YN" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/tomatosoup{ @@ -7248,8 +14659,13 @@ pixel_x = 10; pixel_y = 5 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"YO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "YP" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 1; @@ -7259,28 +14675,59 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"YQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/almayer{ + icon_state = "test_floor5" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "YR" = ( /obj/structure/platform_decoration{ dir = 1 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) -"YT" = ( -/obj/structure/window/framed/wood, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"YS" = ( +/obj/structure/flora/jungle/vines{ + icon_state = "light_3" + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"YT" = ( +/obj/structure/window/framed/wood, /turf/open/floor/corsat{ icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"YU" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"YV" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor{ + icon_state = "whitebluefull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "YX" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/mmi/radio_enabled, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"YY" = ( +/turf/open/floor{ + dir = 6; + icon_state = "asteroidwarning" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"YZ" = ( +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "Za" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Zb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/rifle/type71, @@ -7288,7 +14735,7 @@ pixel_y = 5 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "Zc" = ( /obj/structure/bookcase{ density = 0; @@ -7296,23 +14743,38 @@ pixel_y = 16 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "Zd" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 10 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Ze" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "Zf" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 6 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Zg" = ( +/obj/structure/curtain/red, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Zh" = ( +/obj/structure/curtain/red, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "Zi" = ( -/obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/landing_zone_1) +/area/lv624/lazarus/landing_zones/lz2) "Zk" = ( /obj/structure/window/reinforced{ dir = 4; @@ -7333,7 +14795,30 @@ pixel_y = 13 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Zl" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Zm" = ( +/turf/closed/wall/r_wall, +/area/LV624_Outpost_Furidamu/indoors/hut) +"Zn" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Zo" = ( +/obj/structure/flora/grass/tallgrass/jungle, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "Zp" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -7341,11 +14826,50 @@ icon_state = "p_stair_full" }, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/landing_zone_2) +/area/LV624_Outpost_Furidamu/landing_zone_1) +"Zq" = ( +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"Zr" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "Zs" = ( /obj/structure/bed/alien, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/hut) +"Zt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) +"Zv" = ( +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"Zw" = ( +/obj/structure/prop/dam/gravestone{ + icon_state = "gravestone2" + }, +/obj/structure/prop/dam/torii, +/obj/item/clothing/head/headband/rambo{ + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"Zx" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Zy" = ( /obj/structure/barricade/wooden{ dir = 4 @@ -7353,7 +14877,11 @@ /turf/open/floor{ icon_state = "cult" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"Zz" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "ZB" = ( /obj/structure/sign/poster{ desc = "This poster features Audrey Rainwater standing in a jacuzzi. She was the July 2182 centerfold in House Bunny Gentleman's Magazine. Don't ask how you know that."; @@ -7367,11 +14895,11 @@ pixel_y = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "ZC" = ( /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer0_mud, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "ZE" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 @@ -7380,15 +14908,21 @@ icon_state = "alienplant1"; luminosity = 2 }, +/obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/river) "ZF" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" }, /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"ZG" = ( +/obj/structure/fence, +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "ZH" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/ammo_magazine/sniper/svd{ @@ -7398,22 +14932,29 @@ pixel_x = 10; pixel_y = 7 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "ZI" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "ZJ" = ( /obj/structure/flora/bush/ausbushes/ausbush, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"ZK" = ( +/obj/structure/machinery/landinglight/ds2/delayone{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lv624/lazarus/landing_zones/lz2) "ZL" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/ashtray/glass, /obj/item/tool/crowbar, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "ZM" = ( /obj/item/clothing/mask/facehugger{ desc = "It has some sort of a tube at the end of its tail. What the hell is this thing?"; @@ -7422,11 +14963,13 @@ stat = 2 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) -"ZN" = ( -/obj/structure/flora/bush/ausbushes/var3/leafybush, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/civilian) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"ZO" = ( +/obj/structure/platform_decoration/kutjevo/rock{ + dir = 4 + }, +/turf/open/gm/river, +/area/LV624_Outpost_Furidamu/outdoors/river/s) "ZP" = ( /obj/structure/holohoop{ dir = 8; @@ -7435,11 +14978,14 @@ tag = "icon-hoop (NORTH)" }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"ZQ" = ( +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "ZR" = ( /obj/structure/barricade/wooden, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/outdoors/militia) +/area/LV624_Outpost_Furidamu/landing_zone_2) "ZS" = ( /obj/structure/machinery/computer/telecomms/server{ pixel_y = 16 @@ -7448,21 +14994,43 @@ dir = 8; icon_state = "warnplate" }, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"ZT" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "ZU" = ( /obj/item/stool, /obj/structure/prop/holidays/string_lights{ pixel_y = 27 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "ZV" = ( /obj/structure/bed/chair/comfy, /obj/structure/prop/holidays/string_lights{ pixel_y = 27 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) +"ZX" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"ZY" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"ZZ" = ( +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) (1,1,1) = {" Ip @@ -7635,514 +15203,1530 @@ Ip "} (2,1,1) = {" Ip -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN -bN +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot +Ot Ip "} (3,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ +Ot +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(4,1,1) = {" +Ip +Ot +nf +nf +nf +Xc +Xc +Xc +Yh +Yh +Yh +Yh +Yh +Yh rJ rJ rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +KC +KC +KC +KC +KC +KC +KC +KC +KC +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(4,1,1) = {" +(5,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ +Ot +nf +nf +nf +Xc +nf +Yh +Yh +Yh +Yh +cr +Yh rJ +EX +eO +EX rJ +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +XF +XF +XF +XF +ng +XF +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +ff +ff +ff +ff +ff +ff +ff +ff +ff +ff +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +KC +KC +KC +UN +cF +cF +cF +UN +KC +KC +KC +Xc +Xc +UN +cF +nf +Xc +Xc +Xc +Xc +Xc +nf +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(6,1,1) = {" +Ip +Ot +nf +nf +Xc +Xc +Xc +Yh +Yh +Yh +Yh +Yh rJ +PN +EX +EX +EX +xA rJ +nf +nf +nf +nf +kH +Jb +xk +xk +nf +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +rh +XF +XF +XF +XF +XF +XF +XF +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +ff +sI +Kq +Ao +sI +sI +Ao +Kq +Kq +ff +ff +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +nf +cF +nf +UN +vM +cF +vM +cF +cF +bQ +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +UN +Xc +Xc +Xc +cF +UN +cF +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(7,1,1) = {" +Ip +Ot +nf +Xc +Xc +Xc +Yh +Yh +Yh +Yh +Yh +Yh rJ +KA +EX +EX +EX +EX +FE +Ex +nf +nf +xk +kH +xk +xk +xk +xk +xk +xk +xk +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +nf +nf +nf +nf +xk +xk +Jb +xk +Xc +Xc +Xc +Xc +nf +Jb +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +ff +MM +jb +jb +jb +wg +jb +jb +wg +Kq +ff +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +cF +UN +cF +cF +cF +cF +cF +cF +cF +vM +cF +vM +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +nf +Xc +cF +cF +cF +cF +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(8,1,1) = {" +Ip +Ot +nf +Xc +Xc +nf +Yh +Yh +Yh +Yh +Yh +Yh rJ +EX +EX +EX +EX +EX rJ +Bk +Jb +xk +xk +kH +xk +xk +xk +xk +xk +xk +xk +xk +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +xk +xk +xk +Jb +xk +nf +nf +xk +xk +xk +xk +xk +xk +xk +xk +Jb +xk +xk +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +nf +nf +nf +Xc +ff +Kq +Kq +jb +Kq +Kq +jb +jb +jb +Kq +ff +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +vM +cF +vM +cF +cF +cF +cF +Ee +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(9,1,1) = {" +Ip +Ot +nf +Xc +Xc +cr +Yh +Yh +Yh +Yh +Yh +Yh +Yh +rJ +EX +QU +EX +rJ +Yh +Ex +xk +xk +xk +kH +xk +xk +xk +xk +xk +xk +Jb +xk +xk +xk +xk +xk +Jb +xk +nf +nf +nf +nf +nf +nf +xk +xk +xk +xk +xk +xk +kH +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +nf +nf +ng +XF +XF +Xc +Xc +XF +XF +ng +XF +XF +XF +XF +XF +ng +XF +Xc +Xc +Xc +Xc +Xc +ff +ff +ff +ff +ff +ff +ff +If +If +ff +ff +nf +nf +nf +Xc +Xc +Cd +fz +fz +Cd +fz +fz +fz +pr +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +vM +cF +vM +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +Xc +KC +KC +KC +KC +KC +KC +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(10,1,1) = {" +Ip +Ot +nf +nf +Xc +Yh +Yh +Yh +Yh +Yh +Yh +Yh +Yh +Yh rJ rJ rJ -bN +Yh +Yh +Ex +xk +xk +xk +nf +nf +nf +nf +nf +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +kH +xk +xk +nf +Jb +xk +xk +xk +xk +xk +xk +xk +kH +Jb +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +nf +nf +Xc +Xc +Xc +Xc +Xc +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +ff +ff +Tk +jB +jB +pX +jB +jB +Tk +jB +jB +ff +ff +nf +nf +Xc +IH +pC +pC +KC +mL +KC +pC +pC +wZ +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +vM +cF +vM +UN +cF +cF +cF +cF +cF +cF +cF +UN +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +ro +KC +hX +hX +DO +fg +fg +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(5,1,1) = {" +(11,1,1) = {" Ip -bN +Ot +nf +nf rJ rJ rJ @@ -8150,913 +16734,1689 @@ rJ rJ rJ rJ +Yh +Yh +zI +zI +rG +zI +zI +zI +AE +xk +xk +xk +nf +nf +Xc +Xc +nf +nf +xk +xk +xk +xk +Jb +xk +xk +xk +xk +kH +xk +xk +xk +xk +xk +Jb +xk +xk +xk +xk +xk +kH +xk +xk +xk +xk +xk +xk +nf +nf +nf +nf +nf +nf +XF +XF +XF +XF +XF +XF +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +ff +nY +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +ih +ff +nf +nf +Xc +ro +pC +KC +vg +vg +vg +KC +pC +nz +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +vM +cF +vM +cF +cF +cF +cF +cF +cF +QP +cF +QP +cF +QP +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +IH +KC +hf +eP +DO +eP +QQ +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(12,1,1) = {" +Ip +Ot +nf +nf rJ +gQ +fJ +te +fJ +gQ +rJ +Yh +Ex +xk +wH +xk +xk +xk +xk +xk +xk +xk +nf +nf +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +kH +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +Jb +Xc +Xc +xk +xk +xk +xk +nf +nf +nf +nf +nf +nf +ng +XF +XF +XF +XF +XF +XF +rh +ng +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +jP +Vc +Sr +Sr +Sr +Sr +Sr +Sr +Sr +Sr +Sr +Sr +BQ +nf +Xc +Xc +IH +KC +dy +vg +vg +vg +Gt +KC +nz +cF +cF +cF +cF +cF +cF +cF +cF +UN +cF +KC +KC +KC +Xc +Xc +cF +UN +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +fx +aE +RC +RC +cF +IH +KC +kN +DO +KC +DO +kN +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(13,1,1) = {" +Ip +Ot +nf +nf rJ +Na +Na +te +Na +Na rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Yh +Ex +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +kH +xk +Jb +xk +xk +xk +xk +xk +xk +xk +xk +xk +Xc +Xc +Xc +Xc +xk +Jb +xk +xk +nf +Xc +Xc +Xc +Xc +nf +nf +Xc +Xc +xk +xk +xk +xk +Jb +nf +nf +nf +XF +XF +XF +XF +XF +XF +XF +XF +XF +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +XF +XF +XF +Uc +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +nf +Xc +Xc +IH +KC +SL +vg +vg +vg +vg +KC +nz +cF +cF +cF +cF +cF +cF +cF +cF +Xc +Xc +Xc +Xc +nf +nf +Xc +Xc +fz +fz +fz +fz +fz +fz +Cd +fz +fz +fz +fz +fz +pr +cF +cF +RC +RC +RC +fx +IH +DO +pC +pC +pC +pC +Rq +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(6,1,1) = {" +(14,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ +Ot +nf +nf rJ +pM +te rJ +te +pM rJ -bN +Yh +Ex +xk +dW +xk +dW +xk +dW +xk +xk +xk +xk +kH +xk +xk +xk +xk +xk +xk +xk +Jb +xk +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +Xc +Xc +nf +nf +Xc +Xc +Xc +xk +xk +xk +xk +xk +nf +nf +XF +XF +XF +XF +XF +XF +XF +XF +Xc +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +CA +CA +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +jf +jf +XF +XF +Xc +Xc +IH +KC +dy +vg +vg +vg +Gt +KC +nz +cF +cF +UN +cF +cF +cF +cF +nf +nf +nf +nf +nf +nf +nf +nf +Xc +nf +KC +KC +KC +KC +KC +KC +mL +mL +KC +KC +KC +nz +cF +cF +cF +UN +cF +cF +IH +mL +pC +pC +pC +pC +pC +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(7,1,1) = {" +(15,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ +Ot +nf +nf rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +EL +Yh +hh +cr +Yh +te +Yh +Ex +xk +xk +xk +xk +xk +xk +xk +xk +xk +nf +nf +nf +xk +xk +xk +xk +xk +xk +xk +xk +xk +nf +Xc +Xc +Xc +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Jb +xk +xk +nf +nf +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +Xc +nf +nf +nf +Xc +Xc +Xc +XF +XF +XF +XF +CA +CA +XF +ng +XF +cS +XF +cS +XF +cS +jf +jf +XF +tR +Qv +jf +jf +ng +XF +Xc +Xc +IH +pC +KC +vg +vg +vg +KC +pC +nz +cF +cF +nf +KQ +KQ +KQ +KQ +nf +nf +nf +nf +nf +nf +nf +nf +nf +KC +KC +OE +EB +vg +UE +UE +vg +vg +Gt +KC +bA +nz +cF +cF +cF +cF +cF +cF +IH +DO +pC +pC +pC +pC +Rq +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(8,1,1) = {" +(16,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ +Ot +nf +nf rJ +Gq +Yh +Yh +Yh +Yh +FE +cr +Ex +xk +xk +xk +xk +xk +xk +xk +xk +xk +nf +nf +nf +xk +xk +xk +xk +xk +xk +xk +xk +xk +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +kH +kH +kH +nf +nf +XF +ng +XF +XF +XF +XF +XF +Xc +Xc +Xc +Xc +nf +nf +nf +Xc +Xc +Xc +XF +XF +XF +XF +CA +CA +jf +jf +XF +XF +XF +XF +XF +XF +jf +jf +XF +tR +tR +XF +XF +XF +XF +Xc +cF +IH +pC +pC +KC +KC +KC +pC +bA +nz +cF +nf +nf +cF +cF +cF +cF +cF +nf +nf +nf +nf +nf +nf +nf +KC +KC +SL +vg +vg +vg +vg +vg +vg +vg +zZ +KC +pC +nz +cF +cF +cF +fx +cF +cF +IH +KC +kN +DO +KC +DO +kN +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(17,1,1) = {" +Ip +Ot +nf +nf rJ +EL +Yh +fL +Yh +Yh +te +Yh +Ex +xk +tO +xk +xk +nf +yy +xk +xk +xk +xk +xk +nf +xk +xk +xk +xk +xk +xk +xk +Jb +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Jb +xk +xk +xk +nf +nf +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +Xc +nf +nf +nf +nf +Xc +XF +rh +XF +XF +XF +XF +CA +CA +jf +jf +XF +XF +XF +XF +XF +XF +XF +XF +XF +tR +tR +XF +XF +XF +XF +Xc +cF +qE +JT +Oy +JT +JT +JT +JT +JT +Pv +cF +cF +nf +cF +cF +cF +cF +cF +Xc +nf +nf +nf +nf +nf +nf +KC +EB +vg +vg +vg +vg +vg +vg +vg +vg +yd +KC +pC +nz +cF +cF +RC +RC +cF +cF +IH +KC +QQ +eP +DO +eP +QQ +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(18,1,1) = {" +Ip +Ot +nf +nf rJ +pM +te rJ +te +pM rJ +Yh +Ex +xk +xk +xk +Xc +Xc +Xc +nf +xk +xk +xk +xk +nf +nf +xk +xk +xk +xk +xk +xk +xk +xk +Xc +Xc +Xc +Xc +nf +nf +nf +nf +xk +xk +Jb +xk +nf +Xc +Xc +Xc +Xc +Xc +xk +xk +xk +xk +xk +nf +nf +XF +XF +XF +XF +XF +XF +Xc +Xc +nf +nf +nf +nf +nf +XF +XF +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +tR +XF +XF +XF +XF +XF +rh +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +cF +nf +cF +cF +cF +cF +cF +Xc +Xc +nf +nf +nf +nf +nf +KC +OE +Ld +UE +UE +vg +Ld +zZ +zZ +KC +KC +KC +pC +Xc +UN +cF +RC +RC +cF +cF +IH +KC +hX +hX +DO +hX +fg +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(19,1,1) = {" +Ip +Ot +nf +nf rJ +Na +Na +te +Na +Na rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Yh +Ex +xk +xk +xk +nf +Xc +Xc +Xc +Xc +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +kH +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +Jb +xk +xk +xk +xk +xk +xk +xk +nf +nf +XF +XF +XF +XF +XF +XF +XF +nf +nf +nf +Xc +nf +XF +XF +rh +ng +XF +XF +XF +XF +XF +XF +XF +XF +jf +jf +XF +XF +CX +XF +XF +XF +Qv +ng +XF +XF +XF +XF +rh +cF +cF +cF +RC +RC +fx +cF +UN +cF +cF +cF +nf +Xc +Xc +TP +TP +TP +TP +Xc +Xc +Xc +nf +nf +nf +nf +KC +KC +KC +KC +KC +KC +KC +KC +KC +KC +nf +nf +Xc +Xc +Xc +KQ +iN +iN +KQ +KQ +KC +KC +KC +KC +KC +KC +KC +KC +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(9,1,1) = {" +(20,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ +Ot +nf +nf rJ +gQ +fJ +te +fJ +dK rJ -bN +Yh +Ex +xk +xk +nf +nf +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +Jb +xk +xk +kH +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +nf +nf +XF +XF +XF +XF +XF +XF +nf +nf +nf +Xc +Xc +XF +XF +XF +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +jf +jf +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +rh +cF +cF +fx +RC +RC +RC +cF +cF +cF +cF +nf +nf +Xc +Xc +CG +CG +CG +CG +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +cF +fx +RC +cF +cF +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(10,1,1) = {" +(21,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ +Ot +nf +nf rJ rJ rJ @@ -9064,133 +18424,675 @@ rJ rJ rJ rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Yh +Ex +xk +xk +nf +kH +xk +xk +ew +rV +rV +xk +xk +Jb +xk +xk +xk +xk +Jb +xk +xk +xk +xk +xk +xk +xk +kH +Jb +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +rh +ng +XF +XF +XF +XF +XF +XF +nf +nf +Xc +Xc +ng +XF +XF +XF +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +cu +XF +XF +XF +XF +XF +XF +XF +XF +XF +nf +nf +Xc +UN +cF +cF +cF +cF +cF +cF +cF +cF +nf +Xc +Xc +pj +CG +CG +CG +CG +CG +Xc +Xc +Xc +nf +nf +nf +nf +zf +Mf +uf +pl +pl +pl +nf +nf +nf +nf +nf +nf +nf +Xc +TP +dl +TP +TP +TP +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(11,1,1) = {" +(22,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ +Ot +nf +nf +nf +nf +nf +nf +nf +nf +Yh +Yh +Ex +xk +xk +xk +kH +xk +xk +xk +rV +rV +ew +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +Xc +Xc +Xc +Xc +nf +nf +Xc +Xc +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +xk +nf +xk +xk +rh +XF +XF +XF +XF +Xc +XF +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +rh +XF +XF +XF +ng +nf +nf +nf +ng +XF +XF +XF +XF +XF +XF +XF +XF +jf +jf +XF +XF +XF +XF +nf +nf +Xc +cF +cF +cF +cF +cF +UN +cF +nf +nf +nf +Xc +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +nf +nf +nf +CG +zf +Mf +pl +oR +oR +Jw +pl +nf +nf +Xc +nf +nf +nf +CG +CG +pj +CG +CG +CG +pj +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(23,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +nf +cr +Yh +Yh +Ex +xk +xk +xk +kH +xk +xk +xk +xk +xk +xk +xk +xk +ew +xk +xk +xk +xk +xk +xk +Xc +Xc +Xc +Xc +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +xk +xk +Jb +xk +xk +xk +nf +nf +nf +nf +nf +nf +nf +nf +XF +XF +XF +XF +Xc +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +XF +Xc +Xc +XF +XF +Xc +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +XF +XF +XF +XF +jf +jf +XF +XF +XF +ng +Xc +nf +Xc +Xc +cF +cF +cF +cF +cF +nf +nf +nf +Xc +Xc +CG +CG +CG +CG +CG +CG +CG +pj +CG +CG +nf +CG +nf +CG +zf +pl +vp +oR +oR +oR +oR +pl +Xc +Xc +nf +nf +nf +CG +CG +CG +CG +CG +CG +CG +nf +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(24,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf rJ +Yh +fL +Yh +Yh +KX +Vw +KX +nf +nf +nf +xk +xk +xk +Xc +xk +xk +rV +rV +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +xk +kH +xk +xk +xk +xk +xk +nf +nf +nf +nf +nf +nf +nf +nf +XF +XF +XF +XF +XF +Xc +Xc +nf +nf +Xc +Xc +XF +XF +XF +XF +Xc +Xc +Xc +XF +Xc +Xc +Xc +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +XF +XF +XF +XF +Qv +XF +XF +XF +Xc +nf +nf +Xc +Xc +cF +UN +Xc +Xc +nf +nf +Xc +Xc +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +pj +CG +CG +zf +pl +AT +oR +oR +oR +xH +pl +Xc +Xc +nf +nf +nf +CG +CG +CG +ZZ +CG +CG +CG +CG +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(25,1,1) = {" +Ip +Ot +nf +nf rJ rJ rJ @@ -9198,475 +19100,1013 @@ rJ rJ rJ rJ +FE +FE rJ rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +nf +nf +nf +xk +xk +xk +xk +Xc +nf +xk +rV +rV +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Jb +xk +xk +kH +xk +xk +xk +xk +xk +xk +nf +xk +xk +nf +XF +ng +XF +XF +XF +XF +XF +ng +Xc +Xc +nf +ng +XF +XF +XF +XF +XF +XF +nf +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +XF +ng +XF +XF +tR +tR +XF +Xc +Xc +nf +nf +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +Xc +pj +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +zf +pl +Jw +oR +oR +oR +Jw +pl +Xc +CG +nf +nf +pj +CG +CG +md +md +CG +CG +CG +CG +nf +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(12,1,1) = {" +(26,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ +Ot +nf rJ rJ +xA +eO +EX +xA +EX +eO +EX +EX +xA rJ +nf +Xc +nf +xk +xk +xk +nf +Xc +Xc +xk +xk +rV +rV +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +xk +xk +xk +xk +xk +kH +xk +xk +xk +xk +xk +xk +xk +xk +xk +rh +XF +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +XF +XF +XF +XF +XF +XF +XF +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +XF +XF +XF +tR +tR +XF +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +zf +Mf +pl +oR +oR +oR +pl +Mf +SR +CG +nf +CG +CG +CG +CG +md +md +CG +CG +CG +CG +CG +nf +nf +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(27,1,1) = {" +Ip +Ot +nf rJ +EX +EX +EX +EX +EX +EX +EX +EX +EX +EX rJ +nf +Xc +Xc +Jb +xk +xk +Xc +Xc +Xc +xk +xk +xk +rV +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Jb +xk +xk +xk +xk +Yv +xk +Xc +Xc +Xc +xk +Jb +xk +xk +xk +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +nf +XF +XF +XF +XF +XF +XF +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +tR +Qv +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +CG +CG +CG +CG +CG +CG +CG +CG +pj +CG +CG +CG +CG +CG +CG +CG +CG +zf +uf +Mf +pl +os +pl +Mf +Mf +OZ +CG +CG +CG +md +ZZ +CG +md +md +pj +CG +CG +CG +CG +CG +nf +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(28,1,1) = {" +Ip +Ot +nf rJ +PN +EX +EX +EX +EX +EX +EX +EX +EX +EX rJ +Xc +Xc +Xc +xk +xk +xk +Xc +Xc +Xc +Xc +Jb +xk +ew +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +xk +xk +xk +xk +xk +xk +nf +nf +Xc +Xc +Xc +Xc +Xc +xk +xk +xk +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +nf +nf +XF +XF +XF +XF +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +rh +rh +IX +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +DJ +Go +Go +Go +Go +Go +Go +Go +YY +CG +ZZ +md +md +md +CG +md +md +CG +CG +CG +CG +CG +CG +CG +nf +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(29,1,1) = {" +Ip +Ot +nf rJ +xA +EX +EX +EX +EX +EX +EX +xA +EX rJ rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Xc +Xc +xk +xk +xk +xk +Xc +Xc +Xc +Xc +xk +xk +xk +Xc +nf +nf +nf +nf +nf +nf +nf +nf +xk +xk +xk +xk +xk +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +XF +XF +XF +XF +XF +XF +XF +XF +nf +nf +nf +XF +XF +XF +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +ZZ +CG +CG +CG +CG +CG +CG +CG +CG +nf +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(13,1,1) = {" +(30,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ +Ot +nf rJ rJ +EX +QU +EX +xA +EX +EX +QU +EX rJ -bN +Xc +Xc +Xc +xk +xk +xk +xk +Xc +Xc +Xc +Xc +xk +xk +xk +Xc +nf +nf +nf +nf +nf +nf +nf +xk +xk +xk +xk +xk +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +nf +nf +XF +XF +XF +XF +nf +XF +XF +XF +XF +XF +ng +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +XF +XF +XF +XF +XF +XF +XF +XF +ng +Xc +Xc +nf +nf +nf +nf +nf +Xc +Xc +CG +CG +CG +CG +CG +pj +CG +CG +CG +CG +CG +CG +qX +xI +xI +xI +xI +xI +xI +xI +hg +xI +xI +xI +xI +xI +xI +xI +nf +nf +nf +pj +CG +CG +CG +CG +CG +CG +CG +CG +CG +nf +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(14,1,1) = {" +(31,1,1) = {" Ip -bN -rJ -rJ -rJ +Ot +nf +nf rJ rJ rJ @@ -9677,13161 +20117,10289 @@ rJ rJ rJ rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(15,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(16,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(17,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(18,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(19,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(20,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(21,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(22,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(23,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(24,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(25,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(26,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(27,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(28,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(29,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(30,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(31,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(32,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(33,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(34,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(35,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(36,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(37,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(38,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(39,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(40,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(41,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(42,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(43,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(44,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(45,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(46,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(47,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(48,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(49,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(50,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(51,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(52,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(53,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(54,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(55,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(56,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(57,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(58,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(59,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(60,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(61,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN -Ip -"} -(62,1,1) = {" -Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Xc +Xc +Xc +xk +xk +xk +nf +Xc +Xc +nf +nf +kH +kH +kH +Xc +Xc +nf +nf +nf +nf +nf +nf +xk +xk +xk +Jb +xk +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +XF +XF +XF +XF +nf +nf +XF +XF +XF +XF +XF +XF +XF +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +ng +XF +XF +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +nf +nf +nf +nf +Xc +Xc +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +JS +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +uf +nf +nf +nf +CG +CG +CG +CG +CG +CG +CG +CG +pj +nf +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(63,1,1) = {" +(32,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +kH +kH +kH +nf +Xc +Xc +nf +FH +FH +FH +FH +FH +Xc +nf +nf +nf +nf +nf +nf +xk +xk +xk +xk +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +ng +XF +XF +XF +XF +Xc +nf +nf +nf +XF +XF +XF +XF +XF +XF +nf +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +XF +XF +XF +XF +XF +XF +Qv +tR +XF +XF +XF +Xc +nf +nf +nf +nf +Xc +ng +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +zf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +nf +nf +nf +nf +CG +CG +pj +CG +CG +CG +CG +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(33,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +FH +FH +FH +FH +wG +FH +FH +FH +FH +FH +FH +ur +nu +Xc +Xc +Xc +nf +nf +nf +xk +xk +xk +xk +nf +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +XF +XF +XF +XF +XF +Xc +nf +nf +nf +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +tR +tR +tR +XF +XF +nf +nf +nf +nf +nf +Xc +XF +CG +CG +CG +CG +CG +CG +ZZ +md +md +Zt +CG +CG +zf +Mf +Lj +IR +IR +IR +IR +IR +IR +IR +IR +IR +IR +IR +IR +xs +Mf +nf +nf +nf +nf +Xc +Xc +TP +TP +TP +TP +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(64,1,1) = {" +(34,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +wG +nu +nu +nu +Xc +Xc +FH +FH +nf +kH +kH +kH +kH +nf +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +XF +Xc +Xc +nf +nf +nf +nf +XF +XF +XF +XF +XF +XF +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +XF +XF +XF +tR +tR +tR +tR +XF +XF +XF +XF +XF +XF +XF +XF +CG +CG +CG +CG +CG +CG +CG +md +md +md +ZZ +CG +zf +Mf +Kf +qX +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +GC +kE +Mf +Mf +nf +Xc +Xc +Xc +Xc +CG +CG +CG +CG +CG +CG +pj +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(65,1,1) = {" +(35,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +nu +nu +nu +FH +FH +FH +FH +FH +FH +FH +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +XF +XF +Xc +nf +ng +XF +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +XF +XF +XF +tR +tR +Qv +XF +ng +XF +XF +XF +XF +XF +XF +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +zf +Mf +Kf +zf +Mf +Ib +KS +RH +Bt +KS +Yg +rO +ZT +Io +SR +kE +Mf +Mf +nf +Xc +Xc +Xc +Xc +Xc +CG +CG +CG +CG +CG +CG +CG +CG +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +Ot Ip "} -(66,1,1) = {" +(36,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +FH +FH +FH +FH +FH +FH +FH +FH +FH +Xc +Xc +FH +FH +FH +FH +FH +nu +Rz +ur +FH +FH +FH +FH +FH +FH +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +XF +XF +XF +ng +XF +XF +XF +Xc +nf +XF +XF +XF +XF +XF +XF +XF +XF +XF +ng +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +XF +XF +XF +XF +tR +XF +XF +XF +XF +Qv +tR +tR +tR +XF +CG +CG +CG +pj +CG +CG +CG +CG +CG +CG +CG +CG +pl +Mf +Kf +zf +Ib +be +iX +wq +hK +hK +dh +KS +KS +ni +SR +kE +Mf +Mf +Mf +Xc +Xc +Xc +Xc +Xc +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +nf +nf +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +Ot Ip "} -(67,1,1) = {" +(37,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +wG +FH +FH +FH +wG +FH +FH +FH +FH +Xc +Xc +Xc +Xc +Xc +FH +FH +FH +FH +FH +FH +FH +FH +FH +wG +FH +FH +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +XF +XF +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +ng +XF +XF +XF +XF +XF +XF +XF +XF +XF +tR +tR +tR +tR +ZZ +CG +CG +CG +CG +CG +CG +CG +pl +pl +pl +pl +pl +LG +Kf +zf +Ev +BN +eB +iX +iX +iX +eA +wq +cK +Zx +SR +kE +Mf +Mf +Mf +Xc +Xc +Xc +Xc +pj +CG +CG +CG +CG +nf +CG +CG +CG +CG +CG +CG +CG +nf +nf +Xc +Xc +Xc +Xc +nf +nf +nf +Ot Ip "} -(68,1,1) = {" +(38,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +FH +FH +FH +FH +FH +FH +FH +FH +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +XF +XF +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +nf +nf +nf +Xc +Xc +Xc +Xc +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +CG +CG +CG +CG +CG +CG +CG +CG +pl +uf +Mf +Mf +pl +Mf +Kf +zf +Ev +Ob +iX +iX +iX +iX +eA +eA +cK +Zx +SR +kE +Mf +Mf +nf +Xc +Xc +Xc +CG +CG +CG +CG +CG +Xc +Xc +Xc +pj +CG +CG +CG +pj +CG +CG +CG +Xc +Xc +Xc +Xc +nf +nf +nf +Ot +Ip +"} +(39,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +nf +nf +nf +FH +FH +FH +FH +FH +FH +FH +FH +nf +nf +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +FH +FH +FH +FH +FH +FH +FH +FH +FH +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +XF +XF +rh +ng +XF +nf +nf +XF +XF +XF +XF +XF +XF +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +ng +nf +XF +Xc +Xc +Xc +Xc +Xc +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +CG +CG +CG +CG +CG +CG +CG +CG +pl +rr +Mf +Mf +Mf +Mf +Kf +zf +WZ +pW +oc +eA +lc +lc +WS +ra +ra +UT +SR +kE +Mf +Mf +nf +nf +Xc +Xc +CG +CG +CG +CG +CG +Xc +Xc +Xc +nf +CG +CG +CG +CG +CG +CG +CG +CG +Xc +Xc +Xc +nf +nf +nf +Ot +Ip +"} +(40,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +nf +nf +nf +FH +FH +FH +FH +FH +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +FH +wG +FH +FH +FH +FH +ur +nu +FH +wG +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +XF +XF +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +XF +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +XF +XF +XF +XF +XF +XF +Xc +Xc +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +pj +Xc +CG +CG +CG +CG +CG +CG +pl +LG +Mf +Mf +Mf +Mf +Kf +zf +Mf +WZ +ra +RH +ra +ra +vx +Kz +DD +Dt +SR +kE +Mf +Mf +nf +nf +Xc +CG +CG +CG +CG +CG +CG +Xc +Xc +Xc +Xc +Xc +CG +CG +CG +CG +CG +CG +CG +CG +Xc +Xc +nf +nf +nf +Ot Ip "} -(69,1,1) = {" +(41,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +nf +FH +FH +FH +FH +FH +FH +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +FH +FH +FH +FH +nu +nu +FH +FH +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +XF +nf +Xc +nf +nf +nf +Xc +Xc +Xc +ng +XF +XF +Xc +nf +nf +nf +Xc +Xc +Xc +XF +XF +Xc +Xc +Xc +Xc +XF +XF +XF +XF +XF +XF +XF +XF +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +CG +ZZ +CG +CG +CG +zf +Mf +Mf +Mf +Mf +Mf +Kf +DJ +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +YY +kE +Mf +Mf +Mf +nf +Xc +CG +CG +CG +CG +pj +nf +Xc +Xc +Xc +Xc +Xc +CG +CG +CG +CG +CG +CG +pj +CG +Xc +Xc +nf +nf +nf +Ot Ip "} -(70,1,1) = {" +(42,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +nf +FH +FH +FH +FH +FH +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +FH +FH +FH +FH +nu +nu +FH +FH +FH +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +XF +Xc +Xc +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +Xc +Xc +XF +XF +XF +XF +XF +ng +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +rh +XF +XF +XF +ng +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +Xc +md +md +CG +CG +CG +JS +Mf +Mf +Mf +Mf +Mf +lr +fO +fO +fO +fO +fO +fO +fO +fO +fO +fO +fO +fO +Fv +Mf +Mf +Mf +nf +Xc +CG +CG +CG +CG +CG +Xc +Xc +Xc +Xc +Xc +Xc +CG +CG +CG +CG +CG +CG +CG +CG +CG +Xc +nf +nf +nf +Ot Ip "} -(71,1,1) = {" +(43,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +nf +FH +FH +FH +FH +wG +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +FH +FH +FH +FH +qo +FH +FH +FH +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +XF +nf +nf +Xc +nf +nf +nf +nf +nf +Xc +Xc +Xc +nf +nf +nf +Xc +ng +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +ng +XF +XF +XF +rh +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +pj +md +md +CG +pl +pl +pl +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +Mf +uf +pl +Xc +nf +pj +CG +CG +CG +CG +nf +Xc +Xc +Xc +nf +CG +CG +CG +CG +CG +CG +CG +CG +CG +Xc +Xc +nf +nf +Ot +Ip +"} +(44,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +Xc +Xc +FH +FH +FH +FH +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +FH +wG +FH +FH +FH +FH +FH +FH +FH +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +XF +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +rh +ng +XF +XF +XF +XF +XF +XF +XF +XF +ng +nf +nf +Xc +Xc +CG +md +md +CG +nf +nf +pl +Mf +Mf +Mf +df +Mf +Mf +Mf +Mf +df +Mf +Mf +Mf +Mf +df +Mf +Mf +Mf +Mf +Mf +df +Mf +pl +nf +Xc +Xc +Xc +CG +CG +CG +CG +CG +Xc +Xc +Xc +nf +CG +pj +CG +CG +CG +CG +CG +CG +CG +CG +Xc +nf +nf +Ot +Ip +"} +(45,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +Xc +FH +FH +FH +FH +FH +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +FH +FH +FH +FH +FH +ur +FH +FH +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +ng +Xc +Xc +nf +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +XF +XF +XF +XF +XF +ng +XF +XF +XF +XF +XF +XF +Xc +Xc +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +nf +nf +Xc +nf +CG +ZZ +CG +CG +nf +nf +zf +Mf +Mf +Mf +pl +pl +pl +pl +pl +pl +pl +pl +pl +pl +pl +pl +pl +Zg +Zg +pl +pl +nf +nf +nf +Xc +Xc +Xc +CG +CG +CG +CG +CG +CG +nf +Xc +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +Xc +Xc +nf +Ot Ip "} -(72,1,1) = {" +(46,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +Xc +Xc +wG +FH +FH +FH +FH +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +FH +FH +FH +FH +FH +nu +FH +wG +FH +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +Xc +Xc +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +Xc +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +XF +XF +XF +XF +XF +XF +XF +ng +Xc +Xc +Xc +XF +XF +XF +XF +Xc +Xc +nf +nf +nf +nf +nf +nf +CG +CG +CG +CG +CG +CG +zf +Mf +Mf +Xc +pl +Kk +Kk +pl +Lz +Kg +Lz +pl +Kk +Kk +pl +AH +sd +Fc +sd +FZ +pl +pl +nf +nf +nf +nf +Xc +Xc +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +Xc +Xc +nf +Ot Ip "} -(73,1,1) = {" +(47,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +Xc +Xc +Xc +FH +FH +FH +FH +FH +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +FH +FH +FH +nu +nu +FH +FH +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +XF +XF +XF +XF +XF +Xc +Xc +Xc +Xc +gt +xt +YU +MX +Xc +Xc +Xc +nf +nf +nf +nf +XF +XF +XF +XF +XF +Xc +nf +Xc +Xc +Xc +ng +XF +XF +XF +XF +nf +nf +nf +nf +XF +XF +XF +ng +Xc +Xc +nf +nf +nf +nf +Xc +cU +CG +CG +CG +CG +CG +CG +JS +Mf +Xc +Xc +pl +Vn +sd +sd +od +sd +od +Zg +sd +Vn +Zg +sd +sd +sd +sd +Fc +Kg +pl +nf +nf +nf +nf +nf +Xc +Xc +CG +pj +CG +CG +CG +CG +pj +CG +CG +CG +CG +pj +CG +CG +CG +pj +CG +Xc +Xc +nf +Ot Ip "} -(74,1,1) = {" +(48,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +Xc +FH +FH +FH +FH +FH +FH +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +wG +FH +FH +nu +nu +FH +FH +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +nf +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +Ik +YU +YU +YU +YU +YU +YU +Xc +Xc +nf +nf +nf +ng +XF +XF +XF +XF +Xc +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +Xc +Xc +CG +CG +CG +CG +CG +CG +nf +nf +Xc +Xc +pl +sd +sd +sd +sd +Fc +sd +Zg +sd +sd +Zg +sd +sd +sd +sd +Kg +cV +pl +nf +nf +nf +nf +Xc +Xc +Xc +nf +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +Xc +Xc +nf +Ot +Ip +"} +(49,1,1) = {" +Ip +Ot +nf +nf +nf +nf +Xc +FH +FH +FH +FH +FH +FH +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +FH +FH +nu +nu +FH +FH +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +YU +YU +YU +YU +kv +kv +kv +kv +Xc +kv +nf +nf +XF +XF +XF +XF +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +CG +CG +CG +pj +nf +nf +nf +nf +Xc +Xc +pl +gz +sd +sd +sd +sd +Vn +pl +OY +OY +pl +bj +hN +jd +Kg +vE +pl +pl +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +CG +Xc +Xc +Ot +Ip +"} +(50,1,1) = {" +Ip +Ot +nf +nf +nf +nf +Xc +FH +FH +FH +FH +FH +wG +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +FH +FH +FH +ur +FH +FH +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +ng +XF +XF +XF +XF +XF +XF +Xc +Xc +Xc +gt +xt +kv +kv +kv +kv +kv +kv +kv +kv +kv +rh +XF +XF +XF +XF +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Dj +Dj +Dj +Dj +HE +HE +nf +nf +Xc +nf +pl +pl +OY +OY +OY +OY +pl +pl +pl +pl +pl +pl +pl +pl +pl +pl +pl +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +pj +CG +CG +CG +Xc +CG +CG +CG +CG +CG +CG +Xc +Xc +Ot Ip "} -(75,1,1) = {" +(51,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +FH +FH +FH +FH +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +FH +FH +FH +FH +FH +wG +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +XF +XF +XF +XF +XF +XF +nf +Xc +Xc +YU +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +rh +XF +XF +XF +Xc +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +aZ +oK +oK +oK +oK +oK +oK +aZ +nf +nf +nf +nf +nf +pl +pl +pl +pl +pl +pl +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +GK +GK +GK +GK +Xc +Xc +Xc +GK +GK +GK +GK +GK +Xc +Xc +Ot +Ip +"} +(52,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +wG +FH +FH +FH +FH +FH +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +FH +wG +FH +FH +FH +FH +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +XF +XF +XF +XF +XF +nf +nf +Xc +Xc +YU +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +rh +XF +XF +ng +Xc +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +oK +aZ +oK +oK +oK +oK +nf +Xc +oK +oK +oK +YZ +oK +oK +oK +oK +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +GK +GK +GK +GK +GK +Xc +Xc +Xc +Xc +GK +GK +GK +GK +GK +Xc +Ot +Ip +"} +(53,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +nf +rU +rU +rU +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +FH +FH +FH +FH +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +rh +rh +rh +rh +nf +Xc +Xc +Xc +MX +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +Xc +XF +XF +Xc +Xc +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +oK +oK +oK +Dj +oK +oK +oK +oK +oK +oK +oK +oK +Xc +Xc +oK +oK +Hv +Hv +oK +oK +oK +oK +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +Xc +Xc +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +GK +GK +GK +GK +GK +GK +Xc +Xc +Xc +Xc +Xc +GK +GK +NM +GK +Xc +Ot Ip "} -(76,1,1) = {" +(54,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +wG +FH +FH +FH +wG +FH +FH +FH +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +FH +FH +FH +wG +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +kv +kv +kv +dO +kv +kv +Xc +Xc +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +nf +Xc +Xc +Xc +Xc +nf +nf +nf +Xc +Xc +Xc +gE +gE +Tg +gE +oK +oK +oK +oK +oK +oK +Dj +oK +oK +oK +oK +oK +oK +oK +oK +oK +Xc +oK +oK +Hv +Hv +oK +oK +oK +oK +aZ +HE +HE +HE +HE +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +Xc +Xc +GK +GK +GK +GK +GK +Xc +Xc +Xc +Xc +Xc +Xc +GK +GK +GK +GK +Xc +Ot Ip "} -(77,1,1) = {" +(55,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +FH +FH +FH +FH +FH +FH +FH +FH +FH +wG +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +wG +FH +FH +FH +nf +nf +nf +nf +nf +rU +rU +rU +rU +Xc +nf +nf +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +kv +kv +kv +kv +kv +kv +kv +Xc +Xc +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +gE +gE +gE +gE +aZ +oK +oK +oK +oK +oK +aZ +Dj +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +Hv +Hv +oK +oK +oK +oK +oK +Dj +aZ +oK +oK +oK +oK +aZ +oK +oK +oK +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +nf +nf +nf +nf +YG +YG +YG +GK +GK +YG +GK +NM +GK +GK +GK +GK +Xc +Xc +Xc +Xc +Xc +Xc +GK +GK +GK +Xc +Xc +Ot Ip "} -(78,1,1) = {" +(56,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +nf +nf +nf +wG +FH +FH +FH +FH +FH +FH +FH +FH +wG +FH +rU +kv +kv +kv +kv +kv +kv +kv +dO +kv +Xc +Xc +Xc +Xc +TM +TM +TM +TM +TM +nf +nf +Xc +nf +dO +kv +kv +kv +kv +kv +Xc +Xc +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +gE +ec +Gp +oK +oK +oK +oK +oK +oK +oK +oK +Xc +Xc +Xc +Xc +nf +nf +oK +aZ +oK +oK +oK +oK +oK +oK +YZ +oK +oK +oK +oK +oK +Dj +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +aZ +oK +oK +oK +oK +oK +oK +oK +oK +oK +dA +NM +GK +GK +GK +YG +Xc +GK +GK +GK +GK +GK +Xc +Xc +Xc +Xc +Xc +GK +GK +GK +Xc +nf +Ot Ip "} -(79,1,1) = {" +(57,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +nf +Xc +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +rU +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +rU +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +Xc +Xc +Xc +TM +Bv +bx +Ek +TM +nf +Xc +Xc +Xc +Xc +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +gE +gE +oK +oK +oK +oK +oK +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +oK +oK +oK +oK +aZ +oK +oK +oK +oK +oK +oK +oK +nf +oK +oK +oK +Xc +Xc +nf +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +dA +GK +GK +GK +GK +YG +Xc +Xc +GK +GK +GK +GK +GK +Xc +Xc +Xc +Xc +GK +GK +GK +Xc +nf +Ot +Ip +"} +(58,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +Xc +Xc +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +SH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +rU +dO +kv +kv +kv +kv +kv +Ts +Wt +Wt +kv +kv +kv +Mt +TM +FW +jk +CT +TM +nf +nf +Xc +Xc +Xc +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Hz +gE +oK +oK +oK +oK +oK +oK +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +oK +oK +oK +oK +oK +nf +nf +nf +oK +aZ +oK +Xc +Xc +nf +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +dA +GK +GK +GK +GK +YG +Xc +Xc +Xc +GK +NM +GK +GK +GK +Xc +Xc +GK +GK +NM +GK +Xc +nf +Ot +Ip +"} +(59,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +Xc +nf +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +rU +FH +FH +FH +FH +FH +wG +FH +FH +FH +FH +FH +Xc +Xc +kv +kv +kv +kv +kv +kv +kv +Wt +Wt +Wt +kv +kv +fR +TM +wn +BU +BU +TM +TM +TM +Xc +Xc +kv +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +nf +nf +nf +nf +kv +Xc +Xc +Xc +Xc +Xc +Xc +Xc +gE +gE +oK +oK +oK +oK +oK +oK +nf +nf +nf +Xc +Xc +Xc +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +oK +oK +oK +oK +oK +oK +nf +nf +nf +oK +oK +oK +nf +Xc +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +aZ +oK +oK +oK +dA +GK +GK +GK +GK +YG +Xc +Xc +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +GK +GK +Xc +Xc +nf +Ot Ip "} -(80,1,1) = {" +(60,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +Xc +wG +FH +FH +FH +Xc +FH +FH +FH +FH +FH +FH +FH +Xc +FH +FH +FH +FH +FH +FH +FH +FH +FH +Xc +Xc +Xc +Xc +Xc +kv +kv +kv +kv +kv +kv +dO +Wt +Wt +kv +kv +fR +TM +LH +BU +BU +bF +HZ +TM +wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +nf +nf +kv +kv +kv +Xc +Xc +Xc +Xc +Xc +Xc +Xc +gE +oK +oK +oK +oK +oK +oK +nf +nf +nf +Xc +Xc +Xc +oK +oK +nf +nf +oK +oK +oK +Xc +HE +aZ +oK +oK +oK +oK +oK +oK +oK +Dj +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +aZ +oK +oK +oK +oK +oK +oK +oK +Xc +nf +nf +Xc +Xc +nf +nf +dA +dA +dA +dA +YG +Xc +Xc +Xc +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +GK +Xc +nf +nf +Ot Ip "} -(81,1,1) = {" +(61,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +nf +nf +Xc +FH +FH +FH +nf +Xc +nf +FH +wG +FH +FH +nf +nf +Xc +Xc +Xc +Xc +wG +FH +FH +FH +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nf +dO +kv +kv +kv +kv +kv +Ts +kv +kv +fR +TM +nL +Cn +iU +BU +BU +nT +wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +Xc +Xc +Xc +Xc +Xc +Xc +Xc +gE +gE +oK +oK +oK +oK +oK +Xc +nf +oK +oK +oK +oK +oK +aZ +oK +oK +oK +oK +oK +aZ +HE +HE +HE +HE +Dj +Dj +Dj +HE +HE +HE +HE +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +nf +nf +nf +nf +nf +Xc +Xc +Xc +GK +NM +GK +GK +GK +GK +GK +GK +YG +Xc +Xc +Xc +Xc +Xc +Xc +Hg +Le +Le +Le +Le +Le +nQ +Xc +nf +nf +Ot +Ip +"} +(62,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +rU +rU +rU +nf +nf +Xc +Xc +FH +FH +FH +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +nf +nf +Xc +nf +kv +kv +kv +kv +kv +kv +fR +TM +TM +TM +TM +TM +TM +TM +wt +kv +kv +dO +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +Xc +Xc +Xc +nf +Xc +Xc +Xc +Jv +gE +aZ +oK +oK +oK +nf +Xc +Xc +aZ +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +aZ +HE +nf +nf +nf +nf +oK +oK +oK +oK +oK +oK +oK +Xc +Xc +Xc +nf +nf +nf +nf +Xc +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +GK +NM +YG +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +YG +YG +at +at +at +YG +nf +nf +Ot +Ip +"} +(63,1,1) = {" +Ip +Ot +nf +nf +nf +nf +FH +wG +FH +FH +FH +FH +Xc +Xc +nf +nf +rU +rU +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +nf +Xc +Xc +kv +kv +kv +dO +kv +kv +Rl +ba +jn +ba +ba +ba +ba +ba +EQ +kv +kv +kv +kv +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +Xc +Xc +nf +nf +Xc +Xc +Xc +gE +gE +oK +oK +oK +oK +nf +nf +Xc +oK +wi +qr +Xp +Oe +qr +Qu +zL +Yn +vq +oK +oK +oK +oK +YZ +oK +oK +oK +oK +oK +oK +oK +HE +nf +nf +nf +oK +oK +oK +oK +aZ +nf +nf +Xc +Xc +Xc +nf +nf +nf +nf +nf +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +YG +Xc +Xc +GK +GK +GK +NM +Xc +YG +YG +Ii +Ii +Ii +Ii +YG +YG +nf +Ot Ip "} -(82,1,1) = {" +(64,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +nf +FH +FH +FH +FH +FH +FH +FH +nf +nf +FH +FH +wG +nf +nf +nf +MK +MK +MK +MK +MK +MK +MK +nf +nf +nf +nf +nf +MK +MK +MK +MK +Xc +Xc +Xc +Xc +kv +kv +kv +kv +Ts +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +TM +TM +oH +oH +oH +oH +oH +oH +oH +TM +TM +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +nf +nf +Xc +Xc +gE +gE +oK +oK +oK +aZ +nf +nf +oK +wi +kW +AK +Cz +OP +OP +kJ +qr +qr +Np +oK +oK +oK +oK +Hv +Hv +oK +oK +nf +oK +oK +oK +HE +nf +oK +oK +oK +oK +oK +oK +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +NM +GK +GK +GK +GK +GK +NM +YG +YG +dA +dA +YG +Xc +NM +GK +GK +GK +GK +Xc +YG +OX +Ii +Ii +Ii +Ii +Ii +YG +nf +Ot Ip "} -(83,1,1) = {" +(65,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +wG +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +nf +nf +MK +MK +fr +lN +hT +fr +MK +MK +MK +ft +GR +MK +FX +YC +sR +MK +lj +Vs +Xc +Xc +Xc +dO +kv +kv +kv +Wt +Wt +kv +kv +kv +kv +kv +kv +kv +dO +Ts +kv +kv +kv +kv +TM +TM +uJ +Ya +Ya +Ya +mr +Ya +Lm +Ya +Ya +TM +TM +kv +kv +kv +kv +kv +kv +kv +nf +nf +nf +nf +Xc +Xc +ec +Gp +oK +oK +oK +nf +Xc +oK +oK +PE +qG +wV +jN +jN +jN +mB +mB +bT +yh +aZ +oK +oK +oK +Hv +Hv +oK +aZ +nf +nf +oK +oK +Dj +oK +oK +oK +oK +oK +oK +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +GK +GK +GK +GK +GK +YG +YG +YG +Xc +GK +GK +GK +GK +GK +GK +GK +GK +GK +Jo +YG +Ii +Ii +Ii +Ii +Ii +Ii +YG +nf +Ot +Ip +"} +(66,1,1) = {" +Ip +Ot +nf +nf +nf +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +nf +nf +MK +fr +Fq +nj +py +Fq +fr +MK +IV +dZ +Pf +MK +nM +dZ +Bn +MK +Vs +dZ +kS +Xc +Xc +Xc +jY +WN +WN +xf +rE +Wt +kv +kv +kv +kv +kv +kv +kv +Wt +Wt +kv +kv +kv +TM +Lm +Ya +Ya +Lm +Ya +bP +Ya +Ya +Ya +Ya +Lm +TM +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +Xc +Xc +Xc +Xc +gE +oK +oK +aZ +nf +Xc +oK +oK +PE +TL +jN +jN +Bf +jN +mB +mB +Ew +yh +oK +oK +oK +oK +Hv +Hv +oK +nf +nf +nf +nf +oK +Dj +oK +oK +oK +oK +aZ +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +GK +GK +GK +GK +GK +GK +YG +Xc +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +GK +Hg +Iv +YG +Ii +Ii +Ii +Ii +Ii +OX +YG +nf +Ot +Ip +"} +(67,1,1) = {" +Ip +Ot +nf +nf +nf +FH +FH +FH +QH +FH +wG +FH +FH +wG +FH +FH +FH +FH +FH +nf +MK +fr +kI +oj +pG +hT +fr +MK +Ty +dZ +Sa +MK +DH +dZ +vB +MK +mj +dZ +TW +Xc +Xc +Xc +Pq +gu +gu +Lu +kv +Ts +kv +kv +Ts +Wt +kv +kv +kv +kv +Ts +kv +kv +kv +fR +Ya +mr +mi +Mv +Ya +UY +Ya +AV +Mv +vY +Ya +wt +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +Xc +Xc +Xc +Xc +Dj +Dj +Dj +nf +nf +oK +aZ +oK +zK +GE +AK +mB +rj +rj +mk +RY +RY +aV +oK +oK +oK +aZ +oK +YZ +oK +nf +nf +nf +nf +nf +nf +aZ +oK +oK +nf +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +GK +GK +GK +GK +GK +NM +YG +Xc +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +GK +Jo +YG +YG +YG +kQ +Ii +Ii +gP +YG +YG +nf +Ot Ip "} -(84,1,1) = {" +(68,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +wG +Xc +MK +fr +hT +oJ +pG +hT +fr +MK +bV +dZ +dZ +MK +uU +dZ +ai +MK +vj +dZ +dZ +Xc +Xc +Xc +Zw +gu +gu +Lu +kv +kv +kv +kv +kv +Wt +Wt +kv +kv +kv +kv +kv +kv +kv +fR +Ya +Mv +Mv +Mv +Ya +Ya +Ya +jD +Mv +AV +Ya +wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +Xc +Xc +Xc +Xc +Xc +oK +oK +oK +oK +oK +oK +oK +oK +oK +zK +RY +Xp +RY +RY +yu +wm +pS +Qa +oK +oK +oK +oK +oK +oK +oK +oK +oK +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +GK +GK +GK +GK +GK +GK +YG +Xc +Xc +Xc +Xc +GK +NM +GK +GK +Xc +GK +GK +Jo +YG +OX +Ii +YG +Ii +Ii +CI +Ii +YG +nf +Ot Ip "} -(85,1,1) = {" +(69,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +Xc +FH +FH +FH +QH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +Xc +MK +fr +hT +oJ +pG +hT +fr +MK +MK +Dp +MK +MK +MK +Dp +MK +MK +MK +Dp +MK +MK +nf +Xc +ww +gu +gu +Lu +kv +kv +kv +kv +kv +dO +Ts +kv +kv +kv +kv +kv +Wt +Ts +fR +Ya +Lm +Ya +Ya +Ya +TM +Ya +Ya +Ya +Ya +Ya +wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +Xc +nf +nf +Xc +Xc +oK +oK +oK +oK +oK +oK +oK +oK +oK +aZ +oK +oK +oK +oK +aZ +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +NM +GK +GK +GK +GK +GK +GK +YG +Xc +Xc +Xc +Xc +GK +GK +GK +nf +Xc +Xc +GK +Jo +YG +Ii +Ii +Ii +Ii +Ii +Ii +Ii +YG +nf +Ot +Ip +"} +(70,1,1) = {" +Ip +Ot +nf +Xc +Xc +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +Xc +MK +fr +kI +oj +pG +hT +fr +MK +Hf +GN +vj +dZ +dZ +GN +we +Cw +dZ +GN +DI +MK +nf +Xc +xB +Ht +Ht +EQ +kv +kv +kv +kv +kv +kv +kv +kv +dO +kv +kv +Wt +Wt +Wt +fR +yA +Mv +Mv +Ya +TM +TM +TM +Ya +oG +HS +jD +wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +nf +Xc +Xc +aZ +oK +oK +oK +oK +oK +oK +oK +oK +XT +bS +bS +bS +bS +bS +bS +bS +bS +bS +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +aZ +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +GK +GK +GK +GK +GK +GK +GK +YG +YG +Xc +Xc +Xc +GK +GK +GK +Xc +Xc +nf +GK +Jo +aC +Ii +Ii +Ii +Nk +Ii +Ii +Ii +YG +nf +Ot +Ip +"} +(71,1,1) = {" +Ip +Ot +nf +Xc +Xc +FH +FH +FH +QH +FH +wG +FH +FH +FH +FH +FH +FH +FH +FH +Xc +MK +fr +Al +Al +Al +Al +fr +MK +ku +GN +GN +GN +um +zV +we +GN +GN +GN +CY +MK +nf +Xc +Xc +YU +YU +DN +YU +kv +kv +dO +kv +kv +kv +kv +kv +kv +Ts +Wt +Wt +kv +fR +Ya +Ya +Ya +Ya +Ya +TM +Lm +Ya +Ya +Ya +Ya +wt +kv +kv +kv +kv +kv +kv +kv +kv +dO +kv +nf +nf +nf +Xc +Xc +Jv +oK +oK +oK +oK +oK +oK +oK +he +WO +WO +WO +WO +WO +WO +WO +WO +WO +WO +WO +oK +oK +oK +oK +oK +oK +oK +oK +oK +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +GK +GK +GK +GK +GK +GK +GK +GK +YG +Xc +Xc +Xc +GK +GK +GK +GK +NM +GK +GK +Jo +aC +Ii +Ii +OX +Ii +Ii +Ii +Ii +YG +nf +Ot +Ip +"} +(72,1,1) = {" +Ip +Ot +nf +Xc +Xc +wG +FH +FH +FH +FH +FH +FH +FH +FH +wG +FH +FH +FH +Xc +Xc +MK +MK +rD +Al +Al +rD +MK +MK +fw +Vz +hv +tS +we +we +vj +EZ +nG +mX +hs +MK +nf +nf +Xc +gt +xt +YU +YU +Jx +kv +kv +kv +kv +kv +kv +kv +kv +dO +Wt +kv +kv +fR +Ya +TK +AV +Mv +Ya +Ya +Ya +Mv +hy +ig +Ya +wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +nf +nf +Xc +gE +gE +gE +oK +oK +oK +oK +oK +he +WO +xz +Bp +hL +hL +xz +xz +xz +xz +xz +xz +xz +xz +aZ +oK +oK +oK +oK +oK +oK +oK +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +GK +GK +GK +GK +NM +GK +GK +GK +GK +GK +Xc +Xc +Xc +NM +GK +GK +GK +GK +GK +GK +Jo +aC +Ii +Ii +Ii +Nk +Ii +Ii +Ii +YG +nf +Ot Ip "} -(86,1,1) = {" +(73,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +Xc +Xc +Xc +FH +FH +FH +FH +FH +FH +FH +FH +FH +FH +wG +Xc +Xc +Xc +Xc +MK +MK +Dp +Dp +MK +MK +MK +MK +MK +MK +MK +MK +Dp +MK +MK +MK +MK +MK +MK +nf +nf +Xc +YU +YU +YU +YU +YU +YU +YU +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +fR +Lm +DG +Mv +jD +Ya +mP +Ya +Mv +Mv +qv +Ya +wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +dO +nf +nf +nf +Xc +gE +gE +Tg +gE +oK +oK +oK +oK +he +WO +xz +rW +Py +WO +WO +WO +WO +WO +WO +WO +WO +WO +WO +xz +WO +oK +oK +oK +oK +oK +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +NM +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +Jo +YG +Ii +Ii +Ii +Ii +Ii +Ii +Ii +YG +nf +Ot Ip "} -(87,1,1) = {" +(74,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +Xc +Xc +Xc +LX +FH +FH +FH +FH +FH +FH +FH +FH +FH +Xc +Xc +Xc +Xc +Xc +lb +GN +GN +dZ +vj +MK +dZ +dZ +fs +dZ +dZ +GN +dZ +fs +dZ +dZ +dZ +MK +nf +nf +nf +sP +YU +YU +YU +YU +YU +YU +YU +kv +dO +kv +kv +kv +kv +kv +kv +kv +TM +Ya +Ya +Ya +Ya +Ya +Mv +Ya +Ya +Lm +Ya +Ya +TM +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +Xc +gE +gE +gE +ec +Gp +oK +oK +oK +he +WO +xz +yC +WO +WO +Pr +WO +WO +WO +WO +WO +WO +WO +WO +xz +WO +BH +oK +oK +oK +oK +oK +nf +nf +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +Xc +nf +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +dA +GK +GK +GK +tD +tD +Ox +GK +Jo +YG +Ii +Ii +Ii +Nk +Ii +Ii +OX +YG +nf +Ot +Ip +"} +(75,1,1) = {" +Ip +Ot +nf +nf +nf +Xc +LX +LX +LX +wG +FH +FH +FH +FH +FH +Xc +Xc +Xc +Xc +Xc +Xc +nV +nV +GN +GN +GN +GN +Dp +GN +GN +GN +GN +GN +GN +GN +GN +GN +GN +Oj +MK +nf +nf +nf +nf +YU +YU +gt +xt +el +Wm +YU +kv +kv +kv +kv +kv +kv +kv +kv +kv +TM +TM +Ya +Ya +Ya +Ya +Mv +Ya +Ya +Ya +Ya +TM +TM +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +nf +nf +Xc +Xc +gE +gE +gE +gE +oK +oK +aZ +he +WO +xz +WO +WO +WO +kB +WO +WO +WO +WO +WO +WO +WO +WO +xz +WO +BH +oK +oK +oK +oK +oK +dA +NM +GK +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +Xc +NM +GK +GK +GK +GK +GK +GK +GK +tD +GK +GK +GK +GK +dA +GK +Ox +tD +tD +tD +tD +GK +Jo +YG +OX +Ii +Ii +Ii +Ii +Ii +YG +YG +nf +Ot +Ip +"} +(76,1,1) = {" +Ip +Ot +nf +nf +nf +LX +LX +LX +LX +Xc +FH +FH +FH +FH +dL +Xc +Xc +Xc +Xc +Xc +Xc +lb +dZ +GN +GN +GN +GN +Dp +GN +GN +GN +GN +GN +GN +GN +Oj +GN +GN +GN +MK +nf +nf +nf +nf +YU +YU +YU +YU +tN +Xm +YU +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +TM +TM +ba +jn +ba +ba +ba +ba +ba +TM +TM +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +WP +Yl +Yl +Xc +gE +gE +gE +gE +oK +oK +oK +he +WO +xz +WO +WO +WO +Pr +WO +WO +WO +WO +WO +WO +WO +WO +xz +WO +BH +oK +oK +oK +oK +oK +dA +GK +GK +GK +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +GK +GK +GK +GK +GK +GK +GK +tD +tD +Ox +GK +GK +GK +Xc +GK +GK +GK +tD +tD +NM +GK +Jo +YG +YG +YG +YG +YG +YG +YG +YG +nf +nf +Ot +Ip +"} +(77,1,1) = {" +Ip +Ot +nf +nf +LX +LX +LX +LX +Xc +MK +MK +dp +dp +dp +MK +MK +MK +MK +MK +MK +Xc +MK +EZ +GN +GN +EZ +dZ +MK +dZ +dZ +EZ +dZ +dZ +GN +dZ +EZ +dZ +dZ +dZ +MK +nf +nf +nf +Xc +YU +YU +YU +YU +KO +Xm +YU +IS +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +kv +kv +kv +kv +dO +dO +kv +kv +kv +kv +kv +kv +WP +Yl +Yl +Xc +gE +gE +gE +gE +gE +oK +oK +he +WO +xz +WO +WO +WO +tW +WO +WO +WO +WO +WO +WO +WO +WO +xz +WO +oK +oK +oK +oK +oK +oK +nf +GK +GK +GK +GK +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +GK +GK +GK +GK +GK +GK +GK +GK +Ox +tD +tD +GK +GK +GK +Xc +Xc +NM +GK +GK +GK +GK +GK +ek +Sd +Sd +Sd +Sd +Sd +Sd +Sd +rA +nf +nf +Ot +Ip +"} +(78,1,1) = {" +Ip +Ot +nf +nf +nf +LX +LX +Xc +MK +MK +Pl +gm +gm +gm +An +An +MK +vZ +fn +MK +MK +MK +MK +Dp +Dp +MK +MK +MK +MK +MK +MK +MK +MK +Dp +MK +MK +MK +MK +MK +MK +nf +nf +Xc +Xc +YU +YU +YU +el +fP +Wv +Yj +YU +YU +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +kv +kv +dO +kv +NO +oK +Fw +Xc +Xc +gE +Tg +gE +gE +oK +oK +he +WO +xz +WO +WO +WO +WO +WO +WO +WO +WO +WO +WO +WO +WO +xz +WO +oK +oK +oK +oK +oK +oK +nf +GK +GK +GK +GK +GK +GK +NM +nf +Xc +Xc +nf +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +tD +GK +GK +GK +GK +GK +Xc +Xc +nf +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +nf +Ot Ip "} -(88,1,1) = {" +(79,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +LX +LX +Xc +MK +An +vj +gm +gm +gm +dZ +dZ +fs +dZ +dZ +Te +MK +MK +iO +GN +GN +dZ +MK +MK +mX +hs +nE +CR +dZ +GN +dZ +fs +dZ +mX +Hn +MK +nf +nf +Xc +Xc +YU +YU +YU +Os +VT +Hc +Xm +YU +YU +kv +dO +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +Ts +Wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +NO +oK +Fw +oK +Xc +gE +gE +oK +oK +oK +oK +oK +WO +oK +WO +WO +WO +WO +WO +WO +WO +WO +WO +WO +WO +WO +xz +oK +oK +oK +oK +oK +oK +nf +nf +GK +GK +GK +GK +GK +GK +GK +GK +GK +nf +GK +GK +GK +GK +GK +Ox +tD +tD +tD +NM +GK +GK +GK +GK +GK +GK +GK +Xc +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +nf +Ot Ip "} -(89,1,1) = {" +(80,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bJ -gd -gd -gd -hn -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -yZ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -AX -AX -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +LX +LX +LX +nf +MK +HI +dZ +kV +XP +dZ +kV +rI +vj +dZ +dZ +lo +fl +dZ +dZ +GN +GN +dZ +vj +MK +hs +GN +GN +GN +GN +GN +GN +GN +GN +gm +Hn +MK +nf +nf +Xc +Xc +YU +YU +YU +JB +tN +Hc +Xm +gt +xt +kv +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +kv +kv +kv +Wt +Wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +NO +oK +Fw +oK +oK +oK +oK +aZ +oK +oK +oK +oK +oK +aZ +oK +WO +WO +WO +WO +WO +WO +WO +WO +Py +WO +WO +aZ +oK +oK +oK +aZ +oK +oK +oK +nf +GK +GK +GK +tD +tD +Ox +GK +GK +GK +GK +NM +GK +GK +GK +GK +GK +tD +tD +tD +tD +GK +GK +GK +GK +GK +GK +GK +GK +Xc +Xc +GK +GK +NM +GK +GK +GK +NM +GK +GK +GK +GK +nf +GK +NM +nf +Ot +Ip +"} +(81,1,1) = {" +Ip +Ot +nf +nf +LX +LX +nf +nf +MK +in +dZ +dZ +dZ +dZ +dZ +dZ +Ba +hs +Ba +An +fl +dZ +dZ +GN +GN +dZ +Sa +MK +cP +GN +dZ +vj +dZ +GN +hs +jh +dZ +gm +gm +MK +nf +nf +Xc +Xc +gt +xt +YU +YU +tN +Hc +Xm +YU +YU +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +Ts +dO +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +dO +NO +oK +Fw +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +WO +WO +oK +WO +WO +WO +WO +Py +Py +WO +xz +oK +oK +oK +Hv +Hv +YZ +oK +dA +GK +GK +Ox +tD +tD +GK +GK +GK +GK +tD +tD +tD +GK +GK +GK +GK +GK +tD +tD +Ox +GK +GK +GK +GK +GK +GK +GK +GK +GK +Xc +dA +dA +nf +nf +nf +nf +Xc +Xc +Xc +dA +dA +nf +GK +nf +nf +Ot +Ip +"} +(82,1,1) = {" +Ip +Ot +nf +nf +LX +LX +nf +nf +MK +HI +dZ +kV +rI +dZ +kV +rI +Ba +hs +Ba +dx +Dp +GN +GN +GN +GN +dZ +dZ +MK +MK +Dp +MK +MK +MK +Dp +MK +MK +MK +Dp +MK +MK +nf +nf +Xc +Xc +tt +YU +YU +YU +tN +LI +Xm +YU +YU +YU +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +NO +oK +Fw +oK +oK +oK +oK +oK +oK +oK +oK +oK +WO +xz +oK +xz +xz +oK +oK +oK +xz +xz +xz +Tw +PL +ZY +oK +oK +oK +YZ +Hv +Hv +Hv +oK +dA +GK +GK +NM +GK +GK +GK +GK +GK +Ox +tD +tD +tD +Ox +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +NM +GK +GK +GK +GK +GK +GK +nf +nf +Xc +Xc +Xc +Xc +GK +GK +GK +nf +nf +nf +nf +Ot +Ip +"} +(83,1,1) = {" +Ip +Ot +nf +nf +LX +LX +nf +nf +MK +in +dZ +dZ +vj +dZ +dZ +dZ +Ba +hs +Ba +YV +fl +dZ +dZ +dZ +vj +dZ +dZ +MK +kV +dZ +gm +MK +xX +gm +kV +MK +Pl +gm +gm +MK +nf +nf +nf +Xc +Xc +Ik +YU +el +fP +FA +QG +YU +YU +ou +Sc +rZ +IM +Sc +Vu +Ct +NG +yK +kv +kv +Wt +Ts +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +NO +oK +Fw +aZ +oK +oK +oK +oK +oK +oK +oK +he +WO +WO +WO +WO +WO +oK +oK +aZ +oK +WO +WO +WO +WO +WO +WO +oK +oK +oK +Hv +Hv +oK +oK +Xc +Xc +Xc +Xc +GK +GK +GK +GK +GK +GK +tD +tD +tD +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +NM +GK +GK +GK +GK +nf +nf +nf +nf +Ot +Ip +"} +(84,1,1) = {" +Ip +Ot +nf +nf +LX +LX +nf +nf +MK +HI +dZ +kV +rI +dZ +kV +rI +dZ +dZ +dZ +An +fl +dZ +dZ +dZ +dZ +dZ +Sa +MK +gm +gm +mN +MK +zl +gm +Sa +MK +gm +dZ +mN +MK +nf +nf +nf +Xc +Xc +YU +IS +tN +Hc +Xm +MX +YU +ou +tM +xE +Ky +NL +Zn +QA +Sc +Sc +GA +kv +Wt +Wt +Wt +kv +kv +dO +Ts +Wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +NO +oK +Fw +oK +oK +oK +oK +oK +oK +oK +oK +MN +OH +OH +OH +OH +OH +OH +oK +oK +oK +OH +OH +OH +OH +OH +oK +oK +oK +oK +oK +oK +oK +oK +Xc +Xc +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +nf +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +nf +nf +nf +nf +Ot +Ip +"} +(85,1,1) = {" +Ip +Ot +nf +nf +LX +LX +nf +nf +MK +An +dZ +dZ +dZ +dZ +dZ +dZ +EZ +dZ +dZ +Sf +MK +dZ +vj +dZ +dZ +dZ +dZ +MK +vj +gm +gm +MK +Pl +dZ +dZ +MK +gm +dZ +kV +MK +nf +nf +nf +Xc +Xc +YU +el +fP +Hc +Xm +YU +YU +Fi +At +zB +YA +YA +YA +Ky +Ky +mW +Zl +kv +Ts +Wt +kv +kv +kv +kv +Wt +Wt +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +Lw +gb +gE +ZG +Gp +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +aZ +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +aZ +Xc +Xc +Xc +Xc +NM +GK +GK +GK +GK +GK +GK +nf +nf +nf +NM +GK +GK +GK +GK +NM +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +nf +nf +nf +nf +nf +Ot +Ip +"} +(86,1,1) = {" +Ip +Ot +nf +nf +LX +LX +LX +nf +MK +MK +ic +An +An +lA +Pi +MF +MK +cs +nN +MK +MK +MK +lG +oN +oN +oN +LO +MK +MK +dZ +gm +MK +dZ +dZ +vj +MK +dZ +vj +MK +MK +Vh +nf +nf +nf +Xc +Xc +tN +Hc +Hc +Xm +YU +YU +Fi +nF +YA +YA +xE +YA +Ky +Ky +Pc +Zl +kv +kv +kv +kv +kv +kv +kv +kv +Ts +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +YU +YU +WP +Yl +Yl +gE +gE +oK +aZ +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +yY +Xc +Xc +Xc +GK +GK +GK +GK +GK +GK +GK +nf +nf +nf +nf +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +GK +NM +GK +GK +GK +GK +GK +GK +NM +nf +nf +nf +nf +nf +nf +Ot Ip "} -(90,1,1) = {" +(87,1,1) = {" Ip -bN -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -Na -Na -Na -Na -rJ -rJ -rJ -bJ -gd -gd -dg -YB -YB -YB -ZE -gd -gd -gd -gd -gd -gd -gd -hn -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -xm -xm -xm -xm -xm -bJ -gd -gd -gd -gd -fA -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -AX -AX -iY -iY -iY -AX -AX -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -bN +Ot +nf +nf +nf +LX +LX +nf +nf +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +MK +UU +UU +UU +UU +MK +MK +rq +MK +MK +MK +rq +MK +MK +rq +MK +MK +Vh +Vh +nf +nf +nf +Xc +el +fP +Hc +FA +QG +YU +IS +nC +PF +YA +YQ +wd +wd +GL +gy +gy +KR +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +gt +xt +Xc +WP +Yl +Yl +ER +gE +gE +gE +gE +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +aZ +oK +oK +oK +oK +gE +gE +Xc +Xc +Xc +Xc +GK +GK +GK +GK +GK +NM +nf +nf +nf +nf +nf +GK +GK +GK +GK +GK +Xc +Xc +Xc +nf +nf +nf +Xc +Xc +Xc +Xc +GK +GK +GK +GK +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +Ot Ip "} -(91,1,1) = {" +(88,1,1) = {" Ip Ot nf nf nf +LX +LX +LX nf nf nf -bJ -fA -rJ -rJ -rJ -rJ -rJ -rJ -bJ -gd -gd -hn -rJ -rJ -rJ -Na -Na -Na -Na -rJ -rJ -bJ -dg -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -fI -gd -gd -gd -gd -gd -hn -rJ -rJ -rJ -bJ -OV -gd -gd -gd -hn -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -xm -xm -xm -xm -xm -xm -cy -YB -YB -YB -uR -fI -gd -hn -rJ -rJ -rJ -rJ -rJ -rJ -rJ -AX -iY -iY -iY -AX -or -or -or -or -AX -AX +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +nf +MK +qm +qm +qm +qm +MK +Vh +Vh +Vh +Vh +Vh +Vh +Vh +Vh +Vh +Vh +Vh +Vh +Vh +Vh +nf +el +io +fP +Hc +FA +QG +YU +YU +YU +YU +nC +gy +rZ +gy +gy +ql +ox +Aj +zY +kv +dO +kv +kv +kv +kv +kv +kv +kv +kv +kv +dO +kv +kv +kv +kv +kv +kv +kv +YU +YU +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Tg +gE +gE +gE +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +oK +aZ +oK +oK +oK +oK +oK +oK +oK +oK +gE +ec +Gp +gE +XD +Xc +Xc +Xc +Xc +GK +Ck +fF +nf +nf +nf +nf +nf +nf +GK +GK +GK +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(89,1,1) = {" +Ip +Ot +nf +nf +LX +LX +LX +LX +LX +LX +nf +nf +nf +nf +nf +nf +nf +nf +nf +LX +nf +nf +MK +yP +yP +yP +yP +MK +Vh +Vh +Vh +Vh +Vh +Fb +ee +ee +ee +eL +Vh +Vh +Vh +Vh +Fb +Hb +HJ +HJ +IZ +QG +YU +YU +YU +YU +YU +YU +Rb +YU +YU +YU +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +YU +YU +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +ec +Gp +gE +aZ +oK +oK +oK +Db +uq +uq +Zz +Zz +Zz +Zz +oK +oK +oK +oK +oK +oK +oK +oK +oK +yY +gE +gE +gE +XD +Bb +XD +Xc +Xc +Xc +Xc +Qp +mY +nf +nf +nf +nf +nf +nf +nf +NM +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(90,1,1) = {" +Ip +Ot +nf +nf +nf +LX +LX +LX +LX +LX +LX +LX +LX +LX +LX +LX +LX +LX +LX +LX +LX +nf +nf +pn +pn +pn +pn +Vh +Vh +Vh +Fb +ee +ee +Hb +HJ +HJ +HJ +ZE +ee +ee +ee +ee +Hb +HJ +HJ +HJ +Yk +JH +YU +YU +YU +YU +YU +YU +YU +YU +YU +kv +kv +kv +dO +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +YU +Xc +Xc +fN +wU +wU +wU +wU +DQ +Xc +Xc +Xc +Xc +Xc +Xc +Xc +XD +XD +Zz +Zz +Zz +Zz +uq +uq iY iY iY -AX -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -Wm -io -io -io -io -io -io -io +uq +uq +Zz +Zz +Zz +Zz +oK +gE +Hz +gE +gE +XD +XD +XD +XD +XD +XD +XD +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +nf +nf +nf +nf +nf +nf +Ot +Ip +"} +(91,1,1) = {" +Ip +Ot +nf +nf +nf +nf +nf +nf +Fb +dH +LX +LX +LX +LX +LX +LX +Fb +ee +ee +eL +LX +nf +nf +pn +pn +pn +pn +Vh +Vh +Fb +Hb +HJ +HJ +HJ +HJ +HJ +HJ +HJ +Hc +HJ +HJ +Hc +HJ +HJ +HJ +HJ +dX +ee +ee +ee io +Yj +gt +xt +YU +el +OV io io io -rY +Yj +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +kv +dO +gt +xt +Xc +Xc +Ho +bB +bB +bB +OC +lh +wU +Ce +Xc +Xc +Xc +Xc +Xc +Xc +Xc +uq +iY +iY +iY +uq +or +or +or +ne +uq +uq +iY +iY +iY +uq +mq +Gp +gE +XD +Xx +gD +bK +Bb +XD +iz +mq +vH +Xc +Xc +Xc +Xc +Xc +Xc +nf +nf +nf +Xc +Xc +Xc +Xc +Xc +Xc nf nf +hF +Ic +Ic +Ic +Ic +Ic +JJ +Ic +Ic +Ic +Ic +Ic +rY +Xc +Xc nf nf nf @@ -22851,158 +30419,158 @@ nf nf nf nf -bJ -dg -fI -gd -gd -fA -rJ -bJ -gd -dg -YB -YB +Fb +Hb +dX +XX +mD +vi +LX +Fb +ee +Hb +Hc +HJ yB -hn -rJ -rJ -Na -Na -Na -Na -rJ -bJ -dg -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -fI -gd -gd -gd -dg -YB -YB -YB -YB -fI -hn -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -xm -xm -xm -xm -xm -xm -bJ -dg -YB -YB -YB -YB -YB -YB -fI -gd -hn -rJ -rJ -rJ -AX -AX -AX -or -or -or -or -or -or -or -or -or +eL +nf +nf +pn +pn +pn +pn +Vh +Fb +Hb +HJ +HJ +HJ +HJ +HJ +HJ +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +HJ +HJ +HJ +HJ +HJ +HJ +HJ +dX +ee +ee +ee +Hb +Hc +Hc +Hc +Hc +Wv +Yj +kv +kv +Tv +Tv +Tv +kv +dO +kv +kv +kv +kv +kv +kv +kv +kv +kv +YU +YU +Xc +Xc +fN +Sw +bB +bB +Bz +Bz +Bz +Bz +lh +wU +Ce +Xc +Xc +Xc +uq +uq +uq +aI +sL +sL +XK or or +sL +sL +Cv +vO or or -AX -AX -rJ -Wm -io -io -io -io -io -io -io -io -rY -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -Wm -Lb -el -el -el -el -el -el -el -el -el -el -el -Wv -rY -nf -nf +sL +uq +uq +iz +Xx +gD +IA +Bs +dI +gD +wY +jq +UO +bK +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc nf +hF +ZO +Tf +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +js +rY +Xc +Xc +Xc nf nf nf @@ -23019,159 +30587,159 @@ nf nf nf nf -bJ +Fb iL -YB -YB -YB -YB -fI -gd +HJ +HJ +iu +dD +FN +ee hl -YB -YB -YB -YB -YB -fI -gd +Hc +Hc +Hc +Hc +Hc +dX +ee hp -Ti -Ti -Ti -Ti +pn +pn +pn +pn nh un -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -fI -gd -gd -gd -gd -gd -fA -xm -xm -xm -xm -xm -xm -xm -xm -xm -xm -Xc -Xc -Xc -xm -cy -YB -YB -YB -YB -YB -YB -YB -YB -YB -fI -gd -gd -gd +sM +HJ +HJ +HJ +HJ +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +Hc +Hc +Hc +Hc +Wv +io +ee +ee +ee +ee +dH +kv +kv +kv +kv +kv +kv +kv +dO +kv +kv +Xc +Xc +Xc +Xc +Ho +bB +bB +Bz +Bz +Bz +Bz +Bz +Bz +Bz +lh +wU +wU +wU gf -AX +uq +sp +qk or +sL +qk or or +sL +sL +Cv +Fz +sL or or -or -or -or -or -or -or -or -or -or -AX +uq NS -io -Lb -el -el -el -el -el -el -el -el -Wv -io -io -io -io +gD +IA +Bs +Bs +Bs +Bs +Mx +Fp +jq +Ri +dI +gD +gD +Ic +Ic rY -rJ -rJ -rJ -rJ -rJ -rJ -rJ -Wm -io -io -io -Lb -el -el -el -el -el -el -el -el -el -el -el -el -el -Wv -io +Xc +Xc +Xc +Xc +Xc +Xc +Xc +hF +Ic +Ic +Ic +ZO +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +TH +js +Ic rY -nf +Xc nf nf nf @@ -23188,158 +30756,158 @@ nf nf nf nf -cy -YB -YB -YB -YB -YB -YB -Mn -YB -YB -YB -YB -YB -YB -YB -YB +bf +HJ +Hc +Hc iu -Ti -Ti -Ti +dD +nZ +Mn +Hc +Hc +Hc +Hc +Hc +Hc +Hc +HJ +lF +pn +pn +pn Ti nZ -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -On -Xm -xm -xm -xm -xm -xm -xm -xm -xm -nX -nX -Xc -Xc -Xc -Xc -cy -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -On -iu -Xt -or -or -or -or -or -or -or -or +Hc +HJ +HJ +HJ +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +Hc +HJ +HJ +HJ +Hc +Hc +HJ +HJ +HJ +HJ +HJ +Uj +Yk +Tv +Tv +kv +dO +kv +kv +kv +kv +XC +XC +Xc +Xc +Xc +Xc +Ho +bB +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +bB +HV +iD +jW +HF +qk or or or or +qk +qk +qk +Cv +Wq +sL or or -Xt -VT -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -Wv -io -io -io -io -io -io -io -Lb -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -Wv +jW +jS +Wk +Wk +Dg +oD +Mx +Mx +Mx +Fp +jq +uc +FF +Mx +Mx +Mx +Tf +js +Ic +Ic +Ic +Ic +Ic +Ic +JJ +ZO +Mx +TH +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +js rY nf nf @@ -23357,159 +30925,159 @@ nf nf nf nf -cy -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +tN +yz +uy +uy +qB +dD +nZ +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc iu Ti Ti Ti Ti nZ -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc On -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -Xm -xm -xm -xm -xm -xm -Xc -nX -nX -nX -nX -nX -Xc -Xc -Xc -cy -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -iu -Xt -or -or -or -or -or -or -or -or +Hc +HJ +HJ +HJ +HJ +HJ +HJ +HJ +Hc +Hc +Hc +Hc +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +Yk +Tv +Tv +Tv +kv +kv +Xc +XC +XC +XC +XC +XC +Xc +Xc +Xc +Ho +bB +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +bB +bB +iD +jW +ye +sL +sL or or or +qk +qk +Fz +Cv +sL or or or -Xt -VT -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -nV +jW +Bs +Bs +Wl +Ri +Mx +Mx +Mx +Mx +Fp +jq +jq +Ri +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Ay nf nf nf @@ -23525,160 +31093,160 @@ Ot nf nf nf -bJ -dg -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +el +fP +iu +dD +dD +dD +dD +nZ +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc iu Ti Ti Ti Ti nZ -YB -YB -YB -YB -YB -YB -YB -uR -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -fI -hn -xm -xm -xm +Hc +Hc +Hc +Hc +Hc +Hc +Hc +LI +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +HJ +HJ +HJ +HJ +Hc +Hc +Hc +Hc +Hc +Hc +Hc +HJ +HJ +HJ +HJ +HJ +HJ +Hc +HJ +dX +eL +Tv +Tv +Tv Xc Xc Xc -nX -nX -nX -nX -nX +XC +XC +XC +XC +XC Xc Kd ae -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -iu -Xt -or -or -or -or -or +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +bB +iD +jW +ye +sL or or +qk or or or +uV +Cv +qk or or -or -or -Xt -VT -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -Wv +qk +jW +Bs +Mx +Mx +Ri +Mx +Mx +Mx +Mx +oo +Ku +jq +uc +tZ +FF +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +js rY nf nf @@ -23694,22 +31262,22 @@ Ot nf nf nf -cy -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +tN +Hc +iu +dD +jp +dD +zv +Eo +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc Cy iu Ti @@ -23717,138 +31285,138 @@ Ti Ti Ti nZ -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -Xm -xm -xm -Xc -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -cy -YB -YB -YB -YB -YB -Xc -Xc -Xc -YB -YB -YB -YB -YB -iu -Xt -or -or -or -or -or -or -or +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +HJ +HJ +HJ +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +HJ +HJ +Hc +Hc +Hc +Hc +HJ +Yk +Tv +Tv +Xc +Xc +Xc +Xc +XC +XC +XC +XC +XC +XC +XC +Ho +Bz +Bz +Bz +Bz +Bz +Xc +Xc +Xc +Bz +Bz +Bz +Bz +Bz +Wx +jW +Zr or or or +qk or or +uV +LW +Cv +Fz or or -Xt -VT -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -nV +Fz +jW +Bs +Mx +Mx +Ri +Mx +Mx +Mx +Mx +Mx +Fp +jq +jq +jq +Ri +Mx +Mx +Mx +tE +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Ay nf nf nf @@ -23862,163 +31430,163 @@ Ip Ot nf nf -bJ -dg -YB -YB -YB -YB -Cy -YB -YB -YB -YB -YB +el +fP +Hc +iu +dD +jp +dD +nZ +Hc +Hc +Hc +Hc On -YB -YB -YB -YB -YB +Hc +Hc +Hc +Hc +Hc iu Ti Ti Ti Ti nZ -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -Xm -nX -nX -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -cy -YB -YB -YB -YB -YB -Xc -Xc -Xc -Xc -YB -YB -YB -YB -iu -Xt -or -or -or -or -or -or -or -or -or -or +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Yk +XC +XC +Xc +Xc +Xc +XC +XC +XC +XC +XC +XC +XC +dk +ze +Bz +Bz +Bz +Bz +Bz +Xc +Xc +Xc +Xc +Bz +Bz +Bz +bB +iD +jW +Cr +sL +sL or or +iR +pw +EH +qR +Cv +Fz or or -Xt -VT -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -fP -FA -FA -FA -Yj -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -el -Wv -io +Fz +jW +MR +WE +Il +vf +Mx +Mx +Mx +Mx +Mx +oo +Il +Fx +jq +Ri +Mx +Mx +Mx +cc +KU +KU +KU +mc +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Mx +Tf +Mx +Mx +Mx +Mx +Mx +Mx +Mx +tJ +Ic rY nf nf @@ -24032,22 +31600,22 @@ Ot nf aM bY -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -gF +Hc +Hc +iu +dD +dD +dD +nZ +Hc +Cy +Hc +Hc +Hc +Hc +Hc +Hc +FA eV jo Ti @@ -24060,134 +31628,134 @@ Re eV eV eV -di -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -gF +VT +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +FA eV eV eV eV gU -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -cy -YB -YB -YB -YB -YB -YB -Xc -Xc -Xc -YB -YB -YB -YB -iu -AX -or -or -or -or -or -or -or -or +XC +XC +XC +XC +XC +XC +XC +XC +XC +XC +XC +dk +dk +ze +Bz +Bz +Bz +Bz +Bz +Bz +Xc +Xc +Xc +Bz +Bz +Bz +bB +iD +uq +cm +Fz +sL +sL +ky +uV +qk +qk +qk +Cv +sL or or or -or -or -or -AX +uq Om -FA -FA -FA -FA -FA -Yj -el -el -el -el -el -el -el -el -el -fP -QG -km -WI -zA -tN -Yj -el -el -el -el -el -el -el -el -el -fP -FA -FA -FA -FA -FA -FA -FA -FA -FA -FA -FA -FA -FA -FA -FA +VM +KU +KU +KU +KU +mc +Mx +Mx +Mx +Mx +Fp +jq +Ri +Mx +Mx +cc +xh +Zq +pm +aa +Vl +mc +Tf +Mx +Mx +Mx +Mx +Mx +Mx +Mx +TH +cc +KU +KU +KU +KU +KU +KU +KU +KU +KU +KU +KU +KU +KU +KU +KU HB ma nf @@ -24200,165 +31768,165 @@ Ip Ot Xc Xc -cy -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -gF +tN +Hc +Hc +iu +dD +zv +SX +Eo +Hc +Hc +Hc +Hc +Hc +Hc +Hc +FA gU -nX -nX +Cq +Cq Ti Ti Ti Ti -nX -rz -nX -nX -nX -nX -cG -eV -eV -eV -eV -di -On -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -gF +Cq +hR +Cq +Cq +Cq +Cq +Os eV eV -gU -Dy -Dy -yI -Et -nX -nX -nX -nX -nX -nX -nX -nX -rz -nX -nX -nX -nX -nX -cG eV eV -di -YB -YB -YB -YB -Xc -YB -YB -YB -YB -YB -AX -AX -AX -AX -nn -or -or -or -or -or -or -or -or -or -or -AX -AX -AX -zA +VT +On +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +FA +eV +eV +gU +jv +jv +yI +gc +XC +XC +XC +XC +XC +dk +XC +XC +PG +XC +dk +dk +dk +dk +mF +iZ +iZ +Df +Bz +Bz +Bz +Bz +Xc +Bz +Bz +Bz +Bz +bB +uq +uq +uq +uq +Tq +Tq +Cv +Cv +Cv +Cv +Cv +Cv +aK +sL +sL +uq +uq +uq +fT yo km WI zA -tN -Yj -el -el -el -el -el -el -el -el -nV -zA -zA -zA -zA -zA -tN -FA -FA -FA -FA -FA -FA -FA -FA -FA -Os -zh -zA -zA -zA -zA +Vl +aP +Mx +Mx +Mx +Fp +jq +Ri +TH +Mx +Ay +aa +aa +aa +aa +aa +Vl +KU +KU +KU +KU +KU +KU +KU +KU +KU +HW +Gx +aa +aa +aa +aa Xc Xc -zh -zA -zA -zA -zA -zA +Gx +aa +aa +aa +aa +aa Xc Xc -zA -zA +aa +aa Xc Xc Ot @@ -24369,165 +31937,165 @@ Ip Ot Xc Xc -cG -di -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -uR +Os +VT +Hc +iu +dD +nZ +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +LI Xm -nX -nX -nX +Cq +Cq +Cq Ti Ti Ti Ti -nX -nX -nX -nX -nX -nX -nX -nX -nX -dV -Et -cG +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Wb +dM +Os eV eV eV eV -di -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +VT +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc +Hc eF gU -nX -nX -nX -qj -lH -wy -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -cG -di -YB -YB -YB -YB -YB -YB -YB -YB -gF +Cq +Cq +Cq +CS +XM +Yd +XC +XC +dk +XC +XC +dk +dk +dk +XC +XC +dk +dk +dk +dk +dk +dk +dk +dk +mF +Df +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +de UD -km -WI -AX -nn -or -or -or -or -or -or +AA +bm +uq +lZ or +qk +Fz +Fz or +sL +Tq or or -AX -km -WI -zA -zA -zA -zA -zA -zh -tN -FA -FA -Yj -el -el -el -el -fP -Os -zA -zA -zA +sL +uq +AA +Iu +fT zA zA zA zA zh -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc -zA -ad -Xc -km -WI -ad -zA -zA -zA -zA -Xc -ad -zA -zA -zA +Vl +KU +KU +mc +Fp +jq +Ri +Mx +cc +HW +aa +aa +aa +aa +aa +aa +aa +Gx +aa +aa +aa +aa +aa +aa +aa +aa +Xc +Xc +aa +jI +Xc +Zq +pm +jI +aa +aa +aa +aa +Xc +jI +aa +aa +aa Xc Xc Ot @@ -24538,55 +32106,55 @@ Ip Ot Xc Xc -nX -cG -di -uR -YB -YB -gF +Cq +Os +VT +Xl +dD +nZ +FA eV -di -YB -YB -YB -YB -YB -gF +VT +Hc +Hc +Hc +Hc +Hc +FA gU -rz -nX -nX +hR +Cq +Cq Ti Ti Ti Ti -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq Xc Xc Xc Xc Xc -cG +Os eV eV eV eV eV Oa -YB -YB -gF +Hc +Hc +FA eV eV eV @@ -24594,60 +32162,60 @@ eV eV eV gU -nX -nX -nX -nX -qj -lH -wy -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -dV -Et -nX -nX -nX -rz -nX -cy -YB -YB -YB -YB -YB -YB -YB -YB -Xm -yo -zA -AX -AX +Cq +Cq +Cq +Cq +CS +XM +en +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +bb +ph +dk +dk +dk +ap +dk +ze +Bz +Bz +Bz +Bz +Bz +Bz +Bz +Bz +tT +gw +Oz +uq +uq +sL +sL or or or or +sL +Tq or or -or -or -or -or -or -AX -yo -zA +iR +uq +gw +Oz zA zA zh @@ -24657,44 +32225,44 @@ zA zA zA yo -tN -FA -FA -FA -FA -QG -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -wE -zA -Ec -Ec -zA +Vl +kn +jq +Xg +KU +xh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xc +ce +aa +EI +EI +aa WC Xc -zA -zA -zA -Ec -Ec -zA +aa +aa +aa +EI +EI +aa WC Xc Xc @@ -24707,42 +32275,42 @@ Ip Ot Xc Xc -dV -Et -cG -eV -eV -eV +Wb +dM +Os +Pa +dD +Bo gU Xc -cG +Os Oa -YB -YB -gF +Hc +Hc +FA eV gU -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -rz +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +hR Xc Xc -nX -nX -nX -nX -nX -nX -VE +Cq +Cq +Cq +Cq +Cq +Cq +ys Xc Xc Xc @@ -24752,85 +32320,70 @@ Xc Xc Xc Xc -cG +Os eV eV gU -dV -Et -nX -nX -nX -nX -nX -nX -nX -nX -nX -qj -lH -wy -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -cG -di -YB -YB -YB -YB -YB -YB -YB -Xm -zA -zh -AX -or -or -or -or -or -or -or -or -or -or -or -or -AX -zA -zA -zA -zh -zA -zA -zA -zA -zA -zA -km -WI -zA -zA -zA -zA +Wb +dM +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +CS +XM +en +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +mF +Df +Bz +Bz +Bz +Bz +Bz +Bz +Bz +tT +Oz +ZX +uq +ny +sL +qk +qk +qk +AR +sL +sL +Cv +qs +qs +qs +uq +Oz zA zA zh @@ -24840,32 +32393,47 @@ zA zA zA zA -zA -zA -zh -zA -Xc km WI -zA -zA -zA -wE -wE -Ec -Xc -wE -Ec -wE -zA -zA -zA -zA -Xc -wE -Ec -wE -zA +aa +aa +aa +aa +aa +aa +Gx +aa +aa +aa +aa +aa +aa +aa +aa +Gx +aa +Xc +Zq +pm +aa +aa +aa +ce +ce +EI +Xc +ce +EI +ce +aa +aa +aa +aa +Xc +ce +EI +ce +aa Xc Xc Ot @@ -24877,114 +32445,114 @@ Ot Xc Xc Xc -nX -nX -nX -nX -rz +Cq +Cq +Cq +Cq +hR Xc Xc Xc -cG +Os eV eV gU -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -xm -Xc -VE -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -Xc -Xc -Xc -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -qj -lH -wy -nX -nX -nX -xm -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -cG -di -YB -YB -YB -YB -YB -YB -Xm -Bm -zA -Xt -or -or -or +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Xc +ok +Xc +ys +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +CS +XM +en +dk +dk +dk +tr +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +mF +Df +Bz +Bz +Bz +Bz +Bz +Bz +tT +nH +Oz +jW or or -or -or -or -nn -nn -nn -AX -AX -HO +Cv +Cv +Cv +Cv +Tq +Tq +Cv +Cv +Cv +uq +uq +CN HO HO HO @@ -24996,164 +32564,164 @@ HO HO HO FK -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc -Ec -Xc -Xc -Xc -Ec -Xc -zA -zA -Ec -ad -Ec -Xc -Xc -wE -kr -zA -zA -zA -zA -Xc -Xc -wE -km -WI -Xc -Xc -Ot -Ip -"} -(105,1,1) = {" -Ip -Ot -Xc -Xc -Xc -nX -nX -nX -nX -Xc +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa Xc Xc +EI Xc Xc -dV -Et -nX -nX -nX -rz -nX -nX -dV -Et -nX -nX -nX -nX -nX -pZ -Xc -xm -Xc -Xc -dV -Et -nX -nX -nX -nX -nX -nX -nX -nX Xc +EI Xc +aa +aa +EI +jI +EI Xc Xc +ce +VC +aa +aa +aa +aa Xc -VE -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -qj -lH -wy -nX -nX -nX -xm -xm -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -cy -YB -YB -YB -YB -YB -YB -Xm -zA -zA -Xt -or -or -or -or -or +Xc +ce +Zq +pm +Xc +Xc +Ot +Ip +"} +(105,1,1) = {" +Ip +Ot +Xc +Xc +Xc +Cq +Cq +Cq +Cq +Xc +Xc +Xc +Xc +Xc +Wb +dM +Cq +Cq +Cq +hR +Cq +Cq +Wb +dM +Cq +Cq +Cq +Cq +Cq +Se +Xc +ok +Xc +Xc +Wb +dM +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Xc +Xc +Xc +Xc +Xc +ys +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +CS +XM +en +dk +dk +dk +tr +tr +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +dk +ze +Bz +Bz +Bz +Bz +Bz +Bz +lK +Oz +Oz +jW or or or +iR +iR +Cv or or or -Xt -il -zA +sV +tC +jW +LU +fT zA il zA @@ -25165,18 +32733,18 @@ Uf pN JN HO -zA -zA -zA -zA -zA -kr -zA -Ec +aa +aa +aa +aa +aa +VC +aa +EI wx -gS +OW xD -kr +VC Xc Xc Xc @@ -25186,20 +32754,20 @@ Xc Xc Xc Xc -zA +aa Xc Xc Xc -ad +jI OA -ad +jI Vg -Ec -kr -zA -zA -zA -zA +EI +VC +aa +aa +aa +aa Xc Xc Xc @@ -25216,116 +32784,116 @@ Xc Xc Xc Xc -nX -nX -nX -Xc -Xc -Xc -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -Xc -Xc -nX -nX -nX -nX -nX -pZ -pZ -rz -Xc -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -rz -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -qj -lH -wy -nX -nX -nX -nX -xm -nX -xm -nX -nX -dV -Et -nX -nX -nX -nX -nX -dV -Et -nX -nX -nX -cy -YB -YB -YB -YB -YB -YB +Cq +Cq +Cq +Xc +Xc +Xc +Xc +Xc +Xc +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Xc +Xc +Cq +Cq +Cq +Cq +Cq +Se +Se +hR +Xc +Xc +Xc +Xc +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +hR +Xc +Xc +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +CS +XM +en +dk +dk +dk +dk +tr +dk +tr +dk +dk +bb +ph +dk +dk +dk +dk +dk +bb +ph +dk +dk +dk +ze +Bz +Bz +Bz +Bz +Bz +Bz uM -WI -zA -Xt -or -or -or +bm +Oz +jW or or or +rB +iR +Cv or or or or -or -Xt -il +Rx +jW +WY il -nn -nn -nn +Uh +Uh +Uh zA HO zA @@ -25334,41 +32902,41 @@ zA zA zA HO -zh -zA -zA -zA -MQ +Gx +aa +aa +aa +tP Xc Xc -ad -zA -Hk -Hk -ad -zA +jI +aa +Ut +Ut +jI +aa Xc -gS +OW tU -Hk -Xc -gS -ad -Hk -zA -km -WI -Ec -Ec -Ec -wE +Ut +Xc +OW +jI +Ut +aa +Zq +pm +EI +EI +EI +ce nP VS -ad -zA -zA -zA -zA +jI +aa +aa +aa +aa Xc Xc Xc @@ -25385,116 +32953,116 @@ Xc Xc Xc Xc -nX -nX -nX -Xc -Xc -Xc -Xc -Xc -Xc -Xc -nX -nX -nX -nX -nX -je -je -Xc -nX -nX -nX -nX -pZ -je -pZ -nX -dV -Et -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -pL -nX -nX -nX -qj -lH -wy -nX -nX -nX -nX -nX -nX -xm -xm -nX -nX -nX -pL -nX -nX -nX -nX -pL -nX -nX -nX -nX -cG -di -YB -YB -YB -YB -YB -Xm -zA -zA -AX -or -or -or -or +Cq +Cq +Cq +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Cq +Cq +Cq +Cq +Cq +LQ +LQ +Xc +Cq +Cq +Cq +Cq +Se +LQ +Se +Cq +Wb +dM +Xc +Xc +Xc +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Ix +Cq +Cq +Cq +CS +XM +en +dk +dk +dk +dk +dk +dk +tr +tr +dk +dk +dk +dN +dk +dk +dk +dk +dN +dk +dk +dk +dk +mF +Df +Bz +Bz +Bz +Bz +Bz +lK +Oz +Oz +uq +aK or or or +lW +Cv +lZ or or -or -or -Xt -il +rB +tC +jW +WY il -nn -EM -nn +Uh +gV +Uh il HO zA @@ -25503,41 +33071,41 @@ zA ZM ob HO -zA -km -WI -zA +aa +Zq +pm +aa Xc Xc -kx -kr +oE +VC Ue -Hk -ad -kx -wE -zA -zA -zA +Ut +jI +oE +ce +aa +aa +aa Xc Xc -Ec +EI Xc -zA -zA -zA -ad +aa +aa +aa +jI LT Xc -Ec +EI Xc -ad -Ec -wE -zh -zA -zA -zA +jI +EI +ce +Gx +aa +aa +aa Xc Xc Xc @@ -25554,116 +33122,116 @@ Xc Xc Xc Xc -nX -nX -nX -nX +Cq +Cq +Cq +Cq Xc Xc Xc Xc Xc -nX -nX -nX -nX +Cq +Cq +Cq +Cq Xc Xc -nX -je -nX -nX -nX +Cq +LQ +Cq +Cq +Cq Xc Xc Xc -je -pZ -nX -nX -nX -xm -xm +LQ +Se +Cq +Cq +Cq +ok +ok Xc Xc Xc -rz -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -nX -nX -nX -nX -dV -Et -AX -AX -Xt +hR +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Xc +Cq +Cq +Cq +Cq +Wb +dM +EK +EK +aj Yo -AX -AX +EK +EK bw -nX -nX -nX -xm -nX -nX -xm -xm -nX -nX -rz -AX -AX -Xt -Xt -AX -AX -nX -nX -nX -nX -rz -cy -On -YB -YB -YB -YB -Xm -zA -zA -AX -AX -or +dk +dk +dk +tr +dk +dk +tr +tr +dk +dk +ap +EK +EK +aj +aj +EK +EK +dk +dk +dk +dk +ap +ze +Xs +Bz +Bz +Bz +Bz +lK +zA +Oz +uq +uq or or or +ne +Cv +aK or -or -or -or -or -AX -AX -il -il -nn -jE -nn +sL +sL +uq +uq +WY +WY +Uh +mt +Uh il HO ob @@ -25672,41 +33240,41 @@ zA zA IL HO -zA -zA -zA -zA +aa +aa +aa +aa Xc -Ec +EI kf Ue Xc Xc -Ec +EI Xc -zA -zA -km -WI +aa +aa +Zq +pm Xc Xc Xc Xc -zA -zA -zA -zA +aa +aa +aa +aa US Xc -ad +jI Xc Xc -Ec +EI Xc -zA -zA -zA -zA +aa +aa +aa +aa Xc Xc Xc @@ -25723,113 +33291,113 @@ Xc Xc Xc Xc -rz -nX -nX -nX +hR +Cq +Cq +Cq Xc Xc Xc Xc -rz -nX -nX -nX +hR +Cq +Cq +Cq Xc Xc -rz -nX -nX -nX -nX +hR +Cq +Cq +Cq +Cq Xc Xc Xc -je -je -pZ -pZ -nX -nX -xm +LQ +LQ +Se +Se +Cq +Cq +ok Xc Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq Xc Xc -nX -nX -nX -AX -Xt -Xt -AX -WL -WL +Cq +Cq +Cq +EK +aj +aj +EK WL -WL -AX -Xt -Xt -AX -nX -xm -xm -nX -nX -xm -AX -Xt -Xt -AX +ed +PB +PB +EK +aj +aj +EK +dk +tr +tr +dk +dk +tr +EK +aj +aj +EK WL kw kw kw -AX -Xt -Xt -AX -VX -sJ -cy -YB -YB -YB -YB -YB -Xm -zA -zA -yo -AX -AX -or -or -or +EK +aj +aj +EK +su +QF +ze +Bz +Bz +Bz +Bz +Bz +lK +zA +Oz +gw +uq +uq or +sL +sL +Cv or -or -or -AX -AX -il -il -il +sL +sL +uq +uq +WY +WY +WY zA il il @@ -25841,40 +33409,40 @@ zA zA zA HO -zA -zA -zA -zA +aa +aa +aa +aa Xc -Ec -kx -kr +EI +oE +VC Xc Xc Xc Xc -zA +aa Xc -zh -zA +Gx +aa Xc -gS -ad -Hk -zA -zA -zA -ad -zA +OW +jI +Ut +aa +aa +aa +jI +aa Xc Xc Xc Xc Xc Xc -zA -zA -zA +aa +aa +aa Xc Xc Xc @@ -25892,33 +33460,33 @@ Xc Xc Xc Xc -nX -nX -nX -nX +Cq +Cq +Cq +Cq Xc Xc Xc -nX -nX -nX -dV -Et +Cq +Cq +Cq +Wb +dM Xc Xc -nX -nX -nX -nX -dV -Et +Cq +Cq +Cq +Cq +Wb +dM Xc Xc Xc -je -je -pZ -pZ +LQ +LQ +Se +Se Xc Xc Xc @@ -25928,22 +33496,22 @@ Xc Xc Xc Xc -VE -nX -nX -nX -nX -nX -nX -nX -nX -nX +ys +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq Xc -dV -Et -nX -nX -Xt +Wb +dM +Cq +Cq +aj WL WL WL @@ -25951,99 +33519,99 @@ zP cH cH nx +sa +PB +PB +aj +dk +tr +tr +dk +dk +KV +aj WL WL WL -Xt -nX -xm -xm -nX -nX -xm -Xt -WL -WL -WL -zP +mQ cH kw kw kw kw -kw -Xt -nX -nX -cG -di -YB -YB -YB -YB -Xm +XS +aj +kb +kb +mF +Df +Bz +Bz +Bz +Bz +lK EE zA -km -WI -AX -Xt -Xt -Xt -AX +AA +bm +uq +jW +jW +jW +uq iY iY iY -AX -cB -il -il -zA +uq +xe +WY +WY +Oz zA zA il -nn -nn -nn -SI -SI -nn -nn -nn -zA -zA -zA -zA +EY +EY +EY +Sy +Sy +EY +EY +EY +aa +aa +aa +aa Xc wx -Is -ad +aB +jI Xc -gS -ad -Hk +OW +jI +Ut ry Xc Xc -zA +aa Xc Xc Xc Xc Xc -zh -zA -zA -zA -zA -zA +Gx +aa +aa +aa +aa +aa Xc -gS -ad -Hk -zA -km -WI +OW +jI +Ut +aa +Zq +pm Xc Xc Xc @@ -26061,32 +33629,32 @@ Xc Xc Xc Xc -nX -nX -nX -dV -Et +Cq +Cq +Cq +Wb +dM Xc -xm -xm -nX -nX -nX +ok +ok +Cq +Cq +Cq Xc Xc -dV -Et -nX -nX -nX -nX -nX -nX -je -je -je -je -je +Wb +dM +Cq +Cq +Cq +Cq +Cq +Cq +LQ +LQ +LQ +LQ +LQ Xc Xc Xc @@ -26099,22 +33667,22 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xt +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +aj WL -zP +gH cH kw TG @@ -26122,74 +33690,74 @@ kw xC cH nx -WL -Xt -nX -nX -xm -nX -nX -nX -Xt +PB +aj +dk +dk +tr +dk +dk +dk +aj WL zP cH MP TG TG -Iw -Iw +Sk +Sk kw kw -Xt -nX -nX -nX -cG -di -YB -YB -YB -Xm -zA -zA +aj +kb +kb +kb +mF +Df +Bz +Bz +Bz +lK zA zA -HO -il -il -il -HO -zA zA -km -WI -il -il +Oz +CN +WY +WY +WY +CN +Oz +Oz +AA +bm +WY +WY zA zA zA CF -nn -nn +EY +EY To -cX -cX -cX -cX -cX -nn -nn -zh -zA -zA -Xc -zA -Ec -Hk -kr -Ec -wE +jV +cb +cb +cb +jV +EY +EY +Gx +aa +aa +Xc +aa +EI +Ut +VC +EI +ce Xc Xc Xc @@ -26203,15 +33771,15 @@ Xc Xc Xc Xc -zA -km -WI +aa +Zq +pm Xc Xc -Ec +EI Xc -zA -zA +aa +aa Xc Xc Xc @@ -26230,32 +33798,32 @@ Xc Xc Xc Xc -nX -nX -nX -nX -xm -xm -xm -xm -xm -nX -nX +Cq +Cq +Cq +Cq +ok +ok +ok +ok +ok +Cq +Cq Xc Xc -je -nX +LQ +Cq Xc Xc -nX -nX -nX -nX -nX -je -pZ -pZ -je +Cq +Cq +Cq +Cq +Cq +LQ +Se +Se +LQ Xc Xc Xc @@ -26271,55 +33839,55 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -AX -AX +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +EK +EK WL kw -nn -kw -kw -kw -TG -nn -PD -WL -AX -AX -AX +uS +Jt +Jt +Jt +yi +uS +HR +PB +EK +EK +EK my my -AX -AX -AX -WL -Ig -nn -kw -TG -TG -TG -nn -Iw +EK +EK +EK +WL +Ig +uS +Jt +OF +OF +yi +uS +Sk kw -AX -AX -nX -nX -pL -cy -YB -YB -YB -Xm +EK +EK +kb +kb +DA +ze +Bz +Bz +Bz +lK zA zA zA @@ -26329,37 +33897,37 @@ il cB CF HO -il -il -il -zA +WY +WY +WY zA -il +Oz +WY yo zA zA il -nn -To -cX -cX -cX -cX -cX -cX -To -UJ -zA -zA -zA +EY +lu +jV +jV +jV +cb +cb +jV +vL +of +aa +aa +aa Xc Xc -Ec -zA -zA -Nh -zA -kr +EI +aa +aa +HA +aa +VC Xc Xc Xc @@ -26374,15 +33942,15 @@ Xc Xc Xc Xc -zh +Gx Xc Xc Xc Xc -zA -zA +aa +aa Xc -Ec +EI Xc Xc Xc @@ -26400,38 +33968,38 @@ Xc Xc Xc Xc -nX -nX -xm -xm -xm -xm -xm -xm -xm -xm +Cq +Cq +ok +ok +ok +ok +ok +ok +ok +ok Xc Xc -je +LQ Xc Xc Xc -nX -nX -nX -nX -nX +Cq +Cq +Cq +Cq +Cq Xc Xc -nX -pZ +Cq +Se Xc Em Em -xm -xm -xm -xm +ok +ok +ok +ok Xc Xc Xc @@ -26442,18 +34010,18 @@ Xc Xc Xc Xc -dV -Et -nX -nX -nX -nX -nX -Xt -WL +Wb +dM +Cq +Cq +Cq +Cq +Cq +aj +PB zP kw -kw +Tn kw kw kw @@ -26462,33 +34030,33 @@ TG xC nx WL -nn -WL -WL -WL -WL -nn -WL +uS +qi +qi +qi +qi +uS +bt zP MP kw kw WL -WL -TG +PB TG -Iw +Qy +ns kw kw -Xt -nX -ZN -nX -cy -YB -YB -YB -Xm +aj +kb +ef +kb +ze +Bz +Bz +Bz +lK yo zA zA @@ -26508,33 +34076,33 @@ km WI il il -nn -cX -cX -cX -Xv +EY +xj +cb +cb +kY ie -cX -cX -To -UJ -zA -zA -zA -zA -zh -zA -zA -zA +cb +cb +vL +of +aa +aa +aa +aa +Gx +aa +aa +aa Xc Xc Xc Xc -yQ +Wy Xc pp -eW -yQ +oz +Wy Xc Xc Xc @@ -26545,13 +34113,13 @@ Xc Xc Xc Xc -gS -ad -Hk -zA -zA -zA -zh +OW +jI +Ut +aa +aa +aa +Gx Xc Xc Xc @@ -26569,41 +34137,41 @@ Xc Xc Xc Xc -xm -xm -xm -xm -xm -xm -xm -xm -xm -xm +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok Xc -je -je -je +LQ +LQ +LQ Xc Xc Xc Xc -je -nX -nX +LQ +Cq +Cq Xc -rz -nX -nX -nX -JR +hR +Cq +Cq +Cq +it Em -xm -lR -PR -xm -xm +ok +Ow +Ak +ok +ok Em -da +uz Xc Xc Xc @@ -26613,51 +34181,51 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX +JP +Cq +Cq +Cq +Cq Yo -WL -Ig +PB +yq TG +Tn kw -kw -kw +XS WL WL -TG +vt TG xC cH cH -cH -cH -cH -cH -cH +Xz +LF +LF +LF +LF cH MP TG TG +yE WL +ed WL -WL -WL +Qy TG -TG -Iw +Sk kw Yo -nX -ZN -nX -cy -YB -YB -YB -fI +kb +ef +kb +ze +Bz +Bz +Bz +pY fA zA zA @@ -26677,34 +34245,34 @@ zA zA il il -SI -cX -cX -cX +Sy +cb +cb +cb kP Rn -cX -cX -cX -nn -zA -zA -zA -zA -zA -zA -km -WI +cb +cb +yw +EY +aa +aa +aa +aa +aa +aa +Zq +pm Xc Xc -Ej -yQ -yQ +zR +Wy +Wy Xc Xc pp -yQ -yQ +Wy +Wy Xc Xc Xc @@ -26713,14 +34281,14 @@ Xc Xc Xc Xc -il -zA -zA -zA -zA -zA -zA -zA +er +aa +aa +aa +aa +aa +aa +aa Xc Xc Xc @@ -26738,71 +34306,71 @@ Xc Xc Xc Xc -xm -xm -xm -xm -xm -xm -xm -xm -xm -xm +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok Xc Xc -je -je -je +LQ +LQ +LQ Xc Xc -je -je -nX -nX -nX -nX -nX -nX -nX -JR +LQ +LQ +Cq +Cq +Cq +Cq +Cq +Cq +Cq +it Ke -Tl +pc qc -re -PR +Zo +Ak Em -da -da -da -xm -xm +uz +uz +uz +ok +ok Em -xm -xm +ok +ok Ke Xc Xc -JR -nX -nX -nX -nX +it +Cq +Cq +Cq +Cq Yo -WL -Ig -TG +PB +yq TG +Tt kw +gC WL WL -WL +vt TG -TG -Iw +Sk +kR kw kw -kw -Gw +Fy Gw kw kw @@ -26812,22 +34380,22 @@ TG TG WL WL +PB WL -WL -TG +Qy TG kw kw Yo -nX -ZN -nX -cy -YB -YB -YB -YB -fI +kb +ef +kb +ze +Bz +Bz +Bz +Bz +pY fA zX zA @@ -26846,50 +34414,50 @@ il zA zA il -nn +EY wQ -cX -cX -Xv +cb +cb +UH Bq -cX -cX -eG -UJ -zA -zA -zA +cb +cb +PP +of +aa +aa +aa Xc Xc -zA -zA +aa +aa Xc Xc -il -yQ -yQ -eW +er +Wy +Wy +oz dv pp -yQ -yQ -yQ -yQ -yQ -il -il +Wy +Wy +Wy +Wy +Wy +er +er Xc Xc -il -il -il -zA -zA -zA -gS -ad -Hk -il +er +er +er +aa +aa +aa +OW +jI +Ut +er Xc Xc Xc @@ -26906,98 +34474,98 @@ Xc Xc Xc Xc -xm -xm -xm -xm -xm -xm -xm -xm -xm -xm -xm +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok Xc Xc Xc -je +LQ Xc Xc Xc -je -je -nX -nX -nX -nX -nX -nX -dV -Et +LQ +LQ +Cq +Cq +Cq +Cq +Cq +Cq +Wb +dM ZF -re -re -re -re +Zo +Zo +Zo +Zo Xc -da -da +uz +uz Em -xm -xm +ok +ok Em -xm -lR +ok +Ow TT lv tc -JR -VE -nX -nX -nX -Xt -WL -AW -Iw -TG -TG -WL -WL -TG +it +ys +Cq +Cq +Cq +aj +bt +vJ +Sk +Tt TG -Iw -kw -kw -nn +gC +zO +vt +vt +Sk kw kw +uS +rv kw kw -nn kw +uS +kR kw LB TG TG WL -WL +PB TG -TG -Iw +Qy +Sk kw -kw -Xt -nX -nX -nX -cy -YB -YB -YB -YB -YB -Xm +XS +aj +kb +kb +kb +ze +Bz +Bz +Bz +Bz +Bz +lK zA zA HO @@ -27015,50 +34583,50 @@ il zA il il -nn +EY ag -cX -cX -cX -cX -cX -cX +jV +jV +cb +cb +jV +cb YM -UJ -zA -zA -Xc -zA -zA -ad -zA -Xc -il -il -yQ -yQ +of +aa +aa +Xc +aa +aa +jI +aa +Xc +er +er +Wy +Wy uI -yQ +Wy pp dv -yQ -yQ -Ej -yQ -il -il +Wy +Wy +zR +Wy +er +er Xc -il -il -il -il -zA -zA -zA +er +er +er +er +aa +aa +aa Xc -Ec +EI Xc -il +er Xc Xc Xc @@ -27075,98 +34643,98 @@ Xc Xc Xc Xc -xm -xm -xm -xm -xm -xm -xm -xm -xm -xm -xm +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok Xc Xc Xc -xm -xm +ok +ok Xc Xc -je +LQ Xc Xc -dV -Et -nX -nX -nX -nX -nX +Wb +dM +Cq +Cq +Cq +Cq +Cq Xc Xc -re -re +Zo +Zo Me Xc Xc Em -xm -xm -xm +ok +ok +ok Em -nX -Wo -re +Cq +AO +Zo dw tc -je -JR -nX -nX -nX -AX -AX -WL +LQ +it +Cq +Cq +Cq +EK +EK +PB Ig -nn -TG +uS TG -TG -TG -nn -Iw +vt +vt +vt +uS +Sk kw -nn -nn -nn +uS +uS +uS my my -nn -nn -nn +uS +uS +uS kw kw -nn -TG +uS TG TG +vt TG -nn -Iw +uS +Sk kw -AX -AX -nX -ZN -nX -cy -YB -YB -YB -YB -YB -Xm +EK +EK +kb +ef +kb +ze +Bz +Bz +Bz +Bz +Bz +lK zA zA HO @@ -27184,51 +34752,51 @@ il zA il il -nn -nn -zJ -cX -cX -cX -cX -cX -nn -nn -zA -zA -Ec -Ec -zA +EY +EY +Mu +jV +jV +cb +jV +jV +EY +EY +aa +aa +EI +EI +aa WC Xc -il -il -il -il -yQ +er +er +er +er +Wy Xc Xc pp Xc -yQ -yQ -yQ -yQ -il -il -il -il -il +Wy +Wy +Wy +Wy +er +er +er +er +er Xc -il -zA -zA -gS -ad -Hk +er +aa +aa +OW +jI +Ut Xc -il -il +er +er Xc Xc Xc @@ -27244,98 +34812,98 @@ Xc Xc Xc Xc -xm -xm -xm -xm +ok +ok +ok +ok Xc Xc -xm -xm -xm -xm -xm -xm +ok +ok +ok +ok +ok +ok Xc Xc -YB -xm -xm +Bg +ok +ok Xc -nX -xm +Cq +ok Xc Xc -nX -nX -nX -nX -nX -nX -nX +Cq +Cq +Cq +Cq +Cq +Cq +Cq Xc TT -re -re +Zo +Zo TT Xc -PR -nX -nX -nX +Ak +Cq +Cq +Cq Xc BP -re -re -re +Zo +Zo +Zo CK -je -je -JR -nX -nX -VE -Xt -WL +LQ +LQ +it +Cq +Cq +ys +aj +yE AW Gw LB TG -TG -bD +gW +xw Gw kw kw YT -cX -cX -cX -cX -cX -cX +WQ +AD +MC +ta +VZ +QI YT kw kw kw -Iw -TG +Sk TG -Iw -Iw +vt +tG +ns kw kw -Xt +aj lg -nX -ZN -nX -cy -YB -YB -YB -YB -YB -Xm +kb +ef +kb +ze +Bz +Bz +Bz +Bz +Bz +lK zA MQ HO @@ -27353,51 +34921,51 @@ il zA zA il -cB -nn -nn -nn -SI -UJ -SI -nn -nn -km -WI -zA -Xc -wE -Ec -wE -zA -il -il -il -yQ -yQ -yQ -Xc -Xc -Xc -yQ -yQ -yQ -yQ -yQ -il -il -il -il -il -zh -zA -zA +cB +EY +EY +EY +Sy +of +Sy +EY +EY +Zq +pm +aa Xc -Ec +ce +EI +ce +aa +er +er +er +Wy +Wy +Wy Xc Xc -il -il +Xc +Wy +Wy +Wy +Wy +Wy +er +er +er +er +er +Gx +aa +aa +Xc +EI +Xc +Xc +er +er Xc Xc Xc @@ -27412,107 +34980,107 @@ Ot Xc Xc Xc -xm -xm -xm -xm +ok +ok +ok +ok Xc Xc Xc Xc -YB -YB -xm -xm +Bg +Bg +ok +ok Xc Xc Xc -YB -YB -xm -xm -xm -xm -xm +Bg +Bg +ok +ok +ok +ok +ok Xc Xc -PR -nX -nX -nX -nX -nX +Ak +Cq +Cq +Cq +Cq +Cq ZF TT -re -re +Zo +Zo TT TT -re -Tl -Tl +Zo +pc +pc Xc Xc TT -re +Zo qc -re -re +Zo +Zo hi -je +LQ Xc -nX -nX -nX -Xt +Cq +Cq +Cq +aj WL WL WL AW -LB -Iw -kw +cp +Sk +kR kw kw kw YT -cX -cX -cX -cX -cX -cX +an +hC +hC +hC +oI +Kn YT kw kw +kR kw -kw -Iw +Sk bD -Gw +Fy kw kw kw -Xt +aj dR -nX -ZN -nX -cy -YB -YB -YB -YB -YB -Xm +kb +ef +kb +ze +Bz +Bz +Bz +Bz +Bz +lK yo Bm -nn -UJ -UJ -UJ -nn -nn +Qe +Kh +Kh +Kh +Qe +Qe oA zA zA @@ -27524,49 +35092,49 @@ zA zA il il -UJ +of uE -cX -cX -cX +jV +cb +cb aD -UJ -zA -zA -zA +of +aa +aa +aa Xc Xc -wE -kr -zA -il -il -il -yQ -yQ -yQ +ce +VC +aa +er +er +er +Wy +Wy +Wy pp dv uI -yQ -yQ -yQ -yQ -yQ -yQ -il -il -il +Wy +Wy +Wy +Wy +Wy +Wy +er +er +er Xc -wE -zA -zA +ce +aa +aa Xc Xc Xc -il -il -il +er +er +er Xc Xc Xc @@ -27581,108 +35149,108 @@ Ot Xc Xc Xc -xm -xm -xm +ok +ok +ok Xc Xc Xc Xc -YB -YB -YB -YB -YB +Bg +Bg +Bg +Bg +Bg Xc Xc -YB -YB -YB -Mn -xm -xm -xm -xm +Bg +Bg +Bg +dY +ok +ok +ok +ok Xc Xc -re -PR -nX -nX -nX -nX +Zo +Ak +Cq +Cq +Cq +Cq ZF TT SA -re +Zo TT TT -re -xc -re +Zo +GY +Zo TT lv lv lv -re -re +Zo +Zo Me TT Xc Xc -nX -nX -nX -AX -Xt -Xt -AX -WL -Ig +Cq +Cq +Cq +EK +aj +aj +EK +PB +yq kw kw -nn +uS YT YT -nn -cX -cX -cX -cX -cX -cX -nn +uS +HT +hC +hC +hC +hC +RB +uS YT YT -nn +uS kw Ig PD -WL -AX -Xt -Xt -AX -pL -nX -nX -nX -cy -YB -YB -YB -YB -YB +PB +EK +aj +aj +EK +DA +kb +kb +kb +ze +Bz +Bz +Bz +Bz +Bz uM WI zA -nn -Tz +Qe +Wf rC -Xv -nn +ot +Qe Fg -zA +zw zA zA il @@ -27693,50 +35261,50 @@ zA zA zA il -UJ +of mK -cX -cX -cX +jV +cb +jV DB -UJ -zA -zA +of +aa +aa Xc Xc -zA -zA -il -il +aa +aa +er +er Ad Lg -il -yQ -eW -yQ +er +Wy +oz +Wy pp dv dv pp -yQ +Wy Xc -yQ -yQ -yQ -il -il +Wy +Wy +Wy +er +er Xc Xc Xc -km -WI -zA -il -il -il -il -il -il +Zq +pm +aa +er +er +er +er +er +er Xc Xc Xc @@ -27749,47 +35317,47 @@ Ip Ot Xc Xc -xm -xm -xm +ok +ok +ok YB YB Xc Xc -YB -YB -YB -YB -YB +Bg +Bg +Bg +Bg +Bg Xc Xc -Mn -YB -YB -YB -YB -xm -xm -xm -xm +dY +Bg +Bg +Bg +Bg +ok +ok +ok +ok Xc Xc Xc -re -PR -nX -nX -nX -Wo +Zo +Ak +Cq +Cq +Cq +AO TT SA SA TT TT -re -re -re -re +Zo +Zo +Zo +Zo TT TT lv @@ -27800,58 +35368,58 @@ Xc Xc Xc Xc -nX -nX -nX -nX -rz -AX -nn -Ig +Cq +Cq +Cq +Cq +hR +EK +uS +yq kw -nn -nn -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -nn -nn +uS +uS +eG +Kn +an +qg +hC +qp +hC +hC +hC +hC +WG +gK +uS +uS Ig -PD -nn -AX -nX -nX -nX -nX -nX -ZN -nX -cy -YB -YB -YB -YB -YB -fI +yj +uS +EK +kb +kb +kb +kb +kb +ef +kb +ze +Bz +Bz +Bz +Bz +Bz +pY fA zA -UJ -Tz +Kh +Wf Hw -qY -nn +Ie +Qe Fg -km +wC WI il il @@ -27862,26 +35430,26 @@ il il zA il -nn +EY QT -cX -cX -cX +jV +jV +jV xW -nn -zA -Xc -zA -zA -ad -zA -zA -il -il -il -il -yQ -yQ +EY +aa +Xc +aa +aa +jI +aa +aa +er +er +er +er +Wy +Wy Xc Xc dv @@ -27891,21 +35459,21 @@ Xc Xc ws Xc -yQ -il +Wy +er Xc Xc -il -il -zA -il -il -il -Is -il -il -il -il +er +er +aa +er +er +er +aB +er +er +er +er Xc Xc Xc @@ -27918,48 +35486,48 @@ Ip Ot Xc Xc -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg Xc Xc -YB -On -YB -YB -YB -xm -xm -xm -xm -xm +Bg +Lo +Bg +Bg +Bg +ok +ok +ok +ok +ok Xc Xc -re -Ua -nX -nX -nX -KD +Zo +uN +Cq +Cq +Cq +hQ Xc MY SA Xc dw -re +Zo Xc Xc Me -re +Zo TT lv Xc @@ -27969,58 +35537,58 @@ Xc Xc Xc Xc -nX -nX -dV -Et -nX -AX -WL -Ig +Cq +Cq +Wb +dM +Cq +EK +eJ +yq kw kw -nn -cX -cX -cX -cX +uS +QI +hC +QI +qg BK VU VU Jy -cX -cX -cX -cX -nn +hC +eG +WG +zy +uS kw -Ig +yq PD WL -AX -nX -ZN -nX -ZN -nX -ZN -nX -cy -YB -YB -YB -YB -YB -YB -Xm +EK +kb +ef +kb +ef +kb +ef +kb +ze +Bz +Bz +Bz +Bz +Bz +Bz +lK yo -UJ -Tz -cX +Kh +Wf +iE hz -nn +Qe Fg -yo +tp zA il il @@ -28031,27 +35599,27 @@ Xc il wE wE -UJ +of yt -cX -cX -cX +jV +jV +jV IT -UJ -zA -Ec -Ec -zA +of +aa +EI +EI +aa WC Xc -zA -zA -il -il -il -yQ -yQ -yQ +aa +aa +er +er +er +Wy +Wy +Wy Xc Xc Xc @@ -28060,21 +35628,21 @@ Xc Xc Xc Xc -il -il +er +er Xc -il -il -il -il -il -il +er +er +er +er +er +er bh Vj Vj Vj bh -Is +aB Xc Xc Xc @@ -28087,38 +35655,38 @@ Ip Ot Xc Xc -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg Xc Xc Xc -YB -YB -YB -YB -YB -YB -xm -xm -xm -xm +Bg +Bg +Bg +Bg +Bg +Bg +ok +ok +ok +ok Xc Xc -re -Ua -nX -nX -nX -nX +Zo +uN +Cq +Cq +Cq +Cq Xc Xc vS @@ -28137,59 +35705,59 @@ Xc Xc Xc Xc -nX -nX -VE -nX -nX -nX -Xt -WL -Ig +Cq +Cq +ys +Cq +Cq +Cq +aj +eJ +yq PD kw YT -cX -cX -cX -cX +QI +hC +hC +ta KN -nn -nn +uS +uS KL -cX -cX -cX -cX +hC +hC +QI +hC YT kw -kw +Gu PD WL -Xt -nX -ZN -nX -ZN -nX -ZN -nX -cy -Cy -YB -YB -YB -YB -YB +aj +kb +ef +kb +ef +kb +ef +kb +ze +VJ +Bz +Bz +Bz +Bz +Bz uM WI -nn -zF -cX -cX -nn +Qe +yb +iE +Ge +Qe Fg -zA +zw zA il il @@ -28200,41 +35768,41 @@ eC wE zA wE -UJ +of Aw -cX -cX -cX +jV +jV +jV HG -UJ -zA -Xc -wE -Ec -wE -zA -zA -zA -il -il -il -il -yQ -yQ -yQ +of +aa +Xc +ce +EI +ce +aa +aa +aa +er +er +er +er +Wy +Wy +Wy Xc dv uI -yQ +Wy pp dv sl -il -il +er +er Xc -il -il -il +er +er +er bh Vj Vj @@ -28256,42 +35824,42 @@ Ip Ot Xc Xc -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg Xc Xc Xc -YB -YB -YB -YB -YB -YB -uR -xm -xm -xm +Bg +Bg +Bg +Bg +Bg +Bg +tq +ok +ok +ok Xc Xc -re -Ua -nX -nX -nX -nX -nX -nX -dV -Et +Zo +uN +Cq +Cq +Cq +Cq +Cq +Cq +Wb +dM Xc Xc Xc @@ -28305,104 +35873,104 @@ Xc Xc Xc Xc -nX -nX -nX -nX -VE -nX -nX -Xt -WL +Cq +Cq +Cq +Cq +ys +Cq +Cq +aj +eJ Ig PD kw YT -cX -cX -cX -cX +QI +hC +oI +tV KN -nn -nn +uS +uS KL -cX -cX -cX -cX +QI +Kn +uo +RB YT -kw -kw +kR +Gu PD -WL -Xt -nX -ZN -nX -ZN -nX -nX -nX -cG -di -YB -YB -YB -YB -YB -fI -fA -nn -nn -nn -SI -nn -nn -uQ -wE -zA -zA -il -il -il -il -zA -CF -nn -nn -nn -cX -cX -cX -nn -nn -zh -Xc -Xc -Xc -Xc -zA +gC +aj +kb +ef +kb +ef +kb +kb +kb +mF +Df +Bz +Bz +Bz +Bz +Bz +pY +fA +Qe +Qe +Qe +Oi +Qe +Qe +uQ +wE zA zA il il il il -il -yQ -yQ -yQ -yQ +zA +CF +Uh +Uh +Uh +cb +jV +cb +EY +EY +Gx +Xc +Xc +Xc +Xc +aa +aa +aa +er +er +er +er +er +Wy +Wy +Wy +Wy pp -yQ +Wy pp Xc -il -il +er +er Xc Xc -il -il +er +er bh bh ln @@ -28425,44 +35993,43 @@ Ip Ot Xc Xc -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB -YB +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg Xc Xc Xc -YB -YB -YB -Cy -YB -YB -YB +Bg +Bg +Bg +LN +Bg +Bg +Bg Xc -xm -xm +ok +ok Xc Xc -re -Ua -nX -nX -nX -Xc -nX -nX -nX -nX -VE +Zo +uN +Cq +Cq +Cq Xc +Cq +Cq +Cq +Cq +ys Xc Xc Xc @@ -28473,58 +36040,59 @@ Xc Xc Xc Xc -dV -Et -nX -nX -nX -nX -nX -nX -AX -WL +Xc +Wb +dM +Cq +Cq +Cq +Cq +Cq +Cq +EK +eJ Ig kw -kw -nn -cX -cX -cX -cX +XS +uS +hC +RB +hC +DF NZ IP IP -Lv -cX -cX -cX -cX -nn +va +QI +QI +WG +an +uS WL -kw +Gu PD -WL -AX +gC +EK Vq -ZN -nX -ZN -nX -ZN -nX -nX -cy -YB -YB -YB -YB -YB -YB -Xm -nn -nn -cX -cX +ef +kb +ef +kb +ef +kb +kb +ze +Bz +Bz +Bz +Bz +Bz +Bz +lK +Qe +Qe +ij +Ge jA YH uQ @@ -28537,41 +36105,41 @@ il il il zA -nn -EM -nn -nn -SI -nn -nn -zA -zA -zA -Xc -km -WI -ad -zA -zA -Xc -il -il +Uh +gV +Uh +EY +Sy +EY +EY +aa +aa +aa +Xc +Zq +pm +jI +aa +aa +Xc +er +er Ad Lg -il -yQ -Ej -yQ +er +Wy +zR +Wy Xc Xc Xc Xc -il +er Xc Xc -il -il -il +er +er +er Vj ln zu @@ -28594,44 +36162,44 @@ Ip Ot Xc Xc -YB -YB -YB -YB -YB -xm -xm -xm -xm -xm -Xc +Bg +Bg +Bg +Bg +Bg +vC +vC +vC +vC +vC Xc Xc -uR -YB -YB -YB -xm -On -YB -YB -YB -xm -xm Xc +tq +Bg +Bg +Bg +ok +Lo +Bg +Bg +Bg +ok +ok Xc -re -GM -nX -nX Xc +Zo +aO +Cq +Cq Xc Xc -nX -nX -nX -nX -nX +Yr +Cq +Cq +Cq +Cq +Cq Xc Xc Xc @@ -28641,63 +36209,63 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -AX -nn +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +EK +uS Ig kw -nn -nn -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -nn -nn -kw +uS +uS +VW +hC +zy +tV +hC +hC +hC +QI +QI +hC +wu +WQ +uS +uS +Gu PD -nn -AX +uS +EK vo dR -nX -nX -nX -ZN -ZN -nX -cy -YB -YB -YB -YB -YB -YB -fI +kb +kb +kb +ef +ef +kb +ze +Bz +Bz +Bz +Bz +Bz +Bz +pY fA -nn -cX -cX -cX +Qe +Ge +Ge +iE TB -nn -nn +Qe +Qe il zA zA @@ -28706,41 +36274,41 @@ il il il zA -nn -jE -nn -HO -zA -Gy -HO -zA -zA -zA -Ec -Ec -zA +Uh +mt +Uh +oV +aa +Nm +oV +aa +aa +aa +EI +EI +aa WC Xc -zA +aa Xc Xc -il -il -il -il -il -il -il -il -Za +er +er +er +er +er +er +er +er +PX YD sl -il +er Xc Xc -il -il -il +er +er +er Vj ln OJ @@ -28763,45 +36331,45 @@ Ip Ot Xc Xc -YB -YB -xm -xm -xm -xm -xm -xm -xm -xm +Bg +Jp +vC +vC +vC +vC +vC +vC +vC +vC Xc Xc Xc Xc -YB -YB -xm -xm -xm -YB -YB -YB -xm -xm +Bg +Bg +ok +ok +ok +Bg +Bg +Bg +ok +ok Xc Xc -GM -nX +aO +Cq Xc Xc Xc Xc -nX -nX -nX -nX -nX -dV -Et +Cq +Cq +Cq +Cq +Cq +Wb +dM Xc Xc Xc @@ -28809,64 +36377,64 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -AX -Xt -Xt -AX +Cq +Cq +Cq +Cq +Cq +Cq +Cq +EK +aj +aj +EK WL Ig +kR kw -kw -nn +uS YT YT -nn -cX -cX -cX -cX -cX -cX -nn +uS +zy +QI +QI +hC +Ls +RB +uS YT YT -nn +uS WL -Ig +yq PD WL -AX -Xt -Xt -AX -nX -nX -ZN -ZN -nX -cG -di -YB -YB -YB -YB -YB -On -Xm -UJ -cX -cX -cX +EK +aj +aj +EK +kb +kb +ef +ef +kb +mF +Df +Bz +Bz +Bz +Bz +Bz +Xs +lK +Kh +Ge +Ge +iE Nc ka -nn +Qe cB il zA @@ -28878,20 +36446,20 @@ zA zA zA zA -HO -zA -Bm -HO -zA -zA -zA +oV +aa +KY +oV +aa +aa +aa Xc -wE -Ec -wE -zA -km -WI +ce +EI +ce +aa +Zq +pm Xc Xc Xc @@ -28907,8 +36475,8 @@ Xc Xc Xc Xc -il -il +er +er bh bh bh @@ -28932,111 +36500,111 @@ Ip Ot Xc Xc -xm -xm -xm -xm -xm -xm -xm -xm -xm -xm -Xc -Xc -Xc -Xc -Xc -xm -xm -xm -xm -YB -YB -YB -xm -Xc -Xc -nX -nX -dV -Et -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -VE -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xt -WL -WL -WL +vC +vC +vC +vC +vC +vC +vC +vC +vC +vC +Xc +Xc +Xc +Xc +Xc +ok +ok +ok +ok +Bg +Bg +Bg +ok +Xc +Xc +Cq +Cq +Wb +dM +Xc +Xc +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +ys +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +aj +bt +sa +PB zP MP -Iw +Sk kw kw kw kw YT -cX -cX -cX -cX -cX -cX +zy +qp +hC +QI +QI +Kn YT kw -kw +kR kw zP -MP +oS xC kw -kw -WL -WL -Xt +Gu +zO +gC +aj dR -nX -nX -nX -nX -nX -cG -di -YB -YB -YB -YB -YB -Xm -UJ -cX -cX -cX -cX -pi -nn -nn +kb +kb +kb +kb +kb +mF +Df +Bz +Bz +Bz +Bz +Bz +lK +Kh +Ge +iE +iE +iE +MU +Qe +Qe il il il @@ -29047,23 +36615,23 @@ zA km WI zA -HO -zA -zA -HO -zA -zA -zA +oV +aa +aa +oV +aa +aa +aa Xc Xc -wE -kr -zA -zA -zh -zA -zA -zA +ce +VC +aa +aa +Gx +aa +aa +aa Xc Xc Xc @@ -29072,12 +36640,12 @@ Xc Xc Xc Xc -Za +PX Xc Xc -il -il -il +er +er +er ke BG JP @@ -29101,152 +36669,152 @@ Ip Ot Xc Xc -xm -xm -xm -xm -xm -xm -xm -xm -xm -xm -Xc -Xc -Xc -Xc -Xc -xm -xm -xm -xm -xm -YB -YB -Xc -Xc -pZ -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -rz -nX -dV -Et -Xt +vC +vC +vC +vC +vC +vC +vC +vC +vC +vC +Xc +Xc +Xc +Xc +Xc +ok +ok +ok +ok +ok +Bg +Bg +Xc +Xc +Se +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Xc +hR +Cq +Wb +dM +aj WL zP cH MP +vt TG -TG -Iw +Sk kw kw kw YT -cX -cX -cX -cX -cX -cX +eG +as +ta +as +as +eG YT kw kw kw kw -TG -kw +vt +Gu kw kw -kw -WL -Xt +np +PB +aj dR -nX -ZN -nX -ZN -nX -nX -cy -YB -YB -YB -YB -YB -Xm -nn -cX -cX -cX -cX -cX +kb +ef +kb +ef +kb +kb +ze +Bz +Bz +Bz +Bz +Bz +lK +Qe +Ca +iE +iE +iE +iE UK -nn +Qe +bi il il il il il il -il -zA -zA -zA -HO -zA -zA -HO -zh -zA -zA -zA -zA -zA -zA -zA -zA zA zA zA +oV +aa +aa +oV +Gx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa Xc Xc -zA -zA +aa +aa Xc Xc Xc Xc -XL -XL -Za +El +El +PX YD -il -il -il +er +er +er XB JP JP @@ -29271,151 +36839,151 @@ Ot Xc Xc Xc -xm -xm -xm -xm -xm -xm -xm -xm -xm -xm -Xc -Xc -Xc +vC +vC +vC +vC +vC +vC +vC +vC +vC +vC Xc Xc -xm -xm -xm -xm -YB -NH Xc -je -pZ -nX -nX -nX -nX -nX -nX -nX -nX -AX -Xt -my -Xt -AX -nX -nX -nX -Qm -nX -nX -nX -nX -nX Xc Xc +ok +ok +ok +ok +Bg +HK Xc -nX -nX +LQ +Se +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq AX +dB +rR +dB AX -WL +Cq +Cq +Cq +AB +Cq +Cq +Cq +Cq +Cq +Xc +Xc +Xc +Cq +Cq +EK +EK +PB Ig -nn +uS TG TG -TG -TG -nn -kw +vt +vt +uS +kR kw -nn -nn -nn +uS +uS +uS my my -nn -nn -nn +uS +uS +uS kw kw -nn -kw +uS kw kw +Gu TG -nn -kw +uS kw -AX -AX -nX -ZN -nX -ZN -nX -nX -cG -di -YB -YB -YB -YB -Xm -nn -cX -cX -cX -cX -cX -cX -nn -zA -il -il -il -il -il -il -zA -zA -CF -nn -SI -nn -nn -nn -nn -nn -km -WI -zA -zA -Xc -Xc -zA -ad -Xc -km -WI -ad -zA +kw +EK +EK +kb +ef +kb +ef +kb +kb +mF +Df +Bz +Bz +Bz +Bz +lK +Qe +iE +Ge +Ge +iE +iE +Ge +Qe zA il -XL -XL -XL -Za -YD -YD il il il +il +il +zA +zA +CF +Yz +HL +Yz +Yz +Yz +Yz +Yz +Zq +pm +aa +aa +Xc +Xc +aa +jI +Xc +Zq +pm +jI +aa +aa +er +El +El +El +PX +YD +YD +er +er +er ke JP qT @@ -29441,109 +37009,109 @@ Xc Xc Xc Xc -xm -xm -xm -xm +vC +vC +vC +vC Xc -xm -xm -xm -nX +vC +vC +vC +HU Xc Xc Xc Xc Xc -xm -xm -xm -YB -YB -xm -je -je -je -pZ -nX -nX -nX -nX +ok +ok +ok +Bg +Bg +ok +LQ +LQ +LQ +Se +Cq +Cq +Cq +Cq AX -Xt -Xt +dB +dB AX -yv +Eu LE Nz AX -Xt -Xt +dB +dB AX -dV -Et -nX -nX +Wb +dM +Cq +Cq Xc Xc Xc Xc -nX -nX -nX -Xt -WL -zP +Cq +Cq +Cq +aj +PB +aH MP -TG +Tt TG WL -WL -TG +PB +vt TG kw kw -kw -nn -kw -kw +kR +uS kw kw -nn -kw -kw -Iw kw +sO +uS +kR kw +Sk kw +Gu kw +np +XS +XE +Sk kw -kw -Iw -kw -kw -Xt -nX -ZN -nX -ZN -nX -nX -nX -cy -YB -YB -YB -YB -Xm -UJ -cX -cX +Gu +aj +kb +ef +kb +ef +kb +kb +kb +ze +Bz +Bz +Bz +Bz +lK +Kh +iE +Ge AS DV -cX -cX -nn +iE +Ge +Qe zA il il @@ -29553,38 +37121,38 @@ il il zA zA -nn -nn -cX -cX -cX -cX -cX -nn -nn -zh -zA -zA -zA +Yz +Yz +ir +Tj +Tj +Tj +Tj +Yz +Yz +Gx +aa +aa +aa Xc -wE -zA -Ec -Ec -zA +ce +aa +EI +EI +aa WC Xc -zA -il -il -Za -Za -Za +aa +er +er +PX +PX +PX YD Xc -il -il -il +er +er +er bh bh bh @@ -29610,15 +37178,15 @@ Xc Xc Xc Xc -xm -xm -xm +vC +vC +vC Xc Xc Xc -nX -nX -nX +HU +HU +HU Xc Xc Xc @@ -29626,93 +37194,93 @@ Xc Xc Xc Xc -xm -YB -YB -uR -pZ -je -je -pZ -VE -nX -nX +ok +Bg +Bg +tq +Se +LQ +LQ +Se +ys +Cq +Cq AX AX -Iw -Iw -nn -yv +bp +En +jE +RS LE -Nz -nn -Iw -Iw +Ms +jE +mm +ms AX AX -nX -nX -nX -nX +Cq +Cq +Cq +Cq Xc Xc -nX -nX -nX -nX +Cq +Cq +Cq +Cq Yo -WL +sa Ig TG -TG -WL -WL -WL +Tt WL +bt +PB +PB TG TG -Iw +Sk kw kw kw +Zv cH -cH -kw -kw -kw -Iw -TG -TG -WL +Gu kw kw -WL -TG +Sk +vt +vt +PB kw -Iw +Gu +yE +Qy kw +Sk +Gu Yo -nX -ZN -nX -ZN -nX -ZN -nX -cy -YB -YB -YB -YB -Xm -UJ -cX -cX +kb +ef +kb +ef +kb +ef +kb +ze +Bz +Bz +Bz +Bz +lK +Kh +Ge +iE GQ -Xv -cX -cX -SI +eT +iE +iE +Oi zA zA il @@ -29721,40 +37289,40 @@ il il il zA -nn -nn -cX -cX -IQ -IQ -IQ -cX -cX -nn -nn -zA -zA -zA -wE -wE -Ec +Yz +Yz +uX +Tj +jc +jc +jc +Tj +Tj +Yz +Yz +aa +aa +aa +ce +ce +EI Xc -wE -Ec -wE -zA -zA -il -il -il +ce +EI +ce +aa +aa +er +er +er Xc YD -il -il -il -il -il -il +er +er +er +er +er +er Vj qD Gr @@ -29779,14 +37347,14 @@ Xc Xc Xc Xc -nX -nX -nX +HU +HU +HU Xc Xc Xc -nX -nX +HU +HU VE Xc Xc @@ -29796,91 +37364,91 @@ Xc Xc Xc jy -xm -YB -xm -pZ -pZ +ok +Bg +ok +Se +Se Xc TO -je -JR -nX -Xt -Iw -Iw -Iw +LQ +it +Cq +BT +iW +mb Iw -yv +Zh +FJ LE -Nz -Iw -Iw -Iw -Iw -Xt -rz -nX -nX -nX -nX -nX -nX -nX -nX -nX +aG +Zh +Fs +Oo +qt +BT +hR +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq +Cq Yo -WL +PB Ig TG -TG -WL -WL +Gn WL WL +yE +ed TG TG bD Gw Gw +Fh Gw -Gw -Gw -Gw -Gw -kw -LB +Fy +Fy +Fy +Gu +nv TG TG +yE WL -WL -kw -kw -TG kw kw +Qy kw +Gu +np Yo -nX -ZN -nX -ZN -nX -ZN -nX -cG -di -YB -YB -YB -Xm -nn -cX -cX -cX -cX -cX -cX +kb +ef +kb +ef +kb +ef +kb +mF +Df +Bz +Bz +Bz +lK +Qe +Ge +Ge +iE +iE +iE +iE uQ zh zA @@ -29890,40 +37458,40 @@ il il il zA -nn +Yz Qc -cX -cX -NW +Tj +Tj +fI Uv YE -cX -cX +Tj +Tj Yt -nn -zA -zA -zA -Ec -ad -Ec +Yz +aa +aa +aa +EI +jI +EI Xc Xc -wE -kr -zA -zA -il -il -il -Za +ce +VC +aa +aa +er +er +er +PX YD -il -il -il -il -il -il +er +er +er +er +er +er Vj qD lE @@ -29948,107 +37516,107 @@ Xc Xc Xc Xc -nX -nX -nX +HU +HU +HU Xc Xc Xc -nX -nX -nX -nX +HU +HU +HU +HU Xc Xc Xc Xc Xc Xc -xm -xm -YB +ok +ok +Bg Xc -je -WJ +LQ +gG Xc Xc Xc -pZ -nX -Xt -Iw -Iw +Se +Cq +BT +hb Iw -nn -yv +wp +jE +uB LE -Nz -nn -Iw -Iw -Iw -Xt -kD -kD -kD -kD -kD -kD -kD -kD -kD -kD -Xt +JL +jE +mv +Fs +qt +BT +CZ +CZ +CZ +CZ +CZ +CZ +CZ +CZ +CZ +CZ +aj WL AW -LB +nv +Gn TG -TG -WL +bt WL -TG +vt TG bD -Mi -WL -nn -WL -WL -WL -WL -nn +JO +PB +uS +em +fG +fG +em +uS WL AW LB TG -TG +Su WL WL kw +XE kw +Gu kw -kw -kw -Xt -nX -ZN -nX -ZN -nX -ZN -nX -nX -cy -YB -YB -Cy -Xm -nn -cX -cX -cX -cX -cX +aj +kb +ef +kb +ef +kb +ef +kb +kb +ze +Bz +Bz +VJ +lK +Qe +Ge +Ge +Ge +iE +iE pi uQ wE @@ -30058,41 +37626,41 @@ il il il il -nn -nn -cX -cX -cX +Yz +Yz +AJ +Tj +Tj zC sb ha -cX -cX +Tj +Tj Yt -nn -nn -zA +Yz +Yz +aa Xc Xc Xc -ad +jI OA -ad +jI Vg -Ec -kr -il -il -il -XL -Za -Xc -Xc -il -il -il -il -il +EI +VC +er +er +er +El +PX +Xc +Xc +er +er +er +er +er bh bh qD @@ -30118,44 +37686,44 @@ Xc Xc Xc Xc -nX -nX +HU +HU Xc Xc Xc -nX -nX -nX -nX +HU +HU +HU +HU Xc Xc Xc Xc Xc Xc -xm -xm -YB -bz -JR -je +ok +ok +Bg +Gf +it +LQ Xc Xc Xc aS AX AX -nn -Iw -nn -nn -nn -Iw -nn -nn -nn -Iw -nn +jE +Zh +jE +jE +jE +Zh +jE +jE +jE +Zh +jE AX AX lH @@ -30167,59 +37735,59 @@ lH lH lH lH -AX -AX +EK +EK WL -Ig -nn -TG -TG -TG -TG -nn +yq +uS +jj +jj +jj +jj +uS PD -WL -AX -AX -AX +PB +EK +EK +EK my my -AX -AX -AX -WL +EK +EK +EK +PB Ig -nn -TG -TG -TG -TG -nn +uS +jj +jj +jj +jj +uS kw -kw -AX -AX -nX -ZN -nX -ZN -nX -ZN -nX -nX -cy -YB -Cy -YB -Xm -nn +Kp +EK +EK +kb +ef +kb +ef +kb +ef +kb +kb +ze +Bz +VJ +Bz +lK +Qe by -cX -cX -cX -cX +Ge +iE +iE +iE Jg -UJ +Kh il wE XL @@ -30227,42 +37795,42 @@ cB il XL wE -uQ +Hs Je -cX -cX -cX +Tj +Tj +Fk Do -Td -Td -cX -cX -cX -cX -nn -zA -zA -zA -Ec -Ec -Ec -wE +dP +dP +Fk +Tj +Tj +fC +Yz +aa +aa +aa +EI +EI +EI +ce nP VS YD -il -il -il -XL +er +er +er +El Xc Xc Xc Xc -il -il -il -il -il +er +er +er +er +er bh Vj Vj @@ -30287,46 +37855,46 @@ Xc Xc Xc Xc -nX -dV -Et +HU +kA +jg Xc -nX -nX -nX -nX -nX +HU +HU +HU +HU +HU Xc Xc Xc Xc Xc Xc -xm -xm -YB -Mn +vC +vC +Jp +ID Xc Xc Xc eI HX -WJ -Xt -yv -yv +vR +BT yv yv -nn -yv -Iw -Nz -nn -Nz -Nz -Nz -Nz -Xt +xM +GD +jE +im +Fs +hA +jE +St +aG +aG +LK +BT mz mz mz @@ -30337,58 +37905,58 @@ mz mz mz mz -Xt +aj WL -AW +vJ Gw LB TG TG bD Gw -Mi -WL -Xt +JO +PB +aj Cm -nX -nX -nX +zE +zE +zE dV Et -Xt -WL +aj +PB AW Gw LB TG -TG -bD +vt +xw Gw Mi -kw -Xt -nX -nX -nX -nX -nX -nX -nX -nX -nX -cy -YB -YB -YB -Xm -nn +WH +aj +kb +kb +kb +kb +kb +kb +kb +kb +kb +ze +Bz +Bz +Bz +lK +Qe zj -cX -cX -cX -cX +iE +iE +iE +iE TB -UJ +Kh il zA XL @@ -30396,32 +37964,31 @@ eC wE il zA -UJ +vV xF -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -UJ -zA -zA -ad -Ec -Xc -Ec +Tj +Tj +Tj +Fk +Fk +Fk +Fk +Fk +Fk +Tj +vV +aa +aa +jI +EI Xc -ad -Ec -XL -il -il +EI Xc +jI +EI +El +er +er Xc Xc Xc @@ -30429,12 +37996,13 @@ Xc Xc Xc Xc -il -il -il -il -il -il +Xc +er +er +er +er +er +er bh Vj Vj @@ -30456,14 +38024,14 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX +HU +HU +HU +HU +HU +HU +HU +HU lR Xc Xc @@ -30471,91 +38039,91 @@ Xc Xc Xc Xc -xm -xm -YB +vC +vC +Jp bz bz da da eC -nX -nX -my -yM +HU +HU +fM yM yM -yM -Iw -Iw -Iw -Iw -Iw +fQ +db +Zh +Fs +Cj +Fs +Zh Pt +dr Pt -Pt -Pt -my -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xt +hD +fM +zE +zE +zE +zE +zE +zE +zE +zE +zE +zE +aj WL WL WL AW -Gw -Gw -Mi -WL -WL -WL -Xt -nX -nX -xm -nX -xm -nX -Xt -WL -WL +Fy +Fy +JO WL -AW -Gw -Gw +PB +PB +aj +zE +zE +xm +zE +xm +zE +aj +zO +zO +PB +vJ +Fy +Fy Mi WL WL -WL -Xt -nX -nX -nX -nX -pL -nX -nX -nX -nX -cy -YB -YB -YB -Xm -nn +zO +aj +kb +kb +kb +kb +DA +kb +kb +kb +kb +ze +Bz +Bz +Bz +lK +Qe zj -cX -cX -cX -cX +iE +iE +iE +iE YH uQ il @@ -30565,29 +38133,29 @@ eC wE XL il -UJ +vV RA -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -UJ -zA -zA -zA +Tj +Tj +Tj +Tj +Tj +Tj +Tj +Tj +Tj +Tj +vV +aa +aa +aa US Xc -ad -Ec -Ec -zh -il +jI +EI +EI +Gx +er Xc Xc Xc @@ -30600,14 +38168,14 @@ Xc Xc Xc Xc -zh -il -il -il -il -il -il -il +Gx +er +er +er +er +er +er +er Xc Xc Xc @@ -30625,13 +38193,13 @@ Xc Xc Xc Ua -nX -nX -nX -nX -nX -nX -nX +HU +HU +HU +HU +HU +HU +HU lR re Xc @@ -30639,92 +38207,92 @@ Xc Xc Xc Xc -nX -xm -xm +HU +vC +vC bz bz -YB +Jp Xc da Xc -nX +HU VE -Xt -yR -yR -yR -yR -nn +BT +Yu yR +iV +MI +jE +la Iw -ND -nn -ND -ND +Hy +jE +bv ND ND -Xt -nX -nX -xm -nX -nX -nX +pJ +BT +zE +zE +xm +zE +zE +zE MS MS -nX -nX -AX -Xt -Xt -AX +zE +zE +EK +aj +aj +EK +PB +PB WL -WL -WL -WL -AX -Xt -Xt -AX +yE +EK +aj +aj +EK pL xm xm xm xm -nX -AX -Xt -Xt -AX -WL +zE +EK +aj +aj +EK WL +bt +yE WL -WL -AX -Xt -Xt -AX -nX -nX -ZN -nX -ZN -nX -ZN -nX +EK +aj +aj +EK +kb +kb +ef +kb +ef +kb +ef +kb dR -cy -YB -YB -YB -Xm -nn +ze +Bz +Bz +Bz +lK +Qe dn JD sU -cX -cX +iE +iE jA uQ wE @@ -30734,48 +38302,48 @@ Xc zA wE XL -uQ -cX -cX -cX -BK -Sq +Hs +Tj +Tj +Fk +lk +ki Sq qx -Jy -cX -IQ -IQ -nn -zh -zA -ad -il -Xc -Xc -Ec -il +ar +Tj +rH +rH +Yz +Gx +aa +jI +er +Xc +Xc +EI +er YD -il +er Xc Xc Xc Xc Xc Xc -il -il -il -il -il -il -zA -zA -km -WI -zh -il -il +er +er +er +er +er +er +aa +aa +Zq +pm +Gx +er +er Xc Xc Xc @@ -30794,12 +38362,12 @@ Xc Xc Xc Ua -nX -nX -nX -nX -nX -nX +HU +HU +HU +HU +HU +HU lR re re @@ -30808,93 +38376,93 @@ Xc Xc Xc Xc -nX -Rw -xm +HU +xL +vC Xc -YB -On +Jp +dz da da -WJ -ga +vR +fX lR AX AX -nn -Iw -nn -nn -nn -Iw -nn -nn -nn -Iw -nn +jE +Zh +jE +jE +jE +Zh +jE +jE +jE +Zh +jE AX AX -nX +zE xm xm xm -nX +zE dV Et MS MS -nX -nX -nX -nX -AX -AX -Xt -Xt -AX -AX +zE +zE +zE +zE +EK +EK +aj +aj +EK +EK dV Et -nX -nX -nX +zE +zE +zE xm xm -nX -nX +zE +zE dV Et qj -AX -AX -Xt -Xt -AX -AX +EK +EK +aj +aj +EK +EK fi dR -nX -nX -nX -ZN -nX -ZN -nX -ZN -nX +kb +kb +kb +ef +kb +ef +kb +ef +kb dR -cy -YB -YB -YB -Xm -nn -nn -nn -nn -UJ -UJ -nn +ze +Bz +Bz +Bz +lK +Qe +Uh +Uh +Uh +Kh +Kh +Qe uQ zA zA @@ -30903,26 +38471,26 @@ il zA zA il -nn -cX -cX -cX -KN -nn -nn -nn -KL +Yz +Tj +Tj +Tj +hJ +Yz +Yz +Yz +AP jX yH GF -nn -zA -zA -zA -il -il -il -il +Yz +aa +aa +aa +er +er +er +er Xc Xc Xc @@ -30930,21 +38498,21 @@ Xc Xc Xc Xc -il -il -il -il -il -il -il -il -il -zA -zA +er +er +er +er +er +er +er +er +er +aa +aa Xc Xc Xc -il +er Xc Xc Xc @@ -30963,12 +38531,12 @@ Xc Xc re Ua -nX -nX -nX -nX -nX -nX +HU +HU +HU +HU +HU +HU Wo re re @@ -30977,47 +38545,47 @@ Xc Xc Xc Xc -nX -nX -xm +HU +HU +vC bz -YB -YB -YB +Jp +Jp +Jp NH NH Tb re re -Xt -Iw -Iw -Iw -nn -yR -MB -ND -nn -Iw +BT +gl Iw +wp +jE +IW +FB +Fu +jE +eY Iw -Xt +RW +BT dV Et -nX +zE xm xm xm -nX -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE +zE VX -nX +zE jL Mz Mz @@ -31027,40 +38595,40 @@ Mz Mz ho hr -nX +zE xm -nX +zE xm -nX -nX +zE +zE qj lH ua fi -nX -nX +kb +kb MO dR -ZN -ZN -ZN -nX -ZN -nX -ZN -nX -ZN -nX +ef +ef +ef +kb +ef +kb +ef +kb +ef +kb dR -cy -YB -YB -YB -fI +ze +Bz +Bz +Bz +pY fA -nn -EM -nn +Uh +gV +Uh zX zA zA @@ -31072,43 +38640,43 @@ zA zA zA il -SI -cX -cX -cX -KN -nn -nn -nn -KL +HL +Tj +Tj +Tj +Xe +Yz +Yz +Yz +AP Av fV -Xv -nn -zA -zA -km -WI -il -il +HM +Yz +aa +aa +Zq +pm +er +er Xc Xc Xc Xc Xc -zA -zA -gS -ad -Hk -il -il -il -gS -ad -Hk -ad -Hk +aa +aa +OW +jI +Ut +er +er +er +OW +jI +Ut +jI +Ut Xc Xc Xc @@ -31132,12 +38700,12 @@ Xc Xc re Ua -nX -nX +HU +HU VE Xc Xc -nX +HU Wo re Xc @@ -31146,90 +38714,90 @@ Xc Xc Xc Xc -nX +HU oe -nX -je +HU +mo bz bz iQ Iy -YB -xm +Jp +vC HP -nR -Xt -Iw -Iw -Iw +Gi +BT +gl Iw +Fs +Zh yR MB ND +Zh Iw -Iw -Iw -Iw -Xt -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +Fs +RW +BT +zE +zE +zE +zE +zE +zE +zE +zE +zE +zE +zE MS -nX -nX +zE +zE VX jL oq -nn -nn -UJ -UJ -UJ -nn -nn +Uh +Uh +EF +EF +EF +Uh +Uh lQ -nX -nX -nX +zE +zE +zE xm xm -nX +zE qj lH PZ -nX -nX -nX -nX -nX -nX -nX -nX -nX -ZN -nX -ZN -nX -ZN -nX -nX -cy -YB -YB -YB -YB -Xm -nn -jE -nn +kb +kb +kb +kb +kb +kb +kb +kb +kb +ef +kb +ef +kb +ef +kb +kb +ze +Bz +Bz +Bz +Bz +lK +Uh +mt +Uh Bm il il @@ -31241,42 +38809,42 @@ zA zA zA zA -nn -ta -cX -cX -KN -nn -nn -nn -KL +Yz +es +Tj +Tj +hJ +Yz +Yz +Yz +AP jX sF -NW -nn -zA -zA -zA -zA -zA +fI +Yz +aa +aa +aa +aa +aa Xc Xc Xc Xc -zh -zA -zA -zA +Gx +aa +aa +aa Xc -Ec +EI Xc -zA -gS -ad -Hk -Ec +aa +OW +jI +Ut +EI Xc -Ec +EI Xc Xc Xc @@ -31301,12 +38869,12 @@ Xc re re Ua -nX +HU Xc Xc Xc Xc -nX +HU Wo re Xc @@ -31315,87 +38883,87 @@ Xc Xc Xc Xc -nX -nX +HU +HU Xc -je +mo Xc bz uC do -YB +Jp uR -xm -xm +vC +vC AX AX -Iw -Iw -nn -yR +jt +Uq +jE +NB MB -ND -nn -Iw -Iw +Sh +jE +Uq +kz AX AX -nX -nX +zE +zE MS -sJ -sJ -sJ +Uh +Uh +Uh xm -nX -nX -nX +zE +zE +zE MS MS MS -nX +zE VX Yx -nn -nn -Qs +Uh +Uh +Vp Qs Qs Qs Qs -nn +Uh xO -nX -nX +zE +zE xm xm xm Cm qj lH -wy -nX -ZN -ZN -ZN -nX -ZN -ZN -ZN -nX -ZN -nX -ZN -nX -ZN -nX -nX -cy -YB -YB -YB -YB -Xm +sz +kb +ef +ef +ef +kb +ef +ef +ef +kb +ef +kb +ef +kb +ef +kb +kb +ze +Bz +Bz +Bz +Bz +lK HO zA il @@ -31410,40 +38978,40 @@ zA zA zA zA -nn +Yz xu -cX -cX -NZ +Tj +Fk +Lp TD Be Gh Lv -cX -Td -Td -nn -zA -zA -zA -zA -zA +Tj +dP +SK +Yz +aa +aa +aa +aa +aa Xc -zA -zA -zA -zA -zA -zA -gS -ad -Hk -gS -ad -Hk -Ec +aa +aa +aa +aa +aa +aa +OW +jI +Ut +OW +jI +Ut +EI Xc -il +er Xc Xc Xc @@ -31470,12 +39038,12 @@ Xc re re Ua -nX -nX +HU +HU Xc Xc Xc -nX +HU Wo re Xc @@ -31483,9 +39051,9 @@ Xc Xc Xc Xc -Ux -nX -nX +JY +HU +HU eC uj Xc @@ -31493,78 +39061,78 @@ Xc Xc Xc Xc -YB -YB -xm -xm +Jp +Jp +vC +vC AX -Xt -Xt +dB +dB AX -yR -MB -ND +NB +ey +ik AX -Xt -Xt +dB +dB AX -nX -nX +zE +zE MS MS -sJ +Uh gV -sJ +Uh xm xm -nX +zE MS MS MS -nX -nX +zE +zE VX Yx -UJ +EF Wd ux XR -cX -cX -cX -SI +HN +HN +HN +ib Pk -nX +zE xm xm xm xm -nX +zE +fa +fa uZ -uZ -uZ -nX -nX -pL -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -cy -uR -YB -YB -YB -Xm +kb +kb +DA +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +ze +OC +Bz +Bz +Bz +lK HO zA zA @@ -31579,42 +39147,42 @@ zA zA il zA -UJ +vV nK -cX -cX -cX -Td -Td -Td -cX -cX -cX -cX -UJ -zA -zA -zA -zh -zA -zA -zA -zA -zA -zA -zA -zA +Tj +Tj +Fk +dP +SK +SK +Tj +Tj +Tj +Tj +vV +aa +aa +aa +Gx +aa +aa +aa +aa +aa +aa +aa +aa Xc -Ec +EI Xc Xc -Ec +EI Xc -zA -zA -il -il -il +aa +aa +er +er +er Xc Xc Xc @@ -31639,12 +39207,12 @@ Xc re re Ua -nX -nX +HU +HU BE Xc BE -nX +HU Wo re Xc @@ -31653,71 +39221,71 @@ Xc Xc Xc Tl -PR -nX +dF +HU Xc Xc Xc Xc Xc Xc -xm -YB -YB -YB -xm -xm -nX -qj +vC +Jp +Jp +Jp +vC +vC +HU +oB AX -Xt -my -Xt +dB +rR +dB AX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE MS MS -sJ +Uh mt -sJ +Uh xm xm -nX +zE MS MS MS MS -nX +zE VX Yx -UJ +EF za -cX -cX -cX -cX -cX -SI +HN +HN +HN +HN +HN +ib Pk -nX -nX +zE +zE xm xm xm -nX +zE qj lH -wy -nX -ZN -nX -nX -nX -nX +sz +kb +ef +kb +kb +kb +kb wO MO tw @@ -31729,10 +39297,10 @@ bl bl tw cQ -uy -uy -uy -uy +zG +zG +zG +zG ch tw bl @@ -31748,42 +39316,42 @@ il il il zA -UJ +vV yl -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -UJ -il -zA -zA -zA -zA -zA -zA -zA -zA -Xc -Xc -zA -Xc -Xc -gS -ad -Hk -zA -gS -ad -Hk -il -il +Tj +Tj +Tj +Tj +Tj +Tj +Tj +Tj +Fk +Fk +vV +er +aa +aa +aa +aa +aa +aa +aa +aa +Xc +Xc +aa +Xc +Xc +OW +jI +Ut +aa +OW +jI +Ut +er +er Xc Xc Xc @@ -31808,92 +39376,92 @@ Xc Xc Xc GM -nX -nX -nX +HU +HU +HU BE -nX -nX +HU +HU KD Xc Xc Xc Xc -Rw +xL fu re Ua Xc Xc -nX +HU Xc -WJ +vR Xc -rz -xm -xm -YB -YB -Mn -xm +Dv +vC +vC +Jp +Jp +ID +vC IN -qj +oB lH wy -nX -nX -nX -nX +zE +zE +zE +zE MS MS -nX -nX +zE +zE MS -nX -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE +zE MS Xc Xc -nX +zE VX Yx -nn -nn +Uh +Uh lC Qs pR Qs Qs -nn +Uh rP -nX -nX +zE +zE xm xm -nX -nX +zE +zE qj lH -wy +sz Rv -ZN -nX -nX -nX +ef +kb +kb +kb tw tw tw tw -Ry -YJ +RO +LC DE -nn +vF RN gs tw @@ -31905,8 +39473,8 @@ bl tw tw oU -cX -cX +EU +EU tw bl bl @@ -31917,41 +39485,41 @@ zA il il CF -nn +Yz Je -Hm -cX -cX -IQ -IQ -IQ -cX -cX -cX -cX -nn -il -zA -zA -zA +WU +Tj +Tj +jc +jc +jc +Fk +Fk +Fk +BS +Yz +er +aa +aa +aa Xc Xc -zA -ad +aa +jI Xc -km -WI -ad -zA +Zq +pm +jI +aa Xc Xc -Ec +EI Xc -zA +aa Xc -Ec +EI Xc -il +er Xc Xc Xc @@ -31977,13 +39545,13 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX +HU +HU +HU +HU +HU +HU +HU Xc Xc Xc @@ -31993,36 +39561,36 @@ KD re Ua Xc -pZ -nX -WJ -je -pZ -nX +Tx +HU +vR +mo +Tx +HU oe -xm -YB -YB -YB -xm -xm -qj +vC +Jp +Jp +Jp +vC +vC +oB lH wy -nX -nX -nX +zE +zE +zE MS MS -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE xm -nX -nX +zE +zE xm Wp Et @@ -32033,27 +39601,27 @@ Xc Xc YR Tp -nn -nn -UJ -UJ -UJ -nn -nn +Uh +Uh +EF +EF +EF +Uh +Uh Hx -nX -nX +zE +zE xm iy -nX -nX +zE +zE qj lH Ir uO -ZN -nX -nX +ef +kb +kb tw tw lO @@ -32061,23 +39629,23 @@ lO tw Lh YJ -YJ -YT -cX +LC +nw +EU LD -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX +EU +YO +YO +YO +EU +YO +YO +EU +EU +EU +EU +EU +EU cC cC bl @@ -32085,40 +39653,40 @@ zA zA il zA -nn -nn -nn -cX -cX -cX +Uh +Uh +Uh +AJ +Tj +Tj eD HY pI -cX -cX +Tj +Tj Sb -nn -nn -il -zA -zA -zA -zA -Xc -wE -zA -Ec -Ec -zA +Yz +Yz +er +aa +aa +aa +aa +Xc +ce +aa +EI +EI +aa WC Xc -zA -zA -zA -zA -gS -ad -Hk +aa +aa +aa +aa +OW +jI +Ut Xc Xc Xc @@ -32147,52 +39715,52 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -Rw +HU +HU +HU +HU +HU +HU +xL Xc Xc Xc Xc -nX +HU KD GM -JR -je -JR +YS +mo +YS Xc -JR -nX -nX +YS +HU +HU lR Tl -PR -YB -YB -YB -xm -qj +dF +Jp +Jp +Jp +vC +oB lH wy -nX -nX +zE +zE MS dV Et -nX -nX +zE +zE xm xm xm xm xm xm -nX -nX +zE +zE xm xm Xc @@ -32210,83 +39778,83 @@ De De De Aq -nX +zE xm xm -nX -nX +zE +zE Sl -uZ -uZ -uZ -nX -nX -nX -ZN +fa +fa +fa +kb +kb +kb +ef tw Rc jl -jl +zn Qw YJ YJ YJ us -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU rb bl CF zA zA zA -nn -EM -nn +Uh +gV +Uh Bj -cX -cX +Tj +Tj Ep tQ eh -cX -cX -NW -nn -il -il -zh -zA -zA -zA -wE -wE -Ec +Tj +Fk +fI +Yz +er +er +Gx +aa +aa +aa +ce +ce +EI Xc -wE -Ec -wE -zA -zA -zA -zA -zA +ce +EI +ce +aa +aa +aa +aa +aa Xc -Ec +EI Xc Xc Xc @@ -32316,52 +39884,52 @@ Xc Xc Xc Xc -Cm -nX -nX -nX -nX -dV -Et +hI +HU +HU +HU +HU +kA +jg Xc Xc Xc Xc -ga -nX +fX +HU Xc Xc -je -je -oQ -nX -dV -Et +mo +mo +Qb +HU +kA +jg KD -nR +Gi GM -YB -YB -YB -xm -qj +Jp +Jp +Jp +vC +oB lH wy MS MS -nX -nX -nX +zE +zE +zE xm xm -YB +AC xm -YB +AC xm xm xm xm -nX +zE xm Xc Xc @@ -32372,49 +39940,49 @@ Xc Xc dV Et -nX +zE xm xm xm -nX +zE rz xm -nX -nX +zE +zE xm -nX +zE xm xm qj lH -wy -nX -nX -nX -ZN +sz +kb +kb +kb +ef bl GS -kw -kw +az +az Qw YJ YJ eK -nn +vF YX SU Cf fK -cX -cX -cX +EU +EU +EU Qx -nn -cX -cX -cX -cX -nn +vF +OD +EU +EU +EU +vF yG fK GO @@ -32423,36 +39991,36 @@ Bm zA zA il -nn -jE -nn -nn -cX -cX -Td -Td -Td -cX -cX -nn -nn -il -il -il -zA -zA -zA -Ec -ad -Ec -Xc -Xc -wE -kr -zA -zA -zA -zA +Uh +mt +Uh +Yz +Tj +Tj +SK +SK +SK +Fk +Fk +Yz +Yz +er +er +er +aa +aa +aa +EI +jI +EI +Xc +Xc +ce +VC +aa +aa +aa +aa Xc Xc Xc @@ -32486,51 +40054,51 @@ Xc Xc Xc Xc -nX -nX +HU +HU lR Tl -PR -nX +dF +HU Xc Xc Xc Xc -nX +HU Xc -nX +HU Xc -WJ -pZ -JR -nX -nX -nX +vR +Tx +YS +HU +HU +HU Xc -nX -YB -YB -YB -YB -nX -qj +HU +Jp +Jp +Jp +Jp +HU +oB Dy wy MS -nX -nX -nX +zE +zE +zE xm xm -YB +AC xm xm -YB +AC xm -YB +AC xm xm -nX +zE xm Sl Xc @@ -32540,53 +40108,53 @@ Xc Xc Xc Xc -nX -nX -nX +zE +zE +zE xm -nX -nX -nX +zE +zE +zE xm -nX +zE dV Et -nX +zE xm xm qj lH -wy -nX -nX -nX -ZN +sz +kb +kb +kb +ef bl LV -kw -kw +az +az Qw YJ ji NI -nn -nn -nn -nn -nn -nn -cX -cX -nn -nn -Va -cX -cX -hZ -nn -nn -cX -cX +vF +vF +vF +vF +vF +vF +EU +EU +vF +vF +wN +EU +EU +gI +vF +vF +EU +YO tw tw zA @@ -32595,34 +40163,34 @@ il zA zA Gy -nn -nn -cX -cX -cX -cX -cX -nn -nn -il -il -il -il -zA -zA +Yz +Yz +Tj +Tj +Tj +Fk +Fk +Yz +Yz +er +er +er +er +aa +aa Xc Xc Xc -ad +jI OA -ad +jI Vg -Ec -kr -zA -zA -zA -zA +EI +VC +aa +aa +aa +aa Xc Xc Xc @@ -32656,50 +40224,50 @@ Xc Xc Xc Xc -Rw +xL Wo re re -PR +dF Xc Xc Xc Xc -nX +HU Xc -je +mo Xc Xc -oQ -nX -nX -nX -nX -YB -YB -YB -YB -YB -Cy -nX -qj +Qb +HU +HU +HU +HU +Jp +Jp +Jp +Jp +Jp +TV +HU +oB Dy wy -nX -nX -nX +zE +zE +zE xm xm xm -YB +AC xm -YB -YB -YB -YB -YB +AC +AC +AC +AC +AC xm -nX +zE xm xm Xc @@ -32713,22 +40281,22 @@ Xc Xc dV Et -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE xm xm xm qj Lf -wy -nX -ZN -nX +sz +kb +ef +kb wO tw QD @@ -32738,25 +40306,25 @@ Qw YJ YJ Vo -nn +vF yL ah aW RX -SI -cX -cX -cX +xT +EU +EU +EU lY -cX -cX -cX -cX -cX -cX -cX -cX -Wu +EU +EU +EU +EU +EU +EU +EU +YO +cl bl il il @@ -32765,34 +40333,34 @@ il zA km WI -uQ -nn -UJ -UJ -UJ -nn -nn -il -il -il -il -il -il -km -WI -zA -Ec -Ec -Ec -wE +Hs +Yz +vV +vV +vV +Yz +Yz +er +er +er +er +er +er +Zq +pm +aa +EI +EI +EI +ce nP VS YD -zh -zA -zA -zA -zh +Gx +aa +aa +aa +Gx Xc Xc Xc @@ -32825,7 +40393,7 @@ Xc Xc Xc Xc -nX +HU Wo re re @@ -32834,42 +40402,42 @@ Xc Xc Xc Xc -nX -je -WJ +HU +mo +vR Xc Xc Xc Xc -nX -nX -On -YB -YB -YB -YB -YB -nX -nX -qj +HU +HU +dz +Jp +Jp +Jp +Jp +Jp +HU +HU +oB lH wy -nX -nX -nX +zE +zE +zE xm xm -YB -YB -YB -YB -YB -YB -YB +AC +AC +AC +AC +AC +AC +AC xm xm -nX -nX +zE +zE xm xm Xc @@ -32885,47 +40453,47 @@ xm xm xm Cm -nX -nX +zE +zE xm -nX -nX +zE +zE xm xm qj Lf -wy -nX -ZN -nX +sz +kb +ef +kb vk tw -nn -kw +vF +cL qS Qw YJ YJ YJ -nn -cX -cX -cX -cX -SI -cX -cX -cX -cX -cX -nn -nn -cX -cX -cX -cX -cX -cX +vF +EU +EU +EU +EU +xT +YO +YO +EU +EU +EU +vF +vF +YO +EU +EU +EU +EU +YO Gl il il @@ -32941,27 +40509,27 @@ zA zA zh HO -il -il -il -il -il -il -il -zA -ad -Ec +er +er +er +er +er +er +er +aa +jI +EI Xc -Ec +EI Xc -ad -Ec -XL -il -zA -zA -km -WI +jI +EI +El +er +aa +aa +Zq +pm Xc Xc Xc @@ -32994,7 +40562,7 @@ Xc Xc Xc Xc -nX +HU Wo re re @@ -33007,41 +40575,41 @@ Xc Xc kX eC -pZ +Tx Xc Xc Xc Xc -YB -YB -YB -YB -YB -YB -nX -nX -qj +Jp +Jp +Jp +Jp +Jp +Jp +HU +HU +oB lH wy -nX -nX -nX -nX +zE +zE +zE +zE xm xm -YB -YB -YB -YB -YB +AC +AC +AC +AC +AC xm xm -nX -nX +zE +zE MS xm -nX -nX +zE +zE Xc Xc Xc @@ -33052,48 +40620,48 @@ Xc Xc xm xm -nX -nX +zE +zE xm xm xm xm -nX +zE xm xm qj lH -wy -nX -ZN -nX +sz +kb +ef +kb MO tw -nn +vF UZ -nn -nn +vF +vF RG YJ YJ Ki -cX +EU PI -cX +EU bU -SI -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX +xT +YO +EU +EU +EU +EU +EU +YO +YO +EU +EU +EU +EU bU bl il @@ -33110,25 +40678,25 @@ zA zA Bm HO -il -il -il -il -il -Xc -il -zA -zA +er +er +er +er +er +Xc +er +aa +aa US Xc -ad -Ec -Ec -zh -il -il -il -il +jI +EI +EI +Gx +er +er +er +er Xc Xc Xc @@ -33162,55 +40730,55 @@ Xc Xc Xc Xc -nX -nX +HU +HU KD re re GM -nX +HU BE Xc Xc Xc Xc -JR -JR -WJ -Qm +YS +YS +vR +Ql NH da Iy -YB -YB -YB -YB -YB +Jp +Jp +Jp +Jp +Jp uR -xm -nX -qj +vC +HU +oB lH wy -nX -nX -nX -nX +zE +zE +zE +zE xm xm xm xm xm -YB +AC xm xm xm -nX -nX +zE +zE MS -nX -nX -nX +zE +zE +zE Xc Xc Xc @@ -33218,51 +40786,51 @@ Xc Xc Xc Xc -nn -UJ -UJ -nn +Uh +EF +EF +Uh pL -nX +zE xm xm -nX -nX -nX +zE +zE +zE xm qj lH -wy -nX -nX -nX -ZN +sz +kb +kb +kb +ef tw kd xU fv -nn -YJ -YJ +vF +Kw YJ +LC Ki -cX -cX -cX -nn -nn -cX -cX -nn -nn -Va -cX -cX -hZ -nn -nn -cX -cX +EU +EU +EU +vF +vF +YO +EU +vF +vF +wN +EU +EU +gI +vF +vF +EU +EU tw tw il @@ -33279,24 +40847,24 @@ zA zA zA HO -il -il +er +er Xc Xc Xc Xc Xc -zA -ad -il +aa +jI +er Xc Xc -Ec -il +EI +er YD -il -il -il +er +er +er Xc Xc Xc @@ -33308,7 +40876,7 @@ Xc Xc Xc Xc -il +Dc Xc Xc Xc @@ -33331,54 +40899,54 @@ Xc Xc Xc Xc -nX -nX +HU +HU VE KD GM -nX -nX -nX -nX -Cm +HU +HU +HU +HU +hI Xc Xc -wF -pZ -JR +NC +Tx +YS xS vK TO do -YB -Mn -YB -YB -YB -xm -xm -nX -qj +Jp +ID +Jp +Jp +Jp +vC +vC +HU +oB lH wy -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE xm xm xm xm xm xm -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE xm xm Ys @@ -33386,49 +40954,49 @@ xm xm Xc Xc -nn -nn -Kc +Uh +Uh +fe BC -nn -nn -nX +Uh +Uh +zE xm -nX -nX +zE +zE xm -nX +zE Cm -uZ -uZ -uZ -nX -nX -nX -ZN +fa +fa +fa +kb +kb +kb +ef tw kd xU fv -nn +vF iv YJ -YJ -nn +LC +vF ZS RJ RJ -YT +nw ZL -cX -cX +EU +EU Fr -nn +vF oU -cX -cX -cX -nn +EU +EU +EU +vF pT wr AQ @@ -33448,7 +41016,7 @@ yo zA zA HO -il +er Xc Xc Xc @@ -33459,15 +41027,15 @@ Xc Xc Xc Xc -zq -eE -eE -eE -eE -eE -eE +Up +kL +kL +kL +kL +kL +kL Xc -zq +Up Xc Xc Xc @@ -33476,8 +41044,8 @@ Xc Xc Xc Xc -il -il +Dc +Dc Xc Xc Xc @@ -33499,107 +41067,107 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX +HU +HU +HU +HU +HU +HU +HU +HU Xc -nX -nX -WJ +HU +HU +vR aS kX -je +mo da da da bz uC -YB +Jp Xc Xc -YB -YB -xm -nX +Jp +Jp +vC +HU Xc HC HC HC Sl -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE xm xm xm -nX -nX +zE +zE MS MS -nX +zE MS -nX -nX -nX +zE +zE +zE xm xm xm -nX -nX -nX -nn +zE +zE +zE +Uh Zs -cX -cX -cX -SI -nX +HN +HN +HN +ib +zE rz -nX -nX +zE +zE xm xm -nX +zE qj lH -wy -nX -ZN -nX -ZN +sz +kb +ef +kb +ef tw kd xU fv -nn +vF YJ YJ -YJ -nn -kw +LC +vF +cL II Yw -YT +nw IK -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX +EU +EU +EU +EU +EU +EU +EU +EU +EU +EU +YO gN bl zA @@ -33628,26 +41196,26 @@ Xc Xc Xc Xc -zq -zq -zq +Up +Up +Up aw QX QX aw -zq -zq +Up +Up Xc Xc Xc Xc Xc Xc -il -il -il -il -il +Dc +Dc +Dc +Dc +Dc Xc Xc Xc @@ -33668,32 +41236,32 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX +HU +HU +HU +HU +HU BE -nX -nX -nX -nX -JR -je +HU +HU +HU +HU +YS +mo TO aS -Hp +rX da da -Hp +rX bz do -YB -YB -YB -YB -nX -nX +Jp +Jp +Jp +Jp +HU +HU Xc Xc Xc @@ -33701,74 +41269,74 @@ Xc Xc xm xm -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE dV Et -nX -nX -nX -nX +zE +zE +zE +zE MS MS -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE Ys xm -nX +zE xm xm -nn +Uh NT -cX -cX +HN +HN ao -nn -nX -nX -nX +Uh +zE +zE +zE xm xm xm -nX +zE qj lH Cs -nX -ZN -nX -nX +kb +ef +kb +kb tw tw -nn -nn -nn +vF +vF +vF Ry -YJ -YJ -nn -kw -kw +LC +LC +vF +cL +cL dm -nn +vF hq -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX +YO +EU +EU +EU +EU +EU +EU +EU +YO +YO +YO QZ bl zA @@ -33797,28 +41365,28 @@ Xc Xc Xc Xc -zq +Up Xc tK bX tK tK -cW +Vv tK -zq +Up Xc Xc Xc Xc Xc -il -il -il -il -il -il -il -il +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc Xc Xc Xc @@ -33837,31 +41405,31 @@ Xc Xc Xc Xc -nX -nX -nX -nX +HU +HU +HU +HU BE BE -nX -nX -nX +HU +HU +HU Xu -je -je -je -WJ +mo +mo +mo +vR cJ NH da Xc -Mn -YB -YB -YB -YB -YB -nX +ID +Jp +Jp +Jp +Jp +Jp +HU Xc Xc Xc @@ -33872,17 +41440,17 @@ Xc xm xm xm -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE dV Et -nX -nX +zE +zE pL Xc Xc @@ -33892,34 +41460,34 @@ Xc xm xm xm -nn -nn -nn +Uh +Uh +Uh DX Ul -nn -nn +Uh +Uh Qm -nX +zE xm xm xm xm -nX +zE qj lH Cs -nX -ZN -nX -ZN -ZN +kb +ef +kb +ef +ef tw tw -nn -nn -YJ +vF +vF YJ +LC YJ tw bl @@ -33929,12 +41497,12 @@ tw tw iF rQ -cX -nn +EU +vF dj rt -cX -cX +YO +EU tw bl bl @@ -33944,11 +41512,11 @@ zA zA il il -nn -UJ -SI -UJ -nn +bd +So +qI +So +bd Xc eC il @@ -33968,29 +41536,29 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA +zN +zN +zN +zN +zN +zN Xc Xc Xc Xc Xc -il -il -il -il -il -il -il -il -il -il -il -il +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc Xc Xc Xc @@ -34007,48 +41575,48 @@ Xc Xc Xc BE -nX -nX -nX +HU +HU +HU BE -nX -nX -nX -nX +HU +HU +HU +HU Xc kX -je -JR -pZ -xm -xm -xm -YB -YB -YB -YB -YB -ga -nX -nX +mo +YS +Tx +vC +vC +vC +Jp +Jp +Jp +Jp +Jp +fX +HU +HU Xc Xc Xc Xc Xc -nn -nn -nn -nn +Uh +Uh +Uh +Uh xm xm xm -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE Xc Xc Xc @@ -34061,29 +41629,29 @@ Xc Xc xm xm -nn -EM -nn -nn -nn -nn +Uh +gV +Uh +Uh +Uh +Uh xm -nX -nX -nX +zE +zE +zE xm xm Wp Et -uZ -uZ -uZ -nX -nX -nX -nX -ZN -ZN +fa +fa +fa +kb +kb +kb +kb +ef +ef tw tw tw @@ -34091,9 +41659,9 @@ bl gx bl tw -ZN -ZN -ZN +ef +ef +ef tw tw tw @@ -34113,12 +41681,12 @@ zA zA zA il -uQ -IQ -cX -IQ -nn -nn +uw +RV +qF +GV +bd +bd eC XL il @@ -34129,7 +41697,7 @@ Xc Xc Xc Xc -ej +nk Xc aq Xc @@ -34137,30 +41705,30 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA +zN +zN +zN +zN +zN +zN Xc Xc JP -zA -zA -zA -il -il -il -il -il -il -il -il -il -il -il -il +zN +zN +zN +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc Xc Xc Ot @@ -34175,48 +41743,48 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -Rw -xm +HU +HU +HU +HU +HU +HU +xL +vC Xc Xc -nX -nX +HU +HU BE -xm -xm -xm -YB -YB -YB -YB -xm -xm -nX -nX -nX +vC +vC +vC +Jp +Jp +Jp +Jp +vC +vC +HU +HU +HU Xc -nn +Uh Xc Xc Xc -nn -nn -nn -nn -nn +Uh +Uh +Uh +Uh +Uh Xc xm -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE Xc Xc Xc @@ -34230,39 +41798,39 @@ Xc Xc xm xm -nn -jE -nn -nX +Uh +mt +Uh +zE xm Sl xm -nX -nX -nX +zE +zE +zE xm xm xm -nX +zE qj lH -wy -nX -ZN -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +sz +kb +ef +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb tw uu Nw @@ -34283,11 +41851,11 @@ il zA il xr -Xv -cX -cX -IQ -nn +AM +qF +RK +GV +bd XL XL XL @@ -34296,40 +41864,40 @@ XL Xc Xc Xc -Is +BF Xc -ej -ej +nk +nk aq -Ne +fo Xc Xc Xc -zA -zA +zN +zN LA UM LA LA LA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il -il -il -il -il +zN +zN +zN +zN +zN +zN +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc Xc Xc Ot @@ -34345,47 +41913,47 @@ Xc Xc Xc Xc -nX -nX -nX -nX +HU +HU +HU +HU Xc -xm -xm -xm +vC +vC +vC Xc Xc -nX -xm -xm -xm -YB -YB -YB -YB -xm -xm -nX -nX +HU +vC +vC +vC +Jp +Jp +Jp +Jp +vC +vC +HU +HU Xc Xc Xc -nn +Uh Fn Ga Hi JF Nb -nn -nn +Uh +Uh Xc Xc Xc -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE Xc Xc Xc @@ -34401,38 +41969,38 @@ xm xm xm xm -nX -nX -nX +zE +zE +zE xm xm -nX -nX +zE +zE xm xm xm -nX -nX +zE +zE qj lH -wy -nX -ZN -nX -ZN -nX -ZN -ZN -ZN -nX -ZN -ZN -ZN -nX -ZN -ZN -nX -nX +sz +kb +ef +kb +ef +kb +ef +ef +ef +kb +ef +ef +ef +kb +ef +ef +kb +kb fk yQ yQ @@ -34452,53 +42020,53 @@ il zA zA xr -Xv -cX -cX -IQ -nn -uQ +AM +qF +qF +GV +bd +uw xr -UJ -uQ -nn +So +uw +bd Xc -Ne -Ne -Ne +fo +fo +fo Xc eC -wE -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il -il -il -il +bO +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc Xc Xc Ot @@ -34514,32 +42082,32 @@ Xc Xc Xc Xc -nX -nX -nX -nX +HU +HU +HU +HU Xc Xc -xm -xm -xm +vC +vC +vC Xc Xc Xc -xm -On -YB -YB -YB -YB -xm -nX +vC +dz +Jp +Jp +Jp +Jp +vC +HU Xc Xc Xc Xc -nn -nn +Uh +Uh Ft zw zw @@ -34550,12 +42118,12 @@ so NK NK Qf -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE Xc Xc Xc @@ -34564,44 +42132,44 @@ Xc Xc Xc MS -nX +zE VX -nX +zE xm xm dV Et -nX -nX +zE +zE xm Cm -nX -nX -nX +zE +zE +zE xm -nX -nX +zE +zE MS qj lH -wy -nX -ZN -nX -ZN -nX -nX -nX -nX -nX -nX -pL -nX -nX -nX -nX -nX -nX +sz +kb +ef +kb +ef +kb +kb +kb +kb +kb +kb +DA +kb +kb +kb +kb +kb +kb fk yQ yQ @@ -34620,54 +42188,54 @@ il il il zA -uQ -IQ -IQ -cX -cX -nn -tV -ta -Kc +uw +nd +nd +qF +RK +bd +fE +KP +Po BV -nn -nn +bd +bd rx -Ne -Ne -zA -zA +fo +fo +zN +zN UM -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il -il +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc Xc Xc Ot @@ -34684,30 +42252,30 @@ Xc Xc Xc Xc -nX -dV -Et +HU +kA +jg Xc Xc -xm -xm -xm +vC +vC +vC Xc Xc -xm -xm -YB -YB -YB -Cy -nX -nX -rz +vC +vC +Jp +Jp +Jp +TV +HU +HU +Dv Xc Xc Xc Xc -nn +Uh Eg so Gb @@ -34719,13 +42287,13 @@ zw zw zw Xc -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE Xc Xc Xc @@ -34733,44 +42301,44 @@ Xc Xc xl MS -nX -nX -nX -nX +zE +zE +zE +zE xm -nX -nX +zE +zE MS -nX -nX -nX +zE +zE +zE xm xm -nX -nX +zE +zE dV Et MS qj Dy Dy -nX -nX -pL -ZN -nX -ZN -ZN -ZN -nX -ZN -ZN -ZN -nX -ZN -ZN -ZN -nX +kb +kb +DA +ef +kb +ef +ef +ef +kb +ef +ef +ef +kb +ef +ef +ef +kb fk yQ yQ @@ -34790,53 +42358,53 @@ zA zA zA xr -Xv -Xv -cX -cX -SI -cX -cX -cX -cX +AM +AM +qF +RK +qI +RK +RK +RK +qF tk -nn +bd yW -Ne -zA -zA -zA +fo +zN +zN +zN UM -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc Xc Xc Ot @@ -34853,25 +42421,25 @@ Xc Xc Xc Xc -nX -nX +HU +HU Xc Xc -xm -xm -xm -xm -xm -xm -xm -YB -YB -YB -YB -xm -nX -nX -nX +vC +vC +vC +vC +vC +vC +vC +Jp +Jp +Jp +Jp +vC +HU +HU +HU Xc Xc Xc @@ -34883,18 +42451,18 @@ so so zw zw -nn -nn +Uh +Uh PY Xc Xc -nX -nX +zE +zE MS MS -nX -nX -nX +zE +zE +zE pL Xc Xc @@ -34902,44 +42470,44 @@ Xc MS MS MS -nX +zE VX -nX -nX -nX +zE +zE +zE ZI mp qP -nX -nX -nX +zE +zE +zE xm xm xm -nX -nX +zE +zE MS MS Dy Dy Xc -jE -nn -nX -ZN -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +mt +Uh +kb +ef +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb +kb fk yQ yQ @@ -34959,22 +42527,22 @@ Xc wE CF xr -IQ -IQ -cX -IQ -nn -ta -cX -cX -cX -cX -UJ +GV +nd +qF +GV +bd +uk +RK +qF +qF +qF +So rx -zA -zA -zA -zA +zN +zN +zN +zN pQ xg VQ @@ -35001,10 +42569,10 @@ VQ VQ VQ xg -il -il -il -il +Dc +Dc +Dc +Dc Xc Xc Xc @@ -35022,25 +42590,25 @@ Xc Xc Xc Xc -nX -nX +HU +HU Xc -xm -xm -xm -xm -xm -xm -xm -xm -YB -YB -YB -YB -xm -nX -nX -nX +vC +vC +vC +vC +vC +vC +vC +vC +Jp +Jp +Jp +Jp +vC +HU +HU +HU Xc Xc Xc @@ -35051,64 +42619,64 @@ FI Iz so so -nn -nn +Uh +Uh Xc Xc Xc pL -nX -nX -nX +zE +zE +zE MS MS -nX -nX -nX -nX +zE +zE +zE +zE MS MS MS MS -nX -nX +zE +zE Xc Xc Xc Xc -sJ -sJ -sJ +Uh +Uh +Uh tm xm Rw -nX +zE xm -nX -nX +zE +zE MS MS pL Dy Xc Xc -cX -nn -nX -nX -nX -nX -nX -nX -nX +HN +Uh +kb +kb +kb +kb +kb +kb +kb dR Ds Xc -nX -nX +kb +kb Xc Xc -qM +GJ RI yQ yQ @@ -35127,53 +42695,53 @@ Bm Xc eC wE -uQ -cX -cX -cX -Xv -UJ -tV +uw +RK +qF +qF +AM +So +wh Lr Zb -Xv -cX -UJ -zA -zA -zA -zA -zA -zA +AM +qF +So +zN +zN +zN +zN +zN +zN Da -WY -Lt +Zi Lt +ev DP am -Hc Lt +ev DP am -Hc Lt -aO +ev +DP am -Hc Lt +ev DP am -Hc Lt +ev DP am -xg -WY +Lt +Zi By -il -il -il -il +Dc +Dc +Dc +Dc Xc Xc Xc @@ -35191,68 +42759,68 @@ Xc Xc Xc Xc -nX -nX -xm -xm -xm -xm -xm -xm -xm -YB -YB -YB -YB -YB -xm -xm -nX -nX -dV -Et +HU +HU +vC +vC +vC +vC +vC +vC +vC +Jp +Jp +Jp +Jp +Jp +vC +vC +HU +HU +kA +jg Xc Xc Xc Xc -nn +Uh Xc KE -cX +HN so -nn +Uh Xc Xc Xc bR Et -nX -nX +zE +zE MS MS MS MS -nX -nX -nX -nX +zE +zE +zE +zE MS MS -nX -nX +zE +zE Xc Xc Xc Xc Xc Xc -sJ -sD -nX +Uh +Fg +zE xm xm -nX -nX +zE +zE ZI xm xm @@ -35260,16 +42828,16 @@ xm Xc Xc Xc -cX -cX -nn +HN +HN +Uh nn wO fh -nn -nX -nX -nX +Uh +kb +kb +kb bG Xc Xc @@ -35296,53 +42864,53 @@ Xc Xc Xc eC -nn -IQ -cX -IQ -IQ -UJ -tV -cX +bd +lm +qF +nd +nd +So +wh +qF Ln EN -cX -nn +RK +bd pQ -zA -zA -zA -zA +zN +zN +zN +zN pQ Da Vr -Dc -Dc Zi -Dc -Dc -RV -RV -RV -Dc -Dc Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +eU +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +pH +By Dc Dc Dc -RV -RV -RV -RV Dc -Zi -XF -pH -By -il -il -il -il Xc Xc Xc @@ -35360,54 +42928,54 @@ Xc Xc Xc Xc -nX -nX -nX -xm -xm -xm -xm -xm +HU +HU +HU +vC +vC +vC +vC +vC uR -YB -YB -YB -YB -xm -xm -nX -nX -nX -nX -nX +Jp +Jp +Jp +Jp +vC +vC +HU +HU +HU +HU +HU Xc Xc Xc Xc Xc Xc -nn -jE -nn +Uh +mt +Uh Xc Xc Xc Dy Dy Dy -nX -nX -nX +zE +zE +zE MS MS MS MS MS -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE Xc Xc Xc @@ -35415,31 +42983,31 @@ Xc Xc Xc Xc -sJ -sD -nX +Uh +Fg +zE xm -nX -nX -nX +zE +zE +zE xm xm xm Xc Xc NK -Kc -cX +Bl +HN tu so -nn +Uh if if -nn -nn -VX -VX -VX +Uh +Uh +su +su +su Xc Xc Xc @@ -35464,53 +43032,53 @@ Xc Xc Xc Xc -nn -nn -IQ -cX -IQ -IQ -nn -tV -cX -cX -cX -cX -SI +bd +bd +fd +qF +nd +nd +bd +Si +qF +qF +qF +RK +qI pQ -zA -zA -zA +zN +zN +zN Xc -zA +zN Da Pg +Zi +Zi +Zi +eU +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +eU +Zi +Vy +rm +By Dc Dc Dc -Dc -RV -RV -RV -RV -RV -RV -RV -RV -RV -Dc -RV -RV -RV -RV -Dc -Dc -RV -rm -By -il -il -il Xc Xc Xc @@ -35529,32 +43097,32 @@ Xc Xc Xc Xc -nX -nX -nX -xm -xm -xm -xm -YB -YB -YB -YB -YB -dV -Et -nX -nX -nX -nX -rz -nX -Dy -Dy -Dy +HU +HU +HU +vC +vC +vC +vC +Jp +Jp +Jp +Jp +Jp +kA +jg +HU +HU +HU +HU +Dv +HU +jK +jK +jK pL Xc -nn +Uh Ra so zw @@ -35564,16 +43132,16 @@ Xc qj lH wy -nX +zE MS MS MS MS MS MS -nX -nX -nX +zE +zE +zE dV Et Xc @@ -35584,32 +43152,32 @@ Xc Xc Xc Xc -sJ -sD -nX +Uh +Fg +zE xm -nX -nX +zE +zE xm xm xm Xc Xc zw -cX -cX -cX -cX +HN +HN +HN +HN so -jE +mt BC -Kc -Tz -nn -nX -nX -xm -nX +Bl +ov +Uh +qM +qM +Af +qM Xc Xc Xc @@ -35632,54 +43200,54 @@ il Xc Xc Xc -nn -nn -IQ -cX -cX -cX -IQ -UJ -ta -cX -cX -cX -cX -nn +bd +bd +Qh +RK +qF +qF +nd +So +KP +RK +qF +RK +RK +bd pQ -zA -zA +zN +zN Xc Xc -zA +zN Da Kb +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +bo +By Dc Dc Dc -Dc -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -Dc -RV -bo -By -il -il -il Xc Xc Xc @@ -35697,38 +43265,38 @@ Xc Xc Xc Xc -nX -nX -nX -nX -xm -xm -xm -xm -YB -YB -YB -On -nX -nX -nX -nX -dV -Et -nX -nX -nX -qj -lH +HU +HU +HU +HU +vC +vC +vC +vC +Jp +Jp +Jp +dz +HU +HU +HU +HU +kA +jg +HU +HU +HU +oB +pg wy -nX +zE Xc -nn -Tz +Uh +ov so zw -cX -nn +HN +Uh Xc qj lH @@ -35742,8 +43310,8 @@ MS MS MS MS -nX -nX +zE +zE Xc Xc Xc @@ -35753,32 +43321,32 @@ Xc Xc Xc Xc -sJ -sD -nX -nX -nX -nX +Uh +Fg +zE +zE +zE +zE xm xm xm Xc zw -cX +HN FY fp -cX -cX +HN +HN so -jE -cX -Hm -Tz -nn -nX -xm -xm -xm +mt +HN +IO +ov +Uh +qM +Af +Af +Af Xc Xc Xc @@ -35800,54 +43368,54 @@ il il Xc Xc -uQ -uQ -Xv -cX -cX -cX -Xv -Xv -UJ -cX -cX -cX +uw +uw +uK +qF +qF +qF +AM +AM +So +RK +RK +qF CM mG -UJ +So UM -zA -zA +zN +zN Xc -zA -zA +zN +zN Da IC -Dc -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi RL By -zA -il +zN +Dc Xc Xc Xc @@ -35866,38 +43434,38 @@ Xc Xc Xc Xc -PR -nX -nX -nX -xm -xm -xm -xm -YB -xm +dF +HU +HU +HU +vC +vC +vC +vC +Jp +vC Xc Xc -rz -nX -nX -nX -nX -nX -nX -nX -nX -qj -lH +Dv +HU +HU +HU +HU +HU +HU +HU +HU +oB +pg wy -nX +zE Xc -nn -Tz +Uh +ov zw zw -Xv -nn +gd +Uh MS qj lH @@ -35909,10 +43477,10 @@ MS MS MS MS -nX -nX -nX -nX +zE +zE +zE +zE Xc Xc Xc @@ -35922,32 +43490,32 @@ Xc Xc Xc Xc -sJ -sD +Uh +Fg ZI -nX +zE xm -nX -nX +zE +zE xm xm -jE -cX -cX +mt +HN +HN cz so so -cX +HN so -jE -cX -Xv +mt +HN +gd bs -nn -xm -xm -nX -xm +Uh +Af +Af +qM +Af Xc Xc Xc @@ -35969,53 +43537,53 @@ il il il Xc -uQ -uQ -Xv -cX -IQ -IQ -IQ -IQ -nn -ta -cX -cX +uw +uw +Hd +qF +nd +nd +nd +GV +bd +uk +RK +qF ZH zQ -UJ +So pQ -zA -zA -zA +zN +zN +zN pQ -zA +zN Da Vr -Dc -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -Dc -Dc +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi pH By -zA +zN Xc Xc Xc @@ -36036,37 +43604,37 @@ Xc Xc re IU -PR -nX -nX -nX -xm -xm -Cy -YB -Xc -Xc -Xc -Xc -nX -nX -nX -nX -nX -nX -nX -nX -qj -lH +dF +HU +HU +HU +vC +vC +TV +Jp +Xc +Xc +Xc +Xc +HU +HU +HU +HU +HU +HU +HU +HU +oB +pg wy -nX -nX -nn +zE +zE +Uh Ra zw -cX -Xv -UJ +HN +gd +EF MS qj lH @@ -36080,44 +43648,44 @@ MS MS MS MS -nX +zE pL Xc Xc Xc Xc -nX +zE Xc Xc Xc -sJ -sJ -sJ +Uh +Uh +Uh tm -nX -nX -nX +zE +zE +zE xm xm xm Xc RT -cX +HN so -cX +HN Xc if if -nn -Tz +Uh +ov cn -nn -nn -xm -xm -nX -nX -xm +Uh +Uh +Af +Af +qM +qM +Af Xc Xc Xc @@ -36138,54 +43706,54 @@ zA il il il -SI -IQ -cX -cX -cX -cX -cX -cX -SI -cX -cX -cX +qI +GV +RK +qF +qF +qF +qF +RK +qI +RK +RK +qF sC kG -nn +bd pQ -zA -zA -zA +zN +zN +zN pQ -zA +zN Da Pg -Dc -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -Dc -Dc +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi rm By -zA -zA +zN +zN Xc Xc Xc @@ -36206,36 +43774,36 @@ re re re Ua -nX -nX -nX -nX -xm -YB -YB +HU +HU +HU +HU +vC +Jp +Jp Xc Xc Xc Xc Xc -nX -rz -nX -nX -dV -Et -nX -qj -lH +HU +Dv +HU +HU +kA +jg +HU +oB +pg wy -nX -nX -UJ +zE +zE +EF Xf zw -cX +HN zw -UJ +EF MS qj lH @@ -36243,50 +43811,50 @@ wy MS MS MS -nX +zE MS MS MS MS -nX -nX +zE +zE Xc Xc Xc Xc -nX -nX +zE +zE MS -nX +zE VX xm Ux -nX -nX +zE +zE xm -nX -nX +zE +zE xm xm Xc Xc ss wJ -Hm -Oc +IO +ol Xc Mk Mk -nn -nn -nn -nn +Uh +Uh +Uh +Uh Mk -xm -nX -nX -xm -xm +Af +qM +qM +Af +Af Xc Xc Xc @@ -36307,54 +43875,54 @@ zA il il il -UJ -VU -VU -VU -VU -VU -VU -VU -nn -Oc -Oc -Oc -ta -nn -nn -zA -zA -zA -zA -zA -zA +So +tF +Xy +Xy +Xy +Xy +Xy +tF +bd +Ws +Ac +Ac +KP +bd +bd +zN +zN +zN +zN +zN +zN Da Kb -Dc -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -Dc -Dc +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi bo By -zA -zA +zN +zN Xc Xc Xc @@ -36375,67 +43943,67 @@ re re re Ua -nX -nX -nX -nX -xm -YB -YB +HU +HU +HU +HU +vC +Jp +Jp Xc Xc Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -qj -lH +HU +HU +HU +HU +HU +HU +oB +pg wy -nX -nX -UJ -Xv +zE +zE +EF +gd zw zw Zk -nn +Uh MS Dy Dy Dy MS MS -nX -nX -nX +zE +zE +zE MS MS -nX -nX -nX -nX +zE +zE +zE +zE Xc Xc dV Et MS MS -nX +zE VX xm xm -nX +zE xm xm dV Et -nX +zE xm rz Xc @@ -36448,12 +44016,12 @@ ME Mk RR HH -xm +Af Mk Mk -nX -nX -xm +qM +qM +Af po Xc Xc @@ -36475,56 +44043,56 @@ Xq zA zA il -il -uQ -cX -cX -qL -qY -Xv -cX -Xv -nn -UJ -UJ -UJ -nn -nn -Xc -wE -wE -zA -zA +il +uw +RK +qF +qL +qY +AM +qF +uK +bd +So +So +So +bd +bd +Xc +bO +bO +zN +zN UM -zA +zN Da IC -Dc -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi RL By -zA -zA -zA +zN +zN +zN Xc Xc Xc @@ -36544,69 +44112,69 @@ re re re Ua -dV -Et -nX -xm -xm -YB -YB +kA +jg +HU +vC +vC +Jp +Jp Xc Xc Xc Xc Xc Xc -Dy +jK kD kD kD kD kD qq -Dy +jK wA zi -nn -nn -nn -cX +Uh +Uh +Uh +vA zw -nn -nn +Uh +Uh MS Dy Dy Dy MS MS -nX -nX -nX +zE +zE +zE Xc Xc -nX -nX -nX +zE +zE +zE MS -nX -nX -nX -nX +zE +zE +zE +zE MS -nX -nX +zE +zE VX xm xm Cm -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE JR Xc Xc @@ -36615,13 +44183,13 @@ Xc QB Mk Mk -nX +qM Mk -og -xm +mV +Af Mk -nX -nX +qM +qM FT Xc Xc @@ -36645,55 +44213,55 @@ zA zA CF il -uQ -Td -cX -cX -Td -cX -cX -Xv -nn -yQ -yQ -yQ +uw +KJ +qF +qF +KJ +qF +RK +uK +bd +ac +ac +ac Xc Xc Xc Xc -wE -wE -Xc -zA -zA +bO +bO +HC +zN +zN Da Vr -Dc -Dc -Dc -Dc -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -RV -Dc -RV +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi pH By -zA -zA -zA +zN +zN +zN Xc Xc Xc @@ -36715,10 +44283,10 @@ re Xc Xc Xc -nX -xm -xm -YB +HU +vC +vC +Jp Xc Xc Xc @@ -36726,53 +44294,53 @@ Xc Xc Xc Xc -Dy -lH -lH -lH -lH -lH -Dy -Dy -Dy +jK +pg +pg +pg +pg +pg +jK +jK +jK wy -nn -EM -nn -SI +Uh +gV +Uh +ib Qf -nn +Uh xl MS qj lH wy MS -nX +zE dV Et Xc Xc Xc Xc -nX -nX +zE +zE MS MS -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE VX xm xm -nX +zE pL Ux -nX -nX +zE +zE rz xm JR @@ -36783,14 +44351,14 @@ Xc Xc uW Mk -nX -nX -nX +qM +qM +qM vG -xm +Af Mk Mk -nX +qM kU Xc Xc @@ -36814,55 +44382,55 @@ zA zA km WI -nn -nn -Td -cX -cX -cX -Td -nn -nn -yQ -yQ -yQ +bd +bd +ML +RK +RK +RK +Cu +bd +bd +ac +ac +ac Xc Xc Xc Xc -wE -Xc +bO Xc -zA -zA +HC +on +zN Da Pg -Dc -Dc -Dc -Dc -RV -RV -RV -RV -RV -RV -RV -RV -RV -Dc -RV -RV -RV -RV -Dc -Dc -RV +Zi +Zi +Zi +eU +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +eU +Zi +Zi rm By -zA -zA -zA +zN +zN +zN Xc Xc Xc @@ -36885,30 +44453,30 @@ Xc Xc Xc Xc -xm -YB -YB -Cy +vC +Jp +Jp +TV Xc Xc Xc Xc Xc Xc -Dy +jK mz mz mz mz mz qQ -Dy +jK xJ yg -nn -jE -nn -nX +Uh +mt +Uh +zE xm xm MS @@ -36917,28 +44485,28 @@ qj lH wy MS -nX -nn -nn -Xc -cX -cX -SI -nX -nX -nX +zE +Uh +Uh +Xc +HN +HN +ib +zE +zE +zE MS -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE VX xm -nX -nX -nn +zE +zE +Of PJ PJ PJ @@ -36947,19 +44515,19 @@ Sl Xc je JR -nX +zE pU Mk Mk -nX +qM Hr -KF -nX -nX -xm +YI +qM +qM +Af RR Mk -xm +Af nc Xc Xc @@ -36967,7 +44535,7 @@ Xc Xc Xc Xc -qM +GJ FO yQ yQ @@ -36984,54 +44552,54 @@ zA zA zA zA -nn -nn -UJ -UJ -UJ -nn -nn -Xc -il -yQ -yQ -yQ +bd +bd +So +So +So +bd +bd Xc +XY +ac +ac +ac Xc Xc Xc Xc Xc -zA -zA +HC +zN +zN Da Kb -Dc -Dc Zi -Dc -Dc -RV -RV -RV -Dc -Dc Zi -Dc -Dc -Dc -RV -RV -RV -RV -Dc Zi -Dc +Zi +Zi +Zi +Zi +Zi +Zi +Zi +eU +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi +Zi bo By -zA -zA -zA +zN +zN +zN Xc Xc Xc @@ -37054,9 +44622,9 @@ Xc Xc Xc Xc -xm -YB -YB +vC +Jp +Jp Xc Xc Xc @@ -37065,77 +44633,77 @@ Xc Xc Xc pL -nX -nX -nX +zE +zE +zE dV Et qV mz yg -nX -nX -nX -nX -nX -nX -xm -nX +zE +zE +zE +zE +zE +zE +xm +zE MS qj lH wy -nX -nn -nn +zE +Uh +Uh zw -SI -cX -cX -nn -nn -nX -nX +ib +HN +HN +Uh +Uh +zE +zE MS MS MS -nX -nX -nX -nX +zE +zE +zE +zE VX -nX -nX -nn -nn -nX -nX +zE +zE +Of +Of +zE +zE xm xm Xc Xc Xc Uz -nX +zE Yp Mk Mk Mk -nX -KF -nX -nX -xm +qM +YI +qM +qM +Af RR Mk -xm -xm +Af +Af jz Xc Xc Xc Xc -qM +GJ FO yQ yQ @@ -37154,53 +44722,53 @@ zA zA zA zA -yQ -yQ -yQ -yQ +Jf +Jf +Jf +Jf Xc Xc Xc -il -il -yQ -yQ -yQ +XY +XY +ac +ac +ac Xc Xc Xc Xc -wE -zA -zA +bO +zN +zN Da -WY -zp +Zi zp +ZK rl -Dc -yz +mH zp +ZK rl mH -yz zp -iw +ZK +rl mH -yz zp +ZK rl mH -yz zp +ZK rl mH -xg -WY +zp +Zi By -zA -zA -zA +zN +zN +zN Xc Xc Xc @@ -37224,8 +44792,8 @@ Xc Xc Xc uR -YB -YB +Jp +Jp Xc Xc Xc @@ -37233,72 +44801,72 @@ Xc Xc Xc MS -nX -nX -nX -nX +zE +zE +zE +zE MS -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE dV Et -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE MS qj lH wy -nn -nn +Uh +Uh zw -cX -SI -cX +HN +ib +HN so so -UJ -nX -nX -nX -nX -nX -nX -nX -nX -nX -nn -nn -nn -nn +EF +zE +zE +zE +zE +zE +zE +zE +zE +zE +Of +Of +Of +Of dV Et -nX +zE xm xm Xc Xc -AX -AX -AX -AX +EM +EM +EM +EM Mk Mk Mk Mk -nX +qM Hr -xm -xm +Af +Af Mk -nX -xm qM +Af +GJ wc Xc Xc @@ -37322,26 +44890,26 @@ il il zA ZJ -yQ -yQ -yQ -yQ +Jf +Jf +Jf +Jf Xc Xc Xc -il -il -il -il -yQ -yQ +XY +XY +XY +XY +ac +ac Xc Xc Xc Xc Xc -zA -il +zN +Dc xg Vv Vv @@ -37367,8 +44935,8 @@ Vv Vv Vv rF -zA -zA +zN +zN Xc Xc Xc @@ -37391,10 +44959,10 @@ re Xc Xc Xc -xm -YB -YB -YB +vC +Jp +Jp +Jp Xc Xc Xc @@ -37402,67 +44970,67 @@ Xc Xc MS MS -nX -nX -nX +zE +zE +zE MS MS MS MS pL -nX -nX -nX -nX -nX -nX -nX -xm -nX -nX +zE +zE +zE +zE +zE +zE +zE +xm +zE +zE qj lH wy -nn -cX -cX +Uh +HN +HN TA Xc -nn -nn +Uh +Uh Sx -UJ -nX +EF +zE MS MS -nX -nX +zE +zE dV Et Xc Xc -nn -Tz -cX +Of +CD +dS Xc -nX -nX -nX +zE +zE +zE xm xm rz Xc -AX +EM oC IF -AX -AX -AX +EM +EM +EM YF UI Mk -xm -xm +Af +Af Mk Xc kj @@ -37472,7 +45040,7 @@ cj wc Xc Xc -qM +GJ YL yQ yQ @@ -37490,53 +45058,53 @@ il il il il -nn -nn -nn -yQ +Uh +Uh +Uh +Jf Xc Xc Xc -zA -zA -zA -il -il -il -yQ -yQ +ZQ +ZQ +ZQ +XY +XY +XY +ac +ac Xc Xc Xc eC -il -il -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +Dc +Dc +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN +zN Xc Xc Xc @@ -37557,12 +45125,12 @@ re re re Ua -dV -Et -xm -xm -YB -YB +kA +jg +vC +vC +Jp +Jp Xc Xc Xc @@ -37572,23 +45140,23 @@ Xc Xc MS MS -nX -nX -nX +zE +zE +zE MS MS -nX -nX -nX -nX -nX -nX -nX -nX -nX -xm -xm -nX +zE +zE +zE +zE +zE +zE +zE +zE +zE +xm +xm +zE Dy Dy Dy @@ -37598,39 +45166,39 @@ so Xc Xc MS -nn -nn -nn +Uh +Uh +Uh MS MS -nX -nX -nX +zE +zE +zE pL Xc Xc -Tz -cX -cX -cX +CD +dS +dS +dS Xc Xc WW SF xm xm -nX -AX -AX +zE +EM +EM TE TE Mr VB -AX +EM Xc Xc Pz -xm +Af Mk Xc Xc @@ -37651,61 +45219,61 @@ yQ XV Xc eC -CF -zA -zA -zA -il -il -il -il -nn -EM -nn -yQ +PM +ZQ +ZQ +ZQ +XY +XY +XY +XY +Uh +gV +Uh +ac zq zq zq -zA -zA -zA -zA -il -il -il -yQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +ac Xc Xc Xc eC -XL -il -il -zA -zA -zA -zA -zA -zA -zA +hu +Dc +Dc +zN +zN +zN +zN +zN +zN +zN LS -zA +zN UM -zA +zN UM aY aY -zA -UM -aY -Xc -zA -zA -zA -zA -zA -zA -zA +zN +UM +aY +Xc +zN +zN +zN +zN +zN +zN +zN Xc Xc Xc @@ -37726,12 +45294,12 @@ re aL re GM -nX -nX -xm -xm -YB -YB +HU +HU +vC +vC +Jp +Jp uR Xc Xc @@ -37741,23 +45309,23 @@ Xc Xc Xc MS -nX -nX -nX +zE +zE +zE MS -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE MS MS MS -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE xm xm Xc @@ -37767,35 +45335,35 @@ so Xc MS MS -nX -nX -Xc -nX -nX -nX -nX -nn -nn -Xc -cX -cX -cX -cX -cX +zE +zE +Xc +zE +zE +zE +zE +Of +Of +Xc +dS +Um +Um +Um +Um XN Xc -nX +zE xm xm sJ WW -AX +EM xy TE TE TE FS -AX +EM Zc Xc Xc @@ -37803,7 +45371,7 @@ Xd pu Xc Xc -qM +GJ KZ yQ yQ @@ -37820,61 +45388,61 @@ yQ XV Xc eC -wE -km -WI -il -il -il -il -il -nn -jE -nn -zA +jF +gn +CE +XY +XY +XY +XY +XY +Uh +mt +Uh +ZQ Ae DU TQ -zA -zA -zA -zA -il -il -il -yQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +ac Xc Xc Xc Xc -XL -il -il -il -il -zA -zA -zA -zA -zA +hu +Dc +Dc +Dc +Dc +zN +zN +zN +zN +zN Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA +zN +zN +zN +zN +zN +zN +zN +zN Xc Xc -zA -zA -zA -zA -zA -zA +zN +zN +zN +zN +zN +zN Xc Xc Xc @@ -37894,13 +45462,13 @@ Xc re re GM -nX -nX -xm -xm -xm -YB -YB +HU +HU +vC +vC +vC +Jp +Jp Xc Xc Xc @@ -37910,61 +45478,61 @@ Xc Xc Xc MS -nX -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE +zE MS MS -AX -AX +yZ +yZ Xt Xt -AX -AX -nX -nX -xm -nn -nn -nn -SI -Xc -nX -nX -nX -nX +yZ +yZ +zE +zE +xm +Uh +Uh +Uh +ib +Xc +zE +zE +zE +zE VX -nX -nn -UJ -UJ -nn +zE +Of +ES +ES +Of Gd -nn -cX -Tz -cX -Tz -cX -cX +Of +QN +CD +Um +CD +Um +dS Xc xm xm xm xm -nX -AX +zE +EM WA Zy dc dc TE -AX +EM KH tX Xc @@ -37989,61 +45557,61 @@ yQ cj wc eC -wE -zA -zA -il -il -il -il -il -Bm -zA -zA -zA +jF +ZQ +ZQ +XY +XY +XY +XY +XY +Qt +ZQ +ZQ +ZQ Ae DU TQ -zA -zA -zA -zA -zA -il -il -il +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY Xc Xc Xc eC -XL -XL -il -il -il -il -zA -zA -zA -zA -zA +hu +hu +Dc +Dc +Dc +Dc +zN +zN +zN +zN +zN Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA +zN +zN +zN +zN +zN +zN +zN +zN +zN Xc Xc -zA -zA -zA -zA -zA +zN +zN +zN +zN +zN Xc Xc Xc @@ -38062,13 +45630,13 @@ Xc Xc Xc GM -nX -nX -nX -xm -xm -xm -YB +HU +HU +HU +vC +vC +vC +Jp Xc Xc Xc @@ -38081,59 +45649,59 @@ Xc MS dV Et -nX -nX -nX -nX +zE +zE +zE +zE MS MS MS -AX -AX +yZ +yZ Gm SC SC aN -AX -AX -nX -nX -nn -EM -nn +yZ +yZ +zE +zE +Uh +gV +Uh xm xm -nX -nX +zE +zE jQ -nX +zE VX -nX -UJ -Tz -cX +zE +ES +CD +Um Bc -cX -nn -cX +dS +Of +Um Xc Xc Xc -Tz -cX -SI +CD +dS +XH xm xm BX xm xm -AX -AX -AX -AX -AX +EM +EM +EM +EM +EM Pn -AX +EM zT cX cX @@ -38157,60 +45725,60 @@ yQ yQ yQ XV -wE +jF Ec Ec -zA -zA -il -il -il -zA -zA -zA -zA -zA +ZQ +ZQ +XY +XY +XY +ZQ +ZQ +ZQ +ZQ +ZQ Ae DU TQ -zA -zA -zA -zA -zA -zA -il -il -il +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY Xc Xc Xc eC -XL -XL -XL -il -il -il -zA -zA -zA +hu +hu +hu +Dc +Dc +Dc +zN +zN +zN ZR -zA -zA -zA -zA -zA -zA -zA -zA -zA +zN +zN +zN +zN +zN +zN +zN +zN +zN Xc Xc Xc Xc -zA -zA +zN +zN Xc Xc Xc @@ -38231,13 +45799,13 @@ Xc Xc Xc Xc -dV -Et -nX -xm -xm -xm -YB +kA +jg +HU +vC +vC +vC +Jp Xc Xc Xc @@ -38247,62 +45815,62 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE MS MS MS -AX -AX -AX +yZ +yZ +yZ sZ GT -Iw -Iw +dT +dT Ju aN -AX -nX -nX -nn -jE -nn -nX -nX -nX -nX -nX -nX +yZ +zE +zE +Uh +mt +Uh +zE +zE +zE +zE +zE +zE VX -nX -UJ +zE +ES FV -cX -cX -cX -SI -cX -cX -cX -cX -cX -cX -Xc -xm -YB +Um +dS +dS +XH +Um +Um +Um +Um +dS +dS +Xc +xm +AC uh -YB +AC xm -nn +FC NY Kc cX SI cX -nn +FC UW cX st @@ -38326,31 +45894,31 @@ yQ yQ yQ XV -zA -wE +ZQ +jF Ec -wE -zA -zA -il -zA -zA -zA -zA -km -WI +jF +ZQ +ZQ +XY +ZQ +ZQ +ZQ +ZQ +gn +CE Ae DU TQ -zA -zA +ZQ +ZQ Xc Xc Xc -zA -zA -il -il +ZQ +ZQ +XY +XY iB Xc Xc @@ -38360,20 +45928,20 @@ Xc eC eC Xc -il -il +Dc +Dc Xc -zA +zN UM -zA -zA -zA -zA -zA -zA -zA -zA -zA +zN +zN +zN +zN +zN +zN +zN +zN +zN Xc Xc Xc @@ -38400,13 +45968,13 @@ Xc Xc Xc Xc -nX -nX -nX -xm -xm -xm -YB +HU +HU +HU +vC +vC +vC +Jp Xc Xc Xc @@ -38421,63 +45989,63 @@ VX VX VX VX -AX -AX -AX -AX +yZ +yZ +yZ +yZ zU SC Rr -Iw -Iw -Iw +dT +dT +dT Nd -Di -AX -nX -nX +sA +yZ +zE +zE HD -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE MS -nn -nn -nn -Tz -cX -cX +Of +Of +Of +CD +Um +dS zJ -nn -Tz -cX -Tz +Of +CD +Um +CD Xc -Tz -cX +CD +dS Xc -YB -YB +AC +AC ml -YB -YB -nn +AC +AC +FC Mw eg tl UJ cX -nn +FC sf cX iM UG cX -nn +FC Pd aF OI @@ -38495,31 +46063,31 @@ yQ yQ yQ XV -zA -wE -wE -Xc -wE -zA -zA -zA -zA -zA -zA -zA -zA +ZQ +jF +jF +Xc +jF +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Ae DU TQ -zA +ZQ Xc Xc Xc Xc Xc -zA -wE -zA +ZQ +jF +ZQ Zd TY bn @@ -38532,17 +46100,17 @@ Xc Xc Xc Xc -zA +zN ZR -zA +zN aY UM aY aY -zA +zN UM -zA -zA +zN +zN Xc Xc Xc @@ -38570,12 +46138,12 @@ Xc Xc Xc Xc -nX -nX -Rw -xm -xm -YB +HU +HU +xL +vC +vC +Jp Xc Xc Xc @@ -38586,68 +46154,68 @@ Xc Xc Xc rK -nX -nX -nX +zE +zE +zE rK -AX +yZ rk iA -nn +ay Ai -Iw -Iw +VR +dT oX oX -Iw -Iw -Di -AX -nX -nX -nX -nX -nX -nX -xm -nX -nX -nX +dT +VR +sA +yZ +zE +zE +zE +zE +zE +zE +xm +zE +zE +zE MS -UJ -Tz -IQ -cX -cX +ES +CD +EO +dS +Um LJ Op -nn -nn -SI +Of +Of +XH Xc Xc Xc Xc Xc -YB -YB +AC +AC Kt -YB -YB -nn +AC +AC +FC UJ UJ UJ -nn +FC cX -nn -nn +FC +FC cX -nn -nn -nn -nn -nn +FC +FC +FC +FC +FC Xc Ed yQ @@ -38665,35 +46233,35 @@ yQ yQ XV xQ -zA -wE -Xc -Xc -zA -zA -zA -zA -zA -zA -zA -zA +ZQ +jF +Xc +Xc +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Ae DU TQ -zA +ZQ Ec Xc Xc Xc ad Ec -wE +jF kr Xc -zA +ZQ kK -il -il +XY +XY Xc Xc Xc @@ -38703,14 +46271,14 @@ Xc Xc Xc Xc -HC -eE -eE -eE -eE -eE -eE -zq +Up +VQ +VQ +VQ +VQ +VQ +VQ +Up Xc Xc Xc @@ -38739,11 +46307,11 @@ Xc Xc Xc Xc -Cm -nX -nX -nX -xm +hI +VK +VK +VK +Ze Xc Xc Xc @@ -38756,66 +46324,66 @@ Xc Xc Xc rK -nX -nX +zE +zE rK -AX +yZ UL -Iw +dT al -Iw -Iw +VR +VR sZ SC SC iA -Iw -AI -AX +VR +Xk +yZ pL -nX -nX -nX -nX +zE +zE +zE +zE xm xm -nX -nX +zE +zE MS MS -UJ -Xv -AS -cX -nn -nn -nn -nn +ES +CO +Nt +dS +Of +Of +Of +Of ZB IQ VY -cX +Um tj tj -nn +Of bH -YB +AC Ni -YB -YB -nn +AC +AC +FC LZ Xv uA qd cX -nn +FC MJ cX Qz Xc KM -cX +bg cX Xc Pd @@ -38834,22 +46402,22 @@ yQ eW XV xQ -zA -zA -wE -Xc -zA -zA -zA -zA -il -zA -zA -zA +ZQ +ZQ +jF +Xc +ZQ +ZQ +ZQ +ZQ +XY +ZQ +ZQ +ZQ zq zq zq -zA +ZQ kr Ec Xc @@ -38859,12 +46427,12 @@ Ec Ec UR kr -zA -zA -il -il -yQ -yQ +ZQ +ZQ +XY +XY +ac +ac Xc Xc Xc @@ -38872,14 +46440,14 @@ Xc Xc Xc Xc -HC -zq +Up +Up aw QX QX aw -zq -HC +Up +Up Xc Xc Xc @@ -38887,7 +46455,7 @@ Xc Xc Xc Xc -il +XY Xc Xc Xc @@ -38909,10 +46477,10 @@ Xc Xc Xc Xc -nX -nX -nX -nX +VK +VK +VK +VK Xc Xc Xc @@ -38925,15 +46493,15 @@ Xc Xc Xc rK -nX -nX +zE +zE rK -AX +yZ rs WT -nn +ay DL -AI +Xk tv BM nW @@ -38943,36 +46511,36 @@ ow al xm xm -nX -nX -nX +zE +zE +zE xm -nX -nX -nX +zE +zE +zE MS -nn -nn -AS +Of +Of +Nt MZ -cX -Tz -cX +dS +CD +Um FU -nn +Of ZU xx Nj Cp -cX -cX -UJ +Um +dS +ES av mT VF -YB +AC xm -nn +FC Az cX cX @@ -38997,28 +46565,28 @@ yQ yQ yQ yQ -yQ -yQ -yQ -yQ -XV -zA -zA -zA -Ec -wE -zA -zA -zA -il -il -il -zA -zA +yQ +yQ +yQ +yQ +XV +ZQ +ZQ +ZQ +Ec +jF +ZQ +ZQ +ZQ +XY +XY +XY +ZQ +ZQ Xc Xc Xc -zA +ZQ kr Ec Xc @@ -39026,38 +46594,38 @@ Xc ad ad MA -wE -wE +jF +jF ad Xc -il -il -yQ -yQ -yQ +XY +XY +ac +ac +ac Xc Xc Xc Xc Xc Xc -zq -cW -cW -cW -cW -cW -cW -zq +Up +Vv +Vv +Vv +Vv +Vv +Vv +Up Xc Xc Xc Xc -il -il -il -il -il +XY +XY +XY +XY +XY Xc Xc Xc @@ -39079,10 +46647,10 @@ Xc Xc Xc PR -nX -nX -nX -nX +VK +VK +VK +VK Xc Xc Xc @@ -39095,47 +46663,47 @@ Xc Xc Xc rK -nX +zE rK -AX -nn -nn -nn -tv +yZ +ay +ay +ay +pD AI -tv +lx gB Di -AI +Xk tv yV al xm -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE MS MS -nn -Tz +Of +CD Td Td -cX -cX -cX +Um +Um +Um OR Xc ZV jT ly Cp -cX -cX -UJ +Um +dS +ES xm xm Uy @@ -39146,11 +46714,11 @@ Tz cX cX cX -cX -nn +hZ +FC ls cX -cX +hZ Xc Xc iG @@ -39171,19 +46739,19 @@ yQ yQ yQ XV -zA +ZQ XO -zA -zA -wE -zA -zA -il -il -il -il -zA -Bm +ZQ +ZQ +jF +ZQ +ZQ +XY +XY +XY +XY +ZQ +Qt Xc Xc Xc @@ -39198,36 +46766,36 @@ Xc Ec ad PS -zA -zA -il -yQ -yQ -yQ -yQ +ZQ +ZQ +XY +ac +ac +ac +ac Xc Xc Xc Xc -km -WI -zA -zA -zA -zA -zA -zA -zA -zA +gn +CE +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc -il -il -il -il -il -il -il +XY +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -39246,12 +46814,12 @@ Xc Xc Xc Xc -re +Ag dE -nX -nX -nX -nX +VK +VK +VK +VK Xc Xc Xc @@ -39264,36 +46832,36 @@ Xc Xc Xc Xc -nX +zE rK -AX +yZ wT iA -nn +ay DL -AI -tv +Xk +lx Wz SY -AI +Xk tv AI -AX -Dy -tm +yZ +Zm +oA xm xm -nX -nX -nX -nX +zE +zE +zE +zE MS -nn -nn -nn -nn +Of +Of +Of +Of QM -cX +dS Xc Xc Xc @@ -39301,10 +46869,10 @@ Xc Cg Td Td -cX -cX -cX -SI +dS +Um +Um +XH xm xm xY @@ -39324,7 +46892,7 @@ SP Xc Xc cX -cX +hZ Xc Xc Ed @@ -39340,18 +46908,18 @@ yQ yQ yQ XV -zA +ZQ XO -zA -zA +ZQ +ZQ Ec -zA -zA -il -il -il -il -zA +ZQ +ZQ +XY +XY +XY +XY +ZQ eC Xc Xc @@ -39363,41 +46931,41 @@ Ec Xc Xc Ec -wE +jF Xc Xc -wE -zA -zA -il -il -yQ -yQ -yQ -yQ +jF +ZQ +ZQ +XY +XY +ac +ac +ac +ac Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -39415,12 +46983,12 @@ Xc Xc Xc Xc -re -Ua -nX -nX -nX -BE +Ag +Bh +VK +VK +VK +tB Xc Xc Xc @@ -39432,46 +47000,46 @@ Xc Xc Xc Xc -AX +yZ al -AX -AX +yZ +yZ UL -Iw +dT al -Iw -AI +VR +Xk tv tv -AI -AI +Xk +Xk tv Di -AX -sD -nX -nX +yZ +Fg +zw +zE xm -nX +zE xm -nX +zE QL MS -UJ -Tz -cX -FU -cX -cX -Tz -cX -Tz -nn +ES +CD +Um +IJ +dS +dS +CD +Um +CD +Of Hl -cX -cX -cX -cX +Um +dS +dS +Um Xc Xc xm @@ -39491,7 +47059,7 @@ sB cX cX rT -nn +FC cX cX Tz @@ -39509,19 +47077,19 @@ yQ yQ jC tH -zA -zA -zA +ZQ +ZQ +ZQ Za Za -zA -zA -zA -il -il -zA -zA -wE +ZQ +ZQ +ZQ +XY +XY +ZQ +ZQ +jF eC Xc Xc @@ -39536,37 +47104,37 @@ Xc Xc Ec Hk -wE -zA -zA -il -il -yQ -yQ +jF +ZQ +ZQ +XY +XY +ac +ac Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il -il +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -39584,12 +47152,12 @@ Xc Xc Xc Xc -re -Ua -nX -nX -nX -nX +Ag +Bh +VK +VK +VK +VK Xc Xc Xc @@ -39601,45 +47169,45 @@ Xc Xc Xc Xc -AX +yZ sZ iA -nn +ay Ih WT -nn -tv -Iw +ay +br +dT wk oX oX WT -Iw +dT Di -AX -sD -nX -nX -nX -nX -nX -nX -nX +yZ +Fg +zw +zE +zE +zE +zE +zE +zE MS -UJ -Tz -cX -cX -cX -cX -cX -cX +ES +CD +dS +dS +dS +dS +Um +Um FU -nn +Of si td aA -cX +Um Xc Xc PJ @@ -39648,7 +47216,7 @@ xm xm xm xm -nX +zE Xc Xc cX @@ -39679,24 +47247,24 @@ yQ XV cg CC -zA -il -Xc -Xc -il -km -WI -zA -il -zA -zA -zA -wE +ZQ +XY +Xc +Xc +XY +gn +CE +ZQ +XY +ZQ +ZQ +ZQ +jF eC Xc Xc -zA -zA +ZQ +ZQ ad Ec Xc @@ -39706,37 +47274,37 @@ Ec Ec ad Ec -zA -zA -zA -Ad -Lg -yQ +ZQ +ZQ +ZQ +sx +ct +ac Xc Xc Xc -zA -zA -zA +ZQ +ZQ +ZQ Nh kx Xc ad -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Nv -il -il +XY +XY Xc Xc -il -il -il -il -il -il +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -39753,12 +47321,12 @@ Xc Xc Xc Xc -re -Ua -nX -nX -nX -nX +Ag +Bh +VK +VK +VK +VK Xc Xc Xc @@ -39769,46 +47337,46 @@ Xc Xc Xc Xc -AX -AX +yZ +yZ tv AI -nn -nn -nn -nn +ay +ay +ay +ay tv -Iw +dT Xw MG MG -Xw -yV +ru +GW Ap -AX -sD -nX -nX -nX -xm -nX -nX -nX -nn -nn -nn -nn -nn -SI -SI -nn -nn -nn -nn -UJ -UJ -UJ -UJ +yZ +Fg +zw +zE +zE +xm +zE +zE +zE +Of +Of +Of +Of +Of +XH +XH +Uh +Uh +Uh +Of +ES +ES +ES +ES Xc PJ rz @@ -39818,10 +47386,10 @@ xm xm xm xm -nX +zE Xc SI -nn +FC Xc Xc Xc @@ -39829,12 +47397,12 @@ Xc UJ SI UJ -nn -nn -nn -nn -nn -nn +FC +Uh +Uh +Uh +FC +FC Pd aF aF @@ -39848,25 +47416,25 @@ yQ XV cg cg -il -il -Xc -nn -Xc -zA -zA -zA -zA -zA -zA -zA -Bm +XY +XY +Xc +mI +Xc +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +Qt KT zq zq -zA -zA -zA +ZQ +ZQ +ZQ ad Ec Xc @@ -39875,37 +47443,37 @@ Xc Ec TF kr -zA -zA -zA -zA -il -yQ +ZQ +ZQ +ZQ +ZQ +XY +ac Xc Xc Xc -zA -zA -zA +ZQ +ZQ +ZQ kr -zA +ZQ Ec -wx +Rs gS -xD +BR kr Xc -zA -il +ZQ +XY Xc Xc Xc Xc -il -il -il -il -il +XY +XY +XY +XY +XY Xc Xc Xc @@ -39922,12 +47490,12 @@ Xc Xc Xc Xc -re -GM -nX -nX -dV -Et +Ag +cN +VK +VK +OS +nS Xc Xc Xc @@ -39938,54 +47506,54 @@ Xc Xc Xc Xc -AX +yZ mE tv AI -nn -sZ -SC -SC +ay +id +Dz +Dz Rr -Iw -Iw -Iw -Iw +dT +VR +VR +VR yV WT -AX -AX -Dy -nX -nX -nX +yZ +yZ +Zm +zw +zE +zE xm Wp Et -nX -nX +zE +zE PJ PJ PJ PJ -nX -nX -nn -EM -jE -nX -nX -nX -nX +zE +zE +Uh +gV +mt +zE +zE +zE +zE rz PJ -nX +zE xm xm -nX -nX -nX -nX +zE +zE +zE +zE xm xm og @@ -39994,87 +47562,87 @@ xm xm xm xm -nX -nX +zE +zE xm xm xm -nn -EM -nn -nX -nn -nn +Uh +gV +Uh +zE +mI +mI qu qu qu -nn +mI Pd aF aF aF aF gh -nn +mI qu qu qu -nn -nn -cB -zA -zA -zA -zA -zA -zA -zA -zA +mI +mI +Sp +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ ui Rt TQ -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ eo Xc Xc mR -WI -zA -zA -zA -zA -il -yQ +CE +ZQ +ZQ +ZQ +ZQ +XY +ac Xc Xc Xc Xc -zA -MQ +ZQ +eb Xc Xc ad -zA +JP Hk Hk ad -zA -zA -zA -il +ZQ +ZQ +ZQ +XY Xc Xc -zA -il -il -il -il -il +ZQ +XY +XY +XY +XY +XY Xc Xc Xc @@ -40091,13 +47659,13 @@ Xc Xc Xc Xc -GM -nX -nX -nX -nX -nX -nX +cN +VK +VK +VK +VK +VK +VK Xc Xc Xc @@ -40107,13 +47675,13 @@ Xc Xc Xc Xc -AX +yZ mM tv ow -al -Rr -Iw +Xi +zo +VR yV oX oX @@ -40121,129 +47689,129 @@ Ef Ef Ef Gk -AX -AX +yZ +yZ MS MS -nX +zE Ss -nX -nX +zE +zE xm -nX -nX -nX -nX +zE +zE +zE +zE sJ xm xm xm xm -nn -nn -nn +Uh +Uh +Uh xm xm -nX -nX +zE +zE xm xm xm xm xm -nX +zE Xc -YB -nX -nX -nX +AC +zE +zE +zE KF xm xm -nX +zE sJ -nX -nX -nX -nX +zE +zE +zE +zE xm xm -nn -jE -nn +Uh +mt +Uh xm MH -cX -cX -cX -cX -nn -nn +oP +oP +oP +Cl +mI +mI qu qu qu qu -nn -nn -cX -cX -cX -cX +mI +mI +oP +oP +oP +Cl PH -zA -zA -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ ui Rt TQ -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -Xc -Xc -Xc -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +Xc +Xc +Xc +ZQ +ZQ Xc Xc kx kr -Ue +kX Hk ad kx -wE -zA -zA -il +jF +ZQ +ZQ +XY Xc Xc -zA -zA -zA -il -il -il +ZQ +ZQ +ZQ +XY +XY +XY Xc Xc Xc @@ -40259,14 +47827,14 @@ Xc Xc Xc Xc -dV -Et -nX -nX -nX -nX -nX -lR +OS +nS +VK +VK +VK +VK +VK +Hh Xc Xc Xc @@ -40276,30 +47844,30 @@ Xc Xc Xc Xc -AX -AX +yZ +yZ tv yV al KW yV WT -AX -AX +yZ +yZ Xt Xt Xt -AX -AX +yZ +yZ MS MS -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE xm xm xm @@ -40309,7 +47877,7 @@ xm xm xm xm -nX +zE xm xm xm @@ -40324,17 +47892,17 @@ Xc Xc Xc iI -nX -nX +zE +zE og xm xm xm -nX -nX +zE +zE MS MS -nX +zE dV Et xm @@ -40342,77 +47910,77 @@ xm xm xm MH -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX +Cl +Cl +Cl +Cl +Au +Cl +Cl +Cl +oP +oP +oP +Wu +oP +Cl +Cl +Cl PH -zA -zA -zA -il -il -zA -zA -zA -zA +ZQ +ZQ +ZQ +XY +XY +ZQ +ZQ +ZQ +ZQ Ae Rt TQ -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY Xc Xc Ec -Gy -zA +Cx +ZQ Xc Ec -kf -Ue +Rd +SD Xc Xc Ec Xc -zA -zA -zA -il +ZQ +ZQ +ZQ +XY Xc Xc Xc -zA -zA -il -il -il +ZQ +ZQ +XY +XY +XY Xc Xc Xc @@ -40428,15 +47996,15 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -Wo -re +VK +VK +VK +VK +VK +VK +VK +VA +Ag Xc Xc Xc @@ -40446,28 +48014,28 @@ Xc Xc Xc Xc -AX +yZ op oF -nn +ay rM uY -AX -AX -nX -nX -nX -nX +yZ +yZ +zE +zE +zE +zE MS MS MS -nX -nX +zE +zE QL -nX -nX -nX -nX +zE +zE +zE +zE xm xm xm @@ -40476,89 +48044,89 @@ xm xm xm xm -nX -nX -nX -nX +zE +zE +zE +zE NP -nX +zE xm xm xm xm xm xm -nX +zE Xc Xc Xc -YB -nX -nX -nX +AC +zE +zE +zE xm -nX +zE xm xm -nX -nX +zE +zE MS MS -nX +zE xm xm xm xm xm MH -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX +Cl +Cl +oP +oP +oP +oP +Cl +Cl +Cl +Cl +Cl +Cl +Cl +Cl +Cl +oP PH -zA -zA -il -il -il -il -zA -zA -zA +ZQ +ZQ +XY +XY +XY +XY +ZQ +ZQ +ZQ Ae DU TQ -zA -zA +ZQ +ZQ Xc -zA -zA +ZQ +ZQ Xc Xc Xc -zA -zA -zA +ZQ +ZQ +ZQ Nv -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Ec Xc -zA +ZQ Ec Xc Ec @@ -40570,18 +48138,18 @@ Xc Xc Xc Xc -zA +ZQ Xc -zA -il +ZQ +XY Xc Xc Xc -yQ -zA -zA -zA -il +ac +ZQ +ZQ +ZQ +XY Xc Xc Xc @@ -40596,16 +48164,16 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -Wo -re +VK +VK +VK +VK +VK +VK +VK +VK +VA +Ag Xc Xc Xc @@ -40615,27 +48183,27 @@ Xc Xc Xc Xc -AX -AX -AX -AX -AX -AX -AX +yZ +yZ +yZ +yZ +yZ +yZ +yZ xm -nX -nX -nX +zE +zE +zE dV Et -nX -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE +zE xm xm xm @@ -40644,72 +48212,72 @@ xm xm xm xm -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE +zE +zE +zE +zE xm xm -nX -nX +zE +zE Xc -nX -nX -nX +zE +zE +zE xm -nX +zE KF -nX -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE +zE xm xm xm xm xm MH -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX -cX +Cl +Cl +Cl +Cl +iw +oP +oP +oP +Cl +Cl +Cl +qy +oP +Cl +oP +oP PH -zA -zA -il -il -il -il -il -zA -zA +ZQ +ZQ +XY +XY +XY +XY +XY +ZQ +ZQ Ae DU TQ -zA +ZQ Xc Xc Xc @@ -40717,40 +48285,40 @@ Xc Xc Xc Xc -zA +ZQ Rp -zA +ZQ Xc -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Ec Ec -zA -kf +ZQ +Rd Ec Ec Xc -wx +Rs Is ad Xc gS ad Hk -wE -zA -zA -il -il +jF +ZQ +ZQ +XY +XY Xc -yQ -yQ -yQ -zA -zA -zA +ac +ac +ac +ZQ +ZQ +ZQ Xc Xc Xc @@ -40765,15 +48333,15 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -lR -Tl -re +VK +VK +VK +VK +VK +VK +Hh +pv +Ag xc Xc Xc @@ -40788,97 +48356,97 @@ Xc Xc Xc Xc -nX -nX +zE +zE xm xm -nX -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE +zE MS MS MS MS -nX -nX +zE +zE pL -nX +zE xm xm xm xm xm -nX -nX -sJ +zE +zE +zE xm xm xm -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE xm xm -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE xm xm xm og xm xm -nX -nX +zE +zE xm sJ -nX -nX -nX +zE +zE +zE xm xm -nX +zE xm MH -cX -cX -cX -cX -nn -nn +oP +oP +oP +Cl +mI +mI qu qu qu qu -nn -nn -cX -cX -cX -cX +mI +mI +oP +oP +eS +Cl PH -zA -zA -zA -il -il -il -zA -zA -zA +ZQ +ZQ +ZQ +XY +XY +XY +ZQ +ZQ +ZQ Ae DU TQ -zA +ZQ Xc Xc Xc @@ -40890,36 +48458,36 @@ Xc kr Xc Xc -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Ec Ec -zA -zA +ZQ +ZQ Ec Xc Xc -zA +ZQ Ec Hk kr Ec -wE +jF Xc -zA -zA -zA -il -il +ZQ +ZQ +ZQ +XY +XY Xc -yQ -yQ -yQ -yQ -zA -zA +ac +ac +ac +ac +ZQ +ZQ Xc Xc Xc @@ -40933,17 +48501,17 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX +VK +VK +VK +VK +VK +VK Xc Xc -re -re -re +Ag +Ag +Ag Xc Xc Xc @@ -40958,15 +48526,15 @@ Xc Xc Xc Xc -nX +zE xm pL -nX -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE +zE MS MS Xc @@ -40975,8 +48543,8 @@ Xc Xc Xc Xc -nX -nX +zE +zE SF SF SF @@ -40984,7 +48552,7 @@ xm xm xm xm -xm +sJ xm SF SF @@ -40994,17 +48562,17 @@ xm xm xm xm -nX +zE xm -nX -nX +zE +zE xm xm xm -nX -nX +zE +zE KF -nX +zE xm xm xm @@ -41014,40 +48582,40 @@ xm WW WW WW -nX -nX -nX -nn -nn +zE +zE +zE +mI +mI qu qu qu -nn +mI uu Nw Nw Nw Nw JG -nn +mI qu qu qu -nn -nn -Bm -zA -zA -zA -il -zA -zA -zA -zA +mI +mI +Qt +ZQ +ZQ +ZQ +XY +ZQ +ZQ +ZQ +ZQ Ae DU TQ -zA +ZQ Xc Xc Xc @@ -41059,36 +48627,36 @@ Xc Ec Xc Xc -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Xc Ec -zA -zA -zA +ZQ +ZQ +ZQ Ec Xc Xc Ec -zA -zA +ZQ +ZQ Nh -zA +ZQ kr -zA -zA -zA -zA -il +ZQ +ZQ +ZQ +ZQ +XY Xc Xc -yQ -zA -zA -zA -il +ac +ZQ +ZQ +ZQ +XY Xc Xc Xc @@ -41102,18 +48670,18 @@ Xc Xc Xc Xc -nX -nX -nX -dV -Et +VK +VK +VK +OS +nS Xc Xc Xc -re -re -re -re +Ag +Ag +Ag +Ag Xc Xc Xc @@ -41130,11 +48698,11 @@ Xc xm xm xm -nX -nX -nX -nX -nX +zE +zE +zE +zE +zE MS MS Xc @@ -41146,22 +48714,22 @@ Xc Xc Xc Xc -nn -nn -nn -nn -nn -SI -SI -nn -nn -nn -nn -nn -SI -SI -nn -nn +mJ +mJ +mJ +mJ +mJ +EA +EA +mJ +mJ +mJ +mJ +mJ +EA +EA +mJ +mJ sY xm xm @@ -41169,58 +48737,58 @@ xm xm xm xm -nX -nX -nn -nn -SI -UJ -UJ -UJ -SI -nn -nn -nn -nn -nn -SI -nn -nn -nn +zE +zE +vN +vN +xK +wX +wX +wX +xK +vN +vN +vN +vN +vN +xK +vN +vN +vN Xc -xc -re -re -Ua +kF +Lk +Lk +EP fk yQ yQ yQ jC tH -HO -zA -zA -km -WI -nn -zA -zA -zA -zA -zA -zA -zA -zA -zA +Gs +ZQ +ZQ +gn +CE +mI +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Ae DU TQ -zA -zA +ZQ +ZQ Xc SB -zA +ZQ Xc eC aS @@ -41228,36 +48796,36 @@ ad Ec Xc Xc -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Xc Xc -kf -zA -zA +Rd +ZQ +ZQ Ec Ec -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc Xc -zA -zA -il -il -il +ZQ +ZQ +XY +XY +XY Xc Xc Xc @@ -41270,10 +48838,10 @@ Ot Xc Xc Xc -nX -nX -nX -nX +VK +VK +VK +VK Xc Xc Xc @@ -41281,8 +48849,8 @@ Xc Xc Xc xc -re -re +Ag +Ag Xc Xc Xc @@ -41301,8 +48869,8 @@ xm xm dV Et -nX -nX +zE +zE MS MS Xc @@ -41316,79 +48884,79 @@ Xc Nl Nl Nl -UJ +wo hj Mh -SI -cX -cX -SI +EA +dC +ja +EA DZ JA -nn -CP -cX -cX +mJ +pB +dC +ja CP -nn +mJ UQ sY xm xm -nX -nX +zE +zE xm WW WW -nn +vN om -cX +YK aX -Xv +xo CJ -cX -Hw -Xv -nn +YK +yD +xo +vN ET -cX -cX -cX -nn +zx +YK +YK +vN Xc Xc -re -re -re -Ua +Lk +Lk +Lk +EP fk yQ yQ yQ XV Xc -HO -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -km -WI +Gs +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +gn +CE Ae DU TQ -zA -zA +ZQ +ZQ eC -zA +ZQ oW kX Ec @@ -41397,36 +48965,36 @@ Ec Ec Xc Xc -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc -zA -zA +ZQ +ZQ Xc -wx -zA -zA -zA -zA -zA -zA -zA -zA -zA -km -WI +Rs +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +gn +CE Xc Xc -zA -zA -zA -il -il -il +ZQ +ZQ +ZQ +XY +XY +XY Xc Xc Xc @@ -41441,7 +49009,7 @@ Xc Xc WJ WJ -nX +VK Xc Xc Xc @@ -41450,9 +49018,9 @@ Xc Xc Xc Xc -re -re -re +Ag +Ag +Ag Xc Xc Xc @@ -41465,13 +49033,13 @@ Xc Xc Xc xm -nX -nX +zE +zE xm xm -nX -nX -nX +zE +zE +zE MS Xc Xc @@ -41485,51 +49053,51 @@ Nl Nl Nl Nl -UJ +wo XZ Mh -SI -cX -cX -SI +EA +dC +dC +EA cI UV -nn -CP -cT -cX -Mh -nn -nn -nn -xm -nX -nX -nX -nX -nn -nn -nn -cX -cX -Hw -Hw -Hw -cX -Hw -Xv -UJ +mJ +Nu +eM +ja +ST +mJ +mJ +mJ +xm +zE +zE +zE +zE +vN +vN +vN +WB +YK +rd +yD +yD +YK +yD +xo +wX jH -cX -Hm +YK +Ka Ah -nn +vN Xc -xc -re -re -xc -Ua +kF +Lk +Lk +kF +EP fk yQ yQ @@ -41537,28 +49105,28 @@ rw XV Xc Xc -il -il -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +XY +XY +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc zq zq zq -zA -zA +ZQ +ZQ kX yr -wE +jF Ec Ec cA @@ -41567,35 +49135,35 @@ eC Xc Xc Xc -zA -zA -zA -zA -zA -Xc -Xc -Ec -wx -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc -il -il -zA -il -il -il -il +Ec +Rs +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +Xc +Xc +XY +XY +ZQ +XY +XY +XY +XY Xc Xc Xc @@ -41608,8 +49176,8 @@ Ot Xc Xc Xc -je -je +Ru +Ru WJ Xc Xc @@ -41619,10 +49187,10 @@ Xc Xc Xc Xc -re -re -re -re +Ag +Ag +Ag +Ag Xc Xc Xc @@ -41635,12 +49203,12 @@ Xc Xc xm xm -nX -nX +zE +zE xm -nX -nX -nX +zE +zE +zE MS Xc Xc @@ -41654,51 +49222,51 @@ ko ko Nl Nl -nn -nn -nn -nn +mJ +mJ +mJ +mJ ud -cX -nn -nn -nn -nn -Mh -cX -cX -Mh -wS +dC +mJ +mJ +mJ +mJ +ST +ja +ja +ST +JI wS -nn -xm -nX -nX -nX -nX -UJ -NW -Hw -cX -Hm -cX -cX -cX -cX -Hw -Xv -UJ +mJ +xm +zE +zE +zE +zE +wX +SE +yD +YK +Ka +YK +YK +yS +YK +yD +xo +wX Sv -cX -cX -nn -nn -re -re -re -re -re -GM +YK +YK +vN +vN +Lk +Lk +Lk +Lk +Lk +hS fk yQ yQ @@ -41706,15 +49274,15 @@ yQ XV Xc Xc -il -il -il -il -il -zA -zA -km -WI +XY +XY +XY +XY +XY +ZQ +ZQ +gn +CE Xc Xc Xc @@ -41723,9 +49291,9 @@ Xc Xc Xc Xc -zA -zA -Gy +ZQ +ZQ +Cx ad kr eC @@ -41736,35 +49304,35 @@ kX Xc Xc Xc -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc Ec Ec JM -zA -zA -zA -zA -zA -zA -zA -zA -il +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY Xc -il -il -il -il -il -il -il -il +XY +XY +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -41778,8 +49346,8 @@ Xc Xc Xc WJ -je -je +Ru +Ru Xc Xc Xc @@ -41788,11 +49356,11 @@ Xc Xc Xc Xc -re -re -re +Ag +Ag +Ag xc -re +Ag Xc Xc Xc @@ -41808,8 +49376,8 @@ xm xm xm xm -nX -nX +zE +zE MS Xc Xc @@ -41824,50 +49392,50 @@ ko ko Nl Nl -nn +mJ Dr TZ -cX -cX -SI +dC +dC +EA li yx -nn -Mh -cX -cX -Mh -wS -cT -nn +mJ +ST +ja +ja +ST +JI +eM +mJ SF sJ SF WW -nX -UJ +zE +wX Fe -Hw -cX -cX -cX -cX -cX -cX -Hw -Xv -nn -cX -cX +rd +YK +YK +YK +YK +YK +YK +yD +xo +vN +wb +YK om -nn -nX -KD -re -re -re -Ua -qM +vN +co +pV +Lk +Lk +Lk +EP +GJ FO yQ yQ @@ -41875,14 +49443,14 @@ yQ XV Xc Xc -cB -il -il -il -il -il -zA -Bm +Sp +XY +XY +XY +XY +XY +ZQ +Qt Xc Xc Xc @@ -41892,10 +49460,10 @@ Xc Xc Xc Xc -zA -il -il -il +ZQ +XY +XY +XY Xc Xc Xc @@ -41904,35 +49472,35 @@ Ec Ec eC Ec -wE -zA -yo -WC -zA -zA -zA +jF +ZQ +hc +yn +ZQ +ZQ +ZQ Ec Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il -il +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -41945,23 +49513,23 @@ Ip Ot Xc Xc -nX -nX +VK +VK WJ WJ Xc Xc Xc -nX +VK Xc Xc Xc -nX -KD +VK +wD nR nR nR -re +Ag Xc Xc Xc @@ -41975,10 +49543,10 @@ Xc Xc xm xm -xJ -mz -mz -mz +mZ +mu +mu +mu Xc Xc BY @@ -41993,49 +49561,49 @@ ko ko ko Nl -nn -nn -Mh -cX -cX -SI +mJ +mJ +Ml +ja +dC +EA jG qK -nn -Mh +mJ +ST Mh -cX -cX -cT -cT -nn -xm -nX -xm -xm -nX -SI -cX -cX -cX -cX -Hw -Hw -Hw -nn -nn -nn -nn -SI -SI -nn -nn -nX -nX -Xc -re -xc -GM +ja +dC +eM +eM +mJ +xm +zE +xm +xm +zE +xK +yS +YK +YK +YK +rd +yD +ug +vN +vN +vN +vN +xK +xK +vN +vN +co +co +Xc +Lk +kF +hS fk eW yQ @@ -42051,7 +49619,7 @@ cW cW cW cW -HC +zq Xc Xc Xc @@ -42061,47 +49629,47 @@ Xc Xc Xc Xc -il -il -il -il +XY +XY +XY +XY Xc Xc Xc -il +XY kr Ec Ec Ec kr -zA -kf -Gy -zA -zA -zA -zA +ZQ +Rd +Cx +ZQ +ZQ +ZQ +ZQ Ec Ec Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il -il +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -42114,23 +49682,23 @@ Ip Ot Xc Xc -nX -nX -nX -dV -Et +VK +VK +VK +OS +nS Xc -nX -nX -je +VK +VK +Ru Xc Xc -nX -nX -nX -VE -nX -KD +VK +VK +VK +aR +VK +wD nR Xc Xc @@ -42163,48 +49731,48 @@ ko ko ko ko -UJ -Mh +wo Mh -cX -nn -nn -nn -nn Mh +ja +mJ +mJ +mJ +mJ +ST +jx Mq -Mq -cX -cT -Mh -nn +ja +eM +ST +mJ xm -nX +zE xm xm -nX -SI -Hm -cX -cX -cX -Xv +zE +xK +lJ +YK +YK +yS +xo aX -Xv -nn -nn -Xv -Hw -cX -cX -nn -nX -nX -nX +xo +vN +vN +KI +rd +YK +Mj +vN +co +co +co Xc Xc Xc -nX +co fk yQ yQ @@ -42220,7 +49788,7 @@ DU DU DU DU -HC +zq Xc Xc Xc @@ -42229,48 +49797,48 @@ Xc Xc Xc Xc -il -il -il -il +XY +XY +XY +XY Xc Xc Xc -il -il -il +XY +XY +XY Ec Xc Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc Ec -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ JM Xc -il -il -il -il -il -il -il -il +XY +XY +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -42283,24 +49851,24 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -je -je -nX -nX -nX -nX -nX -nX -nX +VK +VK +VK +VK +VK +VK +VK +VK +VK +Ru +Ru +VK +VK +VK +VK +VK +VK +VK Xc Xc Xc @@ -42314,10 +49882,10 @@ Xc ko Xc jO -He -He -He -kt +SS +SS +SS +rg BY BY BY @@ -42332,48 +49900,48 @@ ko ko ko ko -UJ +wo Mh Mh -cX -SI -cX -cX -SI +ja +EA +ja +ja +EA qh -cT -cX -cX -Mh +eM +ja +ja +ST Cb -nn -xm -nX -xm -xm -nX -UJ -Je -cX -cX -cX -nn -nn -nn -nn -Xv -Hw -cX -cX -nn -nn -nX -nX -Xc -Xc -Xc -nX -nX +mJ +xm +zE +xm +xm +zE +wX +JU +YK +YK +Xj +vN +vN +vN +vN +xv +rd +YK +YK +vN +vN +co +co +Xc +Xc +Xc +co +co fk yQ yQ @@ -42389,7 +49957,7 @@ eE eE eE eE -HC +zq Xc Xc Xc @@ -42398,47 +49966,47 @@ Xc Xc Xc Xc -il -il -yQ -yQ -yQ -yQ -il -il -il -il -il -zA -zA -zA -zA -zA -zA -zA +XY +XY +ac +ac +ac +ac +XY +XY +XY +XY +XY +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Ec Ec -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ kr Ec Xc Xc Xc -zA -zA -il -il -il -il +ZQ +ZQ +XY +XY +XY +XY Xc Xc Xc @@ -42452,25 +50020,25 @@ Ip Ot Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX -je -je -je -nX -nX -nX -nX -nX -dV -Et +VK +VK +VK +VK +VK +VK +VK +VK +VK +Ru +Ru +Ru +VK +VK +VK +VK +VK +OS +nS Xc Xc Xc @@ -42501,48 +50069,48 @@ BY ko ko ko -nn -nn -nn +mJ +mJ +mJ Mh -SI -cX -cX -SI -cT -cT -cX -cX +EA +ja +dC +EA +eM +eM +ja +ja Mh -nn -nn +mJ +mJ SF -nX +zE SF xm xm -UJ +wX Xb -Hw -cX -cX +yD +YK +yS fy sc NW -cX -cX -cX -cX -nn -nn -nX -nX -nX -nX -Xc -dV -Et -nX +zx +YK +YK +Mj +vN +vN +co +co +co +co +Xc +kT +mh +co fk yQ yQ @@ -42551,50 +50119,50 @@ yQ cj wc Xc -MQ -zA -zA -zA -zA -il -il -il +eb +ZQ +ZQ +ZQ +ZQ +XY +XY +XY Xc Xc Xc Xc Xc -zA -il -il -il -il -yQ -yQ -yQ -yQ -yQ -il -il -il -zA -zA -zA +ZQ +XY +XY +XY +XY +ac +ac +ac +ac +ac +XY +XY +XY +ZQ +ZQ +ZQ Xc Xc -zA +ZQ ad Xc -km -WI +gn +CE ad -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ ad kX Xc @@ -42604,10 +50172,10 @@ Xc eC Ec wB -il -il -il -il +XY +XY +XY +XY Xc Xc Xc @@ -42621,25 +50189,25 @@ Ip Ot Xc Xc -nX -nX -nX -nX +VK +VK +VK +VK Xc Xc -ZI +LP Xc -nX -nX -je -je -nX -nX -nX -nX -nX -nX -nX +VK +VK +Ru +Ru +VK +VK +VK +VK +VK +VK +VK Xc Xc Xc @@ -42666,104 +50234,104 @@ QW BY BY BY -Xc -Xc -BY +HC +HC +cG ko ko ko Xc -Xc -Xc -JV -ip -nn -Mh -Mh -cX -cT -nn -nn -xm -xm -nX -xm -sJ -SF -nn -nn -nn -cX -cX -Hw -Hw -Hw -cX -cX -Hw -Xv -UJ -nX -nX -nX -nX -nX -nX -nX -nX -nX -fk -yQ -yQ -yQ -yQ -yQ -cj -wc -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -MQ -zA -zA -zA -il -il -il -il +Xc +Xc +JV +ip +mJ +Mh +ST +ja +cT +mJ +mJ +xm +xm +zE +xm +sJ +SF +vN +vN +vN +Va +YK +rd +rd +rd +YK +YK +rd +xo +wX +co +co +co +co +co +co +co +co +co +fk yQ yQ yQ -il -il -il -zA -zA -zA -zA -zA -Xc -wE -zA +yQ +yQ +cj +wc +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +XY +eb +ZQ +ZQ +ZQ +XY +XY +XY +XY +ac +ac +ac +XY +XY +XY +ZQ +ZQ +ZQ +ZQ +ZQ +Xc +jF +ZQ Ec Ec -zA -WC -Xc -zA -zA -zA -zA -zA -zA +ZQ +yn +Xc +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Ec Ec Xc @@ -42773,9 +50341,9 @@ Hk Ec kr kr -il -il -il +XY +XY +XY Xc Xc Xc @@ -42791,24 +50359,24 @@ Ot Xc Xc Xc -nX -nX -nX +VK +VK +VK Hp Xc eC pZ -nX -nX -je -je -nX -nX -nX -nX -nX -nX -nX +VK +VK +Ru +Ru +VK +VK +VK +VK +VK +VK +VK Xc Xc Xc @@ -42845,42 +50413,42 @@ BY BY Xc Xc -nn -nn -nn -nn -SI -nn -nn -nX -xm -xm -nX -nX -xm -xm -xm -xm -nn -cX -cX -cX -cX -cX -cX -cX -Hw -Xv -UJ -nX -nX -nX -nX -nX -nX -nX -nX -nX +mJ +mJ +mJ +mJ +EA +mJ +mJ +co +Li +Li +co +co +Li +Li +Li +Li +vN +wb +YK +YK +YK +YK +yS +yS +VG +xo +wX +co +co +co +co +co +co +co +co +co fk yQ yQ @@ -42889,49 +50457,49 @@ yQ yQ yQ XV -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -yQ -il -il -il -zA -zA -zA -zA -zA -zA -wE -wE +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +XY +ac +XY +XY +XY +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +jF +jF Ec Xc -wE +jF Ec -wE -zA -zA -zA -zA -zA -zA +jF +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ ad Ec Xc @@ -42939,12 +50507,12 @@ Xc TF Ec Ec -wE -wE -zA -il -il -il +jF +jF +ZQ +XY +XY +XY Xc Xc Xc @@ -42960,24 +50528,24 @@ Ot Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -nX +VK +VK +VK +VK +VK +VK +VK +VK +VK Xc Xc Xc Xc -nX -nX -nX -nX -nX +VK +VK +VK +VK +VK Xc Xc Xc @@ -43014,42 +50582,42 @@ BY BY BY BY -nn -Qx -om +mJ +fS +FL Ur -cX -Kc -nn -xm -xm -nX -nX -nX -nX -nX -xm -xm -UJ -cX -cX -cX -Hw -Hw -cX -nn -nn -nn -nn -nX -nX -nX -Xc -Xc -Xc -nX -nX -nX +ja +lf +mJ +Li +Li +co +co +co +co +co +Li +Li +wX +YK +YK +YK +rd +yD +yS +vN +vN +vN +vN +co +co +co +Xc +Xc +Xc +co +co +co fk yQ Qj @@ -43060,47 +50628,47 @@ yQ cj wc wB -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ wB -zA -zA -il -il -il -il -il -il -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +XY +XY +XY +XY +XY +XY +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Ec ad Ec Xc Xc -wE +jF kr -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ ad kX Xc @@ -43108,11 +50676,11 @@ Xc Xc Ec ad -zA +ZQ Xc -zA -il -zA +ZQ +XY +ZQ Xc Xc Xc @@ -43130,23 +50698,23 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX +VK +VK +VK +VK +VK +VK +VK Xc Xc Xc Xc Xc -Cm -nX -nX -nX -nX +gj +VK +VK +VK +VK Xc Xc Xc @@ -43155,27 +50723,27 @@ ko BY pk CB -sP -ym +OU +OU DS fc -sP -ym +Ng +OU DS fc Ng OU -DS +Er fc -sP -ym +Ng +OU DS fc -sP -ym +Ng +OU DS fc -sP +PA CB Xo BY @@ -43183,42 +50751,42 @@ BY BY BY BY -SI -cX -cX -cX -cX -cX -SI -xm -xm -nX -nX -nX -xm -nX -nX -xm -SI -cX -cX -Hm -NW -Xv -nn -nn -Xc -Xc -Xc -lR -Tl -Tl -Xc -Xc -Xc -Xc -nX -nX +EA +ja +ja +ja +ja +ja +EA +Li +Li +co +co +co +Li +co +co +Li +xK +YK +YK +lJ +wP +xo +vN +vN +Xc +Xc +Xc +Ov +MV +MV +Xc +Xc +Xc +Xc +co +co fk yQ yQ @@ -43229,45 +50797,45 @@ yQ yQ cj wc -zA -zA -zA -km -WI -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -il -il +ZQ +ZQ +ZQ +gn +CE +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY aS Xc Xc -Is -zA -zA -zA +ak +ZQ +ZQ +ZQ JM -zA +ZQ Xc Xc Xc ad -OA +yN ad -Vg +OQ Ec kr sN -il -zA +XY +ZQ JM ad Ec @@ -43278,10 +50846,10 @@ TF Xc Xc Ec -MQ -zA -zA -zA +eb +ZQ +ZQ +ZQ Xc Xc Xc @@ -43300,23 +50868,23 @@ Xc Xc Xc Xc -nX -nX -nX -nX -dV -Et +VK +VK +VK +VK +OS +nS Xc Xc Xc Xc Xc Xc -nX -nX -nX -nX -nX +VK +VK +VK +VK +VK Xc se ko @@ -43324,70 +50892,70 @@ BY BY pk sn -CZ -CZ -CZ -CZ -CZ -Rz -Rz -Rz -CZ -CZ -MW -CZ -CZ -CZ -Rz -Rz -Rz -Rz -CZ -CZ Ve -VA +Ve +CL +Ve +Ve +Ve +Ve +Ve +Ve +Ve +CL +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +CL +Ve +Wh Xo BY BY BY BY BY -SI +EA zg BA -cX -cX -cX -SI -xm -xm -nX -nX -xm -xm -xm -nX -nX -UJ -Hw -cX -cX -nn -nn -nn -Xc -Xc -YB -YB +Yb +ja +ja +EA +Li +Li +co +co +Li +Li +Li +co +co +wX +yD +yS +yS +vN +vN +vN +Xc +Xc +hx +hx kc -re +Lk Xc Xc Xc Xc Xc -nX -nX +co +co fk yQ yQ @@ -43398,47 +50966,47 @@ yQ yQ eW XV -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Ec aS eC Xc -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Ec Ec Ec -wE -nP -VS -YD -il -il -il -zA -zA +jF +lz +Pe +XU +XY +XY +XY +ZQ +ZQ Ec Xc Xc @@ -43447,10 +51015,10 @@ Ec Ec Xc ad -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Xc Xc Xc @@ -43469,11 +51037,11 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX +VK +VK +VK +VK +VK Xc Xc Xc @@ -43482,10 +51050,10 @@ Xc Xc Xc yO -Et -nX -nX -nX +nS +VK +VK +VK se se se @@ -43493,70 +51061,70 @@ BY BY pk sr -CZ -CZ -CZ -MW -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -CZ -Rz -Rz -Rz -Rz -MW -CZ -Rz -VC +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +QJ +Wn Xo BY BY BY BY Xc -nn -nn -nn -Mh -cX -cX -nn -xm -xm -nX -nX -xm -xm -xm -nX -nX -nn +mJ +mJ +mJ +ST +dC +ja +mJ +Li +Li +co +co +Li +Li +Li +co +co +vN NW -nn -SI -nn +vN +xK +vN Xc Xc Xc -iQ -YB -nX -Wo -re +zs +hx +co +MW +Lk Xc Xc Xc Xc Xc -nX -nX +co +co fk yQ yQ @@ -43567,34 +51135,34 @@ yQ yQ yQ XV -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ ej Ec aS Xc -zA -zA -zA -km -WI -zA +ZQ +ZQ +ZQ +gn +CE +ZQ ad Ec Xc @@ -43602,24 +51170,24 @@ Ec Xc ad Ec -XL -il -yQ -il -il -zA +EW +XY +ac +XY +XY +ZQ Ec ad Xc Xc -wE +jF Ec -zA +ZQ kK -zA +ZQ wB -zA -zA +ZQ +ZQ Xc Xc Xc @@ -43637,12 +51205,12 @@ Xc Xc Xc Xc -Ua -nX -nX -nX -nX -nX +Bh +VK +VK +VK +VK +VK Xc Xc Xc @@ -43650,11 +51218,11 @@ Xc Xc Xc Xc -re +Ag PR -nX -nX -nX +VK +VK +VK jw se hB @@ -43662,28 +51230,28 @@ BY BY pk sX -CZ -CZ -CZ -CZ -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -CZ -Rz -Bw +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Wr Xo BY BY @@ -43692,40 +51260,40 @@ Xc Xc Xc Xc -nn -nn -cX -cX -nn -sJ -WW -WW +mJ +mJ +pz +ja +mJ +kl +zS +zS Xc Xc -xm -nX -nX -nn -nn -UJ -nn -xm -xm +Li +co +co +vN +vN +wX +vN +Li +Li Xc Xc -iQ -iQ -YB -YB -Wo -re +zs +zs +hx +hx +MW +Lk wj Xc Xc Xc Xc -nX -nX +co +co UF sj yQ @@ -43736,59 +51304,59 @@ yQ yQ jC tH -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ wB -zA +ZQ Xc Xc Xc -zA -zA -zA -zA -km -WI -zA +ZQ +ZQ +ZQ +ZQ +gn +CE +ZQ wB kX ej kX aS Xc -zA -zA -zA -zA -zA -zA -US +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +Ph Xc ad Ec Ec -zh -il -il -yQ -yQ -il -YD +eQ +XY +XY +ac +ac +XY +XU aS ad Xc -wE +jF Hk -zA +ZQ ad -zA -zA -zA -km -WI +ZQ +ZQ +ZQ +gn +CE Xc Xc Xc @@ -43806,11 +51374,11 @@ Xc Xc Xc Xc -Ua -nX -nX -nX -nX +Bh +VK +VK +VK +VK Xc Xc Xc @@ -43819,11 +51387,11 @@ Xc Xc Xc Xc -re -Ua -nX -nX -nX +Ag +Bh +VK +VK +VK kq YP hB @@ -43831,27 +51399,27 @@ BY BY pk ue -CZ -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve VO Xo BY @@ -43860,42 +51428,42 @@ BY BY Xc Xc -nn -nn -nn -cX -cX -nn -sJ -nX -nX -nX -Xc -WW -WW -nn -nn -Em -xm -xm -xm -nX -Xc -Xc -iQ -YB -YB -lR -re -re -Ua -JR -Xc -Xc -nX -nX -nX -nX +mJ +mJ +mJ +eR +ja +mJ +kl +co +co +co +Xc +zS +zS +vN +vN +pP +Li +Li +Li +co +Xc +Xc +zs +hx +hx +Ov +Lk +Lk +EP +PO +Xc +Xc +co +co +co +co fk yQ yQ @@ -43904,60 +51472,60 @@ yQ yQ Ej XV -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc Xc Xc Xc -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Xc kX Ec Ec -eC -aS -zA -zA -zA -zA -zA +BR +sN +ZQ +ZQ +ZQ +ZQ +ZQ ad -il +XY Xc Xc Ec -il -YD -il -yQ -yQ -yQ -YD +XY +XU +XY +ac +ac +ac +XU Za Xc Xc Xc ad Xc -CF -zA -zA +PM +ZQ +ZQ Xc -zA -zA -zA +ZQ +ZQ +ZQ Xc Xc Xc @@ -43975,10 +51543,10 @@ Xc Xc Xc Xc -Ua +Bh wF -nX -nX +VK +VK Xc Xc Xc @@ -43988,11 +51556,11 @@ Xc Xc Xc Xc -re -Ua -nX -nX -nX +Ag +Bh +VK +VK +VK kk Im hB @@ -44000,27 +51568,27 @@ BY BY pk sn -CZ -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -CZ -CZ +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve Wh Xo BY @@ -44028,43 +51596,43 @@ BY BY BY BY -nn -nn -nn -nn -cX -cX -nn -nX -nX -nX -nX -nX -nX -nX -nn -da -Em -nX -nX -nX -nX -Xc -Xc -iQ -YB -YB -Wo -xc -re -Ua -JR -JR -JR -nX -nX -nX -nX +mJ +mJ +mJ +mJ +dC +ja +mJ +co +co +co +co +co +co +co +vN +ty +pP +co +co +co +co +Xc +Xc +zs +hx +hx +MW +kF +Lk +EP +PO +PO +PO +co +co +co +co UF sj yQ @@ -44074,11 +51642,11 @@ yQ yQ XV wB -zA -km -WI -zA -zA +ZQ +gn +CE +ZQ +ZQ Xc Xc Xc @@ -44086,47 +51654,47 @@ Xc Xc Xc Xc -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Xc Xc eC Ec Jj -zA +ZQ Nv -zA -zA -zA -zA -zA -zA -il -yQ -Xc -il -il -il -yQ -yQ -yQ -yQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +ac +Xc +XY +XY +XY +ac +ac +ac +ac Za kX Xc eC -wE +jF Ec ad -zA -zA -zA -zA -ZJ -zA -il +ZQ +ZQ +ZQ +ZQ +Qo +ZQ +XY Xc Xc Xc @@ -44144,10 +51712,10 @@ Xc Xc Xc Xc -Ua -nX -nX -nX +Bh +VK +VK +VK Xc Xc Xc @@ -44157,11 +51725,11 @@ Xc Xc Xc Xc -re -Ua -nX -nX -VE +Ag +Bh +VK +VK +aR kq Im hB @@ -44169,27 +51737,27 @@ BY BY pk sr -CZ -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -CZ -CZ +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve Wn Xo BY @@ -44197,44 +51765,44 @@ BY BY ko ko -UJ -Mh +wo +ST +ST Mh -Mh -cX -cX -nn -nX -nX -nX -nX -nX -nX -JR -Em -da -JR -nX -nX -nX -nX -nX -Xc -sJ -YB -lR -re -sJ -sJ -GM -nX -JR -JR -nX -nX -nX -nX -nX +ja +ja +mJ +co +co +co +co +co +co +PO +pP +ty +PO +co +co +co +co +co +Xc +up +hx +Ov +Lk +up +up +hS +co +PO +PO +co +co +co +co +co fk yQ yQ @@ -44242,12 +51810,12 @@ yQ yQ yQ XV -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc Xc @@ -44255,48 +51823,48 @@ Xc Xc Xc Xc -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc Ec Ec Ec eC -zA -zA -zA -zA -zA -zA -il -yQ -yQ -il -il -il -yQ -yQ -yQ -il -xD +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +ac +ac +XY +XY +XY +ac +ac +ac +XY +BR Xc Ec Ec -kf +Rd ad -zA +ZQ Xc -km -WI -zA -zA -zA -il -il +gn +CE +ZQ +ZQ +ZQ +XY +XY Xc Xc Xc @@ -44313,11 +51881,11 @@ Xc Xc Xc Xc -Ua -nX -nX -nX -nX +Bh +VK +VK +VK +VK Xc Xc Xc @@ -44327,10 +51895,10 @@ Xc Xc Xc Xc -Ua -nX -nX -nX +Bh +VK +VK +VK kq Im hB @@ -44338,27 +51906,27 @@ BY BY pk sX -CZ -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -CZ -CZ +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve Wr Xo BY @@ -44366,44 +51934,44 @@ BY ko ko Xc -UJ +wo SJ -cX -Hw -Hw -cX -UJ -nX -nX -nX -nX -YB -iQ -je -je -je -JR -JR -nX -nX -nX -nX -JR -sJ -sJ -KD -nR -sJ +ja +aT +dG +ja +wo +co +co +co +co +hx +zs +QY +QY +QY +PO +PO +co +co +co +co +PO +up +up +vh +hm +up kC -Et -nX -JR -Xc -nX -nX -dV -Et -nX +Uk +cD +VV +Xc +co +co +kT +mh +co fk rw yQ @@ -44411,61 +51979,61 @@ yQ yQ yQ XV -zA -zA -zA -zA -zA -MQ +ZQ +ZQ +ZQ +ZQ +ZQ +eb Xc Xc Xc -il +XY Xc Xc -wE -zA -zA -zA -zA -zA -zA +jF +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc kX Ec kX -zh -zA -zA -zA -zA -zA -il -il -yQ -il -il -yQ -yQ -yQ -il -il -Xc -Xc -Xc -wE -zA -zA -zA -zA -zA -zA -zA +eQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +ac +XY +XY +ac +ac +ac +XY +XY +Xc +Xc +Xc +jF +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ kK -il -il -il +XY +XY +XY Xc Xc Xc @@ -44482,13 +52050,13 @@ Xc Xc Xc Xc -Ua -nX -nX -nX -nX -nX -nX +Bh +VK +VK +VK +VK +VK +VK Xc Xc Xc @@ -44496,10 +52064,10 @@ Xc Xc Xc Xc -GM -nX -nX -nX +cN +VK +VK +VK kk YP hB @@ -44507,27 +52075,27 @@ BY BY pk ue -CZ -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve VO Xo BY @@ -44535,44 +52103,44 @@ ko ko ko Xc -nn +mJ AY -cX -Xv -Xv -cX -UJ -nX -nX -nX -nX -Xc -bz -iQ -bz -je -je -JR -nX -nX -nX -nX -JR -sJ -JR -oe -nX +ja +Mb +dg +dC +wo +co +co +co +co +Xc +Us +zs +Us +QY +QY +PO +co +co +co +co +PO +up +VV +Hq +cD QV au -nX -oe -Cm +cD +Hq +uG Xc Xc Xc Xc -nX -nX +co +co fk yQ yQ @@ -44580,61 +52148,61 @@ yQ yQ jC tH -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Xc Xc Xc Xc Xc -il +XY Za Za -wE -MQ -zA -zA -zA -zA -zA -zA -zA -zA +jF +eb +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ eC -zA -zA +ZQ +ZQ Xc -zA -zA +ZQ +ZQ wB -zA -il -il -Xc -il -yQ -yQ -yQ -il -il -il -Xc -wE +ZQ +XY +XY +Xc +XY +ac +ac +ac +XY +XY +XY +Xc +jF ad Ec -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Xc -il -il -il -il -il -il +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -44652,23 +52220,23 @@ Xc Xc Xc Xc -nX -nX -VE -nX -nX -nX -je +VK +VK +aR +VK +VK +VK +Ru Xc Xc Xc Xc Xc -je -nX -nX -nX -nX +Ru +VK +VK +VK +VK jw se hB @@ -44676,134 +52244,134 @@ BY BY pk sn -CZ -CZ -CZ -CZ -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -CZ -Rz -VA +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Wh Xo BY ko ko ko Xc -nn +mJ Dm -cX -Hw -Hw -cX -nn -nX -nX -nX -Xc -Xc -iQ -bz -bz -bz -Xc -Xc -nX -nX -nX -nX -JR -JR -JR -nX -nX -Cm -oe -nX -nX -nX +ja +aT +dG +dC +mJ +co +co +co +Xc +Xc +zs +Us +Us +Us +Xc +Xc +co +co +co +co +PO +VV +VV +cD +cD +uG +Hq +cD +cD +cD Wj Wj Xc Xc Xc -nX +co xV yQ yQ yQ yQ XV -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ Xc Xc Xc -il -il -il +XY +XY +XY Za Ec Ec -wE -zA -zA -zA -zA -zA -zA -zA +jF +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ aS TO -wE -zA -MQ -zA -zA -zA -zA +jF +ZQ +eb +ZQ +ZQ +ZQ +ZQ CH -il -il -il -yQ -yQ -il -il -il +XY +XY +XY +ac +ac +XY +XY +XY Xc Ec Ec -wE +jF kr -zA -zA -zA +ZQ +ZQ +ZQ Xc Xc -il -il -il -il -zA -zA +XY +XY +XY +XY +ZQ +ZQ Xc Xc Xc @@ -44822,22 +52390,22 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -je +VK +VK +VK +VK +VK +Ru Xc Xc Xc Xc Xc -je -nX -nX -nX -nX +Ru +VK +VK +VK +VK se se se @@ -44845,133 +52413,133 @@ BY BY pk sr -CZ -CZ -CZ -MW -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -Rz -CZ -Rz -Rz -Rz -Rz -MW -CZ -Rz -VC +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Wn Xo ko ko ko Xc Xc -nn -nn -Oc -cX +mJ +mJ Oc +ja +Kv Oc -nn -xm -nX -nX +mJ +Li +co +co Xc Xc Xc -iQ -bz +zs +Us Xc Xc -xm -nX -nX -nX -nX -nX -JR -JR -nX -sJ +Li +co +co +co +co +co +VV +VV +cD +up nJ Vm -Mk +NV ii GZ -Mk -Cm +NV +uG le ut Xc -JR +PO UF sj yQ yQ yQ XV -zA -zA -zA +ZQ +ZQ +ZQ Xc Xc Xc Xc Xc Xc -il -il -zA +XY +XY +ZQ Ec Ec -wE -zA -zA -zA +jF +ZQ +ZQ +ZQ Xc -ZJ +Qo ad -wE +jF kr Ec kr -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ Xc -zA -il -il -il -il -il -il -yQ -yQ +ZQ +XY +XY +XY +XY +XY +XY +ac +ac Xc Xc Xc Xc -zA -il -il -il -il -il -il -il -il -il -zA +ZQ +XY +XY +XY +XY +XY +XY +XY +XY +XY +ZQ Xc Xc Xc @@ -44991,22 +52559,22 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -je -je -je +VK +VK +VK +VK +VK +Ru +Ru +Ru Xc Xc -je -je -nX -nX -nX -nX +Ru +Ru +VK +VK +VK +VK Xc se ko @@ -45014,80 +52582,80 @@ BY BY pk sX -CZ -CZ -CZ -CZ -CZ -Rz -Rz -Rz -CZ -CZ -MW -CZ -CZ -CZ -Rz -Rz -Rz -Rz -CZ -CZ -CZ -Bw +Ve +Ve +CL +Ve +Ve +Ve +Ve +Ve +Ve +Ve +CL +Ve +Ve +Ve +Ve +Ve +Ve +Ve +Ve +CL +Ve +Wr Xo ko ko ko Xc -nn -nn -nn -nn -SI -nn -nn -nn -xm -xm -nX -nX -Xc -Xc -YB -iQ -Xc -xm -xm -xm -lR -Tl -sJ -sJ -JR -nX -nX -sJ +mJ +mJ +mJ +mJ +EA +mJ +mJ +mJ +Li +Li +co +co +Xc +Xc +hx +zs +Xc +Li +Li +Li +Ov +MV +up +up +VV +cD +cD +up Pm -Mk +NV vb Mo Mo PW -Mk -nX +NV +cD dd -JR -JR +VV +VV Xc fk yQ yQ yQ XV -zA -zA +ZQ +ZQ Xc Xc Xc @@ -45095,52 +52663,52 @@ Xc Xc Xc Xc -il -il -il -wE +XY +XY +XY +jF Ec -wE -wE -zA +jF +jF +ZQ Ne Xc Xc kX Ec -wE +jF Ec ad -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ Nh -zA -zA +ZQ +ZQ wB -il -il -il -il -yQ -yQ +XY +XY +XY +XY +ac +ac Xc Xc Xc Xc -zA -zA -il -il -il -il -il -il -il -il -zA -zA +ZQ +ZQ +XY +XY +XY +XY +XY +XY +XY +XY +ZQ +ZQ Xc Xc Xc @@ -45159,22 +52727,22 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -je -je -je -je -je -dV -Et -nX -nX +VK +VK +VK +VK +VK +VK +VK +Ru +Ru +Ru +Ru +Ru +OS +nS +VK +VK WJ Xc Xc @@ -45183,80 +52751,80 @@ ko BY pk CB -Ag -yu -Eb -Fk -Ag -yu +Ps +Ps Eb -Fk +Ve Nx Ps Eb -Fk -Ag -yu +DC +Nx +Ps +EV +DC +Nx +Ps Eb -Fk -Ag -yu +DC +Nx +Ps Eb -Fk -Ag +DC +PA CB Xo ko ko ko ko -SI -Mh -Mh -cX -cX -cX +EA +ST +ST +dC +ja +dC YN -UJ -xm -xm -xm -nX -xm -Xc -YB -YB -Xc -xm -xm -xm -Wo -re -re -sJ -sJ -dV -Et -sJ +wo +Li +Li +Li +co +Li +Xc +hx +hx +Xc +Li +Li +Li +MW +Lk +Lk +up +up +bZ +Uk +up Uo -Mk +NV gT -Ti +Gc DR Pw et -Cm -JR -JR -JR +uG +VV +VV +VV Xc fk yQ yQ -Qj -XV -zA -zA +me +gh +ZQ +ZQ Xc Xc Xc @@ -45264,52 +52832,52 @@ Xc Xc Xc Xc -il -il -XL -XL +XY +XY +EW +EW Za Ec -wE -zA -zA +jF +ZQ +ZQ Ne Ne Ec Ec -zA +ZQ kX ad mR -WI -zA +CE +ZQ wB -zA -zA -zA +ZQ +ZQ +ZQ Xc -il -il -il -yQ -yQ +XY +XY +XY +ac +ac Xc Xc Xc Xc Xc -zA -il -il -il -zA -il -il -il -il -il -km -WI +ZQ +XY +XY +XY +ZQ +XY +XY +XY +XY +XY +gn +CE Xc Xc Xc @@ -45329,20 +52897,20 @@ Xc Xc Xc ga -nX -nX -nX -nX -nX -nX -nX -je -nX -nX -je +VK +VK +VK +VK +VK +VK +VK +Ru +VK +VK +Ru Xc Xc -ZI +LP Xc Lc Lc @@ -45373,58 +52941,58 @@ uL uL uL uL -uL -Xn -ko -ko -ko -ko -SI -We -cX -cX -cX -cX -NX -UJ -xm -xm -xm -xm -xm -YB -YB -YB -YB -xm -xm -lR -re -re -re -Ua -JR -Cm -oe -nX -nX -nX +uL +Xn +ko +ko +ko +ko +EA +We +ja +ja +ja +ja +NX +wo +Li +Li +Li +Li +Li +hx +hx +hx +hx +Li +Li +Ov +Lk +Lk +Lk +EP +VV +uG +Hq +cD +cD +cD gT -Ti -Ti +Gc +Gc sQ -nX -nX -nX -JR +cD +cD +cD +VV Xc Xc fk yQ yQ -yQ -XV -zA +iH +VD +ZQ Xc Xc Xc @@ -45434,14 +53002,14 @@ Xc Xc Xc Xc -il -XL +XY +EW Xc Xc Xc Xc -zA -zA +ZQ +ZQ Ne Ne ad @@ -45451,33 +53019,33 @@ TO Ec TO Ec -zA -zA -zA +ZQ +ZQ +ZQ TO -zA +ZQ Xc -il -il -il +XY +XY +XY Xc Xc Xc Xc Xc Xc -il -il -il -il -il -zA -zA -zA -il -il -zA -zA +XY +XY +XY +XY +XY +ZQ +ZQ +ZQ +XY +XY +ZQ +ZQ Xc Xc Xc @@ -45497,18 +53065,18 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX +VK +VK +VK +VK +VK +VK +VK Xc Xc -nX -nX -nX +VK +VK +VK Hp Xc eC @@ -45548,51 +53116,51 @@ ko ko ko ko -SI +EA Ff -cX -cX -cX -cX +dC +dC +ja +ja Tc -nn -xm -xm -xm -xm -xm -xm -YB -YB -xm -xm -lR -re -re -re -re -CK -JR -nX -Cm -nX -Mk -nX +mJ +Li +Li +Li +Li +Li +Li +hx +hx +Li +Li +Ov +Lk +Lk +Lk +Lk +Od +VV +cD +uG +cD +NV +cD Jr PU PU dU -Mk -oe -nX +NV +Hq +cD Xc Xc Xc fk yQ yQ -yQ -XV +iH +Mp Xc Xc Xc @@ -45603,7 +53171,7 @@ Xc Xc Xc Xc -il +XY Xc Xc Xc @@ -45611,8 +53179,8 @@ Xc Xc Xc Xc -zA -zA +ZQ +ZQ aS TO TO @@ -45622,30 +53190,30 @@ TO TO TO TO -wE +jF TO ad kr Xc Xc -il +XY Xc Xc Xc -zA -zA -il -il -il -il -il -il -km -WI -il -il -il -zA +ZQ +ZQ +XY +XY +XY +XY +XY +XY +gn +CE +XY +XY +XY +ZQ Xc Xc Xc @@ -45665,20 +53233,20 @@ Xc Xc Xc Xc -Ua -nX -nX -nX -nX -nX -nX -je +Bh +VK +VK +VK +VK +VK +VK +Ru Xc -nX -nX +VK +VK wF -nX -nX +VK +VK In Lc Lc @@ -45717,51 +53285,51 @@ ko ko ko ko -SI +EA pt -yl -Xv -cX +nl +dg +dC Mh -nn -nn -nn -xm -xm -xm -xm -xm -xm -xm -xm -nX -Wo -re -re -re -re -TT -sJ -sJ +Uh +Uh +Uh +Li +Li +Li +Li +Li +Li +Li +Li +co +MW +Lk +Lk +Lk +Lk +EC +up +up Eh -nX -Mk -Mk -Mk -Cm -nX -Mk +cD +NV +NV +NV +uG +cD +NV no -Cm -nX +uG +cD Xc Xc Xc fk yQ yQ -yQ -XV +iH +Mp Xc Xc Xc @@ -45779,8 +53347,8 @@ Xc Xc Xc Xc -zA -zA +ZQ +ZQ kr Ec ad @@ -45797,23 +53365,23 @@ ad ad Xc Xc -MQ -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il -il -il +eb +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -45834,20 +53402,20 @@ Xc Xc Xc Xc -Ua -nX -dV -Et +Bh +VK +OS +nS Xc Xc -je -je -nX -nX -nX -nX -nX -nX +Ru +Ru +VK +VK +VK +VK +VK +VK In Lc Lc @@ -45885,52 +53453,52 @@ ko ko ko Xc -nn -nn -nn -nn -nn -nn -nn -nn -EM -jE -nX -nX -xm -xm -xm -xm -xm -xm -nX -Wo -re -re -re -re -sJ -sJ +mJ +mJ +mJ +mJ +mJ +mJ +mJ +Uh +gV +mt +co +co +Li +Li +Li +Li +Li +Li +co +MW +Lk +Lk +Lk +Lk +up +up Ch -nX -Cm -sJ -sJ +cD +uG +up +up no -Mk -Cm -sJ -sJ -nX -Cm +NV +uG +up +up +cD +uG Xc Xc -qM +GJ FO yQ -yQ -yQ -XV +Pb +mw +ld Xc Xc Xc @@ -45948,8 +53516,8 @@ Xc Xc Xc Xc -zA -zA +ZQ +ZQ eC kX kr @@ -45966,23 +53534,23 @@ Xc kr Xc Xc -zA -zA -zA -zA -zA -zA -zA -zA -il -il -il -il -il -il -il -il -il +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -46002,19 +53570,19 @@ Ot Xc Xc Xc -re -Ua -nX -nX +Ag +Bh +VK +VK Xc Xc Xc Xc -je -je -nX -nX -nX +Ru +Ru +VK +VK +VK TO WJ Xc @@ -46029,12 +53597,12 @@ Xc Xc Xc Xc -ko -ko +jM +jM Xc Xc Xc -ko +jM Xc Nl Nl @@ -46061,45 +53629,45 @@ Xc Xc Xc Xc -nn -nn -nn -nX -dV -Et -xm +Uh +Uh +Uh +co +kT +mh +Li Xc Xc Xc -xm -xm -KD -re -re -re -re -sJ -sJ +Li +Li +pV +Lk +Lk +Lk +Lk +up +up pb -iy -Cm -nX -sJ -Mk +Gg +uG +cD +up +NV wz -Et -sJ -nX -nX -oe +Uk +up +cD +cD +Hq Xc Xc fk Qj yQ -yQ +iH Jc -tH +JC Xc Xc Xc @@ -46109,16 +53677,16 @@ Xc Xc Xc Xc -il -il -il +XY +XY +XY Xc -zA +ZQ Xc Xc -il -zA -CF +XY +ZQ +PM lI Xc Xc @@ -46127,29 +53695,29 @@ TO TO TO Ec -wE +jF ad -TO +gS Xc Ec -wE -wE -zA -zA -zA +jF +jF +ZQ +ZQ +ZQ CH Zf MT -zA -zA -zA -zA -il -il -il -il -il -il +ZQ +ZQ +ZQ +ZQ +XY +XY +XY +XY +XY +XY Xc Xc Xc @@ -46171,23 +53739,23 @@ Ot Xc Xc Xc -re -Ua -nX -nX +Ag +Bh +VK +VK Xc Xc Xc Xc -je -je -nX -nX -nX +Ru +Ru +VK +VK +VK WJ -je -JR -je +Ru +Ar +Ru Xc Xc Xc @@ -46230,44 +53798,44 @@ Xc Xc Xc Xc -re -re -GM -nX -nX -nX +Lk +Lk +hS +co +co +co Xc Xc -xm +Li Xc -iQ -xm -xm -KD -re -re -re -re +zs +Li +Li +pV +Lk +Lk +Lk +Lk Xc Xc -nX -nX +cD +cD GZ -nX -Cm -nX -nX -nX -nX -nX +cD +uG +cD +cD +cD +cD +cD Xc Xc Xc fk yQ yQ -yQ -XV +iH +Mp Xc Xc Xc @@ -46278,46 +53846,46 @@ Xc Xc Xc Xc -il -il -il -zA -zA -zA -il -il -il -zA +XY +XY +XY +ZQ +ZQ +ZQ +XY +XY +XY +ZQ Xc Xc Xc TO Ec Ec -wE +jF Ec Ec kr -TO +gS Xc kr kr Xc Xc -zA -zA -zA +ZQ +ZQ +ZQ qf bE yX MT -zA -zA -il -il -il -il -il +ZQ +ZQ +XY +XY +XY +XY +XY Xc Xc Xc @@ -46339,26 +53907,26 @@ Ip Ot Xc Xc -re -re -re +Ag +Ag +Ag PR -nX +VK Xc Xc Xc Xc -je +Ru Xc Xc -nX -nX +VK +VK WJ oQ -je +Ru WJ -je -je +Ru +Ru Xc Xc Xc @@ -46372,8 +53940,8 @@ Xc Xc Xc Xc -dV -Et +OS +nS Xc Xc Xc @@ -46381,62 +53949,62 @@ Xc Xc Xc Xc -nX -nX -wA -kD -kD -kD -qq -nX +VK +VK +jO +SS +SS +SS +rg +VK pZ Xc Xc Xc -nX -Wo -Xc -Xc -Xc -re -re -Ua -nX -nX -nX -nX -nX -xm -xm -iQ -iQ -YB -xm -xm -KD -re -re -re +VK +VA Xc Xc Xc -nX -nX +Ag +Lk +EP +co +co +co +co +co +Li +Li +zs +zs +hx +Li +Li +pV +Lk +Lk +Lk +Xc +Xc +Xc +cD +cD Xc Xc fj wR Xc -nX -nX +cD +cD Xc Xc Xc fk yQ yQ -yQ -XV +iH +Mp Xc Xc Xc @@ -46446,46 +54014,46 @@ Xc Xc Xc Xc -il -il -il -il -il -il -il -il -il -il -zA -zA +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +ZQ +ZQ ad -wE +jF Ec Ec -wE +jF TO TO TO -wE +jF Ec Xc ad kr Xc Xc -km -WI +gn +CE Zf bE bE TY bn -zA -zA -zA -il -il -il +ZQ +ZQ +ZQ +XY +XY +XY Xc Xc Xc @@ -46508,11 +54076,11 @@ Ip Ot Xc Xc -re -re -re -Ua -nX +Ag +Ag +Ag +Bh +VK Xc Xc Xc @@ -46521,91 +54089,91 @@ Xc Xc Xc Xc -nX -nX +VK +VK Xc Xc oQ pZ -je +Ru WJ Xc -je -je -nX -nX +Ru +Ru +VK +VK WJ Xc Xc Xc Xc Xc -nX -nX -nX -nX -nX -JR -JR -je +VK +VK +VK +VK +VK +Ar +Ar +Ru Xc -JR -je +Ar +Ru sk -Et -nX -nX -nX -nX -nX +nS +VK +VK +VK +VK +VK pZ -je -dV -Et -nX -Wo -re +Ru +OS +nS +VK +VA +Ag Xc -re -re -re -Ua -nX -nX -nX -nX -nX -xm -xm -xm -iQ -iQ -xm -xm -xm -Wo -re -re -re +Ag +Ag +Lk +EP +co +co +co +co +co +Li +Li +Li +zs +zs +Li +Li +Li +MW +Lk +Lk +Lk Xc -JR -nX -nX +PO +co +co Xc Xc Xc Xc Xc -Cm -xm +NR +Li Xc Xc Xc -fk -yQ -yQ -yQ -XV +WR +aF +aF +KB +Mp Xc Xc Xc @@ -46614,22 +54182,22 @@ Xc Xc Xc Xc -il -il -il -il -il -il -il -il -il -il -il -zA -zA +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +XY +ZQ +ZQ kr kr -wE +jF Ec Xc Xc @@ -46639,20 +54207,20 @@ Xc kr ad kr -wE +jF Xc Xc -zA -zA +ZQ +ZQ Zd TY bn Xc Xc -wE -wE -zA -il +jF +jF +ZQ +XY Xc Xc Xc @@ -46677,12 +54245,12 @@ Ip Ot Xc Xc -re -re -re -Ua -nX -nX +Ag +Ag +Ag +Bh +VK +VK Xc Xc Xc @@ -46690,116 +54258,116 @@ Xc Xc Xc Xc -nX -nX +VK +VK Xc Xc Xc -je -JR +Ru +Ar vw -je -nX -je +Ru +VK +Ru Xc WJ Xc -nX -nX -nX +VK +VK +VK Hp Xc -nX -nX -nX -nX -nX -je +VK +VK +VK +VK +VK +Ru Xc -nX -nX +VK +VK WJ -je -JR -nX -nX -nX -nX -nX -nX -nX -je +Ru +Ar +VK +VK +VK +VK +VK +VK +VK +Ru pZ -nX -nX -Wo -re -re -re -re -re -GM -nX -nX -nX -nX -nX -nX -xm -xm -iQ -Em -Em -xm +VK +VK +VA +Ag +Ag +Ag +Ag +Lk +hS +co +co +co +co +co +co +Li +Li +zs +pP +pP +Li Xc -KD -re -re -re -Ua -JR -JR -nX -nX +pV +Lk +Lk +Lk +EP +PO +PO +co +co Xc Xc Xc -xm -xm -xm +Li +Li +Li Xc Xc -qM -FO -yQ -yQ -Qj -XV +BJ +jU +VD +VD +VD +ld Xc Xc Xc Xc Xc -il -il -il -il -il -il -il -il -il +XY +XY +XY +XY +XY +XY +XY +XY +XY Xc Xc Xc -il -il +XY +XY Xc Xc Xc Ec Ec -Is +Xc kr ad kr @@ -46807,21 +54375,21 @@ Xc Xc kr kr -zA -zA -zA -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Ec Xc Xc Ec Ec -wE -wE -wE +jF +jF +jF Xc Xc Xc @@ -46847,11 +54415,11 @@ Ot Xc Xc Xc -re -re -GM -nX -nX +Ag +Ag +cN +VK +VK Xc Xc Xc @@ -46859,103 +54427,103 @@ Lc Xc Xc Lc -nX -Qm -nX +VK +ab +VK WJ Xc Xc -je -JR -nX -nX -nX -je +Ru +Ar +VK +VK +VK +Ru pZ -nX -nX -BE +VK +VK +tB Xc Hp JW -nX -nX -nX -nX -nX -nX -nX -BE -nX -je +VK +VK +VK +VK +VK +VK +VK +tB +VK +Ru pZ -nX -nX -nX +VK +VK +VK pZ pZ Xc Xc -ZI +LP Xc pZ -nX -nX -Wo -re -re -re -re -Ua -nX -nX -nX -nX -nX -nX -nX -nX -xm -Xc -Xc -Em -Xc -xm -xm -KD -re -re -CK -JR -JR -JR -nX -nX -nX -xm -xm -xm -xm -xm +VK +VK +VA +Ag +Ag +Ag +Ag +EP +co +co +co +co +co +co +co +co +Li +Xc +Xc +pP +Xc +Li +Li +pV +Lk +Lk +Od +PO +PO +PO +co +co +co +Li +Li +Li +Li +Li Xc -xV -yQ -yQ -yQ -jC -tH +Bw +VH +VH +NA +cE +Rm Xc Xc Xc Xc Xc Xc -il -il -il -zA -zA -zA +XY +XY +XY +ZQ +ZQ +ZQ Xc Xc Xc @@ -46970,23 +54538,23 @@ Xc Ec Ec ad -wE -zA -MQ -zA -zA -km -WI -zA -zA -zA -zA -zA -zA +jF +ZQ +eb +ZQ +ZQ +gn +CE +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Ec Ec -wE -wE +jF +jF Ec Ec Xc @@ -47017,10 +54585,10 @@ Xc Xc Xc Xc -GM -nX -nX -nX +cN +VK +VK +VK Lc Lc Lc @@ -47030,87 +54598,87 @@ Lc Lc Lc Lc -nX -dV -Et -nX -je +VK +OS +nS +VK +Ru WJ -nX -nX -nX -JR -nX -rz -nX -nX -nX -nX -JR -nX -nX -nX -nX -dV -Et -nX -MS -Xc -Xc -ZI +VK +VK +VK +Ar +VK +XW +VK +VK +VK +VK +Ar +VK +VK +VK +VK +OS +nS +VK +vQ +Xc +Xc +LP Xc pZ pZ pZ -je +Ru Hp Xc eC pZ -nX -nX -nX -KD -re -re -re -re -Ua -nX -nX -nX -nX -nX -nX -dV -Et -Xc +VK +VK +VK +wD +Ag +Ag +Ag +Ag +EP +co +co +co +co +co +co +kT +mh Xc -iQ Xc +zs Xc -xm -xm -xm -Wo -re -TT -hi -JR -JR -nX -xm -xm -xm -xm -xm -xm -xm Xc -fk -rw -yQ -jC +Li +Li +Li +MW +Lk +kZ +xN +PO +PO +co +Li +Li +Li +Li +Li +Li +Li +Xc +Mg +VD +NA +Ij SM Xc Xc @@ -47121,9 +54689,9 @@ Xc Xc Xc Xc -zA -zA -zA +ZQ +ZQ +ZQ Xc Xc Xc @@ -47137,25 +54705,25 @@ Xc Xc Xc Ec -wE +jF Hk kx -zA -zA -zA -zA +ZQ +ZQ +ZQ +ZQ wB -zA -CF -zA -zA -zA -zA -zA -zA +ZQ +PM +ZQ +ZQ +ZQ +ZQ +ZQ +ZQ Ec -wE -wE +jF +jF Xc Xc Xc @@ -47186,9 +54754,9 @@ Xc Xc Xc Xc -nX -nX -nX +VK +VK +VK Lc Lc Lc @@ -47200,85 +54768,85 @@ Lc Lc Lc Lc -nX -nX -nX -nX -je +VK +VK +VK +VK +Ru lS -nX -nX -nX -nX -nX -nX -nX -Qm -JR -dV -Et -nX -nX -nX -nX -nX -nX +VK +VK +VK +VK +VK +VK +VK +ab +Ar +OS +nS +VK +VK +VK +VK +VK +VK Xc Hp Xc eC pZ -je -je -je -nX -nX +Ru +Ru +Ru +VK +VK pZ -je -je -nX -nX -nX -nX -Wo -re +Ru +Ru +VK +VK +VK +VK +VA +Ag Xc Xc Xc -nX -nX -nX -nX -nX -nX -nX -nX -YB -iQ -iQ -YB -xm -xm -xm -xm -KD -re -TT -TT -hi +co +co +co +co +co +co +co +co +hx +zs +zs +hx +Li +Li +Li +Li +pV +Lk +kZ +kZ +xN Xc Xc Xc Xc Xc Xc -xm -xm -xm -xm -fk -jC -KU +Li +Li +Li +Li +VD +gi +Km SM Xc Xc @@ -47312,18 +54880,18 @@ ad Xc Xc Xc -zA -zA -zA -zA -zA -ZJ -zA -zA -zA +ZQ +ZQ +ZQ +ZQ +ZQ +Qo +ZQ +ZQ +ZQ Ec RP -wE +jF Xc Xc Xc @@ -47356,8 +54924,8 @@ Xc Xc Xc Xc -dV -Et +OS +nS Lc Lc Lc @@ -47370,70 +54938,70 @@ Lc Lc Lc Xc -nX +VK ps -nX +VK Xc -nX -nX -nX -JR -JR +VK +VK +VK +Ar +Ar bR -Et -nX -nX -nX -nX -nX -nX -nX -nX -nX -Xc -nX +nS +VK +VK +VK +VK +VK +VK +VK +VK +VK +Xc +VK lt uT mO wl Vd -Tl -Tl -Tl -Tl +pv +pv +pv +pv PR -nX -nX +VK +VK Xc Xc -ZI -dV -Et -Wo +LP +OS +nS +VA Xc Xc Xc Xc Xc Xc -dV -Et -nX -nX -nX -nX -nX -YB -iQ -iQ -YB -YB -xm -xm -xm -KD -TT -TT +kT +mh +co +co +co +co +co +hx +zs +zs +hx +hx +Li +Li +Li +pV +kZ +kZ Xc Xc Xc @@ -47442,11 +55010,11 @@ Xc Xc Xc Xc -xm -xm -xm +Li +Li +Li Yy -SM +Rm Xc Xc Xc @@ -47481,17 +55049,17 @@ Xc Xc Xc Xc -il +XY Xc Xc Xc Xc Xc -zA -zA -zA +ZQ +ZQ +ZQ Ec -wE +jF Xc Xc Xc @@ -47525,7 +55093,7 @@ Xc Xc Xc Xc -nX +VK Lc Lc Lc @@ -47540,39 +55108,39 @@ Xc Xc Xc Xc -nX -nX -nX -nX -nX -nX -JR +VK +VK +VK +VK +VK +VK +Ar Xc Xc PV -JR -nX +Ar +VK ga -nX -nX -nX -nX -nX -nX -nX -nX -nX -nX -lR -re -re -re -re -re -re -re +VK +VK +VK +VK +VK +VK +VK +VK +VK +VK +Hh +Ag +Ag +Ag +Ag +Ag +Ag +Ag PR -nX +VK Hp Xc eC @@ -47593,13 +55161,13 @@ Xc Xc Xc Xc -iQ -iQ -iQ -YB -YB -YB -xm +zs +zs +zs +hx +hx +hx +Li Xc Xc Xc @@ -47613,7 +55181,7 @@ Xc Xc Xc Xc -xm +Li WV Xc Xc @@ -47657,7 +55225,7 @@ Xc Xc Xc Xc -zA +ZQ Xc Xc Xc @@ -47710,24 +55278,24 @@ Xc Xc Xc Xc -nX -nX +VK +VK Xc Xc Xc -je -je +Ru +Ru Wc Xc Xc Xc -nX -JR -nX -nX -nX -nX -nX +VK +Ar +VK +VK +VK +VK +VK Xc Xc Xc @@ -47736,11 +55304,11 @@ Xc Xc Xc Xc -re -re -re -re -re +Ag +Ag +Ag +Ag +Ag Xc Xc Xc From d442a47631fc10254c7ce1d3be97595a72c1dabe Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 24 Apr 2023 03:26:41 +0100 Subject: [PATCH 13/20] save --- code/game/area/LV624_Outpost_Furidamu.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/area/LV624_Outpost_Furidamu.dm b/code/game/area/LV624_Outpost_Furidamu.dm index 5c998d84f7..5a330d7647 100644 --- a/code/game/area/LV624_Outpost_Furidamu.dm +++ b/code/game/area/LV624_Outpost_Furidamu.dm @@ -12,15 +12,12 @@ name = "LV624_Outpost_Furidamu - Indoors" icon_state = "blue" //because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! ceiling = CEILING_METAL - //ambience = list('sound/ambience/jungle_amb1.ogg') /area/LV624_Outpost_Furidamu/outdoors name = "LV624_Outpost_Furidamu - Outdoors" icon_state = "cliff_blocked" //because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! ceiling = CEILING_NONE - //ambience = list('sound/ambience/jungle_amb1.ogg') minimap_color = MINIMAP_AREA_JUNGLE - requires_power = FALSE /area/LV624_Outpost_Furidamu/outdoors/ua_bunker name = "LV624_Outpost_Furidamu - Colony Caves" From ed61c42b6e61b6cb0e51ca36c82743c8f8c3434f Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 24 Apr 2023 04:06:26 +0100 Subject: [PATCH 14/20] ff --- code/game/area/LV624_Outpost_Furidamu.dm | 4 +- maps/LV624_Outpost_Furidamu.json | 1 + .../LV624_Outpost_Furidamu.dmm | 437 +++++++++++++++--- 3 files changed, 384 insertions(+), 58 deletions(-) diff --git a/code/game/area/LV624_Outpost_Furidamu.dm b/code/game/area/LV624_Outpost_Furidamu.dm index 5a330d7647..12ed23a1dc 100644 --- a/code/game/area/LV624_Outpost_Furidamu.dm +++ b/code/game/area/LV624_Outpost_Furidamu.dm @@ -21,6 +21,7 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker name = "LV624_Outpost_Furidamu - Colony Caves" + icon_state = "cliff_blocked" ceiling = CEILING_UNDERGROUND_BLOCK_CAS /area/LV624_Outpost_Furidamu/oob @@ -240,6 +241,7 @@ name = "Outpost Furidamu - CLF Operation Centre" //bridges + /area/LV624_Outpost_Furidamu/outdoors/bridge name = "Outpost Furidamu - Northwest Bridge To CLF Bunker" icon_state = "ass_line" @@ -257,5 +259,5 @@ icon_state = "quartstorage" /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling - name = "Outpost Furiaamu - Northwest CLF Bunker" + name = "Outpost Furiaamu - Northwest CLF Bunker" ceiling = CEILING_NONE diff --git a/maps/LV624_Outpost_Furidamu.json b/maps/LV624_Outpost_Furidamu.json index 68f491a35f..9429094ea0 100644 --- a/maps/LV624_Outpost_Furidamu.json +++ b/maps/LV624_Outpost_Furidamu.json @@ -26,6 +26,7 @@ "neaera", "stok" ], + "environment_traits": { "Fog": true }, "traits": [{ "Ground": true }], "xvx_hives": { "xeno_hive_alpha": 0, diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index 27e7c8c653..9cb7965c11 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -152,6 +152,7 @@ pixel_x = -5; pixel_y = 12 }, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "aB" = ( @@ -468,6 +469,7 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/se) "bF" = ( /obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor{ icon_state = "dark" }, @@ -579,6 +581,13 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/sw) +"cf" = ( +/obj/structure/machinery/light, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "cg" = ( /obj/structure/surface/table/almayer, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -608,6 +617,7 @@ /obj/structure/machinery/light{ dir = 1 }, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor{ dir = 1; icon_state = "bot" @@ -628,6 +638,15 @@ icon_state = "whiteyellowcorner" }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"cq" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "cr" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor{ @@ -755,6 +774,12 @@ "cL" = ( /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"cM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/coffin/woodencrate, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "cN" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 9 @@ -880,6 +905,7 @@ pixel_x = 3; pixel_y = 8 }, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "do" = ( @@ -1249,6 +1275,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/folder, /obj/item/device/assembly/signaller, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor{ icon_state = "dark" }, @@ -1296,6 +1323,7 @@ /area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) "eT" = ( /obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "eU" = ( @@ -1355,6 +1383,7 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "fg" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "fh" = ( @@ -1411,6 +1440,7 @@ pixel_x = -2; pixel_y = 7 }, +/obj/effect/landmark/objective_landmark/medium, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/hut) "fr" = ( @@ -1621,6 +1651,11 @@ /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"fY" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) "ga" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -1678,6 +1713,15 @@ /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"go" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "gp" = ( /obj/structure/curtain/red, /turf/open/floor{ @@ -1686,6 +1730,13 @@ tag = null }, /area/LV624_Outpost_Furidamu/oob) +"gq" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "gs" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/device/flashlight, @@ -1768,6 +1819,7 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "gC" = ( /obj/structure/closet/coffin/woodencrate, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor{ dir = 4; icon_state = "whiteyellowfull" @@ -1803,6 +1855,7 @@ "gK" = ( /obj/structure/closet/coffin/woodencrate, /obj/effect/decal/cleanable/blood, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "gM" = ( @@ -1819,6 +1872,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/pamphlet/skill/engineer, /obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "gP" = ( @@ -2042,6 +2096,7 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/e) "hy" = ( /obj/structure/closet/crate/secure/weyland, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor{ dir = 1; icon_state = "bot" @@ -2114,6 +2169,16 @@ icon_state = "bot" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"hM" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "hN" = ( /obj/structure/closet/l3closet/scientist, /obj/structure/machinery/light{ @@ -2172,6 +2237,7 @@ "hX" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "hZ" = ( @@ -2374,6 +2440,16 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"iJ" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "iL" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -2385,6 +2461,7 @@ "iM" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/revolver/nagant, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "iN" = ( @@ -2509,6 +2586,7 @@ /obj/structure/machinery/light{ dir = 4 }, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor{ icon_state = "dark" }, @@ -3050,6 +3128,7 @@ "kS" = ( /obj/structure/largecrate/supply/supplies/mre, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor{ icon_state = "dark" }, @@ -3174,6 +3253,7 @@ "lj" = ( /obj/structure/largecrate/supply/supplies/mre, /obj/item/explosive/grenade/phosphorus/upp, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor{ icon_state = "dark" }, @@ -3464,6 +3544,7 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/e) "mi" = ( /obj/structure/largecrate/guns/merc, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor{ dir = 1; icon_state = "bot" @@ -3472,6 +3553,7 @@ "mj" = ( /obj/structure/largecrate/supply/supplies/mre, /obj/item/weapon/gun/smg/mac15, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor{ icon_state = "dark" }, @@ -3771,6 +3853,7 @@ layer = 3.1; pixel_y = -10 }, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/interior/tatami, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "nk" = ( @@ -3891,6 +3974,7 @@ /obj/structure/machinery/light{ dir = 8 }, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor{ icon_state = "dark" }, @@ -4161,6 +4245,7 @@ "ot" = ( /obj/structure/surface/table/woodentable/poor, /obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "ou" = ( @@ -4394,6 +4479,14 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/landing_zone_1) +"pe" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/computer/objective{ + dir = 5 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "pg" = ( /obj/structure/fence, /turf/open/floor{ @@ -4499,6 +4592,7 @@ icon_state = "shotglass"; pixel_y = 12 }, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/interior/tatami, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "pz" = ( @@ -4790,6 +4884,15 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) +"qz" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "qA" = ( /obj/structure/curtain/red, /turf/open/floor{ @@ -4821,6 +4924,9 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "qG" = ( /obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/objective{ + dir = 5 + }, /turf/open/floor/almayer{ icon_state = "plate" }, @@ -4918,6 +5024,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/tool/weldingtool, /obj/item/tool/wrench, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "rd" = ( @@ -5117,6 +5224,11 @@ /obj/structure/closet/coffin, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"rL" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "rM" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor{ @@ -5246,6 +5358,12 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"sh" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "si" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/storage/beer_pack{ @@ -5281,7 +5399,9 @@ /area/LV624_Outpost_Furidamu/indoors/hut) "sp" = ( /obj/structure/surface/table, -/obj/structure/machinery/computer/cameras, +/obj/structure/machinery/computer/objective{ + dir = 5 + }, /turf/open/floor{ dir = 1; icon_state = "bot" @@ -5311,6 +5431,7 @@ /obj/structure/prop/server_equipment/laptop/on{ pixel_y = 5 }, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "su" = ( @@ -5366,6 +5487,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"sH" = ( +/obj/structure/largecrate/supply/supplies/mre, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "sI" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /obj/effect/landmark/corpsespawner/upp/burst, @@ -5897,6 +6025,15 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"uD" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/objective{ + dir = 5 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "uE" = ( /obj/structure/machinery/microwave{ density = 0; @@ -6168,6 +6305,7 @@ "vE" = ( /obj/structure/surface/table, /obj/structure/machinery/light, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/plating{ dir = 1; icon_state = "asteroidfloor" @@ -6272,6 +6410,24 @@ /obj/structure/window/framed/wood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"vW" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/boiledrice{ + layer = 3.1; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + layer = 3.1; + pixel_x = 18; + pixel_y = 1 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/interior/tatami, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "vX" = ( /obj/structure/prop/almayer/computers/sensor_computer2, /obj/structure/window/reinforced{ @@ -6918,6 +7074,7 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "dark" }, @@ -6968,6 +7125,13 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"yp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "yq" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor{ @@ -7185,6 +7349,11 @@ /obj/item/tool/scythe, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/hut) +"zc" = ( +/obj/structure/ore_box, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "zd" = ( /obj/effect/decal/warning_stripes{ icon_state = "E"; @@ -7240,6 +7409,7 @@ /obj/item/map/lazarus_landing_map{ pixel_y = 2 }, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "zl" = ( @@ -7461,6 +7631,7 @@ "zZ" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "dark" }, @@ -7552,6 +7723,9 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "At" = ( /obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/objective{ + dir = 5 + }, /turf/open/floor/almayer{ icon_state = "plate" }, @@ -7670,6 +7844,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/weapon/twohanded/fireaxe, /obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "AR" = ( @@ -7684,6 +7859,7 @@ "AS" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/lazarus_landing_map, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "AT" = ( @@ -7691,6 +7867,7 @@ pixel_x = -6; pixel_y = 29 }, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor{ icon_state = "dark" }, @@ -7847,6 +8024,7 @@ "Bv" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/structure/surface/table, +/obj/item/weapon/gun/revolver/m44/custom, /turf/open/floor{ icon_state = "dark" }, @@ -7988,6 +8166,15 @@ /obj/structure/machinery/autolathe, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"BW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/coffin/woodencrate, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "BX" = ( /obj/item/stack/sheet/wood{ pixel_x = 19 @@ -8053,10 +8240,8 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "Ch" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/circuitboard/machine/ghettosmes, -/obj/item/cell{ - pixel_x = 2; - pixel_y = 13 +/obj/structure/machinery/computer/objective{ + dir = 5 }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/indoors/hut/tcomm) @@ -8252,6 +8437,7 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/s) "CO" = ( /obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "CP" = ( @@ -8418,6 +8604,12 @@ /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"Dw" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) "Dy" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) @@ -8565,6 +8757,7 @@ "DV" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/whiskey_outpost_map, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "DX" = ( @@ -8637,6 +8830,7 @@ /obj/structure/machinery/light{ dir = 8 }, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor{ icon_state = "dark" }, @@ -8725,6 +8919,7 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "EB" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "dark" }, @@ -8923,6 +9118,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"Fm" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/computer/objective{ + dir = 5 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Fn" = ( /obj/structure/machinery/photocopier, /obj/item/spacecash/c100{ @@ -8950,6 +9153,7 @@ /obj/item/device/analyzer, /obj/item/device/multitool, /obj/item/device/assembly/prox_sensor, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Fs" = ( @@ -9026,6 +9230,27 @@ "FC" = ( /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"FD" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/boiledrice{ + layer = 3.1; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 18; + pixel_y = 22 + }, +/obj/item/reagent_container/food/drinks/bottle/sake{ + layer = 3.1; + pixel_y = -9 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/interior/tatami, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "FE" = ( /obj/structure/curtain/red, /turf/open/floor/corsat{ @@ -9089,6 +9314,12 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/oob) +"FR" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/almayer{ + icon_state = "plate" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "FS" = ( /obj/structure/machinery/light/small, /turf/open/floor{ @@ -9142,7 +9373,9 @@ pixel_y = 29 }, /obj/structure/surface/table, -/obj/item/weapon/gun/revolver/m44/custom, +/obj/structure/machinery/computer/objective{ + dir = 5 + }, /turf/open/floor{ icon_state = "dark" }, @@ -9385,6 +9618,7 @@ frequency = 1469 }, /obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "GP" = ( @@ -9402,6 +9636,7 @@ pixel_y = -14 }, /obj/item/map/lazarus_landing_map, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "GR" = ( @@ -9450,6 +9685,12 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"Ha" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Hb" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 4 @@ -9527,6 +9768,7 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "Hn" = ( /obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/science, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Ho" = ( @@ -9972,6 +10214,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/device/multitool, /obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "IL" = ( @@ -10106,6 +10349,13 @@ tag = null }, /area/LV624_Outpost_Furidamu/oob) +"Ji" = ( +/obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Jj" = ( /obj/structure/flora/jungle/vines, /obj/structure/flora/jungle/vines{ @@ -10232,6 +10482,7 @@ pixel_x = -7; pixel_y = -1 }, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "JF" = ( @@ -10405,6 +10656,7 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Kg" = ( /obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/plating{ dir = 1; icon_state = "asteroidfloor" @@ -10529,6 +10781,7 @@ /obj/structure/machinery/light{ dir = 1 }, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor{ icon_state = "dark" }, @@ -11127,6 +11380,14 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"MD" = ( +/obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "ME" = ( /obj/item/storage/box/m56d_hmg, /turf/open/floor/interior/wood, @@ -11286,6 +11547,7 @@ /obj/item/map/whiskey_outpost_map{ pixel_y = 13 }, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "Na" = ( @@ -11406,6 +11668,7 @@ "Nt" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/lazarus_landing_map, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "Nu" = ( @@ -11485,6 +11748,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/powercell, /obj/item/device/assembly/infra, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor{ icon_state = "dark" }, @@ -11751,6 +12015,7 @@ "OE" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "dark" }, @@ -11762,6 +12027,13 @@ }, /turf/open/floor, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"OG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/coffin/woodencrate, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "OH" = ( /obj/structure/fence, /turf/open/floor{ @@ -11964,7 +12236,7 @@ "Pq" = ( /obj/structure/prop/dam/gravestone, /obj/item/clothing/accessory/medal/gold/service{ - desc = "A prestigious gold medal worn and torn by time, the name on the front is too hard to read."; + desc = "A prestigious gold medal stained with blood, the name is too hard to make out."; pixel_y = -16 }, /turf/open/auto_turf/strata_grass/layer0_mud, @@ -12418,6 +12690,7 @@ pixel_y = 4 }, /obj/item/tool/crowbar, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Ra" = ( @@ -12531,6 +12804,7 @@ "Rx" = ( /obj/structure/surface/table, /obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/plating{ dir = 1; icon_state = "asteroidfloor" @@ -12944,10 +13218,25 @@ /obj/structure/platform/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/e) +"SO" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "SP" = ( /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"SQ" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "SR" = ( /turf/open/floor{ icon_state = "asteroidwarning" @@ -12983,6 +13272,16 @@ tag = null }, /area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"Ta" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + icon_state = "dark" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "Tb" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -13214,6 +13513,7 @@ pixel_x = 8; pixel_y = 6 }, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/almayer{ icon_state = "plate" }, @@ -13249,6 +13549,7 @@ "TW" = ( /obj/structure/largecrate/supply/supplies/mre, /obj/structure/machinery/light, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor{ icon_state = "dark" }, @@ -13420,6 +13721,7 @@ "UE" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /obj/effect/landmark/corpsespawner/clf/burst, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor{ icon_state = "dark" }, @@ -13443,6 +13745,7 @@ pixel_x = 4; pixel_y = 6 }, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "UH" = ( @@ -13643,6 +13946,7 @@ /obj/effect/spawner/random/toolbox, /obj/structure/surface/table/reinforced/prison, /obj/item/device/radio, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor{ icon_state = "dark" }, @@ -13950,6 +14254,7 @@ pixel_y = 29 }, /obj/structure/closet/crate, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor{ dir = 1; icon_state = "bot" @@ -14033,6 +14338,14 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) +"WF" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "WG" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/barricade/wooden, @@ -14041,6 +14354,7 @@ "WH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/coffin/woodencrate, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "WI" = ( @@ -14265,6 +14579,7 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/n) "Xv" = ( /obj/structure/surface/table/woodentable/poor, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "Xw" = ( @@ -14882,6 +15197,13 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) +"ZA" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor{ + dir = 1; + icon_state = "bot" + }, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "ZB" = ( /obj/structure/sign/poster{ desc = "This poster features Audrey Rainwater standing in a jacuzzi. She was the July 2182 centerfold in House Bunny Gentleman's Magazine. Don't ask how you know that."; @@ -14953,6 +15275,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/ashtray/glass, /obj/item/tool/crowbar, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "ZM" = ( @@ -15724,8 +16047,8 @@ cr Yh rJ EX -eO -EX +SO +SQ rJ nf nf @@ -15891,7 +16214,7 @@ Yh Yh Yh rJ -PN +iJ EX EX EX @@ -15969,7 +16292,7 @@ Kq Ao sI sI -Ao +go Kq Kq ff @@ -16309,7 +16632,7 @@ Kq Kq jb jb -jb +Dw Kq ff nf @@ -17163,7 +17486,7 @@ Xc Xc IH KC -SL +Ta vg vg vg @@ -17332,7 +17655,7 @@ Xc Xc IH KC -dy +cq vg vg vg @@ -17404,7 +17727,7 @@ Ot nf nf rJ -EL +hM Yh hh cr @@ -17503,8 +17826,8 @@ IH pC KC vg -vg -vg +sh +sh KC pC nz @@ -17533,7 +17856,7 @@ UE UE vg vg -Gt +cf KC bA nz @@ -17746,7 +18069,7 @@ EL Yh fL Yh -Yh +gq te Yh Ex @@ -18035,8 +18358,8 @@ OE Ld UE UE -vg -Ld +sh +qz zZ zZ KC @@ -18710,8 +19033,8 @@ CG zf Mf pl -oR -oR +Ha +Ha Jw pl nf @@ -19216,7 +19539,7 @@ CG CG zf pl -Jw +yp oR oR oR @@ -19264,8 +19587,8 @@ nf rJ rJ xA -eO -EX +SO +SQ xA EX eO @@ -19777,7 +20100,7 @@ EX EX EX xA -EX +SQ rJ rJ Xc @@ -19946,7 +20269,7 @@ xA EX EX QU -EX +SQ rJ Xc Xc @@ -25949,7 +26272,7 @@ qG wV jN jN -jN +FR mB mB bT @@ -26054,7 +26377,7 @@ nM dZ Bn MK -Vs +sH dZ kS Xc @@ -26211,7 +26534,7 @@ MK fr kI oj -pG +vW hT fr MK @@ -26717,7 +27040,7 @@ Xc MK fr kI -oj +FD pG hT fr @@ -27070,7 +27393,7 @@ vj EZ nG mX -hs +Ji MK nf nf @@ -27436,7 +27759,7 @@ Ya Ya Ya Ya -Mv +ZA Ya Ya Lm @@ -28244,7 +28567,7 @@ dZ MK MK mX -hs +Ji nE CR dZ @@ -28412,7 +28735,7 @@ GN dZ vj MK -hs +Ji GN GN GN @@ -28587,7 +28910,7 @@ dZ vj dZ GN -hs +Ji jh dZ gm @@ -28661,7 +28984,7 @@ WO WO WO WO -Py +zc Py WO xz @@ -28739,7 +29062,7 @@ dZ kV rI Ba -hs +uD Ba dx Dp @@ -30689,7 +31012,7 @@ or sL sL Cv -Fz +WF sL or or @@ -31025,7 +31348,7 @@ or or qk qk -Fz +WF Cv sL or @@ -31365,10 +31688,10 @@ or uV LW Cv -Fz +WF or or -Fz +WF jW Bs Mx @@ -31534,10 +31857,10 @@ pw EH qR Cv -Fz +WF or or -Fz +WF jW MR WE @@ -31694,7 +32017,7 @@ bB iD uq cm -Fz +WF sL sL ky @@ -32711,7 +33034,7 @@ jW or or or -iR +MD iR Cv or @@ -32881,7 +33204,7 @@ or or or rB -iR +MD Cv or or @@ -34531,7 +34854,7 @@ Sk Tt TG gC -zO +BW vt vt Sk @@ -35559,7 +35882,7 @@ Jy hC eG WG -zy +rL uS kw yq @@ -36066,7 +36389,7 @@ va QI QI WG -an +cM uS WL Gu @@ -36235,7 +36558,7 @@ QI QI hC wu -WQ +OG uS uS Gu @@ -36580,7 +36903,7 @@ oS xC kw Gu -zO +BW gC aj dR @@ -38102,7 +38425,7 @@ Fy Mi WL WL -zO +BW aj kb kb @@ -43370,7 +43693,7 @@ Xc Xc uw uw -uK +pe qF qF qF @@ -43509,7 +43832,7 @@ HN so mt HN -gd +fY bs Uh Af @@ -53288,7 +53611,7 @@ ko EA pt nl -dg +Fm dC Mh Uh From 41dcadf319d6da63c3554178197140c536684d37 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 30 Apr 2023 13:24:39 +0100 Subject: [PATCH 15/20] d --- .../gear_presets/outpost_furidamu_clf.dm | 181 ++ .../LV624_Outpost_Furidamu.dmm | 2003 ++++++++++------- 2 files changed, 1405 insertions(+), 779 deletions(-) create mode 100644 code/modules/gear_presets/outpost_furidamu_clf.dm diff --git a/code/modules/gear_presets/outpost_furidamu_clf.dm b/code/modules/gear_presets/outpost_furidamu_clf.dm new file mode 100644 index 0000000000..89c0fe061d --- /dev/null +++ b/code/modules/gear_presets/outpost_furidamu_clf.dm @@ -0,0 +1,181 @@ +///*****************************LV-522 Force Recon Survivors*******************************************************/ +//Nanu told me to put them here so they dont clutter up survivors.dm + +/datum/equipment_preset/survivor/furidamu_clf + idtype = /obj/item/card/id/dogtag + rank = JOB_SURVIVOR + faction_group = list(FACTION_SURVIVOR) + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ) + +/datum/equipment_preset/survivor/furidamu_clf/load_gear(mob/living/carbon/human/H) + var/obj/item/clothing/under/colonist/clf/uniform = new() + var/obj/item/clothing/accessory/storage/droppouch/pouch = new() + uniform.attach_accessory(H,pouch) + H.equip_to_slot_or_del(uniform, WEAR_BODY) + H.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/webbing(H), WEAR_JACKET) + H.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel(H), WEAR_BACK) + H.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full(H), WEAR_R_STORE) + H.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(H), WEAR_L_STORE) + H.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/flask/marine(H), WEAR_IN_ACCESSORY) + H.equip_to_slot_or_del(new /obj/item/facepaint/sniper(H), WEAR_IN_ACCESSORY) + H.equip_to_slot_or_del(new /obj/item/storage/box/MRE(H), WEAR_IN_ACCESSORY) + H.equip_to_slot_or_del(new /obj/item/device/flashlight(H), WEAR_J_STORE) + H.equip_to_slot_or_del(new /obj/item/tool/crowbar/tactical(H), WEAR_IN_JACKET) + H.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife(H), WEAR_FEET) + H.equip_to_slot_or_del(new /obj/item/device/radio(H), WEAR_IN_BACK) + +/datum/equipment_preset/survivor/furidamu_clf/add_survivor_weapon_security(mob/living/carbon/human/H) + return + +/datum/equipment_preset/survivor/furidamu_clf/proc/add_furidamu_weapon(mob/living/carbon/human/H) + var/random_gun = rand(1,3) + switch(random_gun) + if(1 , 2) + H.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m41a(H), WEAR_L_HAND) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(H), WEAR_IN_BACK) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(H), WEAR_IN_BACK) + if(3) + H.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/type71/rifleman(H), WEAR_L_HAND) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(H), WEAR_IN_BACK) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/type71(H), WEAR_IN_BACK) + +/datum/equipment_preset/survivor/furidamu_clf/add_survivor_weapon_pistol(mob/living/carbon/human/H) + return + +/datum/equipment_preset/survivor/furidamu_clf/proc/add_furidamu_weapon_secondary(mob/living/carbon/human/H) + var/random_pistol = rand(1,5) + switch(random_pistol) + if(1 , 2) + H.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3(H), WEAR_WAIST) + H.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/m1911(H), WEAR_IN_BELT) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/m1911(H), WEAR_IN_BELT) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/m1911(H), WEAR_IN_BELT) + if(3 , 4) + H.equip_to_slot_or_del(new /obj/item/storage/large_holster/m39, WEAR_WAIST) + H.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/m39(H), WEAR_IN_BELT) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/m39/extended(H), WEAR_IN_BACK) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/m39/extended(H), WEAR_IN_BACK) + if(5) + H.equip_to_slot_or_del(new /obj/item/device/motiondetector(H),WEAR_WAIST) + +/datum/equipment_preset/survivor/furidamu_clf/add_random_survivor_equipment(mob/living/carbon/human/H) + return + +/datum/equipment_preset/survivor/furidamu_clf/proc/add_furidamu_equipment(mob/living/carbon/human/H) + var/random_equipment = rand(1,3) + switch(random_equipment) + if(1) + H.equip_to_slot_or_del(new /obj/item/device/walkman(H), WEAR_IN_BACK) + H.equip_to_slot_or_del(new /obj/item/device/cassette_tape/indie(H), WEAR_IN_BACK) + if(2) + H.equip_to_slot_or_del(new /obj/item/toy/deck(H), WEAR_IN_ACCESSORY) + if(3) + H.equip_to_slot_or_del(new /obj/item/storage/fancy/cigarettes/lucky_strikes(H), WEAR_IN_ACCESSORY) + +/datum/equipment_preset/survivor/furidamu_clf/proc/spawn_random_headgear(mob/living/carbon/human/H) + var/i = rand(1,10) + switch(i) + if (1 , 2) + H.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap(H), WEAR_HEAD) + if (3 , 4) + H.equip_to_slot_or_del(new /obj/item/clothing/head/beanie/gray(H), WEAR_HEAD) + if (5 , 6) + H.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/skullcap(H), WEAR_HEAD) + if (7 , 8) + H.equip_to_slot_or_del(new /obj/item/clothing/head/headband/rebel(H), WEAR_HEAD) + if (9) + H.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/upp(H), WEAR_HEAD) + +/datum/equipment_preset/survivor/furidamu_clf/standard + name = "Survivor - Furidamu CLF Standard" + assignment = "Colonial Liberation Front Militiaman" + skills = /datum/skills/clf + +/datum/equipment_preset/survivor/forecon/standard/load_gear(mob/living/carbon/human/H) + ..() + add_furidamu_weapon_secondary(H) + add_furidamu_weapon(H) + spawn_random_headgear(H) + add_furidamu_equipment(H) + +///*****************************// + +/datum/equipment_preset/survivor/furidamu_clf/breacher + name = "Survivor - Furidamu CLF Breacher" + assignment = "Colonial Liberation Front Pointman" + skills = /datum/skills/clf + +/datum/equipment_preset/survivor/forecon/tech/load_gear(mob/living/carbon/human/H) + H.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/big(H), WEAR_BACK) + H.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(H), WEAR_HANDS) + H.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(H), WEAR_WAIST) + H.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(H), WEAR_EYES) + ..() + H.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(H), WEAR_WAIST) + H.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(H), WEAR_IN_BACK) + H.equip_to_slot_or_del(new /obj/item/device/defibrillator(H), WEAR_IN_BACK) + H.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv(H), WEAR_IN_BACK) + H.equip_to_slot_or_del(new /obj/item/device/healthanalyzer(H), WEAR_IN_BACK) + add_furidamu_weapon(H) + spawn_random_headgear(H) + add_furidamu_equipment(H) + +///*****************************// + +/datum/equipment_preset/survivor/furidamu_clf/sniper + name = "Survivor - Furidamu CLF Sniper" + assignment = "Colonial Liberation Front Marksman" + skills = /datum/skills/clf + +/datum/equipment_preset/survivor/forecon/marksman/load_gear(mob/living/carbon/human/H) + H.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m4ra_custom(H), WEAR_L_HAND) + ..() + add_furidamu_weapon_secondary(H) + spawn_random_headgear(H) + add_furidamu_equipment(H) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m4ra/custom(H), WEAR_IN_BACK) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m4ra/custom(H), WEAR_IN_BACK) + +///*****************************// + +/datum/equipment_preset/survivor/furidamu_clf/captain + name = "Survivor - Furidamu CLF Captain" + assignment = "Colonial Liberation Front Captain" + skills = /datum/skills/clf + +/datum/equipment_preset/survivor/forecon/smartgunner/load_gear(mob/living/carbon/human/H) + H.equip_to_slot_or_del(new /obj/item/smartgun_powerpack(H), WEAR_R_HAND) + ..() + H.equip_to_slot_or_del(new /obj/item/storage/belt/gun/smartgunner(H), WEAR_WAIST) + H.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/m1911(H), WEAR_IN_BELT) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/m1911(H), WEAR_IN_BELT) + H.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/m1911(H), WEAR_IN_BELT) + add_furidamu_weapon(H) + spawn_random_headgear(H) + add_furidamu_equipment(H) + +//---------------------------\\ + +/datum/equipment_preset/survivor/furidamu_clf/spetsnaz/leader + name = "Survivor CO - Furidamu UPP Advisor" + assignment = "Furidamu Military Attache" + skills = /datum/skills/upp/commander + paygrade = "UO3" + idtype = /obj/item/card/id/gold + role_comm_title = "May." + +/datum/equipment_preset/survivor/forecon/major/load_gear(mob/living/carbon/human/H) + var/obj/item/clothing/under/marine/veteran/UPP/officer/uniform = new() + var/obj/item/clothing/accessory/storage/droppouch/pouch = new() + uniform.attach_accessory(H,pouch) + H.equip_to_slot_or_del(uniform, WEAR_BODY) + H.equip_to_slot_or_del(new /obj/item/storage/belt/gun/type47/pk9(H), WEAR_WAIST) + H.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/beret(H), WEAR_HEAD) + H.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/windbreaker/windbreaker_green(H), WEAR_JACKET) + ..() +//----------------------\\ diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index 9cb7965c11..0ad5152656 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -52,9 +52,7 @@ "ai" = ( /obj/item/ammo_box/magazine/type71, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "aj" = ( /obj/structure/window/framed/colony/reinforced, @@ -263,6 +261,10 @@ /obj/item/stool, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"aU" = ( +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "aV" = ( /turf/closed/shuttle/ert{ icon_state = "upp3" @@ -361,17 +363,25 @@ /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz2) "bp" = ( -/obj/structure/barricade/sandbags{ - dir = 8 - }, /obj/structure/machinery/light{ dir = 1 }, /obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, /turf/open/floor{ icon_state = "white" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"bq" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -12 + }, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "br" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/power/apc/weak{ @@ -390,16 +400,13 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/indoors/hut) "bt" = ( -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowfull" +/obj/structure/flora/jungle/plantbot1, +/obj/structure/flora/jungle/planttop1{ + pixel_y = 32 }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "bv" = ( -/obj/structure/machinery/light{ - dir = 4 - }, /obj/effect/decal/cleanable/dirt, /turf/open/floor{ dir = 6; @@ -458,6 +465,13 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/c) +"bC" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -13 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "bD" = ( /turf/open/floor{ icon_state = "whiteyellowcorner" @@ -487,6 +501,13 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"bJ" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 21 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "bK" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -495,6 +516,13 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) +"bM" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 9 + }, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "bO" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -540,9 +568,7 @@ "bV" = ( /obj/item/weapon/gun/rifle/l42a/abr40, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "bX" = ( /obj/item/stack/sheet/wood, @@ -605,6 +631,11 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/e) +"ck" = ( +/obj/structure/flora/jungle/planttop1, +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "cl" = ( /obj/structure/machinery/light{ dir = 8 @@ -632,12 +663,11 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/e) "cp" = ( -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowcorner" +/obj/structure/machinery/light{ + dir = 4 }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "cq" = ( /obj/structure/machinery/light{ dir = 1 @@ -787,13 +817,8 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "cP" = ( -/obj/structure/sign/poster/clf{ - pixel_x = -6; - pixel_y = 29 - }, -/turf/open/floor{ - icon_state = "dark" - }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "cQ" = ( /obj/structure/platform/kutjevo/rock{ @@ -804,6 +829,14 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/c) +"cR" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -20; + pixel_y = 25 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "cS" = ( /obj/effect/landmark/xeno_spawn, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -833,6 +866,14 @@ "cX" = ( /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) +"cY" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -21; + pixel_y = 22 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "da" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -934,6 +975,14 @@ icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"ds" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -22; + pixel_y = 21 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "dv" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -1031,8 +1080,11 @@ /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "dL" = ( -/turf/closed/wall/strata_ice/jungle, -/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "dM" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -1107,13 +1159,8 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "ed" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowfull" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "ee" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -1204,11 +1251,33 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) "ey" = ( /obj/item/prop/alien/hugger, +/obj/structure/barricade/sandbags{ + dir = 4 + }, /turf/open/floor{ dir = 4; icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"ez" = ( +/obj/structure/largecrate/supply/explosives/mortar_he, +/obj/item/mortar_shell/frag{ + layer = 4.2; + pixel_x = -7; + pixel_y = 17 + }, +/obj/item/mortar_shell/frag{ + layer = 4.2; + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/mortar_shell/frag{ + layer = 4.2; + pixel_x = -3; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "eA" = ( /turf/open/floor/almayer{ icon_state = "test_floor5" @@ -1254,6 +1323,9 @@ /obj/effect/decal/cleanable/blood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"eH" = ( +/turf/closed/wall/rock/brown, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "eI" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/jungle/vines{ @@ -1293,6 +1365,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"eN" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "eO" = ( /obj/structure/machinery/light{ dir = 8 @@ -1344,8 +1423,9 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/e) "eY" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/effect/landmark/objective_landmark/science, +/obj/structure/bed/chair{ + dir = 4 + }, /turf/open/floor{ icon_state = "white" }, @@ -1457,9 +1537,8 @@ "ft" = ( /obj/structure/largecrate, /obj/item/explosive/grenade/phosphorus/upp, -/turf/open/floor{ - icon_state = "dark" - }, +/obj/structure/catwalk/bigred, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "fu" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ @@ -1480,9 +1559,7 @@ /obj/item/explosive/grenade/high_explosive/stick, /obj/item/explosive/grenade/phosphorus/upp, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "fx" = ( /obj/item/lightstick/red/spoke/planted, @@ -1612,12 +1689,12 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river) "fQ" = ( -/obj/structure/barricade/sandbags{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 4 }, /turf/open/floor{ - dir = 1; - icon_state = "whitepurple" + icon_state = "white" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "fR" = ( @@ -1647,6 +1724,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"fW" = ( +/obj/structure/machinery/light, +/obj/item/mortar_shell/frag{ + layer = 4.2; + pixel_x = 20; + pixel_y = -7 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "fX" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -1681,6 +1767,11 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/c) +"gg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "gh" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform{ @@ -1698,10 +1789,9 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "gl" = ( -/obj/structure/barricade/sandbags{ +/obj/structure/bed/bedroll{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor{ icon_state = "white" }, @@ -1852,12 +1942,24 @@ /obj/structure/machinery/light, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) +"gJ" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 8; + pixel_y = 21 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "gK" = ( /obj/structure/closet/coffin/woodencrate, /obj/effect/decal/cleanable/blood, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"gL" = ( +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "gM" = ( /obj/structure/bed/chair/comfy{ dir = 1; @@ -1947,11 +2049,11 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "hb" = ( -/obj/structure/barricade/sandbags{ - dir = 1 +/obj/structure/safe{ + spawnkey = 0 }, -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/alien/hugger, +/obj/item/cell/high, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor{ icon_state = "white" }, @@ -2087,9 +2189,7 @@ /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "hx" = ( /turf/open/gm/river, @@ -2114,11 +2214,9 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "hA" = ( -/obj/structure/machinery/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor{ - dir = 10; - icon_state = "whitepurple" +/obj/structure/curtain/red, +/turf/open/floor/corsat{ + icon_state = "marked" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "hB" = ( @@ -2136,6 +2234,13 @@ icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"hE" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "hF" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -2145,6 +2250,14 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) +"hH" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 10; + pixel_y = -7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "hI" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -2240,6 +2353,13 @@ /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"hY" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/ppsh/with_drum_mag, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "hZ" = ( /obj/structure/machinery/light, /turf/open/floor/interior/wood, @@ -2305,6 +2425,9 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "ik" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/sandbags{ + dir = 4 + }, /turf/open/floor{ dir = 6; icon_state = "whitepurple" @@ -2315,8 +2438,8 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/s) "im" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/weak{ - dir = 1 +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" }, /turf/open/floor{ dir = 9; @@ -2384,6 +2507,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) +"ix" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "iy" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -2473,12 +2605,7 @@ /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "iQ" = ( /obj/structure/flora/jungle/vines{ @@ -2499,22 +2626,10 @@ icon_state = "dark" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) -"iV" = ( -/obj/structure/barricade/sandbags{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor{ - dir = 5; - icon_state = "whitepurple" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "iW" = ( -/obj/structure/barricade/sandbags{ - dir = 1 - }, -/obj/effect/landmark/objective_landmark/science, /obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/objective, /turf/open/floor{ icon_state = "white" }, @@ -2587,9 +2702,7 @@ dir = 4 }, /obj/effect/landmark/objective_landmark/science, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "ji" = ( /obj/structure/bed/stool, @@ -2647,13 +2760,12 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) "jt" = ( -/obj/structure/barricade/sandbags{ - dir = 4 - }, /obj/structure/machinery/light{ dir = 1 }, /obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/upp, /turf/open/floor{ icon_state = "white" }, @@ -2984,6 +3096,13 @@ /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"ks" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -13 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "ku" = ( /obj/item/clothing/head/helmet/marine/veteran/UPP{ pixel_x = 5; @@ -2994,9 +3113,7 @@ pixel_x = -6; pixel_y = 29 }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "kv" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -3021,12 +3138,11 @@ }, /area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "kz" = ( -/obj/structure/barricade/sandbags{ - dir = 4 - }, /obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, -/obj/item/prop/alien/hugger, +/obj/structure/surface/rack, +/obj/item/ammo_magazine/smg/ppsh/extended, +/obj/item/ammo_magazine/smg/ppsh/extended, /turf/open/floor{ icon_state = "white" }, @@ -3129,10 +3245,8 @@ /obj/structure/largecrate/supply/supplies/mre, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /obj/effect/landmark/objective_landmark/science, -/turf/open/floor{ - icon_state = "dark" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "kT" = ( /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -3189,14 +3303,10 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/e) "la" = ( -/obj/structure/machinery/computer/objective{ - dir = 5 - }, -/obj/structure/surface/table/woodentable/poor, -/obj/structure/machinery/light{ - dir = 1 - }, /obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, /turf/open/floor{ dir = 5; icon_state = "whitepurple" @@ -3254,10 +3364,8 @@ /obj/structure/largecrate/supply/supplies/mre, /obj/item/explosive/grenade/phosphorus/upp, /obj/effect/landmark/objective_landmark/science, -/turf/open/floor{ - icon_state = "dark" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "lk" = ( /obj/structure/platform_decoration, /obj/effect/decal/cleanable/dirt, @@ -3402,10 +3510,8 @@ /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor{ - icon_state = "dark" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "lH" = ( /obj/structure/fence, /turf/open/floor{ @@ -3484,6 +3590,14 @@ icon_state = "asteroidfloor" }, /area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"lX" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -13; + pixel_y = -7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "lY" = ( /obj/item/device/radio/intercom{ freerange = 1; @@ -3514,11 +3628,8 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) "mb" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" - }, -/obj/item/ammo_magazine/smg/mp5{ - current_rounds = 0 +/obj/structure/bed/chair{ + dir = 8 }, /turf/open/floor{ icon_state = "white" @@ -3554,10 +3665,8 @@ /obj/structure/largecrate/supply/supplies/mre, /obj/item/weapon/gun/smg/mac15, /obj/effect/landmark/objective_landmark/science, -/turf/open/floor{ - icon_state = "dark" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "mk" = ( /turf/closed/shuttle/ert{ icon_state = "upp9" @@ -3577,14 +3686,6 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) -"mm" = ( -/obj/structure/barricade/sandbags{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "mo" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -3606,11 +3707,9 @@ }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "ms" = ( -/obj/structure/barricade/sandbags{ - dir = 8 - }, /obj/structure/machinery/light, /obj/effect/landmark/objective_landmark/science, +/obj/structure/surface/table/almayer, /turf/open/floor{ icon_state = "white" }, @@ -3626,9 +3725,15 @@ }, /area/LV624_Outpost_Furidamu/landing_zone_1) "mv" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/effect/landmark/objective_landmark/science, -/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/sandbags{ + dir = 1 + }, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/obj/item/ammo_magazine/smg/ppsh{ + current_rounds = 0 + }, /turf/open/floor{ icon_state = "white" }, @@ -3654,11 +3759,27 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"mA" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -21; + pixel_y = 27 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "mB" = ( /turf/open/floor/almayer{ icon_state = "test_floor5" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"mC" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 11; + pixel_y = 25 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "mD" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/floor/interior/wood, @@ -3745,12 +3866,9 @@ }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "mQ" = ( -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor{ - dir = 9; - icon_state = "whiteyellow" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "mR" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/flora/jungle/vines{ @@ -3769,6 +3887,14 @@ }, /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"mU" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 10; + pixel_y = 24 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "mV" = ( /obj/structure/barricade/wooden, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -3782,9 +3908,7 @@ "mX" = ( /obj/structure/surface/table, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "mY" = ( /obj/structure/platform/kutjevo/rock{ @@ -3975,9 +4099,7 @@ dir = 8 }, /obj/effect/landmark/objective_landmark/science, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "nF" = ( /obj/structure/surface/table/reinforced/prison, @@ -3991,9 +4113,7 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "nG" = ( /obj/item/clothing/shoes/marine/upp_knife, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "nH" = ( /obj/structure/machinery/colony_floodlight{ @@ -4049,9 +4169,7 @@ /obj/item/weapon/gun/rifle/type71{ pixel_y = 8 }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "nN" = ( /obj/structure/surface/table, @@ -4059,6 +4177,11 @@ icon_state = "whitebluefull" }, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"nO" = ( +/obj/structure/curtain/red, +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "nP" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/flora/jungle/vines{ @@ -4102,6 +4225,10 @@ tag = null }, /area/LV624_Outpost_Furidamu/indoors/buildings/hospital) +"nX" = ( +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "nY" = ( /turf/open/floor{ dir = 5; @@ -4404,10 +4531,16 @@ /obj/structure/barricade/sandbags/wired{ dir = 4 }, -/turf/open/floor{ - icon_state = "dark" +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) +"oO" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 9; + pixel_y = 22 }, -/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "oP" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, @@ -4482,9 +4615,7 @@ "pe" = ( /obj/structure/surface/table/woodentable/poor, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/computer/objective{ - dir = 5 - }, +/obj/structure/machinery/computer/objective, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "pg" = ( @@ -4844,7 +4975,7 @@ }, /area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "qt" = ( -/obj/structure/barricade/sandbags, +/obj/structure/surface/table/almayer, /turf/open/floor{ icon_state = "white" }, @@ -4924,17 +5055,30 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "qG" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/objective{ - dir = 5 - }, +/obj/structure/machinery/computer/objective, /turf/open/floor/almayer{ icon_state = "plate" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"qH" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "qI" = ( /obj/structure/curtain/red, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"qJ" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -10; + pixel_y = 22 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "qK" = ( /obj/structure/closet/crate/secure/ammo, /obj/item/storage/belt/marine/upp, @@ -5045,6 +5189,14 @@ /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"ri" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 8; + pixel_y = 24 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "rj" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 8 @@ -5081,6 +5233,13 @@ icon_state = "asteroidwarning" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) +"rp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "rq" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 @@ -5088,9 +5247,7 @@ /obj/structure/machinery/m56d_hmg{ dir = 4 }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "rr" = ( /obj/structure/sign/poster/clf{ @@ -5269,6 +5426,14 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"rS" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 20; + pixel_y = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "rT" = ( /obj/structure/surface/table/almayer, /obj/item/device/radio/off{ @@ -5399,14 +5564,37 @@ /area/LV624_Outpost_Furidamu/indoors/hut) "sp" = ( /obj/structure/surface/table, -/obj/structure/machinery/computer/objective{ - dir = 5 - }, +/obj/structure/machinery/computer/objective, /turf/open/floor{ dir = 1; icon_state = "bot" }, /area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"sq" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 3.3; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "sr" = ( /obj/structure/machinery/landinglight/ds1/delayone, /turf/open/floor/plating, @@ -5487,13 +5675,20 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"sG" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/structure/machinery/m56d_hmg/mg_turret{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "sH" = ( /obj/structure/largecrate/supply/supplies/mre, /obj/effect/landmark/objective_landmark/science, -/turf/open/floor{ - icon_state = "dark" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "sI" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /obj/effect/landmark/corpsespawner/upp/burst, @@ -5538,9 +5733,7 @@ "sR" = ( /obj/structure/largecrate/supply/weapons/m41a, /obj/item/weapon/gun/smg/ppsh, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "sU" = ( /obj/structure/largecrate/random/case/small, @@ -6009,11 +6202,6 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "uB" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/item/ammo_magazine/smg/mp5, /turf/open/floor{ dir = 9; icon_state = "whitepurple" @@ -6126,9 +6314,7 @@ /obj/item/storage/box/guncase/m41aMK1{ pixel_y = 12 }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "uV" = ( /obj/structure/surface/table, @@ -6181,6 +6367,14 @@ icon_state = "warnplate" }, /area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"vd" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -12; + pixel_y = 22 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "vf" = ( /obj/structure/platform_decoration{ dir = 4 @@ -6267,6 +6461,14 @@ opacity = 0 }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"vs" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 12; + pixel_y = 22 + }, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "vt" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor, @@ -6295,9 +6497,7 @@ "vB" = ( /obj/item/weapon/gun/rifle/type71, /obj/structure/machinery/light, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "vC" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -6540,8 +6740,11 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "wp" = ( -/obj/structure/surface/table/woodentable/poor, /obj/effect/decal/cleanable/dirt, +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, /turf/open/floor{ icon_state = "white" }, @@ -6651,6 +6854,18 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/hut) +"wK" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"wL" = ( +/obj/item/stool, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "wN" = ( /obj/structure/machinery/light{ dir = 1 @@ -6798,11 +7013,26 @@ "xm" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"xn" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 10 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "xo" = ( /obj/structure/surface/table/woodentable/poor, /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"xq" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 20; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "xr" = ( /obj/structure/window/framed/wood, /obj/structure/flora/jungle/vines{ @@ -6945,16 +7175,6 @@ /obj/structure/flora/bush/ausbushes/genericbush, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/n) -"xM" = ( -/obj/structure/barricade/sandbags{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor{ - dir = 9; - icon_state = "whitepurple" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "xN" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -6975,6 +7195,11 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"xP" = ( +/obj/structure/flora/bush/ausbushes/ppflowers, +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "xQ" = ( /obj/structure/bed/chair/comfy{ dir = 1; @@ -7112,6 +7337,13 @@ icon_state = "whiteyellow" }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"yk" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/obj/structure/mortar{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "yl" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/tool/crowbar, @@ -7165,14 +7397,6 @@ icon_state = "upp_rightengine" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) -"yv" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor{ - dir = 9; - icon_state = "whitepurple" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "yw" = ( /obj/structure/machinery/light, /obj/effect/decal/cleanable/dirt, @@ -7349,6 +7573,14 @@ /obj/item/tool/scythe, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/hut) +"zb" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 20; + pixel_y = 24 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "zc" = ( /obj/structure/ore_box, /obj/effect/landmark/objective_landmark/medium, @@ -7451,6 +7683,14 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/jungle/e) +"zt" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 20; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "zu" = ( /turf/open/floor{ icon_state = "whitebluefull"; @@ -7723,9 +7963,7 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "At" = ( /obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/objective{ - dir = 5 - }, +/obj/structure/machinery/computer/objective, /turf/open/floor/almayer{ icon_state = "plate" }, @@ -7830,6 +8068,14 @@ /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"AN" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 10; + pixel_y = 24 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "AO" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -7945,6 +8191,14 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"Bi" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -11; + pixel_y = 24 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Bj" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -7987,9 +8241,7 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/s) "Bn" = ( /obj/structure/largecrate, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Bo" = ( /obj/structure/platform{ @@ -8036,6 +8288,15 @@ /obj/structure/platform, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/e) +"Bx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "By" = ( /turf/open/floor{ icon_state = "warning" @@ -8245,8 +8506,22 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"Ci" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "Cj" = ( -/obj/item/weapon/gun/smg/mp5, +/obj/item/weapon/gun/smg/ppsh{ + current_mag = null + }, +/obj/item/ammo_magazine/smg/ppsh/extended{ + current_rounds = 0; + pixel_x = 8; + pixel_y = -15 + }, +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, /turf/open/floor{ icon_state = "white" }, @@ -8447,9 +8722,7 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "CR" = ( /obj/structure/surface/rack, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "CS" = ( /turf/open/floor{ @@ -8490,9 +8763,7 @@ pixel_x = -10 }, /obj/structure/surface/table, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "CZ" = ( /turf/open/floor{ @@ -8610,6 +8881,10 @@ icon_state = "dark" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/cent) +"Dx" = ( +/obj/structure/machinery/light, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Dy" = ( /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) @@ -8671,17 +8946,13 @@ "DH" = ( /obj/structure/largecrate/supply/ammo/m41a_box, /obj/item/weapon/gun/smg/ppsh, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "DI" = ( /obj/structure/surface/table, /obj/item/clothing/shoes/marine/upp_knife, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "DJ" = ( /turf/open/floor{ @@ -8848,10 +9119,9 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "En" = ( -/obj/structure/barricade/sandbags{ - dir = 8 - }, /obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor{ icon_state = "white" }, @@ -8879,14 +9149,12 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Eu" = ( -/obj/effect/landmark/objective_landmark/science, -/obj/effect/decal/cleanable/dirt, -/obj/item/prop/alien/hugger, -/turf/open/floor{ - dir = 9; - icon_state = "whitepurple" +/obj/structure/curtain/red, +/obj/structure/catwalk/bigred, +/turf/open/floor/corsat{ + icon_state = "marked" }, -/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Ev" = ( /turf/closed/shuttle/ert{ icon_state = "upp27" @@ -8941,6 +9209,14 @@ /obj/structure/window/framed/wood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/hut) +"EG" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 20; + pixel_y = -7 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "EH" = ( /obj/structure/cargo_container/horizontal/blue/middle, /turf/open/floor{ @@ -9169,10 +9445,12 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/hut) "Fu" = ( -/obj/structure/machinery/light, +/obj/structure/barricade/sandbags{ + dir = 8 + }, +/obj/item/prop/alien/hugger, /turf/open/floor{ - dir = 6; - icon_state = "whitepurple" + icon_state = "white" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "Fv" = ( @@ -9263,6 +9541,11 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) +"FG" = ( +/obj/structure/catwalk/bigred, +/obj/structure/flora/jungle/planttop1, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "FH" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) @@ -9277,6 +9560,7 @@ /area/LV624_Outpost_Furidamu/indoors/hut) "FJ" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, /turf/open/floor{ dir = 9; icon_state = "whitepurple" @@ -9306,6 +9590,12 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/e) +"FP" = ( +/obj/structure/bed/bedroll{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "FQ" = ( /obj/item/ammo_magazine/lever_action/marksman, /obj/effect/decal/hefa_cult_decals/d32{ @@ -9373,9 +9663,7 @@ pixel_y = 29 }, /obj/structure/surface/table, -/obj/structure/machinery/computer/objective{ - dir = 5 - }, +/obj/structure/machinery/computer/objective, /turf/open/floor{ icon_state = "dark" }, @@ -9383,9 +9671,7 @@ "FX" = ( /obj/structure/largecrate/supply/weapons/m41a, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "FY" = ( /obj/structure/surface/table/woodentable/poor, @@ -9560,9 +9846,6 @@ }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "GD" = ( -/obj/structure/machinery/light{ - dir = 8 - }, /obj/effect/decal/cleanable/dirt, /turf/open/floor{ dir = 9; @@ -9608,9 +9891,7 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/n) "GN" = ( /obj/structure/catwalk/bigred, -/turf/open/floor{ - icon_state = "bcircuit" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "GO" = ( /obj/structure/surface/table/reinforced/prison, @@ -9644,9 +9925,7 @@ /obj/item/weapon/gun/rifle/mar40/carbine, /obj/item/explosive/grenade/high_explosive/stick, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "GS" = ( /obj/structure/surface/table/reinforced/prison, @@ -9709,6 +9988,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) +"He" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 12; + pixel_y = 23 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Hf" = ( /obj/structure/surface/table, /obj/item/explosive/grenade/high_explosive/stick{ @@ -9716,9 +10003,7 @@ pixel_y = 5 }, /obj/item/clothing/head/helmet/marine/veteran/UPP, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Hg" = ( /turf/open/floor{ @@ -9769,8 +10054,8 @@ "Hn" = ( /obj/structure/surface/table, /obj/effect/landmark/objective_landmark/science, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "Ho" = ( /obj/structure/platform/kutjevo/rock{ dir = 1 @@ -9821,11 +10106,11 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Hy" = ( -/obj/structure/machinery/light, -/obj/item/prop/alien/hugger, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, /turf/open/floor{ - dir = 6; - icon_state = "whitepurple" + icon_state = "white" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "Hz" = ( @@ -9932,12 +10217,12 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/jungle/n) "HR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor{ - icon_state = "whiteyellow" +/obj/structure/barricade/sandbags/wired{ + dir = 4 }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "HS" = ( /obj/structure/largecrate/supply/explosives/mortar_flare, /turf/open/floor{ @@ -10289,20 +10574,8 @@ pixel_x = -6; pixel_y = 29 }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) -"IW" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor{ - dir = 5; - icon_state = "whitepurple" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "IX" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/interior/wood, @@ -10320,6 +10593,14 @@ /obj/structure/platform_decoration/kutjevo/rock, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/river/e) +"Jd" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -20; + pixel_y = 23 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Je" = ( /obj/structure/machinery/vending/dinnerware, /turf/open/floor/interior/wood, @@ -10352,9 +10633,7 @@ "Ji" = ( /obj/structure/surface/table, /obj/effect/landmark/objective_landmark/science, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Jj" = ( /obj/structure/flora/jungle/vines, @@ -10387,6 +10666,14 @@ "Jp" = ( /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"Jq" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 10; + pixel_y = 23 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Jr" = ( /obj/structure/girder, /turf/open/floor/plating{ @@ -10520,15 +10807,6 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) -"JL" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/structure/machinery/light, -/obj/effect/landmark/objective_landmark/science, -/turf/open/floor{ - dir = 10; - icon_state = "whitepurple" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "JM" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -10550,6 +10828,11 @@ "JP" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/oob) +"JQ" = ( +/obj/item/stool, +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "JR" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -10587,6 +10870,14 @@ /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"JX" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -16; + pixel_y = -7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "JY" = ( /obj/structure/flora/bush/ausbushes/pointybush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -10705,10 +10996,9 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Kp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/obj/structure/flora/jungle/plantbot1, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Kq" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, /turf/open/floor{ @@ -11075,6 +11365,22 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) +"Lx" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -21; + pixel_y = 23 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Ly" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Lz" = ( /obj/structure/surface/table, /obj/structure/machinery/computer/cameras{ @@ -11158,6 +11464,13 @@ icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"LL" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -21 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "LN" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/river, @@ -11167,9 +11480,8 @@ dir = 4 }, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor{ - icon_state = "dark" - }, +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "LP" = ( /obj/structure/flora/bush/ausbushes/palebush, @@ -11231,6 +11543,11 @@ /obj/structure/surface/table/woodentable/poor, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"Md" = ( +/obj/structure/machinery/light, +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Me" = ( /obj/structure/flora/grass/tallgrass/jungle, /obj/structure/flora/bush/ausbushes/var3/brflowers, @@ -11313,11 +11630,9 @@ }, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "Ms" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/ammo_magazine/smg/mp5, -/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, /turf/open/floor{ - dir = 10; + dir = 5; icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) @@ -11417,9 +11732,6 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) "MI" = ( -/obj/structure/machinery/light{ - dir = 4 - }, /obj/effect/decal/cleanable/dirt, /turf/open/floor{ dir = 5; @@ -11585,6 +11897,10 @@ "Ne" = ( /turf/open/auto_turf/strata_grass/layer0/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"Nf" = ( +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "Ng" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 4 @@ -11665,6 +11981,12 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Nr" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Nt" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/lazarus_landing_map, @@ -11693,14 +12015,18 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz1) -"Nz" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/effect/landmark/objective_landmark/science, +"Ny" = ( +/obj/structure/barricade/sandbags{ + dir = 8 + }, /turf/open/floor{ - dir = 10; - icon_state = "whitepurple" + icon_state = "white" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) +"Nz" = ( +/obj/structure/catwalk/bigred, +/turf/open/floor/plating, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "NA" = ( /obj/structure/platform{ dir = 1 @@ -11716,8 +12042,8 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/e) "NB" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/effect/landmark/objective_landmark/science, +/obj/structure/surface/rack, +/obj/item/prop/colony/canister, /turf/open/floor{ dir = 5; icon_state = "whitepurple" @@ -11908,10 +12234,13 @@ "Oj" = ( /obj/structure/catwalk/bigred, /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, -/turf/open/floor{ - icon_state = "bcircuit" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"Ol" = ( +/obj/structure/curtain/red, +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "Om" = ( /obj/structure/platform{ dir = 1 @@ -11935,7 +12264,7 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river) "Oo" = ( -/obj/item/prop/alien/hugger, +/obj/structure/bed/chair, /turf/open/floor{ icon_state = "white" }, @@ -12058,6 +12387,10 @@ tag = null }, /area/LV624_Outpost_Furidamu/oob) +"OM" = ( +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "OP" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 4 @@ -12169,9 +12502,7 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Pf" = ( /obj/item/weapon/gun/smg/ppsh, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Pg" = ( /obj/structure/machinery/landinglight/ds2, @@ -12719,6 +13050,21 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river) +"Rf" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -12 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Rh" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -10; + pixel_y = -7 + }, +/turf/open/auto_turf/strata_grass/layer0/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Ri" = ( /obj/structure/platform{ dir = 1 @@ -12839,10 +13185,9 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "RB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/obj/structure/curtain/red, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "RC" = ( /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) @@ -12912,18 +13257,25 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"RQ" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -13; + pixel_y = 27 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "RR" = ( /obj/structure/barricade/wooden, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "RS" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" - }, -/obj/item/ammo_magazine/smg/mp5{ - current_rounds = 0 - }, /obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/obj/structure/surface/rack, /turf/open/floor{ dir = 9; icon_state = "whitepurple" @@ -12945,6 +13297,14 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/hut) +"RU" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 22; + pixel_y = 22 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "RV" = ( /obj/structure/bed/chair{ dir = 4 @@ -12955,8 +13315,9 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "RW" = ( -/obj/structure/barricade/sandbags, /obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/ppsh, /turf/open/floor{ icon_state = "white" }, @@ -12978,11 +13339,17 @@ icon_state = "upp5" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) +"RZ" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -12; + pixel_y = -8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/e) "Sa" = ( /obj/structure/machinery/light, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Sb" = ( /obj/structure/surface/table/woodentable/poor, @@ -13022,7 +13389,7 @@ /obj/item/ammo_casing/bullet{ icon_state = "cartridge_3_1" }, -/obj/item/ammo_magazine/smg/mp5{ +/obj/item/ammo_magazine/smg/ppsh{ current_rounds = 0 }, /obj/effect/decal/cleanable/dirt, @@ -13058,6 +13425,14 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"Sm" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 10; + pixel_y = -6 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "So" = ( /obj/structure/window/framed/wood, /turf/open/floor/interior/wood, @@ -13093,22 +13468,17 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) "St" = ( -/obj/structure/sign/poster/clf{ - pixel_x = -6; - pixel_y = 29 - }, -/obj/structure/machinery/light{ - dir = 8 - }, /turf/open/floor{ dir = 10; icon_state = "whitepurple" }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "Su" = ( -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Sv" = ( /obj/structure/machinery/processor, /turf/open/floor/interior/wood, @@ -13121,8 +13491,8 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/c) "Sx" = ( -/obj/structure/bed{ - can_buckle = 0 +/obj/structure/bed/bedroll{ + dir = 1 }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/hut) @@ -13422,9 +13792,7 @@ "Ty" = ( /obj/structure/largecrate, /obj/item/weapon/gun/smg/ppsh, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Tz" = ( /obj/structure/window/reinforced{ @@ -13448,11 +13816,13 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_admin) "TA" = ( -/obj/structure/bed{ - can_buckle = 0 +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -11; + pixel_y = 25 }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/hut) +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "TB" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/smg/mp5{ @@ -13492,6 +13862,10 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) +"TI" = ( +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "TJ" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/prop/helmetgarb/gunoil{ @@ -13535,6 +13909,13 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/outdoors/jungle/se) +"TS" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 20 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "TT" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -13542,6 +13923,13 @@ /obj/structure/flora/grass/tallgrass/jungle, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/nw) +"TU" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "TV" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/river, @@ -13550,10 +13938,8 @@ /obj/structure/largecrate/supply/supplies/mre, /obj/structure/machinery/light, /obj/effect/landmark/objective_landmark/science, -/turf/open/floor{ - icon_state = "dark" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "TY" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 8 @@ -13587,6 +13973,13 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"Ug" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -11 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Uh" = ( /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/indoors/hut) @@ -13633,8 +14026,9 @@ /turf/closed/wall/r_wall, /area/LV624_Outpost_Furidamu/landing_zone_2) "Uq" = ( -/obj/structure/barricade/sandbags{ - dir = 4 +/obj/structure/surface/table/almayer, +/obj/item/tool/soap{ + pixel_y = 2 }, /turf/open/floor{ icon_state = "white" @@ -13907,6 +14301,14 @@ "Ve" = ( /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz1) +"Vf" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 10; + pixel_y = 24 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "Vg" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /obj/structure/flora/jungle/vines/heavy, @@ -13916,6 +14318,10 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/oob) +"Vi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "Vj" = ( /obj/structure/window/framed/corsat/hull/research, /turf/open/floor/corsat{ @@ -13969,10 +14375,9 @@ /area/lv624/lazarus/landing_zones/lz2) "Vs" = ( /obj/structure/largecrate/supply/supplies/mre, -/turf/open/floor{ - icon_state = "dark" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +/obj/structure/catwalk/bigred, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "Vu" = ( /turf/closed/shuttle/ert{ icon_state = "upp_leftengine" @@ -14007,9 +14412,7 @@ /obj/item/clothing/head/helmet/marine/veteran/UPP{ pixel_y = 6 }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "VA" = ( /obj/structure/flora/grass/tallgrass/jungle/corner, @@ -14373,6 +14776,14 @@ icon_state = "whiteyellowfull" }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"WM" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 10; + pixel_y = 23 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "WN" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -14612,6 +15023,10 @@ icon_state = "whiteyellow" }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"XA" = ( +/obj/structure/surface/table, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "XB" = ( /obj/structure/machinery/door/airlock/almayer/research{ dir = 1; @@ -14696,14 +15111,21 @@ /obj/structure/closet/coffin/woodencrate, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) +"XQ" = ( +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -13; + pixel_y = 25 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "XR" = ( /obj/item/reagent_container/food/snacks/grown/potato, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/hut) "XS" = ( -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) "XT" = ( /obj/structure/fence, /turf/open/floor{ @@ -14850,11 +15272,8 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "Yu" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" - }, -/obj/item/ammo_magazine/smg/mp5{ - current_rounds = 0 +/obj/structure/barricade/sandbags{ + dir = 4 }, /turf/open/floor{ dir = 5; @@ -14898,9 +15317,8 @@ "YC" = ( /obj/structure/largecrate/supply/ammo/m41a_box, /obj/item/weapon/gun/rifle/nsg23/no_lock/stripped, -/turf/open/floor{ - icon_state = "dark" - }, +/obj/structure/catwalk/bigred, +/turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "YD" = ( /obj/structure/flora/jungle/vines{ @@ -15082,7 +15500,9 @@ }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Zh" = ( -/obj/structure/curtain/red, +/obj/structure/barricade/sandbags{ + dir = 1 + }, /turf/open/floor{ icon_state = "white" }, @@ -15154,7 +15574,9 @@ }, /area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "Zs" = ( -/obj/structure/bed/alien, +/obj/structure/bed/bedroll{ + dir = 1 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/hut) "Zt" = ( @@ -15162,12 +15584,26 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "Zv" = ( -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor{ +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ dir = 8; - icon_state = "whiteyellow" + layer = 3.3; + pixel_y = 4 }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/obj/structure/bed{ + can_buckle = 0 + }, +/obj/structure/bed{ + buckling_y = 13; + layer = 3.5; + pixel_y = 13 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "Zw" = ( /obj/structure/prop/dam/gravestone{ icon_state = "gravestone2" @@ -15222,6 +15658,15 @@ /obj/structure/flora/jungle/vines, /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/jungle/ne) +"ZD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/ammo_magazine/smg/ppsh, +/obj/item/ammo_magazine/smg/ppsh, +/turf/open/floor{ + icon_state = "white" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "ZE" = ( /obj/structure/platform_decoration/kutjevo/rock{ dir = 1 @@ -25994,8 +26439,8 @@ YG YG Ii Ii -Ii -Ii +gP +gP YG YG nf @@ -26036,7 +26481,7 @@ nf nf nf nf -MK +nf MK MK MK @@ -26160,12 +26605,12 @@ GK GK Xc YG -OX -Ii -Ii +Ci Ii Ii Ii +gP +gP YG nf Ot @@ -26203,7 +26648,7 @@ MK MK ft GR -MK +nf FX YC sR @@ -26329,12 +26774,12 @@ GK GK Jo YG +gP +gP Ii Ii Ii -Ii -Ii -Ii +gP YG nf Ot @@ -26370,15 +26815,15 @@ Fq fr MK IV -dZ +Nz Pf MK nM -dZ +Nz Bn MK sH -dZ +nX kS Xc Xc @@ -26499,8 +26944,8 @@ Hg Iv YG Ii -Ii -Ii +gP +gP Ii Ii OX @@ -26539,15 +26984,15 @@ hT fr MK Ty -dZ -Sa +GN +Dx MK DH -dZ +Nz vB MK mj -dZ +nX TW Xc Xc @@ -26669,7 +27114,7 @@ YG YG YG kQ -Ii +gP Ii gP YG @@ -26708,16 +27153,16 @@ hT fr MK bV -dZ -dZ +GN +gm MK uU -dZ +Nz ai MK -vj -dZ -dZ +we +nX +tS Xc Xc Xc @@ -26835,8 +27280,8 @@ GK GK Jo YG -OX -Ii +Ci +gP YG Ii Ii @@ -26877,15 +27322,15 @@ hT fr MK MK -Dp +Eu MK MK MK -Dp +Eu MK MK MK -Dp +Eu MK MK nf @@ -27004,7 +27449,7 @@ Xc GK Jo YG -Ii +gP Ii Ii Ii @@ -27047,13 +27492,13 @@ fr MK Hf GN -vj -dZ -dZ +cP +gm +gm GN we Cw -dZ +gm GN DI MK @@ -27389,8 +27834,8 @@ hv tS we we -vj -EZ +cP +cp nG mX Ji @@ -27517,7 +27962,7 @@ Ii Nk Ii Ii -Ii +gP YG nf Ot @@ -27685,8 +28130,8 @@ Ii Ii Ii Ii -Ii -Ii +gP +gP YG nf Ot @@ -27718,20 +28163,20 @@ Xc lb GN GN -dZ -vj +gm +cP MK -dZ -dZ -fs -dZ -dZ +Su +gm +Nr +gm +gm GN -dZ -fs -dZ -dZ -dZ +gm +Nr +gm +gm +eH MK nf nf @@ -27854,8 +28299,8 @@ Ii Ii Nk Ii -Ii -OX +gP +Ci YG nf Ot @@ -27887,21 +28332,21 @@ nV nV GN GN +gm GN -GN -Dp -GN -GN -GN +RB GN GN GN +gm +gm GN +gm GN GN GN Oj -MK +eH nf nf nf @@ -28023,7 +28468,7 @@ Ii Ii Ii Ii -Ii +gP YG YG nf @@ -28045,7 +28490,7 @@ FH FH FH FH -dL +Xc Xc Xc Xc @@ -28053,24 +28498,24 @@ Xc Xc Xc lb -dZ -GN +gm GN GN GN -Dp GN +RB GN +gm GN GN GN GN GN Oj -GN -GN -GN -MK +gm +eH +eH +eH nf nf nf @@ -28221,24 +28666,24 @@ MK MK MK Xc -MK -EZ +Xc +cp GN GN -EZ -dZ +cp +gm MK -dZ -dZ -EZ -dZ -dZ +XS +gm +cp +gm +gm GN -dZ -EZ -dZ -dZ -dZ +gm +cp +eH +eH +eH MK nf nf @@ -28390,8 +28835,8 @@ vZ fn MK MK -MK -MK +Xc +Xc Dp Dp MK @@ -28559,23 +29004,23 @@ dZ dZ Te MK -MK +Xc iO GN GN -dZ +ed MK MK mX Ji nE CR -dZ +gm GN -dZ -fs -dZ -mX +gm +Nr +tS +XA Hn MK nf @@ -28728,12 +29173,12 @@ dZ dZ lo fl -dZ -dZ +gm +gm GN GN -dZ -vj +mQ +Kp MK Ji GN @@ -28743,8 +29188,8 @@ GN GN GN GN -GN -gm +FG +zV Hn MK nf @@ -28897,24 +29342,24 @@ hs Ba An fl -dZ -dZ -GN +gm +gm GN -dZ +gm +cP Sa MK -cP +Pl GN -dZ -vj -dZ +gm +cP +gm GN Ji jh -dZ -gm +cP gm +we MK nf nf @@ -29070,19 +29515,19 @@ GN GN GN GN -dZ -dZ +gm +ed MK MK -Dp +nO MK MK MK -Dp +nO MK MK MK -Dp +Ol MK MK nf @@ -29235,24 +29680,24 @@ hs Ba YV fl -dZ -dZ -dZ -vj -dZ -dZ +gm +gm +GN +GN +gm +ed MK -kV -dZ +Zv +GN gm MK xX -gm -kV +GN +Zv MK -Pl -gm -gm +sq +ck +zV MK nf nf @@ -29404,24 +29849,24 @@ dZ dZ An fl -dZ -dZ -dZ -dZ -dZ -Sa -MK +we gm +cP +GN +GN +mN +MK gm +GN mN MK zl -gm -Sa +GN +Md MK -gm -dZ -mN +XS +JQ +fW MK nf nf @@ -29573,24 +30018,24 @@ dZ dZ Sf MK -dZ -vj -dZ -dZ -dZ -dZ -MK -vj +bt +we gm gm +GN +GN MK -Pl -dZ -dZ +gg +GN +gm MK +Pl gm -dZ -kV +GN +MK +wL +yk +ez MK nf nf @@ -29745,20 +30190,20 @@ MK MK lG oN -oN -oN +dL +HR LO MK MK -dZ +GN gm MK -dZ -dZ -vj +gm +GN +gg MK -dZ -vj +XS +Vi MK MK Vh @@ -29923,10 +30368,10 @@ rq MK MK MK -rq +sG +MK MK MK -rq MK MK Vh @@ -33670,7 +34115,7 @@ aj aj EK WL -ed +PB PB PB EK @@ -33856,13 +34301,13 @@ aj WL WL WL -mQ +zP cH kw kw kw kw -XS +kw aj kb kb @@ -34181,7 +34626,7 @@ Jt Jt yi uS -HR +yj PB EK EK @@ -34359,7 +34804,7 @@ qi qi qi uS -bt +WL zP MP kw @@ -34515,7 +34960,7 @@ yq TG Tn kw -XS +kw WL WL vt @@ -34534,7 +34979,7 @@ TG TG yE WL -ed +PB WL Qy TG @@ -34848,7 +35293,7 @@ Cq Cq Cq aj -bt +WL vJ Sk Tt @@ -34877,7 +35322,7 @@ TG Qy Sk kw -XS +kw aj kb kb @@ -35360,7 +35805,7 @@ WL WL WL AW -cp +LB Sk kR kw @@ -35541,7 +35986,7 @@ hC hC hC hC -RB +QI uS YT YT @@ -36220,7 +36665,7 @@ KL QI Kn uo -RB +QI YT kR Gu @@ -36376,10 +36821,10 @@ EK eJ Ig kw -XS +kw uS hC -RB +QI hC DF NZ @@ -36724,7 +37169,7 @@ QI QI hC Ls -RB +QI uS YT YT @@ -36877,7 +37322,7 @@ Cq Cq Cq aj -bt +WL sa PB zP @@ -37364,9 +37809,9 @@ AX dB dB AX -Eu +GD LE -Nz +St AX dB dB @@ -37408,7 +37853,7 @@ kw Gu kw np -XS +kw XE Sk kw @@ -37532,12 +37977,12 @@ AX AX bp En -jE +AX RS LE -Ms -jE -mm +aG +AX +qt ms AX AX @@ -37557,7 +38002,7 @@ Ig TG Tt WL -bt +WL PB PB TG @@ -37566,7 +38011,7 @@ Sk kw kw kw -Zv +cH cH Gu kw @@ -37700,13 +38145,13 @@ Cq BT iW mb -Iw -Zh +mb +jE FJ LE aG -Zh -Fs +hA +ix Oo qt BT @@ -37728,7 +38173,7 @@ Gn WL WL yE -ed +PB TG TG bD @@ -37869,14 +38314,14 @@ Cq BT hb Iw -wp -jE +Fs +hA uB LE -JL -jE -mv +St +hA Fs +rp qt BT CZ @@ -37895,7 +38340,7 @@ AW nv Gn TG -bt +WL WL vt TG @@ -37912,7 +38357,7 @@ WL AW LB TG -Su +TG WL WL kw @@ -38036,17 +38481,17 @@ Xc aS AX AX -jE -Zh -jE -jE -jE -Zh +AX jE jE jE -Zh +Fu +Ny +Ny jE +hA +hA +AX AX AX lH @@ -38087,7 +38532,7 @@ jj jj uS kw -Kp +Gu EK EK kb @@ -38204,14 +38649,14 @@ eI HX vR BT -yv -yv -xM GD -jE +GD +GD +GD +mv im Fs -hA +aG jE St aG @@ -38375,13 +38820,13 @@ HU fM yM yM -fQ +yM db Zh Fs Cj -Fs -Zh +Bx +jE Pt dr Pt @@ -38542,14 +38987,14 @@ Xc HU VE BT -Yu yR -iV +yR MI -jE +MI +Zh la -Iw -Hy +wK +ND jE bv ND @@ -38581,7 +39026,7 @@ EK pL xm xm -xm +TA xm zE EK @@ -38589,7 +39034,7 @@ aj aj EK WL -bt +WL yE WL EK @@ -38712,17 +39157,17 @@ fX lR AX AX -jE -Zh -jE -jE -jE -Zh +AX jE jE jE -Zh +Hy +Iw +Iw jE +hA +hA +AX AX AX zE @@ -38750,8 +39195,8 @@ zE zE zE xm -xm -zE +TI +OM zE dV Et @@ -38884,15 +39329,15 @@ BT gl Iw wp -jE -IW +hA +MI FB -Fu -jE -eY +ND +hA +Iw Iw RW -BT +AX dV Et zE @@ -38920,7 +39365,7 @@ ho hr zE xm -zE +TS xm zE zE @@ -39051,17 +39496,17 @@ HP Gi BT gl -Iw -Fs -Zh -yR +eY +fQ +jE +Ms MB ND -Zh +hA Iw Fs -RW -BT +ZD +AX zE zE zE @@ -39222,12 +39667,12 @@ AX AX jt Uq -jE +AX NB MB Sh -jE -Uq +AX +hY kz AX AX @@ -39392,12 +39837,12 @@ AX dB dB AX -NB +Yu ey ik AX -dB -dB +AX +AX AX zE zE @@ -39596,7 +40041,7 @@ ib Pk zE zE -xm +lX xm xm zE @@ -39764,8 +40209,8 @@ Qs Uh rP zE -zE -xm +OM +TI xm zE zE @@ -39912,7 +40357,7 @@ zE zE zE xm -zE +Ug zE xm Wp @@ -39933,9 +40378,9 @@ Uh Uh Hx zE -zE -xm -iy +OM +TI +xP zE zE qj @@ -40081,8 +40526,8 @@ xm xm xm xm -xm -zE +TI +OM zE xm xm @@ -40103,8 +40548,8 @@ De Aq zE xm -xm -zE +TI +OM zE Sl fa @@ -40251,7 +40696,7 @@ AC xm xm xm -xm +Vf zE xm Xc @@ -40273,7 +40718,7 @@ xm zE zE xm -zE +WM xm xm qj @@ -40590,7 +41035,7 @@ AC AC AC xm -zE +Ug xm xm Xc @@ -40759,7 +41204,7 @@ AC AC xm xm -zE +OM zE xm xm @@ -40928,7 +41373,7 @@ AC xm xm zE -zE +mU MS xm zE @@ -41269,8 +41714,8 @@ zE zE zE zE -zE -xm +OM +ks xm Ys xm @@ -41285,7 +41730,7 @@ Uh Uh zE xm -zE +Rf zE xm zE @@ -41437,8 +41882,8 @@ MS MS zE MS -zE -zE +mU +OM zE xm xm @@ -41454,7 +41899,7 @@ HN ib zE rz -zE +OM zE xm xm @@ -41622,8 +42067,8 @@ HN ao Uh zE -zE -zE +OM +OM xm xm xm @@ -41781,7 +42226,7 @@ Xc Xc Xc xm -xm +Bi xm Uh Uh @@ -41791,7 +42236,7 @@ Ul Uh Uh Qm -zE +OM xm xm xm @@ -41950,8 +42395,8 @@ Xc Xc Xc Xc -xm -xm +TI +TI Uh gV Uh @@ -41960,7 +42405,7 @@ Uh Uh xm zE -zE +Ly zE xm xm @@ -42120,7 +42565,7 @@ Xc Xc Xc xm -xm +eN Uh mt Uh @@ -42274,7 +42719,7 @@ Xc Xc zE zE -zE +Ug zE zE Xc @@ -42442,8 +42887,8 @@ NK NK Qf zE -zE -zE +Ly +OM zE zE zE @@ -42463,8 +42908,8 @@ xm dV Et zE -zE -xm +TI +qH Cm zE zE @@ -42612,7 +43057,7 @@ zw Xc zE zE -zE +Ly zE zE zE @@ -42626,13 +43071,13 @@ xl MS zE zE +vd +OM +hE zE zE -xm -zE -zE -MS -zE +oO +TI zE zE xm @@ -42792,7 +43237,7 @@ Xc Xc MS MS -MS +bq zE VX zE @@ -42960,7 +43405,7 @@ zE MS MS MS -MS +aU zE zE Xc @@ -42973,7 +43418,7 @@ Uh tm xm Rw -zE +Rf xm zE zE @@ -43128,7 +43573,7 @@ zE zE zE MS -MS +vs zE zE Xc @@ -43141,8 +43586,8 @@ Uh Fg zE xm -xm -zE +TI +OM zE ZI xm @@ -43293,7 +43738,7 @@ MS MS MS MS -MS +Rh zE zE zE @@ -43310,7 +43755,7 @@ Uh Fg zE xm -zE +OM zE zE xm @@ -43462,8 +43907,8 @@ MS MS MS MS -zE -zE +OM +OM zE dV Et @@ -43479,7 +43924,7 @@ Uh Fg zE xm -zE +gJ zE xm xm @@ -43632,7 +44077,7 @@ MS MS MS MS -MS +bM zE zE Xc @@ -43650,7 +44095,7 @@ zE zE zE zE -xm +qJ xm xm Xc @@ -43819,8 +44264,8 @@ ZI zE xm zE -zE -xm +OM +hH xm mt HN @@ -44158,7 +44603,7 @@ xm zE zE xm -xm +qH Xc Xc ss @@ -44326,8 +44771,8 @@ xm xm dV Et -zE -xm +OM +TI rz Xc Xc @@ -44478,7 +44923,7 @@ Xc Xc zE zE -zE +Rf MS zE zE @@ -44495,7 +44940,7 @@ zE zE zE zE -zE +mC zE zE JR @@ -44647,7 +45092,7 @@ Xc Xc Xc zE -zE +OM MS MS zE @@ -44815,8 +45260,8 @@ Xc HN HN ib -zE -zE +Jd +OM zE MS zE @@ -44969,7 +45414,7 @@ zE zE zE zE -zE +cR xm zE MS @@ -45138,8 +45583,8 @@ dV Et zE zE -zE -zE +OM +OM zE MS qj @@ -45308,7 +45753,7 @@ zE zE zE zE -xm +xq zE zE qj @@ -45317,7 +45762,7 @@ wy Uh HN HN -TA +Zs Xc Uh Uh @@ -45648,7 +46093,7 @@ zE zE zE zE -zE +mA xm xm Xc @@ -45817,8 +46262,8 @@ Xt Xt yZ yZ -zE -zE +OM +OM xm Uh Uh @@ -45987,7 +46432,7 @@ SC aN yZ yZ -zE +OM zE Uh gV @@ -46156,13 +46601,13 @@ dT Ju aN yZ -zE +bJ zE Uh mt Uh zE -zE +Lx zE zE zE @@ -46331,8 +46776,8 @@ HD zE zE zE -zE -zE +OM +OM zE zE MS @@ -46348,7 +46793,7 @@ CD Um CD Xc -CD +FP dS Xc AC @@ -46501,7 +46946,7 @@ zE zE zE xm -zE +OM zE zE MS @@ -46670,7 +47115,7 @@ zE zE xm xm -zE +zt zE MS MS @@ -46834,9 +47279,9 @@ ow al xm xm -zE -zE -zE +RQ +OM +OM xm zE zE @@ -47004,9 +47449,9 @@ al xm zE zE -zE -zE -zE +OM +OM +xn zE zE MS @@ -47512,7 +47957,7 @@ Fg zw zE zE -zE +bC zE zE zE @@ -47680,8 +48125,8 @@ yZ Fg zw zE -zE -xm +OM +TI zE zE zE @@ -47704,7 +48149,7 @@ Xc PJ rz xm -xm +TU xm xm xm @@ -47849,8 +48294,8 @@ yZ Zm zw zE -zE -xm +OM +TI Wp Et zE @@ -47872,8 +48317,8 @@ rz PJ zE xm -xm -zE +TI +OM zE zE zE @@ -48018,7 +48463,7 @@ MS MS zE Ss -zE +Sm zE xm zE @@ -48041,8 +48486,8 @@ xm xm xm xm -xm -zE +TI +OM Xc AC zE @@ -48210,7 +48655,7 @@ xm xm xm xm -xm +Jq Xc Xc Xc @@ -48360,23 +48805,23 @@ zE zE zE xm +TI +TI +LL xm xm xm -xm -xm -xm -xm -zE -zE +ds +OM +OM zE zE NP zE xm xm -xm -xm +TI +JX xm xm zE @@ -48389,9 +48834,9 @@ zE zE xm zE -xm -xm -zE +cY +TI +OM zE MS MS @@ -48528,23 +48973,23 @@ zE zE zE xm +ri +TI +TI xm xm xm xm -xm -xm -xm -zE -zE -zE -zE -zE -zE zE +OM +OM +OM +EG zE zE zE +RU +OM zE xm xm @@ -48559,9 +49004,9 @@ zE KF zE zE -zE -zE -zE +OM +OM +rS zE zE zE @@ -48888,7 +49333,7 @@ xm zE xm zE -zE +XQ xm xm xm @@ -49057,8 +49502,8 @@ sY xm xm xm -xm -xm +TI +TI xm zE zE @@ -49227,7 +49672,7 @@ sY xm xm zE -zE +OM xm WW WW @@ -49396,7 +49841,7 @@ mJ xm zE zE -zE +He zE vN vN @@ -50070,8 +50515,8 @@ eM ST mJ xm -zE -xm +OM +ks xm zE xK @@ -50239,8 +50684,8 @@ ST Cb mJ xm -zE -xm +OM +TI xm zE wX @@ -50408,7 +50853,7 @@ Mh mJ mJ SF -zE +zb SF xm xm @@ -50914,8 +51359,8 @@ lf mJ Li Li -co -co +Nf +RZ co co co @@ -51082,9 +51527,9 @@ ja ja EA Li -Li -co -co +gL +Nf +Nf co Li co @@ -51251,8 +51696,8 @@ ja ja EA Li -Li -co +AN +Nf co Li Li From 0d6934359a37a34adc218dd90a0e8d8afd2efd00 Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 1 May 2023 10:00:24 +0100 Subject: [PATCH 16/20] stage --- .../LV624_Outpost_Furidamu.dmm | 508 +++++++++--------- 1 file changed, 264 insertions(+), 244 deletions(-) diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index 0ad5152656..3882fa1209 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -434,19 +434,10 @@ }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "by" = ( -/obj/structure/machinery/photocopier{ - density = 0; - pixel_y = 16 - }, -/obj/item/map/lazarus_landing_map{ - pixel_x = -1; - pixel_y = 20 - }, -/obj/item/map/lazarus_landing_map{ - pixel_y = -11 - }, -/obj/item/map/lazarus_landing_map{ - pixel_y = -8 +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/belt/marine/mp5, +/obj/item/storage/belt/marine/mp5{ + pixel_y = 13 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) @@ -941,14 +932,12 @@ /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "dn" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 8 +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 }, -/obj/effect/landmark/objective_landmark/medium, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "do" = ( /obj/structure/flora/jungle/vines, /turf/open/gm/river, @@ -968,7 +957,7 @@ /obj/item/ammo_casing/bullet{ icon_state = "cartridge_3_1" }, -/obj/item/ammo_magazine/smg/mp5{ +/obj/item/ammo_magazine/smg/ppsh{ current_rounds = 0 }, /turf/open/floor{ @@ -1401,10 +1390,13 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/bridge/wood_bridge_lz1_lz2) "eT" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/effect/landmark/objective_landmark/medium, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) +/obj/structure/catwalk/bigred, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 20; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/outdoors/jungle/c) "eU" = ( /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating, @@ -1756,9 +1748,22 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) "gd" = ( -/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/photocopier{ + density = 0; + pixel_y = 16 + }, +/obj/item/map/lazarus_landing_map{ + pixel_x = -1; + pixel_y = 20 + }, +/obj/item/map/lazarus_landing_map{ + pixel_y = -11 + }, +/obj/item/map/lazarus_landing_map{ + pixel_y = -8 + }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/hut) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "gf" = ( /obj/structure/platform, /obj/structure/platform/kutjevo/rock{ @@ -2355,7 +2360,6 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "hY" = ( /obj/structure/surface/rack, -/obj/item/weapon/gun/smg/ppsh/with_drum_mag, /turf/open/floor{ icon_state = "white" }, @@ -2795,16 +2799,6 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/jungle/firing) -"jA" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/attachable/suppressor{ - pixel_y = -2 - }, -/obj/item/attachable/suppressor{ - pixel_y = 7 - }, -/turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "jB" = ( /turf/open/floor{ dir = 1; @@ -2971,15 +2965,11 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "ka" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/clothing/suit/storage/militia/vest{ - pixel_x = -4; - pixel_y = -1 - }, -/obj/item/clothing/suit/storage/militia/vest{ - pixel_x = 6; - pixel_y = 7 +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 8 }, -/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "kb" = ( @@ -3142,7 +3132,6 @@ /obj/effect/decal/cleanable/dirt, /obj/structure/surface/rack, /obj/item/ammo_magazine/smg/ppsh/extended, -/obj/item/ammo_magazine/smg/ppsh/extended, /turf/open/floor{ icon_state = "white" }, @@ -3748,6 +3737,18 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/e) +"mx" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = -4; + pixel_y = -1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "my" = ( /turf/open/floor/corsat{ icon_state = "marked" @@ -4449,10 +4450,6 @@ pixel_x = -5; pixel_y = 7 }, -/obj/item/clothing/suit/storage/marine/faction/UPP/heavy{ - pixel_x = 4; - pixel_y = -2 - }, /turf/open/floor{ icon_state = "cult" }, @@ -4630,12 +4627,10 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) "pi" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/clothing/under/color/black{ - pixel_x = -7; - pixel_y = 5 +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 4 }, -/obj/item/clothing/under/color/black, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "pj" = ( @@ -5736,9 +5731,17 @@ /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker) "sU" = ( -/obj/structure/largecrate/random/case/small, -/obj/structure/largecrate/random/case/small{ - pixel_y = 10 +/obj/structure/surface/table/woodentable/poor, +/obj/item/storage/box/packet/smoke{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/storage/box/packet/smoke{ + pixel_y = 3 + }, +/obj/item/storage/box/packet/smoke{ + pixel_x = 2; + pixel_y = 13 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) @@ -6327,9 +6330,12 @@ "uW" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/rifle/type71/carbine{ + current_mag = null; pixel_y = 9 }, -/obj/item/weapon/gun/rifle/type71/carbine, +/obj/item/weapon/gun/rifle/type71/carbine{ + current_mag = null + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "uX" = ( @@ -6488,12 +6494,16 @@ /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/jungle/ne) "vA" = ( -/obj/structure/sign/poster/clf{ - pixel_x = -6; - pixel_y = 29 +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/lazarus_landing_map, +/obj/structure/machinery/prop/almayer/CICmap{ + layer = 2.8; + pixel_x = -16; + pixel_y = -14 }, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/hut) +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "vB" = ( /obj/item/weapon/gun/rifle/type71, /obj/structure/machinery/light, @@ -7025,6 +7035,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) +"xp" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "xq" = ( /obj/structure/catwalk/bigred, /obj/item/lightstick/red/spoke/planted{ @@ -7162,6 +7178,9 @@ }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/s) "xJ" = ( +/obj/structure/machinery/colony_floodlight{ + pixel_y = 6 + }, /turf/open/floor{ dir = 9; icon_state = "warning" @@ -7635,13 +7654,12 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/c) "zj" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/map/lazarus_landing_map{ - pixel_y = 5 +/obj/item/attachable/suppressor{ + pixel_y = -2 }, -/obj/item/map/lazarus_landing_map{ - pixel_y = 2 +/obj/item/attachable/suppressor{ + pixel_y = 7 }, -/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "zl" = ( @@ -8104,8 +8122,12 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "AS" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/map/lazarus_landing_map, -/obj/effect/landmark/objective_landmark/medium, +/obj/item/clothing/under/color/black{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/clothing/under/color/black, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "AT" = ( @@ -8457,6 +8479,9 @@ pixel_x = -6; pixel_y = 29 }, +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/lazarus_landing_map, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Cb" = ( @@ -9027,8 +9052,14 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/se) "DV" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/map/whiskey_outpost_map, -/obj/effect/landmark/objective_landmark/medium, +/obj/item/clothing/mask/gas/swat{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/clothing/mask/gas/swat{ + pixel_x = 5; + pixel_y = -3 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "DX" = ( @@ -9911,13 +9942,12 @@ /area/LV624_Outpost_Furidamu/oob) "GQ" = ( /obj/structure/surface/table/woodentable/poor, -/obj/structure/machinery/prop/almayer/CICmap{ - layer = 2.8; - pixel_x = -16; - pixel_y = -14 +/obj/item/weapon/gun/smg/mp5{ + pixel_y = 3 + }, +/obj/item/weapon/gun/smg/mp5{ + pixel_y = 9 }, -/obj/item/map/lazarus_landing_map, -/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "GR" = ( @@ -10610,14 +10640,6 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/s) "Jg" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/clothing/suit/storage/militia/vest{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/clothing/suit/storage/militia/vest{ - pixel_x = -4; - pixel_y = -1 - }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Jh" = ( @@ -10758,18 +10780,13 @@ /area/LV624_Outpost_Furidamu/outdoors/river/e) "JD" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/tool/pen{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/tool/pen{ - pixel_x = 3 +/obj/item/storage/box/packet/smoke{ + pixel_y = 11 }, -/obj/item/tool/pen{ - pixel_x = -7; - pixel_y = -1 +/obj/item/storage/box/packet/smoke{ + pixel_x = 3; + pixel_y = 3 }, -/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "JF" = ( @@ -11821,13 +11838,10 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/se) "MU" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/clothing/under/color/black{ - pixel_x = -7; - pixel_y = 5 +/obj/structure/sign/poster/clf{ + pixel_x = 12; + pixel_y = 29 }, -/obj/item/clothing/under/color/black, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "MV" = ( @@ -11874,14 +11888,8 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/hut) "Nc" = ( -/obj/structure/surface/table/woodentable/poor, -/obj/item/clothing/mask/gas/swat{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/clothing/mask/gas/swat{ - pixel_x = 5; - pixel_y = -3 +/obj/structure/bed/chair{ + dir = 4 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) @@ -13026,8 +13034,10 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "Ra" = ( /obj/structure/surface/table/woodentable/poor, -/turf/open/auto_turf/strata_grass/layer0_mud_alt, -/area/LV624_Outpost_Furidamu/indoors/hut) +/obj/item/map/lazarus_landing_map, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Rb" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -13237,6 +13247,13 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz2) +"RM" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/case/small{ + pixel_y = 10 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "RN" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/interior/wood, @@ -13314,14 +13331,6 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) -"RW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/surface/rack, -/obj/item/weapon/gun/smg/ppsh, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "RX" = ( /obj/structure/surface/rack, /obj/item/weapon/gun/smg/nailgun, @@ -13825,12 +13834,18 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/c) "TB" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/weapon/gun/smg/mp5{ - pixel_y = 3 +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = 6 }, -/obj/item/weapon/gun/smg/mp5{ - pixel_y = 9 +/obj/item/tool/pen{ + pixel_x = 3 + }, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = -1 }, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "TD" = ( @@ -14104,6 +14119,15 @@ icon_state = "warning" }, /area/LV624_Outpost_Furidamu/landing_zone_1) +"UC" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/clothing/under/color/black{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/clothing/under/color/black, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "UD" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ @@ -14892,8 +14916,17 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "Xf" = ( /obj/structure/surface/table/woodentable/poor, -/turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors/hut) +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/item/clothing/suit/storage/militia/vest{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "Xg" = ( /obj/structure/platform{ dir = 1 @@ -15338,9 +15371,12 @@ "YF" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/rifle/mar40/carbine{ + current_mag = null; pixel_y = 9 }, -/obj/item/weapon/gun/rifle/mar40/carbine, +/obj/item/weapon/gun/rifle/mar40/carbine{ + current_mag = null + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/jungle/firing) "YG" = ( @@ -15348,10 +15384,13 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "YH" = ( /obj/structure/surface/table/woodentable/poor, -/obj/item/storage/belt/marine/mp5, -/obj/item/storage/belt/marine/mp5{ - pixel_y = 13 +/obj/item/map/lazarus_landing_map{ + pixel_y = 5 + }, +/obj/item/map/lazarus_landing_map{ + pixel_y = 2 }, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "YI" = ( @@ -15511,26 +15550,9 @@ /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz2) "Zk" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, +/obj/item/fishing_pole, /turf/open/auto_turf/strata_grass/layer1/unweedable, -/area/LV624_Outpost_Furidamu/indoors/hut) +/area/LV624_Outpost_Furidamu/outdoors/jungle/se) "Zl" = ( /obj/structure/stairs/perspective{ color = "#6e6e6e"; @@ -15661,8 +15683,6 @@ "ZD" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/surface/rack, -/obj/item/ammo_magazine/smg/ppsh, -/obj/item/ammo_magazine/smg/ppsh, /turf/open/floor{ icon_state = "white" }, @@ -36861,7 +36881,7 @@ Qe Qe ij Ge -jA +YH YH uQ il @@ -37028,7 +37048,7 @@ Bz pY fA Qe -Ge +gd Ge iE TB @@ -37200,7 +37220,7 @@ Kh Ge Ge iE -Nc +iE ka Qe cB @@ -37366,11 +37386,11 @@ Bz Bz lK Kh -Ge +pi +Nc iE iE iE -MU Qe Qe il @@ -37536,8 +37556,8 @@ Bz lK Qe Ca -iE -iE +Ra +xp iE iE UK @@ -37704,9 +37724,9 @@ Bz Bz lK Qe -iE -Ge -Ge +vA +Ra +xp iE iE Ge @@ -37872,13 +37892,13 @@ Bz Bz Bz lK -Kh -iE -Ge -AS -DV -iE -Ge +Qe +Qe +Qe +Oi +Oi +Qe +Qe Qe zA il @@ -38042,10 +38062,10 @@ Bz Bz lK Kh -Ge +AS +Xf +iE iE -GQ -eT iE iE Oi @@ -38210,8 +38230,8 @@ Bz Bz Bz lK -Qe -Ge +Kh +DV Ge iE iE @@ -38380,12 +38400,12 @@ Bz VJ lK Qe +GQ Ge -Ge -Ge +UC +GQ iE iE -pi uQ wE wE @@ -38551,8 +38571,8 @@ lK Qe by Ge -iE -iE +mx +by iE Jg Kh @@ -38720,10 +38740,10 @@ lK Qe zj iE +Jg +zj iE -iE -iE -TB +Jg Kh il zA @@ -38887,12 +38907,12 @@ Bz Bz lK Qe -zj +MU iE iE iE iE -YH +Jg uQ il wE @@ -39056,12 +39076,12 @@ Bz Bz lK Qe -dn +iE JD sU iE iE -jA +RM uQ wE wE @@ -39336,7 +39356,7 @@ ND hA Iw Iw -RW +ZD AX dV Et @@ -43552,7 +43572,7 @@ Xc Xc Xc Uh -Xc +Uh KE HN so @@ -43720,8 +43740,8 @@ Xc Xc Xc Xc -Xc -Xc +Uh +Uh Uh mt Uh @@ -43889,12 +43909,12 @@ jK jK jK pL -Xc Uh -Ra -so -zw -Zk +gV +Uh +dn +zE +zE Xc Xc qj @@ -44058,13 +44078,13 @@ oB pg wy zE -Xc Uh -ov -so -zw -HN +mt Uh +xm +zE +zE +xl Xc qj lH @@ -44227,13 +44247,13 @@ oB pg wy zE -Xc -Uh -ov -zw -zw -gd -Uh +zE +zE +xm +zE +zE +zE +MS MS qj lH @@ -44397,12 +44417,12 @@ pg wy zE zE -Uh -Ra -zw -HN -gd -EF +zE +xm +cR +zE +zE +MS MS qj lH @@ -44566,12 +44586,12 @@ pg wy zE zE -EF -Xf -zw -HN -zw -EF +zE +MS +OM +OM +zE +MS MS qj lH @@ -44735,12 +44755,12 @@ pg wy zE zE -EF -gd -zw -zw -Zk -Uh +zE +MS +MS +eT +zE +MS MS Dy Dy @@ -44903,13 +44923,13 @@ qq jK wA zi -Uh -Uh -Uh -vA -zw -Uh -Uh +zE +zE +zE +MS +zE +MS +MS MS Dy Dy @@ -45072,13 +45092,13 @@ jK jK jK wy -Uh -gV -Uh -ib -Qf -Uh -xl +zE +zE +zE +MS +zE +MS +MS MS qj lH @@ -45241,9 +45261,9 @@ qQ jK xJ yg -Uh -mt -Uh +zE +zE +zE zE xm xm @@ -45745,7 +45765,7 @@ MS MS MS MS -pL +zE zE zE zE @@ -47338,7 +47358,7 @@ yQ yQ yQ XV -ZQ +Zk ZQ ZQ Ec From 6ae984b32d881501afeb3689f419660438ddbf9d Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 4 May 2023 14:04:19 +0100 Subject: [PATCH 17/20] cc --- code/game/area/LV624_Outpost_Furidamu.dm | 2 +- .../LV624_Outpost_Furidamu.dmm | 1483 ++++++++++------- 2 files changed, 842 insertions(+), 643 deletions(-) diff --git a/code/game/area/LV624_Outpost_Furidamu.dm b/code/game/area/LV624_Outpost_Furidamu.dm index 12ed23a1dc..065754f15e 100644 --- a/code/game/area/LV624_Outpost_Furidamu.dm +++ b/code/game/area/LV624_Outpost_Furidamu.dm @@ -214,7 +214,7 @@ name = "Outpost Furidamu - Landing Zone One Admin" /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site - name = "Outpost Furidamu - Ruined Construction Site" + name = "Outpost Furidamu - Greenhouse Megastructure" /area/LV624_Outpost_Furidamu/indoors/buildings/hospital name = "Outpost Furidamu - Hospital" diff --git a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm index 3882fa1209..c31dd71bdf 100644 --- a/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm +++ b/maps/map_files/LV624_Outpost_Furidamu/LV624_Outpost_Furidamu.dmm @@ -77,8 +77,7 @@ /area/lv624/lazarus/landing_zones/lz2) "an" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/coffin/woodencrate, -/turf/open/floor/interior/wood, +/turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "ao" = ( /obj/item/clothing/under/colonist/clf, @@ -102,11 +101,12 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) "as" = ( -/obj/structure/barricade/wooden{ +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "at" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_door, /turf/open/floor/plating, @@ -301,6 +301,15 @@ /obj/structure/flora/jungle/planttop1, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) +"bc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "bd" = ( /turf/closed/wall/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) @@ -406,6 +415,12 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) +"bu" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "bv" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor{ @@ -592,6 +607,13 @@ /obj/structure/platform_decoration/kutjevo/rock, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) +"cd" = ( +/obj/structure/sign/poster/clf{ + pixel_x = -6; + pixel_y = 29 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "ce" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_2" @@ -648,6 +670,9 @@ "cn" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/map/lazarus_landing_map, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/indoors/hut) "co" = ( @@ -778,6 +803,9 @@ /obj/item/ammo_magazine/smg/ppsh/extended, /obj/item/weapon/gun/smg/ppsh, /obj/item/weapon/gun/smg/ppsh, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "cJ" = ( @@ -796,9 +824,19 @@ /turf/open/floor/plating, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "cM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/coffin/woodencrate, -/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/rack, +/obj/item/tool/shovel/spade, +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/tool/minihoe{ + pixel_y = -2 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "cN" = ( @@ -1201,6 +1239,9 @@ /obj/structure/barricade/wooden{ dir = 4 }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor{ dir = 4; icon_state = "whiteyellowfull" @@ -1309,7 +1350,12 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river) "eG" = ( -/obj/effect/decal/cleanable/blood, +/obj/structure/surface/table, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "eH" = ( @@ -1324,7 +1370,8 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/n) "eJ" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden{ +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/structure/machinery/light{ dir = 1 }, /turf/open/floor{ @@ -1619,6 +1666,13 @@ icon_state = "whiteyellowfull" }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"fH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/botanic_leather, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "fI" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/snacks/boiledrice, @@ -1912,14 +1966,6 @@ tag = null }, /area/LV624_Outpost_Furidamu/indoors/buildings/hospital) -"gC" = ( -/obj/structure/closet/coffin/woodencrate, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowfull" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "gD" = ( /obj/structure/platform/kutjevo/rock{ dir = 8 @@ -1937,12 +1983,12 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "gH" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - dir = 9; - icon_state = "whiteyellow" +/obj/structure/largecrate, +/obj/structure/machinery/light{ + dir = 4 }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "gI" = ( /obj/structure/machinery/light, /turf/open/floor/interior/wood, @@ -1956,9 +2002,12 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) "gK" = ( -/obj/structure/closet/coffin/woodencrate, -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/rack, +/obj/item/tool/crowbar, +/obj/item/reagent_container/glass/bucket{ + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "gL" = ( @@ -2018,11 +2067,6 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/hut) -"gW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "gX" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph." @@ -2131,6 +2175,20 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/indoors/hut/tcomm) +"hn" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/map/lazarus_landing_map{ + pixel_y = 5 + }, +/obj/item/map/lazarus_landing_map{ + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "ho" = ( /obj/structure/platform{ dir = 4 @@ -2624,6 +2682,14 @@ icon_state = "asteroidfloor" }, /area/LV624_Outpost_Furidamu/indoors/buildings/filtration) +"iT" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Hydroponics" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "iU" = ( /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, /turf/open/floor{ @@ -2714,12 +2780,6 @@ icon_state = "dark" }, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) -"jj" = ( -/obj/structure/barricade/wooden{ - dir = 4 - }, -/turf/open/floor, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "jk" = ( /obj/structure/bed/chair{ dir = 8 @@ -2832,6 +2892,9 @@ /obj/item/clothing/head/helmet/marine/veteran/UPP, /obj/item/clothing/head/helmet/marine/veteran/UPP, /obj/item/clothing/head/helmet/marine/veteran/UPP, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "jH" = ( @@ -3108,9 +3171,6 @@ "kv" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) -"kw" = ( -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "kx" = ( /obj/structure/flora/jungle/vines{ icon_state = "light_3" @@ -3228,7 +3288,10 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) "kR" = ( /obj/item/stack/sheet/metal, -/turf/open/floor/plating, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellow" + }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "kS" = ( /obj/structure/largecrate/supply/supplies/mre, @@ -4012,7 +4075,10 @@ "np" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/sheet/metal, -/turf/open/floor/plating, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "nq" = ( /obj/effect/decal/cleanable/blood/gibs, @@ -4032,11 +4098,10 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/nw) "ns" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - icon_state = "white" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "nt" = ( /obj/effect/decal/hefa_cult_decals/d32{ desc = "You think you can make out the iconography of a Xenomorph."; @@ -4123,6 +4188,15 @@ /obj/effect/landmark/lv624/fog_blocker, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"nI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Hydroponics" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "nJ" = ( /obj/structure/machinery/computer/telecomms/server{ pixel_x = 6; @@ -4498,8 +4572,10 @@ }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "oI" = ( -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/interior/wood, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "oJ" = ( /obj/item/stack/sheet/wood{ @@ -4737,6 +4813,9 @@ pixel_y = 29 }, /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "pC" = ( @@ -4900,8 +4979,8 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/se) "qg" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden{ - dir = 1 +/obj/structure/machinery/light{ + dir = 8 }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) @@ -4912,7 +4991,8 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "qi" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden{ +/obj/item/tool/extinguisher, +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor{ @@ -4946,10 +5026,11 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/ne) "qp" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 }, -/turf/open/floor/interior/wood, +/turf/open/floor, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "qq" = ( /turf/open/floor{ @@ -5104,6 +5185,10 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/s) +"qO" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/bridge/land_bridge) "qP" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/auto_turf/strata_grass/layer0/unweedable, @@ -5283,7 +5368,13 @@ /obj/item/ammo_casing/bullet{ icon_state = "cartridge_3_1" }, -/turf/open/floor/plating, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "rw" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, @@ -5377,10 +5468,13 @@ /turf/open/auto_turf/strata_grass/layer0_mud, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) "rL" = ( -/obj/structure/closet/coffin/woodencrate, -/obj/effect/landmark/objective_landmark/close, +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "rM" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor{ @@ -5470,14 +5564,6 @@ icon_state = "multi_tiles" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) -"sa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowfull" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "sb" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/reagent_container/food/drinks/cans/waterbottle{ @@ -5713,8 +5799,13 @@ /turf/closed/wall/strata_ice/jungle, /area/LV624_Outpost_Furidamu/outdoors/jungle/se) "sO" = ( -/obj/structure/closet/coffin/woodencrate, -/turf/open/floor/plating, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "sP" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, @@ -5772,8 +5863,13 @@ }, /area/LV624_Outpost_Furidamu/indoors/buildings/hospital) "ta" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor/interior/wood, +/obj/structure/machinery/power/apc/weak{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "tb" = ( /turf/open/floor{ @@ -5812,6 +5908,16 @@ icon_state = "marked" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"ti" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "tj" = ( /obj/structure/machinery/computer/arcade, /turf/open/floor/interior/wood, @@ -5928,10 +6034,11 @@ /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "tG" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor{ - icon_state = "white" +/obj/structure/machinery/light{ + dir = 8 }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "tH" = ( /obj/structure/platform/kutjevo/rock, /obj/structure/platform/kutjevo/rock{ @@ -6013,8 +6120,9 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/sw) "tV" = ( -/obj/structure/barricade/wooden{ - dir = 1 +/obj/structure/machinery/light{ + dir = 4; + tag = "icon-tube1 (EAST)" }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) @@ -6129,10 +6237,13 @@ /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river) "uo" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/wood, -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor/interior/wood, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Hydroponics" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "up" = ( /turf/closed/wall/wood, @@ -6361,9 +6472,6 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" - }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "vb" = ( @@ -6502,6 +6610,9 @@ pixel_y = -14 }, /obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "vB" = ( @@ -6784,10 +6895,9 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "wu" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" +/obj/structure/machinery/light{ + dir = 1 }, -/obj/structure/barricade/wooden, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "ww" = ( @@ -6918,6 +7028,7 @@ /area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "wS" = ( /obj/structure/largecrate/supply/medicine/blood, +/obj/structure/machinery/light, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "wT" = ( @@ -7281,6 +7392,15 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) +"xZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "yb" = ( /obj/structure/window/reinforced{ dir = 4; @@ -7345,9 +7465,7 @@ /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south/ceiling) "yi" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, +/obj/structure/machinery/light, /turf/open/floor, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "yj" = ( @@ -7368,6 +7486,13 @@ /obj/item/tool/crowbar, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"ym" = ( +/obj/structure/machinery/light{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/open/floor, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "yn" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -7469,7 +7594,7 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "yE" = ( -/obj/effect/spawner/gibspawner/xeno, +/obj/structure/machinery/portable_atmospherics/hydroponics, /turf/open/floor{ dir = 4; icon_state = "whiteyellowfull" @@ -7739,7 +7864,10 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_kitchen) "zy" = ( -/obj/structure/closet/coffin/woodencrate, +/obj/structure/machinery/smartfridge, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "zA" = ( @@ -7759,6 +7887,12 @@ /obj/item/reagent_container/food/snacks/mre_pack/meal1, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz2kitchen) +"zD" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1/unweedable, +/area/LV624_Outpost_Furidamu/indoors/hut) "zE" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/c) @@ -7819,14 +7953,6 @@ "zN" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/landing_zone_2) -"zO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/coffin/woodencrate, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowfull" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "zP" = ( /turf/open/floor{ dir = 9; @@ -8042,10 +8168,8 @@ /area/LV624_Outpost_Furidamu/outdoors/jungle/c) "AD" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor/interior/wood, +/obj/structure/machinery/light, +/turf/open/floor, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "AE" = ( /turf/open/floor{ @@ -8286,6 +8410,13 @@ /obj/item/tool/kitchen/knife, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"Br" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Bs" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/gm/river, @@ -8337,6 +8468,9 @@ pixel_y = 5 }, /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "BC" = ( @@ -8449,15 +8583,6 @@ /obj/structure/machinery/autolathe, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) -"BW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/coffin/woodencrate, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowfull" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "BX" = ( /obj/item/stack/sheet/wood{ pixel_x = 19 @@ -8957,9 +9082,12 @@ }, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) "DF" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/stack/sheet/wood, -/turf/open/floor/interior/wood, +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/structure/machinery/light, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "DG" = ( /obj/structure/largecrate/supply/floodlights, @@ -9410,9 +9538,8 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/LV624_Outpost_Furidamu/indoors/hut) "Fh" = ( -/obj/effect/spawner/gibspawner/xeno, /turf/open/floor{ - dir = 4; + dir = 10; icon_state = "whiteyellow" }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) @@ -9444,6 +9571,10 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/indoors/hut) +"Fo" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "Fp" = ( /obj/structure/platform, /turf/open/gm/river, @@ -9739,6 +9870,9 @@ "Gd" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/clothing/under/colonist/clf, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "Ge" = ( @@ -9806,13 +9940,6 @@ tag = null }, /area/LV624_Outpost_Furidamu/indoors/buildings/hospital) -"Gn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/floor, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Go" = ( /turf/open/floor{ dir = 4; @@ -9849,7 +9976,9 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "Gu" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, +/turf/open/floor/corsat{ + icon_state = "marked" + }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Gw" = ( /turf/open/floor{ @@ -10246,6 +10375,14 @@ }, /turf/open/auto_turf/strata_grass/layer0_mud_alt, /area/LV624_Outpost_Furidamu/outdoors/jungle/n) +"HQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "HR" = ( /obj/structure/barricade/sandbags/wired{ dir = 4 @@ -10261,12 +10398,11 @@ }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) "HT" = ( -/obj/structure/sign/poster/clf{ - pixel_x = -6; - pixel_y = 29 +/obj/structure/machinery/light{ + dir = 4 }, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "HU" = ( /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/n) @@ -10334,6 +10470,7 @@ pixel_y = 7 }, /obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "If" = ( @@ -10704,10 +10841,10 @@ }, /area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "Jt" = ( -/obj/structure/barricade/wooden{ - dir = 8 +/obj/structure/machinery/light{ + dir = 1 }, -/turf/open/floor/plating, +/turf/open/floor, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Ju" = ( /obj/structure/surface/table, @@ -10787,6 +10924,9 @@ pixel_x = 3; pixel_y = 3 }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/operation_centre) "JF" = ( @@ -10881,6 +11021,9 @@ /obj/item/storage/box/packet/hefa, /obj/item/storage/box/packet/hefa, /obj/item/storage/box/packet/hefa, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "JW" = ( @@ -11007,9 +11150,9 @@ /area/LV624_Outpost_Furidamu/outdoors/river/e) "Kn" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" - }, +/obj/structure/surface/table, +/obj/item/reagent_container/glass/watertank, +/obj/structure/machinery/light, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Kp" = ( @@ -11351,10 +11494,9 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "Ls" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/gibspawner/xeno, +/obj/structure/machinery/light, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) "Lt" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 4 @@ -11705,13 +11847,9 @@ }, /area/LV624_Outpost_Furidamu/indoors/buildings/securedome) "MC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood, -/obj/structure/barricade/wooden{ - dir = 8 - }, +/obj/structure/machinery/light, /turf/open/floor/interior/wood, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "MD" = ( /obj/structure/surface/table, /obj/effect/landmark/objective_landmark/medium, @@ -12359,16 +12497,18 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/sw) "OF" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden{ - dir = 8 - }, +/obj/structure/machinery/portable_atmospherics/hydroponics, /turf/open/floor, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "OG" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/coffin/woodencrate, -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/fertilizer{ + pixel_y = 16 + }, +/obj/item/reagent_container/glass/fertilizer{ + pixel_x = 4 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "OH" = ( @@ -12718,6 +12858,16 @@ /obj/effect/decal/cleanable/blood, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"PQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "PR" = ( /obj/structure/flora/grass/tallgrass/jungle/corner{ dir = 5 @@ -12852,6 +13002,10 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/se) +"Qr" = ( +/obj/structure/machinery/vending/hydroseeds, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Qs" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -12880,10 +13034,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/engineering) -"Qy" = ( -/obj/structure/barricade/wooden, -/turf/open/floor, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Qz" = ( /obj/structure/surface/rack, /obj/item/circuitboard/computer{ @@ -13081,6 +13231,22 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) +"Rj" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +"Rk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "Hydroponics" + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Rl" = ( /turf/open/floor{ dir = 5; @@ -13112,6 +13278,14 @@ }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/butchers) +"Ro" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Rp" = ( /obj/effect/landmark/monkey_spawn, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -13733,12 +13907,6 @@ }, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/jungle/n) -"Tn" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "To" = ( /obj/structure/kitchenspike, /obj/effect/decal/cleanable/blood, @@ -13768,9 +13936,7 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "Tt" = ( -/obj/structure/barricade/wooden{ - dir = 1 - }, +/obj/structure/machinery/portable_atmospherics/hydroponics, /turf/open/floor, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Tu" = ( @@ -13910,6 +14076,10 @@ "TM" = ( /turf/closed/wall/solaris, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north/ceiling) +"TN" = ( +/obj/item/device/analyzer/plant_analyzer, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "TO" = ( /obj/structure/flora/jungle/vines/heavy, /turf/closed/wall/strata_ice/jungle, @@ -14218,6 +14388,11 @@ }, /turf/open/gm/river, /area/LV624_Outpost_Furidamu/outdoors/river/s) +"UP" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "UQ" = ( /obj/structure/largecrate, /obj/item/reagent_container/food/drinks/coffeecup{ @@ -14402,6 +14577,10 @@ /obj/structure/catwalk/bigred, /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/indoors/buildings/Bunker/noceiling) +"Vt" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/outdoors/jungle/s) "Vu" = ( /turf/closed/shuttle/ert{ icon_state = "upp_leftengine" @@ -14422,6 +14601,12 @@ icon_state = "asteroidwarning" }, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/nw) +"Vx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/LV624_Outpost_Furidamu/indoors/hut) "Vy" = ( /obj/docking_port/stationary/marine_dropship/lz2{ name = "Robotics Landing Zone" @@ -14520,6 +14705,12 @@ }, /turf/open/floor/plating, /area/lv624/lazarus/landing_zones/lz1) +"VP" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/hut) "VQ" = ( /turf/open/floor{ dir = 8; @@ -14558,13 +14749,7 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/indoors/hut/tcomm) "VW" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" - }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/surface/rack, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "VX" = ( @@ -14578,9 +14763,9 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "VZ" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table, +/obj/item/clothing/gloves/botanic_leather, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Wb" = ( @@ -14774,15 +14959,22 @@ }, /area/LV624_Outpost_Furidamu/indoors/buildings/filtration) "WG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden, +/obj/structure/surface/rack, +/obj/item/clothing/suit/apron, +/obj/item/tool/shovel, +/obj/item/clothing/gloves/botanic_leather, +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "WH" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/coffin/woodencrate, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/plating, +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowfull" + }, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "WI" = ( /obj/structure/flora/jungle/plantbot1, @@ -14825,8 +15017,7 @@ /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/north) "WQ" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/closet/coffin/woodencrate, -/obj/effect/decal/cleanable/blood, +/obj/structure/surface/rack, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "WR" = ( @@ -15049,13 +15240,10 @@ /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/tonwhall) "Xz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/gibspawner/xeno, -/turf/open/floor{ - dir = 8; - icon_state = "whiteyellow" - }, -/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) +/obj/structure/machinery/computer/arcade, +/obj/structure/machinery/light, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/lz1_barracks) "XA" = ( /obj/structure/surface/table, /turf/open/auto_turf/strata_grass/layer1/unweedable, @@ -15094,8 +15282,10 @@ /turf/open/auto_turf/strata_grass/layer1/unweedable, /area/LV624_Outpost_Furidamu/outdoors/ua_bunker/barrens/south) "XE" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/plating, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor, /area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "XF" = ( /turf/open/auto_turf/strata_grass/layer0_mud_alt, @@ -15213,6 +15403,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/interior/wood, /area/LV624_Outpost_Furidamu/indoors/buildings/lz1_supply) +"Yc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 4; + tag = "icon-tube1 (EAST)" + }, +/turf/open/floor/interior/wood, +/area/LV624_Outpost_Furidamu/indoors/buildings/construction_site) "Yd" = ( /obj/effect/landmark/lv624/fog_blocker, /turf/open/floor{ @@ -32126,7 +32325,7 @@ XC XC XC XC -XC +qO Ho Bz Bz @@ -32294,8 +32493,8 @@ XC XC XC XC -XC -dk +qO +tr ze Bz Bz @@ -32463,8 +32662,8 @@ XC XC XC XC -dk -dk +tr +tr ze Bz Bz @@ -32632,8 +32831,8 @@ PG XC dk dk -dk -dk +tr +tr mF iZ iZ @@ -32802,10 +33001,10 @@ dk dk dk dk -dk -dk -dk -dk +tr +tr +tr +tr mF Df Bz @@ -32972,10 +33171,10 @@ dk bb ph dk -dk -dk -ap -dk +tr +tr +tr +tr ze Bz Bz @@ -33112,13 +33311,13 @@ Os eV eV gU -Wb -dM -Cq -Cq -Cq -Cq -Cq +ok +ok +ok +ok +ok +ok +ok Cq Cq Cq @@ -33142,9 +33341,9 @@ dk dk dk dk -dk -dk -dk +tr +tr +tr mF Df Bz @@ -33278,15 +33477,15 @@ Xc Xc Xc Xc -Cq -Cq -Cq -Cq -Cq -Cq -Cq -Cq -Cq +ok +ok +ok +ok +ok +ok +ok +ok +ok Cq Cq Cq @@ -33312,9 +33511,9 @@ dk dk dk dk -dk -dk -dk +tr +tr +tr mF Df Bz @@ -33448,11 +33647,11 @@ Xc Xc ys Cq -Cq -Cq -Cq -Cq -Cq +ok +ok +ok +ok +ok Cq Cq Cq @@ -33482,9 +33681,9 @@ dk dk dk dk -dk -dk -dk +tr +tr +tr ze Bz Bz @@ -33618,8 +33817,8 @@ Cq Cq Cq Cq -Cq -Cq +ok +ok Cq Cq Cq @@ -33652,8 +33851,8 @@ dk bb ph dk -dk -dk +tr +tr ze Bz Bz @@ -33787,8 +33986,8 @@ Cq Cq Cq Cq -Cq -Cq +Wb +dM Cq Cq Cq @@ -33822,7 +34021,7 @@ dN dk dk dk -dk +tr mF Df Bz @@ -33988,7 +34187,7 @@ aj aj EK EK -dk +ap dk dk dk @@ -34153,9 +34352,9 @@ aj aj EK WL -kw -kw -kw +WL +WL +WL EK aj aj @@ -34300,16 +34499,16 @@ dM Cq Cq aj -WL -WL +yE +yE WL zP cH cH nx -sa -PB PB +WH +WH aj dk tr @@ -34318,16 +34517,16 @@ dk dk KV aj -WL -WL +yE +yE WL zP cH -kw -kw -kw -kw -kw +cH +Fh +WL +yE +yE aj kb kb @@ -34469,16 +34668,16 @@ Cq Cq Cq aj -WL -gH +yE +zP cH -kw -TG -kw +MP +Tt +Tt xC cH nx -PB +WH aj dk dk @@ -34487,16 +34686,16 @@ dk dk dk aj -WL +yE zP cH MP -TG -TG -Sk -Sk -kw -kw +Tt +Tt +xC +cH +Fh +yE aj kb kb @@ -34639,11 +34838,11 @@ Cq EK EK WL -kw +Ig uS Jt -Jt -Jt +Tt +Tt yi uS yj @@ -34652,7 +34851,7 @@ EK EK EK my -my +uo EK EK EK @@ -34664,8 +34863,8 @@ OF OF yi uS -Sk -kw +PD +WL EK EK kb @@ -34808,34 +35007,34 @@ Cq aj PB zP -kw -Tn -kw -kw -kw +MP +XE TG +WL +WL TG +XE xC nx WL uS qi -qi -qi -qi +PB +PB +PQ uS WL zP MP -kw -kw +XE +TG WL PB TG -Qy -ns -kw -kw +XE +xC +Fh +WL aj kb ef @@ -34977,34 +35176,34 @@ Cq Yo PB yq -TG -Tn -kw -kw +Tt +Tt WL +yE +yE WL -vt -TG +OF +Tt xC cH -cH -Xz +iT LF LF LF LF +nI cH MP -TG -TG -yE +Tt +Tt +WL WL PB WL -Qy -TG -Sk -kw +Tt +Tt +PD +WL Yo kb ef @@ -35146,34 +35345,34 @@ Cq Yo PB yq -TG Tt -kw -gC +Tt WL +yE +yE WL -vt -TG -Sk +OF +Tt +bD kR -kw -kw +my +Gw Fy Gw -kw -kw -kw +Gw +my +Gw LB -TG -TG +Tt +Tt WL WL PB WL -Qy -TG -kw -kw +Tt +Tt +PD +WL Yo kb ef @@ -35316,33 +35515,33 @@ aj WL vJ Sk -Tt +oI TG -gC -BW -vt +WL +PB vt +qp Sk -kw -kw +Mi +WL uS rv -kw -kw -kw +WL +WL +bc uS -kR -kw +WL +AW LB -TG +ym TG WL PB TG -Qy -Sk -kw -kw +oI +bD +Mi +WL aj kb kb @@ -35486,31 +35685,31 @@ EK PB Ig uS -TG -vt -vt -vt +Jt +OF +OF +AD uS Sk -kw +WL uS uS uS my -my +uo uS uS uS -kw -kw +WL +Ig uS -TG -TG -vt -TG +Jt +Tt +OF +yi uS -Sk -kw +PD +WL EK EK kb @@ -35656,30 +35855,30 @@ yE AW Gw LB -TG -gW +Tt +OF xw Gw -kw -kw +Mi +yE YT WQ -AD -MC -ta -VZ QI +QI +hC +hC +fH YT -kw -kw -kw -Sk -TG -vt -tG -ns -kw -kw +yE +AW +Gw +LB +Tt +OF +xw +Gw +Mi +yE aj lg kb @@ -35821,34 +36020,34 @@ Cq Cq Cq aj -WL -WL +yE +yE WL AW LB -Sk -kR -kw -kw -kw +bD +Mi +WL +yE +yE YT -an +xZ hC hC hC -oI -Kn +hC +Yc YT -kw -kw -kR -kw -Sk +yE +yE +WL +AW +LB bD -Fy -kw -kw -kw +JO +WL +yE +yE aj dR kb @@ -35995,23 +36194,23 @@ aj EK PB yq -kw -kw +PD +WL uS YT YT uS -HT -hC +uS +cd hC hC hC -QI +an uS YT YT uS -kw +WL Ig PD PB @@ -36163,8 +36362,8 @@ Cq hR EK uS -yq -kw +Gu +uo uS uS eG @@ -36172,17 +36371,17 @@ Kn an qg hC -qp -hC hC hC hC +Rj +uS WG gK uS uS -Ig -yj +my +Rk uS EK kb @@ -36333,26 +36532,26 @@ Cq EK eJ yq -kw -kw +PD +DF uS -QI +VZ hC QI -qg +QI BK VU VU Jy hC -eG -WG -rL +hC +QI +hC uS -kw +ti yq PD -WL +DF EK kb ef @@ -36500,15 +36699,15 @@ Cq Cq Cq aj -eJ +WH yq PD -kw +yE YT QI hC hC -ta +hC KN uS uS @@ -36518,10 +36717,10 @@ hC QI hC YT -kw -Gu +yE +yq PD -WL +yE aj kb ef @@ -36669,28 +36868,28 @@ ys Cq Cq aj -eJ +WH Ig PD -kw +yE YT QI hC -oI -tV +hC +hC KN uS uS KL QI -Kn -uo +QI +QI QI YT -kR -Gu +yE +yq PD -gC +yE aj kb ef @@ -36840,26 +37039,26 @@ Cq EK eJ Ig -kw -kw +PD +DF uS -hC +VW QI hC -DF +hC NZ IP IP va QI QI -WG +QI cM uS -WL -Gu +ti +yq PD -gC +DF EK Vq ef @@ -36882,7 +37081,7 @@ Qe ij Ge YH -YH +hn uQ il il @@ -37008,26 +37207,26 @@ Cq Cq EK uS -Ig -kw +my +uo uS uS VW -hC -zy +UP +uS tV hC hC hC QI -QI -hC +HQ +uS wu OG uS uS Gu -PD +uo uS EK vo @@ -37176,20 +37375,20 @@ EK aj aj EK -WL +ta Ig -kR -kw +PD +WL uS YT YT uS -zy +uS QI QI -hC -Ls +TN QI +an uS YT YT @@ -37342,34 +37541,34 @@ Cq Cq Cq aj -WL -sa +yE +WH PB zP MP -Sk -kw -kw -kw -kw +xC +Fh +WL +yE +yE YT zy -qp +hC hC QI QI -Kn +Ro YT -kw -kR -kw +yE +yE +WL zP oS xC -kw -Gu -BW -gC +Fh +PB +WH +yE aj dR kb @@ -37511,34 +37710,34 @@ Cq Wb dM aj -WL +yE zP cH MP -vt -TG -Sk -kw -kw -kw +OF +Tt +xC +cH +Fh +yE YT -eG -as -ta -as -as -eG +Qr +hC +hC +hC +hC +VW YT -kw -kw -kw -kw -vt -Gu -kw -kw -np -PB +yE +zP +cH +MP +OF +OF +xC +cH +nx +WH aj dR kb @@ -37683,31 +37882,31 @@ EK PB Ig uS -TG -TG -vt -vt +Jt +Tt +OF +AD uS -kR -kw +PD +WL uS uS uS my -my +uo uS uS uS -kw -kw +WL +Ig uS -kw -kw -Gu -TG +Jt +Tt +OF +yi uS -kw -kw +PD +WL EK EK kb @@ -37851,33 +38050,33 @@ aj PB aH MP -Tt +XE TG WL PB vt -TG -kw -kw -kR +XE +xC +Fh +Br uS -kw -kw -kw +sO +WL +WL sO uS -kR -kw -Sk -kw -Gu -kw -np -kw +WL +zP +MP XE -Sk -kw -Gu +vt +WL +PB +TG +XE +xC +Fh +PB aj kb ef @@ -38017,36 +38216,36 @@ Cq Cq Cq Yo -sa +PB Ig -TG +Tt Tt WL -WL -PB +yE +WH PB -TG -TG -Sk -kw -kw -kw +Tt +Tt +xC cH +iT cH -Gu -kw -kw -Sk -vt -vt +cH +cH +LF +iT +cH +MP +OF +OF PB -kw -Gu yE -Qy -kw -Sk -Gu +WH +WL +Tt +Tt +PD +PB Yo kb ef @@ -38188,33 +38387,33 @@ Cq Yo PB Ig -TG -Gn -WL +Tt +OF WL yE +yE PB -TG -TG +Tt +Tt bD Gw +my Gw -Fh Gw Fy Fy -Fy Gu +Fy nv -TG -TG +Tt +Tt +WL +yE yE WL -kw -kw -Qy -kw -Gu +Tt +Tt +yj np Yo kb @@ -38358,12 +38557,12 @@ aj WL AW nv -Gn +qp TG WL WL vt -TG +oI bD JO PB @@ -38376,15 +38575,15 @@ uS WL AW LB -TG +ym TG WL WL -kw -XE -kw -Gu -kw +TG +ym +bD +JO +WL aj kb ef @@ -38528,10 +38727,10 @@ EK WL yq uS -jj -jj -jj -jj +Jt +Tt +Tt +yi uS PD PB @@ -38539,20 +38738,20 @@ EK EK EK my -my +uo EK EK EK PB Ig uS -jj -jj -jj -jj +Jt +Tt +Tt +yi uS -kw -Gu +PD +PB EK EK kb @@ -38694,16 +38893,16 @@ mz mz mz aj -WL +yE vJ Gw LB -TG -TG +Tt +Tt bD Gw JO -PB +WH aj Cm zE @@ -38712,12 +38911,12 @@ zE dV Et aj -PB +WH AW Gw LB -TG -vt +Tt +OF xw Gw Mi @@ -38863,16 +39062,16 @@ zE zE zE aj -WL -WL +yE +yE WL AW Fy Fy JO WL -PB -PB +WH +WH aj zE zE @@ -38881,16 +39080,16 @@ zE xm zE aj -zO -zO +WH +WH PB vJ Fy Fy Mi WL -WL -BW +yE +WH aj kb kb @@ -39038,7 +39237,7 @@ EK PB PB WL -yE +WL EK aj aj @@ -39055,7 +39254,7 @@ aj EK WL WL -yE +WL WL EK aj @@ -39420,8 +39619,8 @@ Uh zX zA zA -il -il +zA +zA km WI zA @@ -39587,8 +39786,8 @@ Uh mt Uh Bm -il -il +zA +zA il il il @@ -39754,11 +39953,11 @@ Bz lK HO zA +zA +zA il il il -zA -zA il il il @@ -39921,20 +40120,20 @@ Bz Bz Bz lK -HO -zA -zA -zA -zA -zA -zA -zA +Uw +il +il +il +il +il +il +il +il il -zA -zA -zA il zA +il +il vV nK Tj @@ -40095,15 +40294,15 @@ bl Tu bl tw -Gy -zA -zA -zA -zA +Fo +il +il +il +il +il il il il -zA vV yl Tj @@ -40268,11 +40467,11 @@ bl bl bl tw -zA -zA il il -CF +il +il +Vt Yz Je WU @@ -40438,9 +40637,9 @@ cC cC bl zA -zA il -zA +il +il Uh Uh Uh @@ -40608,8 +40807,8 @@ rb bl CF zA -zA -zA +il +il Uh gV Uh @@ -40777,7 +40976,7 @@ GO bl Bm zA -zA +il il Uh mt @@ -40948,7 +41147,7 @@ tw zA il il -zA +il zA Gy Yz @@ -41118,7 +41317,7 @@ il il il il -zA +il km WI Hs @@ -41288,7 +41487,7 @@ il il il il -zA +il zA Nq km @@ -41458,7 +41657,7 @@ il il il il -zA +il Nq zA zA @@ -43616,7 +43815,7 @@ xm Xc Xc Xc -HN +VP HN Uh nn @@ -44119,7 +44318,7 @@ qJ xm xm Xc -zw +zD HN FY fp @@ -44292,7 +44491,7 @@ HN HN cz so -so +Vx HN so mt @@ -45799,7 +45998,7 @@ Xc Xc Of CD -dS +tG Xc zE zE @@ -46133,7 +46332,7 @@ zE Of Of Xc -dS +tG Um Um Um @@ -46643,7 +46842,7 @@ XH Um Um Um -Um +HT dS dS Xc @@ -47142,7 +47341,7 @@ MS ES CO Nt -dS +ns Of Of Of @@ -47152,7 +47351,7 @@ IQ VY Um tj -tj +Xz Of bH AC @@ -47649,7 +47848,7 @@ Of Of Of QM -dS +ns Xc Xc Xc @@ -47827,7 +48026,7 @@ Hl Um dS dS -Um +MC Xc Xc xm @@ -47984,7 +48183,7 @@ zE MS ES CD -dS +as dS dS dS @@ -50532,7 +50731,7 @@ jx Mq ja eM -ST +bu mJ xm OM @@ -50689,7 +50888,7 @@ ko ko ko wo -Mh +gH Mh ja EA @@ -51034,7 +51233,7 @@ Xc JV ip mJ -Mh +gH ST ja cT @@ -52051,7 +52250,7 @@ Xc mJ mJ pz -ja +Ls mJ kl zS @@ -52555,7 +52754,7 @@ ko ko wo ST -ST +rL Mh ja ja @@ -53568,7 +53767,7 @@ ko ko EA ST -ST +rL dC ja dC From bbf511e4a547ccc529463b5f2583414693155018 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 6 Sep 2023 19:52:49 +0100 Subject: [PATCH 18/20] s --- config/example/custom_items.txt | 2 +- config/example/forumdbconfig.txt | 36 ++++++++++++++++---------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/config/example/custom_items.txt b/config/example/custom_items.txt index 64a4bc648d..f4bb1a7028 100644 --- a/config/example/custom_items.txt +++ b/config/example/custom_items.txt @@ -1 +1 @@ -ckey: name: /path/to/obj +ckey: name: /path/to/obj diff --git a/config/example/forumdbconfig.txt b/config/example/forumdbconfig.txt index 61a2a2d6ec..0335ef9069 100644 --- a/config/example/forumdbconfig.txt +++ b/config/example/forumdbconfig.txt @@ -1,19 +1,19 @@ -# This configuration file is for the forum database, if you need to set up -# population, death, etc. tracking see 'dbconfig.txt' -# The login credentials for this will likely differ from those in dbconfig.txt! - -# Server the MySQL database can be found at -# Examples: localhost, 200.135.5.43, www.mysqldb.com, etc. -ADDRESS localhost - -# MySQL server port (default is 3306) -PORT 3306 - -# Database the forum data may be found in -DATABASE tgstation13 - -# Username/Login used to access the database -LOGIN mylogin - -# Password used to access the database +# This configuration file is for the forum database, if you need to set up +# population, death, etc. tracking see 'dbconfig.txt' +# The login credentials for this will likely differ from those in dbconfig.txt! + +# Server the MySQL database can be found at +# Examples: localhost, 200.135.5.43, www.mysqldb.com, etc. +ADDRESS localhost + +# MySQL server port (default is 3306) +PORT 3306 + +# Database the forum data may be found in +DATABASE tgstation13 + +# Username/Login used to access the database +LOGIN mylogin + +# Password used to access the database PASSWORD mypassword \ No newline at end of file From 5b7e49f13792bd7e9dc22fb5ecd7d4578840004b Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 6 Sep 2023 19:59:03 +0100 Subject: [PATCH 19/20] d --- colonialmarines.dme | 6 ------ 1 file changed, 6 deletions(-) diff --git a/colonialmarines.dme b/colonialmarines.dme index 9611472072..7839cbd689 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -610,21 +610,15 @@ s// DM Environment file for colonialmarines.dme. #include "code\datums\weather\weather_events\faction_clash.dm" #include "code\datums\weather\weather_events\lv522_chances_claim.dm" #include "code\datums\weather\weather_events\lv624.dm" -<<<<<<< HEAD #include "code\datums\weather\weather_events\lv624_outpost_furidamu.dm" -======= #include "code\datums\weather\weather_events\new_varadero.dm" ->>>>>>> master #include "code\datums\weather\weather_events\sorokyne.dm" #include "code\datums\weather\weather_map_holders\big_red.dm" #include "code\datums\weather\weather_map_holders\faction_clash.dm" #include "code\datums\weather\weather_map_holders\lv522_chances_claim.dm" #include "code\datums\weather\weather_map_holders\lv624.dm" -<<<<<<< HEAD #include "code\datums\weather\weather_map_holders\lv624_outpost_furidamu.dm" -======= #include "code\datums\weather\weather_map_holders\new_varadero.dm" ->>>>>>> master #include "code\datums\weather\weather_map_holders\sorokyne.dm" #include "code\datums\xeno_shields\xeno_shield.dm" #include "code\datums\xeno_shields\shield_types\crusher_shield.dm" From f034e57b2ae82cf235d41031bf29abde8c271e41 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 6 Sep 2023 20:00:58 +0100 Subject: [PATCH 20/20] sss --- code/game/area/LV624_Outpost_Furidamu.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/area/LV624_Outpost_Furidamu.dm b/code/game/area/LV624_Outpost_Furidamu.dm index 065754f15e..7bb23f07b2 100644 --- a/code/game/area/LV624_Outpost_Furidamu.dm +++ b/code/game/area/LV624_Outpost_Furidamu.dm @@ -46,7 +46,6 @@ name = "LV624_Outpost_Furidamu - Dropship Alamo Landing Zone" icon_state = "shuttle" icon = 'icons/turf/area_shiva.dmi' - lighting_use_dynamic = TRUE /area/LV624_Outpost_Furidamu/landing_zone_1/lz1_console name = "LV624_Outpost_Furidamu - Dropship Alamo Console" @@ -68,7 +67,6 @@ name = "LV624_Outpost_Furidamu - Dropship Normandy Landing Zone" icon_state = "shuttle2" icon = 'icons/turf/area_shiva.dmi' - lighting_use_dynamic = TRUE /area/LV624_Outpost_Furidamu/landing_zone_2/lz2_console name = "LV624_Outpost_Furidamu - Dropship Normandy Console"