diff --git a/data/mods/innawood/construction.json b/data/mods/innawood/construction.json new file mode 100644 index 0000000000000..1ab90c12aa259 --- /dev/null +++ b/data/mods/innawood/construction.json @@ -0,0 +1,27 @@ +[ + { + "type": "construction", + "id": "constr_extract_bog_iron", + "group": "extract_bog_iron", + "category": "OTHER", + "required_skills": [ [ "survival", 0 ] ], + "time": "5 h", + "qualities": [ [ { "id": "DIG", "level": 1 } ] ], + "byproducts": [ { "item": "iron_ore", "count": [ 40, 60 ] } ], + "pre_terrain": "t_bog_iron", + "post_special": "done_extract_maybe_revert_to_dirt" + }, + { + "type": "construction", + "id": "constr_bloomery", + "group": "build_bloomery", + "category": "FURN", + "required_skills": [ [ "fabrication", 5 ] ], + "time": "120 m", + "qualities": [ [ { "id": "DIG", "level": 1 } ], [ { "id": "HAMMER", "level": 2 } ] ], + "components": [ [ [ "rock", 30 ] ], [ [ "clay_lump", 10 ] ] ], + "pre_note": "Can be deconstructed without tools.", + "pre_special": "check_empty", + "post_terrain": "f_bloomery" + } +] diff --git a/data/mods/innawood/construction_group.json b/data/mods/innawood/construction_group.json new file mode 100644 index 0000000000000..f74ccf0205481 --- /dev/null +++ b/data/mods/innawood/construction_group.json @@ -0,0 +1,12 @@ +[ + { + "type": "construction_group", + "id": "extract_bog_iron", + "name": "Extract bog iron" + }, + { + "type": "construction_group", + "id": "build_bloomery", + "name": "Build Bloomery" + } +] diff --git a/data/mods/innawood/furniture-tools.json b/data/mods/innawood/furniture-tools.json new file mode 100644 index 0000000000000..b8fcff1a7e131 --- /dev/null +++ b/data/mods/innawood/furniture-tools.json @@ -0,0 +1,24 @@ +[ + { + "type": "furniture", + "id": "f_bloomery", + "name": "bloomery", + "looks_like": "f_forge_rock", + "description": "A type of metallurgical furnace for smelting iron from its oxides.", + "symbol": "U", + "color": "light_red", + "move_cost_mod": -1, + "coverage": 40, + "required_str": -1, + "crafting_pseudo_item": "bloomery", + "flags": [ "SEALED", "CONTAINER", "NOITEM", "EASY_DECONSTRUCT", "MINEABLE" ], + "deconstruct": { "items": [ { "item": "rock", "count": 30 } ] }, + "bash": { + "str_min": 18, + "str_max": 50, + "sound": "crash!", + "sound_fail": "whump.", + "items": [ { "item": "rock", "count": [ 10, 20 ] } ] + } + } +] diff --git a/data/mods/innawood/innawood_map_settings.json b/data/mods/innawood/innawood_map_settings.json new file mode 100644 index 0000000000000..34ab3c6fc1376 --- /dev/null +++ b/data/mods/innawood/innawood_map_settings.json @@ -0,0 +1,544 @@ +[ + { + "type": "region_settings", + "id": "default", + "default_oter": [ + "open_air", + "open_air", + "open_air", + "open_air", + "open_air", + "open_air", + "open_air", + "open_air", + "open_air", + "open_air", + "field", + "solid_earth", + "empty_rock", + "empty_rock", + "deep_rock", + "deep_rock", + "deep_rock", + "deep_rock", + "deep_rock", + "deep_rock", + "deep_rock" + ], + "default_groundcover": [ [ "t_region_groundcover", 1 ] ], + "region_terrain_and_furniture": { + "terrain": { + "t_region_groundcover": { "t_grass": 12000, "t_grass_dead": 2000, "t_dirt": 1000, "t_sand": 1 }, + "t_region_groundcover_urban": { "t_grass": 20, "t_grass_dead": 3 }, + "t_region_groundcover_forest": { "t_grass_long": 5, "t_grass_tall": 1, "t_moss": 1, "t_grass_dead": 3 }, + "t_region_groundcover_swamp": { "t_grass_long": 30, "t_grass_tall": 10, "t_moss": 20, "t_dirt": 20, "t_bog_iron": 1 }, + "t_region_groundcover_barren": { "t_dirt": 30, "t_grass_dead": 2, "t_railroad_rubble": 1 }, + "t_region_grass": { "t_grass": 1 }, + "t_region_soil": { "t_dirt": 1 }, + "t_region_shrub": { + "t_underbrush": 30, + "t_shrub": 10, + "t_fern": 5, + "t_shrub_blueberry": 2, + "t_shrub_strawberry": 2, + "t_shrub_blackberry": 2, + "t_shrub_raspberry": 2, + "t_shrub_huckleberry": 2, + "t_shrub_grape": 1, + "t_shrub_rose": 2, + "t_shrub_hydrangea": 2, + "t_shrub_lilac": 2, + "t_shrub_peanut": 1 + }, + "t_region_shrub_fruit": { + "t_shrub_blueberry": 6, + "t_shrub_strawberry": 6, + "t_shrub_raspberry": 4, + "t_shrub_grape": 4, + "t_shrub_blackberry": 2, + "t_shrub_huckleberry": 2, + "t_shrub_peanut": 1 + }, + "t_region_shrub_decorative": { "t_shrub": 3, "t_fern": 1, "t_shrub_rose": 2, "t_shrub_hydrangea": 2, "t_shrub_lilac": 2 }, + "t_region_tree": { + "t_tree": 128, + "t_tree_young": 128, + "t_tree_birch": 16, + "t_tree_elm": 16, + "t_tree_cottonwood": 16, + "t_tree_alder": 16, + "t_tree_pine": 32, + "t_tree_maple": 32, + "t_tree_willow": 32, + "t_tree_hickory": 16, + "t_tree_walnut": 8, + "t_tree_chestnut": 8, + "t_tree_hazelnut": 2, + "t_tree_beech": 2, + "t_tree_blackjack": 8, + "t_tree_coffee": 2, + "t_tree_apple": 2, + "t_tree_apricot": 2, + "t_tree_cherry": 2, + "t_tree_juniper": 2, + "t_tree_peach": 2, + "t_tree_pear": 2, + "t_tree_plum": 2, + "t_tree_elderberry": 2, + "t_tree_mulberry": 2, + "t_tree_deadpine": 16, + "t_tree_hickory_dead": 16, + "t_tree_dead": 16 + }, + "t_region_tree_shade": { + "t_tree": 64, + "t_tree_young": 32, + "t_tree_birch": 16, + "t_tree_elm": 16, + "t_tree_cottonwood": 16, + "t_tree_alder": 16, + "t_tree_maple": 32, + "t_tree_willow": 32, + "t_tree_hickory": 16, + "t_tree_chestnut": 8, + "t_tree_blackjack": 8, + "t_tree_coffee": 2, + "t_tree_elderberry": 2, + "t_tree_mulberry": 2, + "t_tree_dead": 2 + }, + "t_region_tree_fruit": { + "t_tree_young": 4, + "t_tree_apple": 2, + "t_tree_apricot": 2, + "t_tree_cherry": 2, + "t_tree_peach": 2, + "t_tree_pear": 2, + "t_tree_plum": 2, + "t_tree_elderberry": 2, + "t_tree_mulberry": 2, + "t_tree_dead": 4 + }, + "t_region_tree_nut": { + "t_tree_young": 4, + "t_tree_hickory": 16, + "t_tree_beech": 2, + "t_tree_walnut": 8, + "t_tree_chestnut": 8, + "t_tree_hazelnut": 2, + "t_tree_coffee": 2, + "t_tree_hickory_dead": 16, + "t_tree_dead": 4 + }, + "t_region_tree_evergreen": { "t_tree_pine": 32, "t_tree_juniper": 16, "t_tree_deadpine": 2 } + }, + "furniture": { + "f_region_flower": { + "f_black_eyed_susan": 1, + "f_lily": 1, + "f_flower_tulip": 1, + "f_flower_spurge": 1, + "f_burdock": 1, + "f_chamomile": 1, + "f_dandelion": 1, + "f_datura": 1, + "f_dahlia": 1, + "f_chicory": 1, + "f_bluebell": 1, + "f_sunflower": 1 + }, + "f_region_flower_decorative": { + "f_lily": 4, + "f_flower_tulip": 4, + "f_black_eyed_susan": 3, + "f_dahlia": 2, + "f_bluebell": 2, + "f_flower_spurge": 1, + "f_chicory": 1, + "f_sunflower": 1 + }, + "f_region_weed": { + "f_dandelion": 6, + "f_flower_spurge": 4, + "f_chamomile": 4, + "f_datura": 3, + "f_bluebell": 2, + "f_burdock": 1, + "f_dahlia": 1, + "f_black_eyed_susan": 1, + "f_lily": 1, + "f_flower_tulip": 1, + "f_mutpoppy": 1, + "f_sunflower": 1, + "f_mustard": 1 + }, + "f_region_water_plant": { "f_cattails": 15, "f_lilypad": 1, "f_lotus": 5 } + } + }, + "river_scale": 1.0, + "field_coverage": { + "percent_coverage": 0.2, + "default_ter": "t_shrub", + "other": { + "t_region_tree": 1, + "t_region_shrub": 3, + "f_region_weed": 49, + "f_region_flower": 37, + "f_boulder_small": 5, + "f_boulder_medium": 4, + "f_boulder_large": 1 + }, + "boost_chance": 0.833, + "boosted_percent_coverage": 2.5, + "boosted_other": { + "t_tree_young": 0.2, + "t_tree": 0.1, + "t_tree_birch": 0.05, + "t_tree_elm": 0.05, + "t_tree_cottonwood": 0.05, + "t_tree_alder": 2, + "t_tree_pine": 0.1, + "t_tree_maple": 0.1, + "t_tree_willow": 0.1, + "t_tree_hickory": 0.1, + "t_tree_walnut": 0.05, + "t_tree_chestnut": 0.05, + "t_tree_hazelnut": 0.02, + "t_tree_beech": 0.02, + "t_tree_blackjack": 0.05, + "t_tree_coffee": 0.02, + "t_tree_apple": 0.02, + "t_tree_apricot": 0.02, + "t_tree_cherry": 0.02, + "t_tree_peach": 0.02, + "t_tree_juniper": 0.02, + "t_tree_pear": 0.02, + "t_tree_plum": 0.02, + "t_tree_elderberry": 0.02, + "t_tree_mulberry": 0.02, + "t_tree_deadpine": 0.05, + "t_tree_hickory_dead": 0.05, + "t_tree_dead": 0.05, + "t_shrub_blueberry": 8.0, + "t_shrub_strawberry": 5.0, + "t_shrub_blackberry": 5.0, + "t_shrub_raspberry": 8.0, + "t_shrub_huckleberry": 5.0, + "t_shrub_grape": 5.0, + "t_shrub_rose": 3, + "t_shrub_hydrangea": 3, + "t_shrub_lilac": 3, + "f_black_eyed_susan": 3, + "f_lily": 3, + "f_flower_tulip": 3, + "f_flower_spurge": 3.5, + "f_chicory": 3, + "f_mutpoppy": 3.5, + "f_bluebell": 3.5, + "f_dahlia": 3.5, + "f_datura": 0.2, + "f_dandelion": 5.0, + "f_sunflower": 3.5, + "f_mustard": 0.2 + }, + "boosted_other_percent": 50.0 + }, + "overmap_lake_settings": { + "noise_threshold_lake": 0.25, + "lake_size_min": 20, + "lake_depth": -5, + "shore_extendable_overmap_terrain": [ "forest", "forest_thick", "forest_water", "field" ], + "shore_extendable_overmap_terrain_aliases": [ + { "om_terrain": "island_forest", "om_terrain_match_type": "TYPE", "alias": "forest" }, + { "om_terrain": "island_forest_thick", "om_terrain_match_type": "TYPE", "alias": "forest_thick" }, + { "om_terrain": "island_forest_water", "om_terrain_match_type": "TYPE", "alias": "forest_water" }, + { "om_terrain": "island_field", "om_terrain_match_type": "TYPE", "alias": "field" } + ] + }, + "overmap_ravine_settings": { "num_ravines": 0, "ravine_width": 3, "ravine_range": 45, "ravine_depth": -3 }, + "overmap_forest_settings": { + "noise_threshold_forest": 0.2, + "noise_threshold_forest_thick": 0.25, + "noise_threshold_swamp_adjacent_water": 0.3, + "noise_threshold_swamp_isolated": 0.6, + "river_floodplain_buffer_distance_min": 3, + "river_floodplain_buffer_distance_max": 15 + }, + "forest_mapgen_settings": { + "forest": { + "terrains": [ "forest" ], + "sparseness_adjacency_factor": 3, + "item_group": "forest", + "item_group_chance": 60, + "item_spawn_iterations": 1, + "clear_groundcover": false, + "groundcover": { "t_region_groundcover_forest": 1 }, + "clear_components": false, + "components": { + "trees": { "sequence": 0, "chance": 12, "clear_types": false, "types": { "t_region_tree": 128 } }, + "shrubs_and_flowers": { "sequence": 1, "chance": 10, "clear_types": false, "types": { "t_region_shrub": 100, "f_region_weed": 20 } }, + "clutter": { + "sequence": 2, + "chance": 80, + "clear_types": false, + "types": { + "t_trunk": 128, + "t_dirtmound": 128, + "f_boulder_small": 128, + "f_rubble_rock": 32, + "f_boulder_medium": 8, + "f_boulder_large": 1, + "t_pit": 1, + "t_pit_shallow": 1 + } + }, + "water": { "sequence": 3, "chance": 512, "clear_types": false, "types": { "t_puddle": 1 } } + }, + "clear_terrain_furniture": false, + "terrain_furniture": { } + }, + "forest_thick": { + "terrains": [ + "forest_thick", + "forest_trail_isolated", + "forest_trail_end_north", + "forest_trail_end_east", + "forest_trail_end_south", + "forest_trail_end_west", + "forest_trail_ns", + "forest_trail_ew", + "forest_trail_ne", + "forest_trail_es", + "forest_trail_sw", + "forest_trail_wn", + "forest_trail_new", + "forest_trail_nsw", + "forest_trail_esw", + "forest_trail_nes", + "forest_trail_nesw" + ], + "sparseness_adjacency_factor": 4, + "item_group": "forest", + "item_group_chance": 60, + "item_spawn_iterations": 1, + "clear_groundcover": false, + "groundcover": { "t_region_groundcover_forest": 1 }, + "clear_components": false, + "components": { + "trees": { "sequence": 0, "chance": 5, "clear_types": false, "types": { "t_region_tree": 100 } }, + "shrubs_and_flowers": { "sequence": 1, "chance": 5, "clear_types": false, "types": { "t_region_shrub": 100, "f_region_weed": 20 } }, + "clutter": { + "sequence": 2, + "chance": 64, + "clear_types": false, + "types": { + "t_trunk": 64, + "t_dirtmound": 64, + "f_boulder_small": 32, + "f_rubble_rock": 32, + "f_boulder_medium": 16, + "f_boulder_large": 4, + "t_pit": 1, + "t_pit_shallow": 1 + } + }, + "water": { "sequence": 3, "chance": 512, "clear_types": false, "types": { "t_puddle": 1 } } + }, + "clear_terrain_furniture": false, + "terrain_furniture": { } + }, + "forest_water": { + "terrains": [ "forest_water" ], + "sparseness_adjacency_factor": 2, + "item_group": "forest", + "item_group_chance": 60, + "item_spawn_iterations": 1, + "clear_groundcover": false, + "groundcover": { "t_region_groundcover_swamp": 1 }, + "clear_components": false, + "components": { + "trees": { + "sequence": 0, + "chance": 45, + "clear_types": false, + "types": { + "t_tree": 40, + "t_tree_young": 80, + "t_tree_pine": 40, + "t_tree_birch": 20, + "t_tree_elm": 20, + "t_tree_cottonwood": 20, + "t_tree_alder": 80, + "t_tree_maple": 40, + "t_tree_willow": 40, + "t_tree_walnut": 8, + "t_tree_chestnut": 8, + "t_tree_hazelnut": 2, + "t_tree_beech": 2, + "t_tree_hickory": 8, + "t_tree_apple": 2, + "t_tree_cherry": 2, + "t_tree_juniper": 2, + "t_tree_peach": 2, + "t_tree_pear": 2, + "t_tree_plum": 2, + "t_tree_elderberry": 2, + "t_tree_mulberry": 2, + "t_tree_deadpine": 30, + "t_tree_hickory_dead": 30, + "t_tree_dead": 30 + } + }, + "shrubs_and_flowers": { "sequence": 1, "chance": 15, "clear_types": false, "types": { "t_region_shrub": 80, "f_region_weed": 30 } }, + "clutter": { + "sequence": 2, + "chance": 75, + "clear_types": false, + "types": { "t_trunk": 1, "f_boulder_small": 2, "f_boulder_medium": 1 } + }, + "water": { + "sequence": 3, + "chance": 2, + "clear_types": false, + "types": { "t_swater_sh": 6, "t_swater_dp": 1, "t_water_murky": 12 } + } + }, + "clear_terrain_furniture": false, + "terrain_furniture": { "t_water_murky": { "chance": 2, "clear_furniture": false, "furniture": { "f_region_water_plant": 1 } } } + } + }, + "forest_trail_settings": { + "chance": 2, + "border_point_chance": 2, + "minimum_forest_size": 100, + "random_point_min": 4, + "random_point_max": 50, + "random_point_size_scalar": 100, + "trailhead_chance": 1, + "trailhead_road_distance": 6, + "trail_center_variance": 3, + "trail_width_offset_min": 1, + "trail_width_offset_max": 3, + "clear_trail_terrain": false, + "trail_terrain": { "t_dirt": 1 }, + "trailheads": { "trailhead_basic": 1 } + }, + "map_extras": { + "forest": { + "chance": 20, + "extras": { + "mx_portal": 3, + "mx_crater": 10, + "mx_portal_in": 3, + "mx_grass": 20, + "mx_grass2": 40, + "mx_spider": 200, + "mx_nest_wasp": 100, + "mx_grove": 500, + "mx_shrubbery": 500, + "mx_clearcut": 125, + "mx_pond": 125, + "mx_pond_forest": 125, + "mx_pond_forest_2": 125, + "mx_clay_deposit": 125, + "mx_point_dead_vegetation": 500, + "mx_point_burned_ground": 500 + } + }, + "forest_thick": { + "chance": 20, + "extras": { + "mx_portal": 3, + "mx_crater": 10, + "mx_portal_in": 3, + "mx_grass": 10, + "mx_grass2": 20, + "mx_shia": 1, + "mx_spider": 200, + "mx_nest_wasp": 100, + "mx_jabberwock": 1, + "mx_grove": 500, + "mx_shrubbery": 500, + "mx_clearcut": 125, + "mx_pond": 125, + "mx_pond_forest": 125, + "mx_pond_forest_2": 125, + "mx_clay_deposit": 125, + "mx_point_dead_vegetation": 500, + "mx_point_burned_ground": 500 + } + }, + "forest_water": { + "chance": 20, + "//": "weights normalised to around 1000", + "extras": { + "mx_portal": 8, + "mx_crater": 20, + "mx_portal_in": 7, + "mx_spider": 200, + "mx_grass": 10, + "mx_grass2": 20, + "mx_pond": 240, + "mx_pond_swamp": 240, + "mx_pond_swamp_2": 240, + "mx_clay_deposit": 140, + "mx_point_dead_vegetation": 60, + "mx_nest_dermatik": 50 + } + }, + "field": { + "chance": 6, + "extras": { + "mx_portal": 1, + "mx_crater": 15, + "mx_portal_in": 1, + "mx_point_dead_vegetation": 50, + "mx_grass": 350, + "mx_grass2": 350, + "mx_trees": 50, + "mx_trees2": 80, + "mx_Trapdoor_spider_den": 4, + "mx_pond": 20, + "mx_point_burned_ground": 50, + "mx_nest_wasp": 5 + } + }, + "road": { "chance": 750, "extras": { "mx_bandits_block": 80, "mx_portal": 5, "mx_crater": 10, "mx_portal_in": 4 } }, + "marloss": { "chance": 20, "extras": { "mx_marloss_pilgrimage": 100 } }, + "river": { "chance": 3, "extras": { "mx_reed": 100 } }, + "lake_shore": { "chance": 2, "extras": { "mx_reed": 100 } } + }, + "city": { + "shop_radius": 0, + "shop_sigma": 0, + "park_radius": 0, + "park_sigma": 0, + "houses": { "house_w_1": 50 }, + "parks": { "small_wooded_trail": 300 }, + "shops": { "s_gas": 700 } + }, + "weather": { + "base_temperature": 6.5, + "base_humidity": 70.0, + "base_pressure": 1015.0, + "base_wind": 3.4, + "base_wind_distrib_peaks": 80, + "base_wind_season_variation": 50, + "weather_types": [ + "clear", + "sunny", + "cloudy", + "light_drizzle", + "drizzle", + "rain", + "thunder", + "lightning", + "flurries", + "snowing", + "snowstorm", + "portal_storm" + ] + }, + "overmap_feature_flag_settings": { "clear_blacklist": false, "blacklist": [ "LAB" ], "clear_whitelist": false, "whitelist": [ ] } + } +] diff --git a/data/mods/innawood/itemgroups/Location_MapExtras_locations.json b/data/mods/innawood/itemgroups/Location_MapExtras_locations.json new file mode 100644 index 0000000000000..31e92214aa661 --- /dev/null +++ b/data/mods/innawood/itemgroups/Location_MapExtras_locations.json @@ -0,0 +1,41 @@ +[ + { + "type": "item_group", + "id": "cave_minerals", + "subtype": "distribution", + "entries": [ + { "item": "coal_lump", "prob": 20, "count": [ 1, 10 ] }, + { "item": "rock", "prob": 40, "count": [ 1, 10 ] }, + { "item": "rock_large", "prob": 10, "count": [ 1, 10 ] }, + { "item": "rock_flaking", "prob": 20, "count": [ 1, 10 ] }, + { "item": "material_shrd_limestone", "prob": 40, "count": [ 1, 10 ] }, + { "item": "material_limestone", "prob": 40, "count": [ 1, 10 ] }, + { "item": "material_niter", "prob": 5, "count": [ 1, 10 ] }, + { "item": "chunk_sulfur", "prob": 5, "count": [ 1, 10 ] }, + { "item": "material_rocksalt", "prob": 5, "count": [ 1, 10 ] }, + { "item": "material_rhodonite", "prob": 5, "count": [ 1, 10 ] }, + { "item": "material_zincite", "prob": 5, "count": [ 1, 10 ] } + ] + }, + { + "type": "item_group", + "id": "field", + "items": [ [ "rock", 400000 ], [ "rock_flaking", 100000 ], [ "rock_large", 50000 ], [ "sharp_rock", 50000 ] ] + }, + { + "type": "item_group", + "id": "forest", + "items": [ + [ "rock", 400000 ], + [ "rock_flaking", 50000 ], + [ "rock_large", 50000 ], + [ "stick", 950000 ], + [ "pine_bough", 200000 ], + [ "acorns", 150000 ], + [ "pinecone", 50000 ], + [ "juniper", 50000 ], + [ "hickory_root", 30000 ], + [ "hickory_nut", 50000 ] + ] + } +] diff --git a/data/mods/innawood/itemgroups/monster_drops_lairs.json b/data/mods/innawood/itemgroups/monster_drops_lairs.json new file mode 100644 index 0000000000000..cef9525cfc7cc --- /dev/null +++ b/data/mods/innawood/itemgroups/monster_drops_lairs.json @@ -0,0 +1,77 @@ +[ + { + "type": "item_group", + "id": "ant_food_innawood", + "subtype": "distribution", + "entries": [ + { "item": "meat", "prob": 50 }, + { "item": "veggy", "prob": 30 }, + { "item": "meat_tainted", "prob": 60 }, + { "item": "veggy_tainted", "prob": 35 }, + { "item": "apple", "prob": 70 }, + { "item": "orange", "prob": 65 }, + { "item": "banana", "prob": 40 }, + { "item": "mushroom", "prob": 4 }, + { "item": "blueberries", "prob": 3 }, + { "item": "strawberries", "prob": 2 }, + { "item": "cucumber", "prob": 8 }, + { "item": "tomato", "prob": 9 }, + { "item": "pumpkin", "prob": 8 }, + { "item": "broccoli", "prob": 9 }, + { "item": "zucchini", "prob": 7 }, + { "item": "celery", "prob": 2 }, + { "item": "onion", "prob": 3 }, + { "item": "carrot", "prob": 3 }, + { "item": "potato", "prob": 10 }, + { "item": "pear", "prob": 65 }, + { "item": "grapefruit", "prob": 1 }, + { "item": "cherries", "prob": 5 }, + { "item": "plums", "prob": 9 }, + { "item": "grapes", "prob": 45 }, + { "item": "pineapple", "prob": 2 }, + { "item": "peach", "prob": 1 }, + { "item": "cranberries", "prob": 15 }, + { "item": "watermelon", "prob": 2 }, + { "item": "melon", "prob": 1 }, + { "item": "raspberries", "prob": 3 }, + { "item": "blackberries", "prob": 3 }, + { "item": "mango", "prob": 1 }, + { "item": "pomegranate", "prob": 1 }, + { "item": "rhubarb", "prob": 5 }, + { "item": "papaya", "prob": 1 }, + { "item": "kiwi", "prob": 2 }, + { "item": "apricot", "prob": 1 }, + { "item": "honeycomb", "prob": 10 }, + { "item": "royal_jelly", "prob": 8 }, + { "item": "rock", "prob": 40 }, + { "item": "rock_large", "prob": 5 }, + { "item": "stick", "prob": 95 }, + { "item": "honey_ant", "prob": 30 }, + { "item": "honeydew", "prob": 30 } + ] + }, + { + "type": "item_group", + "id": "spider_innawood", + "magazine": 100, + "subtype": "distribution", + "entries": [ + { "item": "meat", "prob": 50 }, + { "item": "meat_tainted", "prob": 60 }, + { "item": "weed", "prob": 20 }, + { "item": "seed_weed", "prob": 15 }, + { "item": "seed_tobacco", "prob": 5 }, + { "item": "rope_30", "prob": 35 }, + { "item": "stick", "prob": 95 }, + { "item": "bee_sting", "prob": 5 }, + { "item": "chitin_piece", "prob": 10 }, + { "item": "honeycomb", "prob": 10 } + ] + }, + { + "type": "item_group", + "id": "hive", + "subtype": "distribution", + "entries": [ { "item": "honeycomb", "prob": 100000 } ] + } +] diff --git a/data/mods/innawood/itemgroups/trash_and_debris.json b/data/mods/innawood/itemgroups/trash_and_debris.json new file mode 100644 index 0000000000000..ac4896fdb8acd --- /dev/null +++ b/data/mods/innawood/itemgroups/trash_and_debris.json @@ -0,0 +1,31 @@ +[ + { + "type": "item_group", + "id": "trash_forest", + "//": "Naturally occuring glass is considered to be from lightning strikes, maybe?", + "//2": "Naturally occuring metal is considered to be sufficiently pure nuggets", + "items": [ + [ "rock", 80000 ], + [ "rock_flaking", 80000 ], + [ "stick", 80000 ], + [ "acorns", 80000 ], + [ "pinecone", 80000 ], + { "item": "withered", "prob": 80000, "count-min": 1, "count-max": 10 }, + { "item": "plant_fibre", "prob": 80000, "count-min": 1, "count-max": 10 }, + [ "straw_pile", 80000 ], + [ "tanbark", 80000 ], + [ "rock_large", 70000 ], + [ "ceramic_shard", 10000 ], + [ "pine_bough", 70000 ], + [ "splinter", 70000 ], + [ "hickory_root", 65000 ], + [ "hickory_nut", 65000 ], + [ "tinder", 50000 ], + { "item": "feather", "prob": 40000, "count-min": 1, "count-max": 10 }, + [ "bone", 30000 ], + [ "steel_lump", 3000 ], + [ "steel_chunk", 3000 ], + { "item": "glass_shard", "prob": 3000 } + ] + } +] diff --git a/data/mods/innawood/items_fake.json b/data/mods/innawood/items_fake.json new file mode 100644 index 0000000000000..0af464e29c6b4 --- /dev/null +++ b/data/mods/innawood/items_fake.json @@ -0,0 +1,8 @@ +[ + { + "id": "bloomery", + "copy-from": "fake_item", + "type": "TOOL", + "name": { "str": "bloomery" } + } +] diff --git a/data/mods/innawood/items_generic.json b/data/mods/innawood/items_generic.json new file mode 100644 index 0000000000000..88122b84d9097 --- /dev/null +++ b/data/mods/innawood/items_generic.json @@ -0,0 +1,18 @@ +[ + { + "type": "GENERIC", + "id": "iron_ore", + "symbol": ",", + "color": "brown", + "name": { "str": "iron ore" }, + "category": "spare_parts", + "description": "A chunk of iron-rich earth. Could be refined with a bloomery.", + "price": 531, + "bashing": 7, + "price_postapoc": 10, + "material": [ "iron" ], + "weight": "1000 g", + "volume": "235 ml", + "to_hit": -1 + } +] diff --git a/data/mods/innawood/mapgen/ants.json b/data/mods/innawood/mapgen/ants.json new file mode 100644 index 0000000000000..67aadbd67b6c5 --- /dev/null +++ b/data/mods/innawood/mapgen/ants.json @@ -0,0 +1,46 @@ +[ + { + "type": "mapgen", + "method": "json", + "om_terrain": "ants_food", + "weight": 5000, + "object": { + "fill_ter": "t_dirt_underground", + "rows": [ + "####### #######", + "####### #######", + "####### #######", + "###### #######", + "####### #######", + "###### ######", + "###### #####", + "##### ####", + "#### #####", + "##### #####", + "#### ####", + "#### ####", + "### ###", + "### ####", + "#### ######", + "####### #####", + "######### ####", + "######## ######", + "####### ######", + "######## #####", + "########## ########", + "############ ##########", + "########################", + "########################" + ], + "terrain": { "#": "t_soil" }, + "place_nested": [ + { "chunks": [ "ant_tunnel_bounds_h" ], "x": [ 4, 6 ], "y": 0 }, + { "chunks": [ "ant_tunnel_bounds_h" ], "x": [ 4, 6 ], "y": 1 }, + { "chunks": [ "ant_tunnel_bounds_h" ], "x": [ 4, 6 ], "y": 2 }, + { "chunks": [ "ant_tunnel_bounds_h" ], "x": [ 4, 6 ], "y": 3 }, + { "chunks": [ "ant_tunnel_bounds_h" ], "x": [ 4, 6 ], "y": 4 } + ], + "items": { " ": { "item": "ant_food_innawood", "chance": 4 } } + } + } +] diff --git a/data/mods/innawood/mapgen/cave.json b/data/mods/innawood/mapgen/cave.json new file mode 100644 index 0000000000000..9d8c050b04efd --- /dev/null +++ b/data/mods/innawood/mapgen/cave.json @@ -0,0 +1,770 @@ +[ + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_innawood" ], + "weight": 1000, + "object": { + "rotation": [ 0, 3 ], + "rows": [ + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........%%%%%%%%%.......", + ".......%%|||||||%%......", + ".......%|||||||||%......", + ".......%||||,,<||%......", + ".......%|||,,||||%......", + ".......%|||,,||||%......", + ".......%%|||,,||%%......", + "........%%%%;;%%%.......", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................" + ], + "terrain": { + ".": [ [ "t_region_groundcover_forest", 4 ], [ "t_region_tree", 1 ] ], + "|": "t_rock", + ",": "t_rock_roof", + "%": [ "t_rock", "t_region_groundcover_forest" ], + ";": "t_dirt", + "<": "t_slope_down" + }, + "furniture": { }, + "nested": { "U": { "chunks": [ [ "roof_6x6_garden_1", 50 ], [ "roof_6x6_garden_2", 50 ] ] } } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_innawood" ], + "weight": 1000, + "object": { + "rotation": [ 0, 3 ], + "rows": [ + "........................", + "........................", + "........................", + ".....%%%%%%%%%%%%%%%....", + "....%||||||||||||||%%...", + "....%|,,,,,,,,,,,,||%...", + "....%|,,,||||||||,,|%...", + "....%|,,|||||||||,,|%...", + "....%|<||,,,,||||,,|%...", + "....%|||,,||,,|||,,|%...", + "....%|||,,|||,,,,,,|%...", + "....%|||,,||||||||||%...", + "....%|||,,,,,,||||||%...", + "....%|||,,|||,,|||||%...", + "....%|||,,||||,,||||%...", + "....%||,,,|||||,,|||%...", + "....%|,,,,|||||,,|||%...", + "....%||||||,,,,,,|||%...", + "....%|||||,,||||||||%...", + "....%%|||;;||||||||%%...", + ".....%%%%;;%%%%%%%%%....", + "........................", + "........................", + "........................" + ], + "terrain": { + ".": [ [ "t_region_groundcover_forest", 4 ], [ "t_region_tree", 1 ] ], + "|": "t_rock", + "%": [ "t_rock", "t_region_groundcover_forest" ], + ";": "t_dirt", + ",": "t_rock_roof", + "<": "t_slope_down" + }, + "furniture": { } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_innawood" ], + "weight": 1000, + "object": { + "rotation": [ 0, 3 ], + "rows": [ + "........................", + "........................", + "........................", + ".....%%%%%%%%%%%%%%%....", + "....%||||||||||||||%%...", + "....%|,,,WW,,,,WW,||%...", + "....%|,,,||||||||,,|%...", + "....%|WW|||||||||,,|%...", + "....%|<||W,,,||||,,|%...", + "....%|||,W||,,|||,,|%...", + "....%|||,,|||,,,W,,|%...", + "....%|||,,||||||||||%...", + "....%|||,,,W,,||||||%...", + "....%|||,,|||,,|||||%...", + "....%|||,,||||,W||||%...", + "....%||WWW|||||W,|||%...", + "....%|WWWW|||||,,|||%...", + "....%||||||,,,,,,|||%...", + "....%|||||,,||||||||%...", + "....%%|||;;||||||||%%...", + ".....%%%%;;%%%%%%%%%....", + "........................", + "........................", + "........................" + ], + "terrain": { + ".": [ [ "t_region_groundcover_forest", 4 ], [ "t_region_tree", 1 ] ], + "|": "t_rock", + "%": [ "t_rock", "t_region_groundcover_forest" ], + ";": "t_dirt", + ",": "t_rock_roof", + "W": "t_rock_roof", + "<": "t_slope_down" + }, + "furniture": { }, + "fields": { "W": { "field": "fd_web", "intensity": 2, "age": 10 } }, + "monsters": { "W": { "monster": "GROUP_SPIDER", "chance": 2, "density": 0.01 } } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_innawood" ], + "weight": 1000, + "object": { + "rotation": [ 0, 3 ], + "rows": [ + "........................", + "........................", + "........................", + ".....%%%%%%%%%%%%%%%....", + "....%||||||||||||||%%...", + "....%|,||||,,,W,||||%...", + "....%|,,||,,|||,,|||%...", + "....%||,,,,|||||,,||%...", + "....%||||||||,,W,,||%...", + "....%|,|,,,,||||,,||%...", + "....%|,|W||,,||||,,,;...", + "....%,,|,,||,<|||,,,;...", + "....%|W||,,||||,,,||%...", + "....%|,,||,,|||,,|||%...", + "....%||,,||,,W,,||,|%...", + "....%|||,,|,|||,||,|%...", + "....%||||,,,|||,,W,|%...", + "....%||||,||||||||||%...", + "....%|||,,,,W,,,,,||%...", + "....%%|||||||||||||%%...", + ".....%%%%%%%%%%%%%%%....", + "........................", + "........................", + "........................" + ], + "terrain": { + ".": [ [ "t_region_groundcover_forest", 4 ], [ "t_region_tree", 1 ] ], + "|": "t_rock", + "%": [ "t_rock", "t_region_groundcover_forest" ], + ";": "t_dirt", + ",": "t_rock_roof", + "W": "t_rock_roof", + "<": "t_slope_down" + }, + "fields": { "W": { "field": "fd_web", "intensity": 1, "age": 10 } }, + "furniture": { } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_innawood" ], + "weight": 1000, + "object": { + "rotation": [ 0, 3 ], + "rows": [ + "........................", + "........................", + "........................", + ".....%%%%%%%%%%%%%%%....", + "....%||||||||||||||%%...", + "....%|,||||,,,,B||||%...", + "....%|,,||BB|||B,|||%...", + "....%||,,,,|||||,,||%...", + "....%||||||||,,B,,||%...", + "....%|,|,,,,||||,,||%...", + "....%|,|,||,,||||,,,;...", + "....%,,|BB||,<|||,,,;...", + "....%|,||,,||||,,,||%...", + "....%|,B||,,|||,,|||%...", + "....%||,,||,BBB,||,|%...", + "....%|||,,|,|||,||,|%...", + "....%||||,,,|||,,,,|%...", + "....%||||,||||||||||%...", + "....%|||BB,,,,,,,,||%...", + "....%%|||||||||||||%%...", + ".....%%%%%%%%%%%%%%%....", + "........................", + "........................", + "........................" + ], + "terrain": { + ".": [ [ "t_region_groundcover_forest", 4 ], [ "t_region_tree", 1 ] ], + "|": "t_rock", + "%": [ "t_rock", "t_region_groundcover_forest" ], + ";": "t_dirt", + ",": "t_rock_roof", + "B": "t_rock_roof", + "<": "t_slope_down" + }, + "furniture": { }, + "monster": { "B": { "monster": "mon_bat" } } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_innawood" ], + "weight": 1000, + "object": { + "rotation": [ 0, 3 ], + "rows": [ + "........................", + "........................", + "........................", + ".....%%%%%%%%%%%%%%%....", + "....%||||||||||||||%%...", + "....%|,||||,,W,,||||%...", + "....%|,,||,,|||,,|||%...", + "....%||,,W,|||||,,||%...", + "....%||||||||,,,,,||%...", + "....%|,|,,,,||||,,||%...", + "....%|W|,||,B||||,,,;...", + "....%,,|,,||,<|||,,,;...", + "....%|,||,,||||,,,||%...", + "....%|,,||,,|||,,|||%...", + "....%||,,||,,,,,||,|%...", + "....%|||,,|,|||W||,|%...", + "....%||||,W,|||,,,,|%...", + "....%||||,||||||||||%...", + "....%|||,,,,,,,W,,||%...", + "....%%|||||||||||||%%...", + ".....%%%%%%%%%%%%%%%....", + "........................", + "........................", + "........................" + ], + "terrain": { + ".": [ [ "t_region_groundcover_forest", 4 ], [ "t_region_tree", 1 ] ], + "|": "t_rock", + "%": [ "t_rock", "t_region_groundcover_forest" ], + ";": "t_dirt", + ",": "t_rock_roof", + "B": "t_rock_roof", + "W": "t_rock_roof", + "<": "t_slope_down" + }, + "furniture": { }, + "fields": { "W": { "field": "fd_web", "intensity": 1, "age": 10 } }, + "monster": { "B": { "monster": "mon_bear" } } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_innawood" ], + "weight": 1000, + "object": { + "rotation": [ 0, 3 ], + "rows": [ + "........................", + ".........%%%%%%%........", + "........%|||||||%.......", + ".......%|||||||||%......", + "......%|||||,,,,||%.....", + ".....%||||||W||,,||%....", + "....%||,,,,,,|||,,||%...", + "...%||,,||||,,|||,,||%..", + "..%|||W||||||,,|||,,||%.", + ".%||||,,,,,|||,,|||<||%.", + ".%|||||||||||||,,|||||%.", + ".%||||,,,,,,W,,,,,,,,,;.", + ".%|||,,|||,||,,,,,,,,,;.", + ".%||,,||||,|||,,,,,|||%.", + ".%||W|||||,||||,,,||||%.", + "..%|||,|||W|||||,|||||%.", + "...%||,,||,,,||||||||%..", + "....%||,,|||,,||||||%...", + ".....%||,,|||,,||||%....", + "......%||,,|||,,||%.....", + ".......%||,,W,,||%......", + "........%|||||||%.......", + ".........%%%%%%%........", + "........................" + ], + "terrain": { + ".": [ [ "t_region_groundcover_forest", 4 ], [ "t_region_tree", 1 ] ], + "|": "t_rock", + "%": [ "t_rock", "t_region_groundcover_forest" ], + ";": "t_dirt", + ",": "t_rock_roof", + "B": "t_rock_roof", + "W": "t_rock_roof", + "<": "t_slope_down" + }, + "fields": { "W": { "field": "fd_web", "intensity": 1, "age": 10 } }, + "furniture": { } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_innawood" ], + "weight": 1000, + "object": { + "rotation": [ 0, 3 ], + "rows": [ + "........................", + ".........%%%%%%%........", + "........%|||||||%.......", + ".......%|||||||||%......", + "......%|||||,,W,||%.....", + ".....%||||||,||,,||%....", + "....%||,,W,,,|||,,||%...", + "...%||,,||||,,|||,W||%..", + "..%|||,||||||,,|||,,||%.", + ".%||||,,W,,|||,,|||<||%.", + ".%|||||||||||||,,|||||%.", + ".%||||,,,,,W,,,,,,,,,,;.", + ".%|||,,|||,||,,,,,,,,,;.", + ".%||,,||||,|||,,,,,|||%.", + ".%||W|||||,||||,B,||||%.", + "..%|||,|||,|||||B|||||%.", + "...%||,,||,W,||||||||%..", + "....%||,,|||,,||||||%...", + ".....%||,,|||,,||||%....", + "......%||,,|||,,||%.....", + ".......%||,,W,,||%......", + "........%|||||||%.......", + ".........%%%%%%%........", + "........................" + ], + "terrain": { + ".": [ [ "t_region_groundcover_forest", 4 ], [ "t_region_tree", 1 ] ], + "|": "t_rock", + "%": [ "t_rock", "t_region_groundcover_forest" ], + ";": "t_dirt", + ",": "t_rock_roof", + "B": "t_rock_roof", + "W": "t_rock_roof", + "<": "t_slope_down" + }, + "furniture": { }, + "fields": { "W": { "field": "fd_web", "intensity": 1, "age": 10 } }, + "monster": { "B": { "monster": "mon_cougar" } } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_innawood" ], + "weight": 50, + "object": { + "rotation": [ 0, 3 ], + "rows": [ + "........................", + "........................", + "........................", + "........................", + "........................", + ".....%%%%%%%%%%%%%%%....", + "....%%||||||||||||||%...", + "....%|||,,,,,,||||||%...", + "....%|||,,|||,,|||||%...", + "....%|||,,||||,,||||%...", + "....%||,,,|||||,,|||%...", + "....%||,,,|||||,,|||%...", + "....%||||||,,,,,q|||%...", + "....%|||||,,||||||||%...", + "....%%|||;;||||||||%%...", + ".....%;;|;;;;;%%%%%%....", + "......~!?~~!RR?R!.......", + ".....RR~~RR.?!~~R.......", + "....!.??!~~RR~?!!.......", + ".....~.RR?RR?~R.?.......", + ".....!?RR~~~R!RRR.......", + ".....RR~?R!~~?..........", + "......!.................", + "........................" + ], + "terrain": { + ".": [ [ "t_region_groundcover_forest", 4 ], [ "t_region_tree", 1 ] ], + "|": "t_rock", + "%": [ "t_rock", "t_region_groundcover_forest" ], + ";": "t_rock_floor_no_roof", + "!": "t_rock_floor_no_roof", + "?": "t_rock_floor_no_roof", + "#": "t_rock_floor_no_roof", + "~": "t_rock_floor_no_roof", + "@": "t_rock_roof", + ",": "t_rock_roof", + "q": "t_rock_roof", + "R": "t_rock_floor_no_roof" + }, + "furniture": { "R": [ [ "f_boulder_small", 1 ], [ "f_null", 10 ] ] }, + "item": { "~": { "item": "bone", "chance": 50, "repeat": [ 1, 3 ] } }, + "fields": { + "!": { "field": "fd_gibs_flesh", "intensity": 2, "age": 10 }, + "?": { "field": "fd_blood", "intensity": 2, "age": 10 }, + "#": { "field": "fd_blood", "intensity": 3, "age": 10 } + }, + "monster": { "q": { "monster": "mon_rabbit_dreadful" } } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_underground_innawood" ], + "weight": 50, + "object": { + "rotation": [ 0, 3 ], + "rows": [ + "........................", + ".......~~~~~~~~~~~......", + "......~~~~~~~~~~~~~.....", + "......~~~~~~~~~~~~~.....", + "......~~~~......~~~.....", + ".....~~~~~~.....~~~.....", + "....~~~~~~~~....~~~~....", + "......~~~~~~~..~~~~~....", + "....~~~~~~~~..~~~~~~....", + "....~~~~~~~~..~~~~~.....", + ".....~~~~~~~..~~~~~.....", + "..............~~~~~~....", + "............~~~~~~~.....", + "...........~~~~~~~......", + "....~~~~~~~~~~~~~~~~....", + ".....~~~~~~~~~~~~~~.....", + ".......~~~~~~~~~~~......", + ".......~~~~~~~~~~~......", + "........~~~~~~~~~~......", + ".........~~~~~~~~.......", + "..........~~~~~~~.......", + "............,...........", + "............,...........", + "............>..........." + ], + "terrain": { ".": "t_soil", ",": "t_dirt_underground", "W": "t_dirt_underground", ">": "t_slope_up", "~": "t_water_dp" }, + "furniture": { "W": "f_boulder_small" }, + "monster": { + "~": [ + { "monster": "mon_sewer_fish", "chance": 1 }, + { "monster": "mon_mutant_salmon", "chance": 1 }, + { "monster": "mon_mutant_carp", "chance": 1 } + ] + } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_underground_innawood" ], + "weight": 1000, + "object": { + "fill_ter": "t_dirt_underground", + "rotation": [ 0, 3 ], + "rows": [ + "........................", + "........................", + "...............~~~~~~...", + "..............~~~~~~~~..", + "..............~~~~~~~~..", + "............~~~~~~~~~~..", + "...........~~~~~~~~~~~..", + "...........~~~~~~~~~~~..", + "...........~~~~~~~~~~...", + ".........~~~~~~~~.......", + "..~~~~~~~~~~~~~~~.......", + "....~~~~~~~~~~~~~~~~~~..", + "..~~~~~~~~~~~~~~~~~~~~~.", + "..~~~~~~~~~~~~~~~~~~~~~.", + "...~~~~~~~~~~~~~~~~~~~..", + "....~~~~~~~~~~~~........", + "....~~~~~.,,,,,.........", + "..~~~~~~~..,,,..........", + "..~~~~~~~...,...........", + "...~~~~~~...,...........", + ".....~~~....,...........", + "............,...........", + "............,...........", + "............>..........." + ], + "terrain": { ".": "t_soil", ",": "t_dirt_underground", ">": "t_slope_up" }, + "furniture": { }, + "items": { "~": [ { "item": "monparts", "chance": 2 }, { "item": "trash_forest", "chance": 2 } ] } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_underground_innawood" ], + "weight": 800, + "object": { + "fill_ter": "t_dirt_underground", + "rotation": [ 0, 3 ], + "rows": [ + "........................", + ".......... .....", + "... ... ....... ....", + "... .. .. .. .. ...", + "... ... .. .. ..", + "... .... ... M .. ..", + "... .... .. .. ..", + ".... .... .. .. ..", + "..... .... ...... ...", + "...... .... ....", + "....... ...............", + "....... ......", + ".... ........ .....", + ".... ............. ....", + ".... .............. ...", + ".. .............. ...", + ".. .. ............. ...", + ".. ... ...... ...", + ".. .......... .... ...", + ".. .......... ....", + "... ........ .........", + ".... ..........", + "............ ...........", + "............>..........." + ], + "terrain": { ".": "t_soil", " ": "t_dirt_underground", ">": "t_slope_up" }, + "furniture": { }, + "monster": { "M": { "monster": "mon_nakedmolerat_giant" }, " ": { "monster": "mon_nakedmolerat_giant", "chance": 2 } } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_underground_innawood" ], + "weight": 500, + "object": { + "fill_ter": "t_dirt_underground", + "rotation": [ 0, 3 ], + "rows": [ + "........................", + "........................", + "...........!!!!!!.......", + ".........!!!!!!!!!......", + ".........!!!!!!!!!......", + ".........!!!!!!!!!......", + ".......!!!,,,,,,!.......", + "........!!!!..,,,!......", + ".........!!,..,,,!!.....", + "..........,,,,,,,!......", + "..........,,,,,,,.......", + "..........,,,,,,,.......", + "..........,,,,,,,.......", + ".........,,,,.,,,.......", + ".........,,,,...,.......", + ".........,,,,...,.......", + ".........,,,,...,.......", + ".........,,,,...,.......", + ".........,,,,...,.......", + ".........,,,,..,,.......", + ".........,,,..,,........", + "..........,,.,,.........", + "...........,,,..........", + "............>..........." + ], + "terrain": { ".": "t_soil", ",": "t_dirt_underground", "!": "t_dirt_underground", ">": "t_slope_up" }, + "furniture": { } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_underground_innawood" ], + "weight": 250, + "object": { + "fill_ter": "t_dirt_underground", + "rotation": [ 0, 3 ], + "rows": [ + "........................", + "........................", + "..... 11 13 1111111..", + "...11 ......... ..", + "...11 ......... ...", + "....1 ..........1111..", + "....... ..........4....", + "........ ...... ....", + "..........2..... ......", + "..........1.... .......", + "......... ....1........", + "........ .....5........", + ".......11......1........", + ".... ..... .11...", + "... .... ..", + "...11 ... ...", + "..... ........ ..", + "...111111............ .", + "... ..... ... .", + ".... ..... .", + "............ .... .", + "............6.... .", + "............ .... . .", + "............>..........." + ], + "terrain": { ".": "t_soil", " ": "t_dirt_underground", ">": "t_slope_up" }, + "furniture": { }, + "fields": { + "1": { "field": "fd_web", "intensity": 1, "age": 10 }, + "2": { "field": "fd_web", "intensity": 1, "age": 10 }, + "3": { "field": "fd_web", "intensity": 1, "age": 10 }, + "4": { "field": "fd_web", "intensity": 1, "age": 10 }, + "5": { "field": "fd_web", "intensity": 1, "age": 10 }, + "6": { "field": "fd_web", "intensity": 1, "age": 10 } + } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_underground_innawood" ], + "weight": 700, + "object": { + "fill_ter": "t_dirt_underground", + "rotation": [ 0, 3 ], + "rows": [ + "........................", + ".......11111111111......", + ".....111 1111....", + ".....111 111....", + "....111 111....", + "...11 11...", + "...11 11...", + "...11 11...", + "...11 11...", + "...11 11...", + "...11111 1111...", + "......11 1......", + "........ .......", + "........ .......", + "........ .......", + "........ .......", + ".......... .........", + "........... ..........", + "........... ..........", + "........... ..........", + "........... ..........", + "........... ..........", + "........... ..........", + "............>..........." + ], + "terrain": { ".": "t_soil", " ": "t_dirt_underground", ">": "t_slope_up", "2": "t_railroad_track_small" }, + "furniture": { }, + "items": { "1": { "item": "cave_minerals", "chance": 40, "repeat": [ 1, 3 ] } }, + "monsters": { " ": { "monster": "GROUP_CAVE", "chance": 2 } } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_rat_underground_innawood" ], + "object": { + "fill_ter": "t_dirt_underground", + "rotation": [ 0, 3 ], + "rows": [ + "1...........2...........", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........... ............", + "........... ............", + "........... ............", + "...... >............", + "3...........4...........", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "...................... ", + "...................... <" + ], + "terrain": { ".": "t_soil", " ": "t_dirt_underground", ">": "t_slope_up", "<": "t_slope_down" }, + "furniture": { }, + "nested": { + "1": { "chunks": [ "cave_nw" ] }, + "2": { "chunks": [ "cave_ne" ] }, + "3": { "chunks": [ "cave_sw" ] }, + "4": { "chunks": [ "cave_se" ] } + } + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "cave_rat_innawood" ], + "object": { + "fill_ter": "t_rock_floor", + "rotation": [ 0, 3 ], + "rows": [ + "........................", + ".........%%%%%%%........", + "........%%%%%%%%%.......", + ".......%%%.....%%%......", + "......%%%%.lll.%%%%.....", + ".....%%%%%.l l.%%%%%....", + "....%%%%%%.l l.%%%%%%...", + "...%%%||||.. ..||||%%%..", + "..%%%||||||. .||||||%%%.", + ".%%%%||||rr rr||||%%%.", + ".%%%%||||rr rr||||%%%.", + ".%%%%|||| ||||%%%.", + ".%%%%|||| K ||||%%%.", + ".%%%%|||| ||||%%%.", + ".%%%%||||rr rr||||%%%.", + "..%%%||||rr rr||||%%%.", + "...%%%||||| |||||%%%..", + "....%%%|||| ||||%%%...", + ".....%%%%%% %%%%%%....", + "......%%%%%%<%%%%%%.....", + ".......%%%%%%%%%%%......", + "........%%%%%%%%%.......", + ".........%%%%%%%........", + "........................" + ], + "terrain": { + " ": "t_rock_floor", + ".": "t_rock", + "|": [ [ "t_rock", 20 ], [ "t_rock_floor", 80 ] ], + "%": [ "t_rock", "t_rock_floor" ], + "<": "t_slope_up" + }, + "furniture": { }, + "monster": { "K": { "monster": "mon_rat_king" }, "r": { "monster": "mon_sewer_rat" } }, + "item": { "l": { "item": "bone", "chance": 50, "repeat": [ 1, 3 ] } } + } + }, + { + "id": "archeology_tools", + "type": "item_group", + "subtype": "collection", + "entries": [ { "item": "bone", "prob": 75 } ] + } +] diff --git a/data/mods/innawood/mapgen/spider_pit.json b/data/mods/innawood/mapgen/spider_pit.json new file mode 100644 index 0000000000000..2d820afbabb68 --- /dev/null +++ b/data/mods/innawood/mapgen/spider_pit.json @@ -0,0 +1,86 @@ +[ + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "spider_pit" ], + "weight": 250, + "object": { + "rows": [ + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "............>...........", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................", + "........................" + ], + "terrain": { ".": [ [ "t_region_groundcover_forest", 50 ], [ "t_region_shrub", 2 ], "t_region_tree" ], ">": "t_slope_down" }, + "traps": { ".": [ [ "tr_null", 20 ], "tr_sinkhole" ] }, + "items": { ".": { "item": "forest", "chance": 2 } }, + "place_fields": [ + { "field": "fd_web", "x": [ 1, 22 ], "y": [ 1, 22 ], "repeat": 60 }, + { "field": "fd_web", "x": [ 8, 15 ], "y": [ 8, 15 ], "repeat": 60 } + ], + "place_monsters": [ { "monster": "GROUP_SPIDER", "x": [ 1, 22 ], "y": [ 1, 22 ], "density": 0.5 } ] + } + }, + { + "type": "mapgen", + "method": "json", + "om_terrain": [ "spider_pit_under" ], + "weight": 250, + "object": { + "rows": [ + "########################", + "##????????????????????##", + "#??????????????????????#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??.........<........??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??..................??#", + "#??????????????????????#", + "##????????????????????##", + "########################" + ], + "terrain": { "#": "t_rock", "?": [ [ "t_rock", 2 ], "t_rock_floor" ], ".": "t_rock_floor", "<": "t_slope_up" }, + "furniture": { ".": [ [ "f_null", 20 ], "f_egg_sackws" ] }, + "items": { ".": { "item": "spider", "chance": 2 } }, + "place_fields": [ + { "field": "fd_web", "x": [ 3, 20 ], "y": [ 3, 20 ], "repeat": 60 }, + { "field": "fd_web", "x": [ 8, 15 ], "y": [ 8, 15 ], "repeat": 60 } + ], + "place_monsters": [ { "monster": "GROUP_SPIDER", "x": [ 3, 20 ], "y": [ 3, 20 ], "density": 1 } ] + } + } +] diff --git a/data/mods/innawood/modinfo.json b/data/mods/innawood/modinfo.json new file mode 100644 index 0000000000000..2d49f2c392e90 --- /dev/null +++ b/data/mods/innawood/modinfo.json @@ -0,0 +1,13 @@ +[ + { + "type": "MOD_INFO", + "id": "innawood", + "name": "Innawood", + "authors": [ "Lightwave" ], + "maintainers": [ "Lightwave" ], + "description": "An untouched land that mankind has yet to reach. Disables most traces of civilization for that 'innawood' experience. Recommend size of cities be set to 0.", + "category": "total_conversion", + "dependencies": [ "dda" ], + "obsolete": false + } +] diff --git a/data/mods/innawood/overmap/connections.json b/data/mods/innawood/overmap/connections.json new file mode 100644 index 0000000000000..d14cb218020d9 --- /dev/null +++ b/data/mods/innawood/overmap/connections.json @@ -0,0 +1,35 @@ +[ + { + "type": "overmap_connection", + "id": "local_road", + "subtypes": [ { "terrain": "road", "locations": [ "railroad" ] } ] + }, + { + "type": "overmap_connection", + "id": "sewer_tunnel", + "subtypes": [ { "terrain": "sewer", "locations": [ "railroad" ], "flags": [ "ORTHOGONAL" ] } ] + }, + { + "type": "overmap_connection", + "id": "subway_tunnel", + "subtypes": [ + { "terrain": "subway", "locations": [ "railroad" ], "flags": [ "ORTHOGONAL" ] }, + { "terrain": "lab_subway", "locations": [ "railroad" ], "flags": [ "ORTHOGONAL" ] } + ] + }, + { + "type": "overmap_connection", + "id": "forest_trail", + "subtypes": [ { "terrain": "forest_trail", "locations": [ "railroad" ], "basic_cost": 0 } ] + }, + { + "type": "overmap_connection", + "id": "local_railroad", + "subtypes": [ { "terrain": "railroad", "locations": [ "railroad" ], "basic_cost": 1, "flags": [ "ORTHOGONAL" ] } ] + }, + { + "type": "overmap_connection", + "id": "hidden_lab_basement", + "subtypes": [ { "terrain": "basement", "locations": [ "railroad" ], "basic_cost": 0 } ] + } +] diff --git a/data/mods/innawood/overmap/special_alien.json b/data/mods/innawood/overmap/special_alien.json new file mode 100644 index 0000000000000..9151c0fd0266a --- /dev/null +++ b/data/mods/innawood/overmap/special_alien.json @@ -0,0 +1,109 @@ +[ + { + "type": "overmap_special", + "id": "Out-of-place Stone Barn", + "//": "Exodii safehouse built in a medieval stone barn", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "exo_safehouse_stone_0_north" }, + { "point": [ 0, 0, 1 ], "overmap": "exo_safehouse_stone_1_north" }, + { "point": [ 0, 0, 2 ], "overmap": "exo_safehouse_stone_2_north" } + ], + "locations": [ "forest_without_trail", "land", "wilderness" ], + "city_distance": [ 0, 30 ], + "city_sizes": [ 0, 16 ], + "occurrences": [ 0, 0 ], + "flags": [ "EXODII", "CBM" ] + }, + { + "type": "overmap_special", + "id": "exodii_base", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "exodii_base_x0y0z0_north" }, + { "point": [ 1, 0, 0 ], "overmap": "exodii_base_x1y0z0_north" }, + { "point": [ 2, 0, 0 ], "overmap": "exodii_base_x2y0z0_north" }, + { "point": [ 3, 0, 0 ], "overmap": "exodii_base_x3y0z0_north" }, + { "point": [ 0, 1, 0 ], "overmap": "exodii_base_x0y1z0_north" }, + { "point": [ 1, 1, 0 ], "overmap": "exodii_base_x1y1z0_north" }, + { "point": [ 2, 1, 0 ], "overmap": "exodii_base_x2y1z0_north" }, + { "point": [ 3, 1, 0 ], "overmap": "exodii_base_x3y1z0_north" }, + { "point": [ 0, 2, 0 ], "overmap": "exodii_base_x0y2z0_north" }, + { "point": [ 1, 2, 0 ], "overmap": "exodii_base_x1y2z0_north" }, + { "point": [ 2, 2, 0 ], "overmap": "exodii_base_x2y2z0_north" }, + { "point": [ 3, 2, 0 ], "overmap": "exodii_base_x3y2z0_north" }, + { "point": [ 0, 3, 0 ], "overmap": "exodii_base_x0y3z0_north" }, + { "point": [ 1, 3, 0 ], "overmap": "exodii_base_x1y3z0_north" }, + { "point": [ 2, 3, 0 ], "overmap": "exodii_base_x2y3z0_north" }, + { "point": [ 3, 3, 0 ], "overmap": "exodii_base_x3y3z0_north" }, + { "point": [ 0, 0, 1 ], "overmap": "exodii_base_x0y0z1_north" }, + { "point": [ 1, 0, 1 ], "overmap": "exodii_base_x1y0z1_north" }, + { "point": [ 2, 0, 1 ], "overmap": "exodii_base_x2y0z1_north" }, + { "point": [ 3, 0, 1 ], "overmap": "exodii_base_x3y0z1_north" }, + { "point": [ 0, 1, 1 ], "overmap": "exodii_base_x0y1z1_north" }, + { "point": [ 1, 1, 1 ], "overmap": "exodii_base_x1y1z1_north" }, + { "point": [ 2, 1, 1 ], "overmap": "exodii_base_x2y1z1_north" }, + { "point": [ 3, 1, 1 ], "overmap": "exodii_base_x3y1z1_north" }, + { "point": [ 0, 2, 1 ], "overmap": "exodii_base_x0y2z1_north" }, + { "point": [ 1, 2, 1 ], "overmap": "exodii_base_x1y2z1_north" }, + { "point": [ 2, 2, 1 ], "overmap": "exodii_base_x2y2z1_north" }, + { "point": [ 3, 2, 1 ], "overmap": "exodii_base_x3y2z1_north" }, + { "point": [ 0, 3, 1 ], "overmap": "exodii_base_x0y3z1_north" }, + { "point": [ 1, 3, 1 ], "overmap": "exodii_base_x1y3z1_north" }, + { "point": [ 2, 3, 1 ], "overmap": "exodii_base_x2y3z1_north" }, + { "point": [ 3, 3, 1 ], "overmap": "exodii_base_x3y3z1_north" }, + { "point": [ 0, 0, 2 ], "overmap": "exodii_base_x0y0z2_north" }, + { "point": [ 1, 0, 2 ], "overmap": "exodii_base_x1y0z2_north" }, + { "point": [ 2, 0, 2 ], "overmap": "exodii_base_x2y0z2_north" }, + { "point": [ 3, 0, 2 ], "overmap": "exodii_base_x3y0z2_north" }, + { "point": [ 0, 1, 2 ], "overmap": "exodii_base_x0y1z2_north" }, + { "point": [ 1, 1, 2 ], "overmap": "exodii_base_x1y1z2_north" }, + { "point": [ 2, 1, 2 ], "overmap": "exodii_base_x2y1z2_north" }, + { "point": [ 3, 1, 2 ], "overmap": "exodii_base_x3y1z2_north" }, + { "point": [ 0, 2, 2 ], "overmap": "exodii_base_x0y2z2_north" }, + { "point": [ 1, 2, 2 ], "overmap": "exodii_base_x1y2z2_north" }, + { "point": [ 2, 2, 2 ], "overmap": "exodii_base_x2y2z2_north" }, + { "point": [ 3, 2, 2 ], "overmap": "exodii_base_x3y2z2_north" }, + { "point": [ 0, 3, 2 ], "overmap": "exodii_base_x0y3z2_north" }, + { "point": [ 1, 3, 2 ], "overmap": "exodii_base_x1y3z2_north" }, + { "point": [ 2, 3, 2 ], "overmap": "exodii_base_x2y3z2_north" }, + { "point": [ 3, 3, 2 ], "overmap": "exodii_base_x3y3z2_north" }, + { "point": [ 0, 0, 3 ], "overmap": "exodii_base_x0y0z3_north" }, + { "point": [ 1, 0, 3 ], "overmap": "exodii_base_x1y0z3_north" }, + { "point": [ 2, 0, 3 ], "overmap": "exodii_base_x2y0z3_north" }, + { "point": [ 3, 0, 3 ], "overmap": "exodii_base_x3y0z3_north" }, + { "point": [ 0, 1, 3 ], "overmap": "exodii_base_x0y1z3_north" }, + { "point": [ 1, 1, 3 ], "overmap": "exodii_base_x1y1z3_north" }, + { "point": [ 2, 1, 3 ], "overmap": "exodii_base_x2y1z3_north" }, + { "point": [ 3, 1, 3 ], "overmap": "exodii_base_x3y1z3_north" }, + { "point": [ 0, 2, 3 ], "overmap": "exodii_base_x0y2z3_north" }, + { "point": [ 1, 2, 3 ], "overmap": "exodii_base_x1y2z3_north" }, + { "point": [ 2, 2, 3 ], "overmap": "exodii_base_x2y2z3_north" }, + { "point": [ 3, 2, 3 ], "overmap": "exodii_base_x3y2z3_north" }, + { "point": [ 0, 3, 3 ], "overmap": "exodii_base_x0y3z3_north" }, + { "point": [ 1, 3, 3 ], "overmap": "exodii_base_x1y3z3_north" }, + { "point": [ 2, 3, 3 ], "overmap": "exodii_base_x2y3z3_north" }, + { "point": [ 3, 3, 3 ], "overmap": "exodii_base_x3y3z3_north" }, + { "point": [ 0, 0, 4 ], "overmap": "exodii_base_x0y0z4_north" }, + { "point": [ 1, 0, 4 ], "overmap": "exodii_base_x1y0z4_north" }, + { "point": [ 2, 0, 4 ], "overmap": "exodii_base_x2y0z4_north" }, + { "point": [ 3, 0, 4 ], "overmap": "exodii_base_x3y0z4_north" }, + { "point": [ 0, 1, 4 ], "overmap": "exodii_base_x0y1z4_north" }, + { "point": [ 1, 1, 4 ], "overmap": "exodii_base_x1y1z4_north" }, + { "point": [ 2, 1, 4 ], "overmap": "exodii_base_x2y1z4_north" }, + { "point": [ 3, 1, 4 ], "overmap": "exodii_base_x3y1z4_north" }, + { "point": [ 0, 2, 4 ], "overmap": "exodii_base_x0y2z4_north" }, + { "point": [ 1, 2, 4 ], "overmap": "exodii_base_x1y2z4_north" }, + { "point": [ 2, 2, 4 ], "overmap": "exodii_base_x2y2z4_north" }, + { "point": [ 3, 2, 4 ], "overmap": "exodii_base_x3y2z4_north" }, + { "point": [ 0, 3, 4 ], "overmap": "exodii_base_x0y3z4_north" }, + { "point": [ 1, 3, 4 ], "overmap": "exodii_base_x1y3z4_north" }, + { "point": [ 2, 3, 4 ], "overmap": "exodii_base_x2y3z4_north" }, + { "point": [ 3, 3, 4 ], "overmap": "exodii_base_x3y3z4_north" } + ], + "locations": [ "land", "swamp", "forest" ], + "city_distance": [ 2, 120 ], + "city_sizes": [ 1, 12 ], + "//": "Occurences should drop a lot once we have some breadcrumbs leading to the base, but until then this is going to be the only way to get CBMs.", + "occurrences": [ 0, 0 ], + "flags": [ "UNIQUE" ] + } +] diff --git a/data/mods/innawood/overmap/specials_kept.json b/data/mods/innawood/overmap/specials_kept.json new file mode 100644 index 0000000000000..4096ae1fa71ba --- /dev/null +++ b/data/mods/innawood/overmap/specials_kept.json @@ -0,0 +1,574 @@ +[ + { + "type": "overmap_special", + "id": "Strangle Temple", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "temple_stairs" }, + { "point": [ 0, 0, -1 ], "overmap": "temple_stairs" }, + { "point": [ 0, 0, -2 ], "overmap": "temple_stairs" }, + { "point": [ 0, 0, -3 ], "overmap": "temple_stairs" }, + { "point": [ 0, 0, -4 ], "overmap": "temple_stairs" }, + { "point": [ 0, 0, -5 ], "overmap": "temple_finale" } + ], + "locations": [ "forest" ], + "city_distance": [ 40, -1 ], + "occurrences": [ 10, 100 ], + "rotate": false, + "flags": [ "WILDERNESS", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Standing stones", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "standing_stones" } ], + "locations": [ "forest" ], + "city_distance": [ 40, -1 ], + "occurrences": [ 10, 100 ], + "rotate": false, + "flags": [ "WILDERNESS", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Spider Pit", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "spider_pit_north" }, + { "point": [ 0, 0, -1 ], "overmap": "spider_pit_under_north" } + ], + "locations": [ "forest" ], + "city_sizes": [ 0, 12 ], + "occurrences": [ 33, 100 ], + "rotate": false, + "flags": [ "WILDERNESS", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Cave", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "cave_innawood" }, + { "point": [ 0, 0, -1 ], "overmap": "cave_underground_innawood" } + ], + "locations": [ "forest" ], + "city_distance": [ 8, -1 ], + "occurrences": [ 0, 10 ], + "flags": [ "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Rat Cave", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "cave_innawood" }, + { "point": [ 0, 0, -1 ], "overmap": "cave_rat_underground_innawood" }, + { "point": [ 0, 0, -2 ], "overmap": "cave_rat_innawood" } + ], + "locations": [ "forest" ], + "city_distance": [ 8, -1 ], + "occurrences": [ 10, 100 ], + "flags": [ "WILDERNESS", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Pond", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "pond_field_north" } ], + "locations": [ "field" ], + "city_distance": [ 15, -1 ], + "occurrences": [ 0, 5 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Hot Springs", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "hot_springs_north" } ], + "locations": [ "field" ], + "city_distance": [ 15, -1 ], + "occurrences": [ 0, 2 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "ws_giant_sinkhole", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "ws_giant_sinkhole_1_north" }, + { "point": [ 0, 0, -1 ], "overmap": "ws_giant_sinkhole_2_north" } + ], + "locations": [ "wilderness" ], + "city_distance": [ 15, -1 ], + "occurrences": [ 10, 100 ], + "flags": [ "CLASSIC", "WILDERNESS", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Island", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "forest_water" }, + { "point": [ 3, 3, 0 ], "overmap": "island_forest_thick_north" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 5, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Island Forest", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "island_forest_north" }, + { "point": [ 3, 3, 0 ], "overmap": "island_forest_thick_north" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 5, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Sandy Island", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "island_sand_north" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 2, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Island_1", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "forest" }, + { "point": [ 3, 2, 0 ], "overmap": "forest_thick" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 3, 0 ], "overmap": "island_forest_thick_north" }, + { "point": [ 4, 3, 0 ], "overmap": "island_forest_north" }, + { "point": [ 5, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 5, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Island_2", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 5, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Island_3", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "forest" }, + { "point": [ 3, 2, 0 ], "overmap": "island_field_north" }, + { "point": [ 4, 2, 0 ], "overmap": "island_forest_north" }, + { "point": [ 5, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 3, 0 ], "overmap": "forest_water" }, + { "point": [ 4, 3, 0 ], "overmap": "island_forest_water_north" }, + { "point": [ 5, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 5, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Island_4", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "forest" }, + { "point": [ 3, 2, 0 ], "overmap": "island_forest_thick_north" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 3, 0 ], "overmap": "forest_thick" }, + { "point": [ 4, 3, 0 ], "overmap": "island_forest_thick_north" }, + { "point": [ 5, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 4, 0 ], "overmap": "forest" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 6, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 5, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 5, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 5, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 6, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 6, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 6, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 6, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 6, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 6, 0 ], "overmap": "lake_surface" }, + { "point": [ 6, 6, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Island_5_swamp", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "island_forest_water_north" }, + { "point": [ 3, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Island_5_forest", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "island_forest_north" }, + { "point": [ 3, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Island_5_forest_thick", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "island_forest_thick_north" }, + { "point": [ 3, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Island_5_field", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "island_field_north" }, + { "point": [ 3, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + } +] diff --git a/data/mods/innawood/overmap/specials_removed.json b/data/mods/innawood/overmap/specials_removed.json new file mode 100644 index 0000000000000..16aefb701caad --- /dev/null +++ b/data/mods/innawood/overmap/specials_removed.json @@ -0,0 +1,3017 @@ +[ + { + "type": "overmap_special", + "id": "Riverside Dwelling", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "riverside_dwelling_north" } ], + "locations": [ "water" ], + "city_distance": [ 4, 60 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Pottery Cottage", + "overmaps": [ + { "point": [ 0, -1, 0 ], "overmap": "pottery_cottage_field_north" }, + { "point": [ 0, 0, 0 ], "overmap": "pottery_cottage_north" }, + { "point": [ 0, 0, -1 ], "overmap": "pottery_cottage_basement_north" }, + { "point": [ 0, -1, 1 ], "overmap": "pottery_cottage_field_2nd_north" }, + { "point": [ 0, 0, 1 ], "overmap": "pottery_cottage_2nd_north" }, + { "point": [ 0, -1, 2 ], "overmap": "pottery_cottage_field_roof_north" }, + { "point": [ 0, 0, 2 ], "overmap": "pottery_cottage_roof_north" } + ], + "locations": [ "water" ], + "city_distance": [ -1, 25 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Shipwreck", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "shipwreck_river_1_north" }, + { "point": [ 1, 0, 0 ], "overmap": "shipwreck_river_2_north" }, + { "point": [ 0, 0, -1 ], "overmap": "shipwreck_river_3_north" }, + { "point": [ 1, 0, -1 ], "overmap": "shipwreck_river_4_north" } + ], + "locations": [ "water" ], + "occurrences": [ 0, 0 ], + "spawns": { "group": "GROUP_RAZORCLAW", "population": [ 30, 60 ], "radius": [ 2, 10 ] } + }, + { + "type": "overmap_special", + "id": "LMOE Shelter", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lmoe_north" }, + { "point": [ 0, 0, 1 ], "overmap": "lmoe_roof_north" }, + { "point": [ 0, 0, -1 ], "overmap": "lmoe_under_empty_north" } + ], + "locations": [ "forest_without_trail" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 12 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC" ] + }, + { + "type": "overmap_special", + "id": "Cabin", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cabin_north" }, { "point": [ 0, 0, 1 ], "overmap": "cabin_roof_north" } ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Cabin_1", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cabin_1_north" }, { "point": [ 0, 0, 1 ], "overmap": "cabin_roof_1_north" } ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Cabin_2", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cabin_2_north" }, { "point": [ 0, 0, 1 ], "overmap": "cabin_roof_2_north" } ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Cabin_3", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cabin_3_north" }, { "point": [ 0, 0, 1 ], "overmap": "cabin_roof_3_north" } ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Cabin_4", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cabin_4_north" }, { "point": [ 0, 0, 1 ], "overmap": "cabin_roof_4_north" } ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Cabin_5", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cabin_5_north" }, { "point": [ 0, 0, 1 ], "overmap": "cabin_roof_5_north" } ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Cabin_6", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cabin_6_north" }, { "point": [ 0, 0, 1 ], "overmap": "cabin_roof_6_north" } ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Cabin_7", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cabin_7_north" }, { "point": [ 0, 0, 1 ], "overmap": "cabin_roof_7_north" } ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Cabin_Lapin", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "cabin_lapin_north" }, + { "point": [ 0, 0, 1 ], "overmap": "cabin_roof_lapin_north" } + ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "occurrences": [ 0, 0 ], + "//": "Inflated chance, effective rate ~40%", + "flags": [ "WILDERNESS", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Strange Cabin", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "cabin_strange_north" }, + { "point": [ 0, 0, 1 ], "overmap": "cabin_strange_roof_north" }, + { "point": [ 0, 0, -1 ], "overmap": "cabin_strange_b_north" } + ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "FEMA Camp", + "overmaps": [ + { "point": [ 1, -1, 0 ], "overmap": "road_end_north" }, + { "point": [ 0, 0, 0 ], "overmap": "fema_north" }, + { "point": [ 1, 0, 0 ], "overmap": "fema_entrance_north" }, + { "point": [ 2, 0, 0 ], "overmap": "fema_1_3_north" }, + { "point": [ 0, 1, 0 ], "overmap": "fema_2_1_north" }, + { "point": [ 1, 1, 0 ], "overmap": "fema_2_2_north" }, + { "point": [ 2, 1, 0 ], "overmap": "fema_2_3_north" }, + { "point": [ 0, 2, 0 ], "overmap": "fema_3_1_north" }, + { "point": [ 1, 2, 0 ], "overmap": "fema_3_2_north" }, + { "point": [ 2, 2, 0 ], "overmap": "fema_3_3_north" } + ], + "connections": [ { "point": [ 1, -1, 0 ] } ], + "locations": [ "wilderness" ], + "city_distance": [ 5, 20 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC" ] + }, + { + "type": "overmap_special", + "id": "military_bunker", + "overmaps": [ + { "point": [ 0, -1, 0 ], "overmap": "road_end_north" }, + { "point": [ 0, 0, 0 ], "overmap": "bunker_south" }, + { "point": [ 0, 0, -1 ], "overmap": "bunker_basement" } + ], + "connections": [ { "point": [ 0, -1, 0 ], "from": [ 0, 0, 0 ] } ], + "locations": [ "forest" ], + "city_distance": [ 20, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "MILITARY", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "military_bunker_1", + "overmaps": [ + { "point": [ 0, -1, 0 ], "overmap": "road_end_north" }, + { "point": [ 0, 0, 0 ], "overmap": "bunker_south" }, + { "point": [ 0, 0, -1 ], "overmap": "bunker_basement_1" } + ], + "connections": [ { "point": [ 0, -1, 0 ], "from": [ 0, 0, 0 ] } ], + "locations": [ "forest" ], + "city_distance": [ 20, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "MILITARY", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "military_outpost", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "outpost_north" } ], + "locations": [ "wilderness" ], + "city_distance": [ 15, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "MILITARY", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "military_outpost_cross", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "outpost_cross_north" } ], + "locations": [ "wilderness" ], + "city_distance": [ 15, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "MILITARY", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Prison", + "overmaps": [ + { "point": [ 0, -1, 0 ], "overmap": "road_end_north" }, + { "point": [ -1, 0, 0 ], "overmap": "prison_1_3_north" }, + { "point": [ 0, 0, 0 ], "overmap": "prison_1_2_north" }, + { "point": [ 1, 0, 0 ], "overmap": "prison_1_1_north" }, + { "point": [ -1, 1, 0 ], "overmap": "prison_1_6_north" }, + { "point": [ 0, 1, 0 ], "overmap": "prison_1_5_north" }, + { "point": [ 1, 1, 0 ], "overmap": "prison_1_4_north" }, + { "point": [ -1, 2, 0 ], "overmap": "prison_1_9_north" }, + { "point": [ 0, 2, 0 ], "overmap": "prison_1_8_north" }, + { "point": [ 1, 2, 0 ], "overmap": "prison_1_7_north" }, + { "point": [ -1, 0, -1 ], "overmap": "prison_1_b_3_north" }, + { "point": [ 0, 0, -1 ], "overmap": "prison_1_b_2_north" }, + { "point": [ 1, 0, -1 ], "overmap": "prison_1_b_1_north" }, + { "point": [ -1, 1, -1 ], "overmap": "prison_1_b_6_north" }, + { "point": [ 0, 1, -1 ], "overmap": "prison_1_b_5_north" }, + { "point": [ 1, 1, -1 ], "overmap": "prison_1_b_4_north" }, + { "point": [ -1, 2, -1 ], "overmap": "prison_1_b_9_north" }, + { "point": [ 0, 2, -1 ], "overmap": "prison_1_b_8_north" }, + { "point": [ 1, 2, -1 ], "overmap": "prison_1_b_7_north" }, + { "point": [ -1, 0, 1 ], "overmap": "prison_1_2f_3_north" }, + { "point": [ 0, 0, 1 ], "overmap": "prison_1_2f_2_north" }, + { "point": [ 1, 0, 1 ], "overmap": "prison_1_2f_1_north" }, + { "point": [ -1, 1, 1 ], "overmap": "prison_1_2f_6_north" }, + { "point": [ 0, 1, 1 ], "overmap": "prison_1_2f_5_north" }, + { "point": [ 1, 1, 1 ], "overmap": "prison_1_2f_4_north" }, + { "point": [ -1, 2, 1 ], "overmap": "prison_1_2f_9_north" }, + { "point": [ 0, 2, 1 ], "overmap": "prison_1_2f_8_north" }, + { "point": [ 1, 2, 1 ], "overmap": "prison_1_2f_7_north" }, + { "point": [ -1, 0, 2 ], "overmap": "prison_1_3f_3_north" }, + { "point": [ 0, 0, 2 ], "overmap": "prison_1_3f_2_north" }, + { "point": [ 1, 0, 2 ], "overmap": "prison_1_3f_1_north" }, + { "point": [ -1, 1, 2 ], "overmap": "prison_1_3f_6_north" }, + { "point": [ 0, 1, 2 ], "overmap": "prison_1_3f_5_north" }, + { "point": [ 1, 1, 2 ], "overmap": "prison_1_3f_4_north" }, + { "point": [ -1, 2, 2 ], "overmap": "prison_1_3f_9_north" }, + { "point": [ 0, 2, 2 ], "overmap": "prison_1_3f_8_north" }, + { "point": [ 1, 2, 2 ], "overmap": "prison_1_3f_7_north" } + ], + "connections": [ { "point": [ 0, -1, 0 ] } ], + "locations": [ "land" ], + "city_distance": [ 5, 40 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Alcatraz Prison", + "overmaps": [ + { "point": [ -1, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ -1, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ -1, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ -1, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ -1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "prison_alcatraz_1_north" }, + { "point": [ 3, 0, 0 ], "overmap": "prison_alcatraz_2_north" }, + { "point": [ 2, 0, 0 ], "overmap": "prison_alcatraz_3_north" }, + { "point": [ 1, 0, 0 ], "overmap": "prison_alcatraz_4_north" }, + { "point": [ 0, 0, 0 ], "overmap": "prison_alcatraz_5_north" }, + { "point": [ 4, 1, 0 ], "overmap": "prison_alcatraz_6_north" }, + { "point": [ 3, 1, 0 ], "overmap": "prison_alcatraz_7_north" }, + { "point": [ 2, 1, 0 ], "overmap": "prison_alcatraz_8_north" }, + { "point": [ 1, 1, 0 ], "overmap": "prison_alcatraz_9_north" }, + { "point": [ 0, 1, 0 ], "overmap": "prison_alcatraz_10_north" }, + { "point": [ 4, 2, 0 ], "overmap": "prison_alcatraz_11_north" }, + { "point": [ 3, 2, 0 ], "overmap": "prison_alcatraz_12_north" }, + { "point": [ 2, 2, 0 ], "overmap": "prison_alcatraz_13_north" }, + { "point": [ 1, 2, 0 ], "overmap": "prison_alcatraz_14_north" }, + { "point": [ 0, 2, 0 ], "overmap": "prison_alcatraz_15_north" }, + { "point": [ 4, 0, 1 ], "overmap": "prison_alcatraz_1_2f_north" }, + { "point": [ 3, 0, 1 ], "overmap": "prison_alcatraz_2_2f_north" }, + { "point": [ 2, 0, 1 ], "overmap": "prison_alcatraz_3_2f_north" }, + { "point": [ 1, 0, 1 ], "overmap": "prison_alcatraz_4_2f_north" }, + { "point": [ 0, 0, 1 ], "overmap": "prison_alcatraz_5_2f_north" }, + { "point": [ 4, 1, 1 ], "overmap": "prison_alcatraz_6_2f_north" }, + { "point": [ 3, 1, 1 ], "overmap": "prison_alcatraz_7_2f_north" }, + { "point": [ 2, 1, 1 ], "overmap": "prison_alcatraz_8_2f_north" }, + { "point": [ 1, 1, 1 ], "overmap": "prison_alcatraz_9_2f_north" }, + { "point": [ 0, 1, 1 ], "overmap": "prison_alcatraz_10_2f_north" }, + { "point": [ 4, 2, 1 ], "overmap": "prison_alcatraz_11_2f_north" }, + { "point": [ 3, 2, 1 ], "overmap": "prison_alcatraz_12_2f_north" }, + { "point": [ 2, 2, 1 ], "overmap": "prison_alcatraz_13_2f_north" }, + { "point": [ 1, 2, 1 ], "overmap": "prison_alcatraz_14_2f_north" }, + { "point": [ 0, 2, 1 ], "overmap": "prison_alcatraz_15_2f_north" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "LAKE", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Island prison", + "overmaps": [ + { "point": [ -1, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, -1, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ -1, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ -1, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ -1, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ -1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 0, 0 ], "overmap": "prison_island_1_1_north" }, + { "point": [ 1, 0, 0 ], "overmap": "prison_island_1_2_north" }, + { "point": [ 2, 0, 0 ], "overmap": "prison_island_1_3_north" }, + { "point": [ 3, 0, 0 ], "overmap": "prison_island_1_4_north" }, + { "point": [ 4, 0, 0 ], "overmap": "prison_island_1_5_north" }, + { "point": [ 0, 1, 0 ], "overmap": "prison_island_1_6_north" }, + { "point": [ 1, 1, 0 ], "overmap": "prison_island_1_7_north" }, + { "point": [ 2, 1, 0 ], "overmap": "prison_island_1_8_north" }, + { "point": [ 3, 1, 0 ], "overmap": "prison_island_1_9_north" }, + { "point": [ 4, 1, 0 ], "overmap": "prison_island_1_10_north" }, + { "point": [ 0, 2, 0 ], "overmap": "prison_island_1_11_north" }, + { "point": [ 1, 2, 0 ], "overmap": "prison_island_1_12_north" }, + { "point": [ 2, 2, 0 ], "overmap": "prison_island_1_13_north" }, + { "point": [ 3, 2, 0 ], "overmap": "prison_island_1_14_north" }, + { "point": [ 4, 2, 0 ], "overmap": "prison_island_1_15_north" }, + { "point": [ 0, 0, 1 ], "overmap": "prison_island_1_2f_1_north" }, + { "point": [ 1, 0, 1 ], "overmap": "prison_island_1_2f_2_north" }, + { "point": [ 2, 0, 1 ], "overmap": "prison_island_1_2f_3_north" }, + { "point": [ 3, 0, 1 ], "overmap": "prison_island_1_2f_4_north" }, + { "point": [ 4, 0, 1 ], "overmap": "prison_island_1_2f_5_north" }, + { "point": [ 0, 1, 1 ], "overmap": "prison_island_1_2f_6_north" }, + { "point": [ 1, 1, 1 ], "overmap": "prison_island_1_2f_7_north" }, + { "point": [ 2, 1, 1 ], "overmap": "prison_island_1_2f_8_north" }, + { "point": [ 3, 1, 1 ], "overmap": "prison_island_1_2f_9_north" }, + { "point": [ 4, 1, 1 ], "overmap": "prison_island_1_2f_10_north" }, + { "point": [ 0, 2, 1 ], "overmap": "prison_island_1_2f_11_north" }, + { "point": [ 1, 2, 1 ], "overmap": "prison_island_1_2f_12_north" }, + { "point": [ 2, 2, 1 ], "overmap": "prison_island_1_2f_13_north" }, + { "point": [ 3, 2, 1 ], "overmap": "prison_island_1_2f_14_north" }, + { "point": [ 4, 2, 1 ], "overmap": "prison_island_1_2f_15_north" }, + { "point": [ 0, 0, -1 ], "overmap": "prison_island_1_ug_1_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 1, 0, -1 ], "overmap": "prison_island_1_ug_2_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 2, 0, -1 ], "overmap": "prison_island_1_ug_3_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 3, 0, -1 ], "overmap": "prison_island_1_ug_4_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 4, 0, -1 ], "overmap": "prison_island_1_ug_5_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 0, 1, -1 ], "overmap": "prison_island_1_ug_6_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 1, 1, -1 ], "overmap": "prison_island_1_ug_7_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 2, 1, -1 ], "overmap": "prison_island_1_ug_8_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 3, 1, -1 ], "overmap": "prison_island_1_ug_9_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 4, 1, -1 ], "overmap": "prison_island_1_ug_10_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 0, 2, -1 ], "overmap": "prison_island_1_ug_11_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 1, 2, -1 ], "overmap": "prison_island_1_ug_12_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 2, 2, -1 ], "overmap": "prison_island_1_ug_13_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 3, 2, -1 ], "overmap": "prison_island_1_ug_14_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 4, 2, -1 ], "overmap": "prison_island_1_ug_15_north", "locations": [ "lake_water_cube" ] } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "LAKE", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Toxic Waste Dump", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "toxic_dump_north" } ], + "locations": [ "land" ], + "city_distance": [ 20, -1 ], + "city_sizes": [ 8, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC" ] + }, + { + "type": "overmap_special", + "id": "Hazardous Waste Sarcophagus", + "overmaps": [ + { "point": [ 1, -1, 0 ], "overmap": "road_end_north" }, + { "point": [ 1, 0, 0 ], "overmap": "haz_sar_1_1_north" }, + { "point": [ 0, 0, 0 ], "overmap": "haz_sar_1_2_north" }, + { "point": [ 1, 1, 0 ], "overmap": "haz_sar_1_3_north" }, + { "point": [ 0, 1, 0 ], "overmap": "haz_sar_1_4_north" }, + { "point": [ 1, 0, -2 ], "overmap": "haz_sar_b_1_north" }, + { "point": [ 0, 0, -2 ], "overmap": "haz_sar_b_2_north" }, + { "point": [ 1, 1, -2 ], "overmap": "haz_sar_b_3_north" }, + { "point": [ 0, 1, -2 ], "overmap": "haz_sar_b_4_north" } + ], + "connections": [ { "point": [ 1, -1, 0 ] } ], + "locations": [ "wilderness" ], + "city_distance": [ 15, -1 ], + "city_sizes": [ 6, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "evac_center", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "refctr_NW1a_north" }, + { "point": [ 1, 0, 0 ], "overmap": "refctr_NW2a_north" }, + { "point": [ 2, 0, 0 ], "overmap": "refctr_NW3a_north" }, + { "point": [ 3, 0, 0 ], "overmap": "refctr_NW4a_north" }, + { "point": [ 4, 0, 0 ], "overmap": "refctr_NW5a_north" }, + { "point": [ 0, 1, 0 ], "overmap": "refctr_NW1b_north" }, + { "point": [ 1, 1, 0 ], "overmap": "refctr_NW2b_north" }, + { "point": [ 2, 1, 0 ], "overmap": "refctr_NW3b_north" }, + { "point": [ 3, 1, 0 ], "overmap": "refctr_NW4b_north" }, + { "point": [ 4, 1, 0 ], "overmap": "refctr_NW5b_north" }, + { "point": [ 0, 2, 0 ], "overmap": "refctr_NW1c_north" }, + { "point": [ 1, 2, 0 ], "overmap": "refctr_NW2c_north" }, + { "point": [ 2, 2, 0 ], "overmap": "refctr_NW3c_north" }, + { "point": [ 3, 2, 0 ], "overmap": "refctr_NW4c_north" }, + { "point": [ 4, 2, 0 ], "overmap": "refctr_NW5c_north" }, + { "point": [ 0, 3, 0 ], "overmap": "refctr_NW1d_north" }, + { "point": [ 1, 3, 0 ], "overmap": "refctr_NW2d_north" }, + { "point": [ 2, 3, 0 ], "overmap": "refctr_NW3d_north" }, + { "point": [ 3, 3, 0 ], "overmap": "refctr_NW4d_north" }, + { "point": [ 4, 3, 0 ], "overmap": "refctr_NW5d_north" }, + { "point": [ 0, 4, 0 ], "overmap": "refctr_NW1e_north" }, + { "point": [ 1, 4, 0 ], "overmap": "refctr_NW2e_north" }, + { "point": [ 2, 4, 0 ], "overmap": "refctr_NW3e_north" }, + { "point": [ 3, 4, 0 ], "overmap": "refctr_NW4e_north" }, + { "point": [ 4, 4, 0 ], "overmap": "refctr_NW5e_north" }, + { "point": [ 5, 0, 0 ], "overmap": "refctr_N1a_north" }, + { "point": [ 6, 0, 0 ], "overmap": "refctr_N2a_north" }, + { "point": [ 7, 0, 0 ], "overmap": "refctr_N3a_north" }, + { "point": [ 8, 0, 0 ], "overmap": "refctr_N4a_north" }, + { "point": [ 9, 0, 0 ], "overmap": "refctr_N5a_north" }, + { "point": [ 5, 1, 0 ], "overmap": "refctr_N1b_north" }, + { "point": [ 6, 1, 0 ], "overmap": "refctr_N2b_north" }, + { "point": [ 7, 1, 0 ], "overmap": "refctr_N3b_north" }, + { "point": [ 8, 1, 0 ], "overmap": "refctr_N4b_north" }, + { "point": [ 9, 1, 0 ], "overmap": "refctr_N5b_north" }, + { "point": [ 5, 2, 0 ], "overmap": "refctr_N1c_north" }, + { "point": [ 6, 2, 0 ], "overmap": "refctr_N2c_north" }, + { "point": [ 7, 2, 0 ], "overmap": "refctr_N3c_north" }, + { "point": [ 8, 2, 0 ], "overmap": "refctr_N4c_north" }, + { "point": [ 9, 2, 0 ], "overmap": "refctr_N5c_north" }, + { "point": [ 5, 3, 0 ], "overmap": "refctr_N1d_north" }, + { "point": [ 6, 3, 0 ], "overmap": "refctr_N2d_north" }, + { "point": [ 7, 3, 0 ], "overmap": "refctr_N3d_north" }, + { "point": [ 8, 3, 0 ], "overmap": "refctr_N4d_north" }, + { "point": [ 9, 3, 0 ], "overmap": "refctr_N5d_north" }, + { "point": [ 5, 4, 0 ], "overmap": "refctr_N1e_north" }, + { "point": [ 6, 4, 0 ], "overmap": "refctr_N2e_north" }, + { "point": [ 7, 4, 0 ], "overmap": "refctr_N3e_north" }, + { "point": [ 8, 4, 0 ], "overmap": "refctr_N4e_north" }, + { "point": [ 9, 4, 0 ], "overmap": "refctr_N5e_north" }, + { "point": [ 10, 0, 0 ], "overmap": "refctr_NE1a_north" }, + { "point": [ 11, 0, 0 ], "overmap": "refctr_NE2a_north" }, + { "point": [ 12, 0, 0 ], "overmap": "refctr_NE3a_north" }, + { "point": [ 13, 0, 0 ], "overmap": "refctr_NE4a_north" }, + { "point": [ 14, 0, 0 ], "overmap": "refctr_NE5a_north" }, + { "point": [ 10, 1, 0 ], "overmap": "refctr_NE1b_north" }, + { "point": [ 11, 1, 0 ], "overmap": "refctr_NE2b_north" }, + { "point": [ 12, 1, 0 ], "overmap": "refctr_NE3b_north" }, + { "point": [ 13, 1, 0 ], "overmap": "refctr_NE4b_north" }, + { "point": [ 14, 1, 0 ], "overmap": "refctr_NE5b_north" }, + { "point": [ 10, 2, 0 ], "overmap": "refctr_NE1c_north" }, + { "point": [ 11, 2, 0 ], "overmap": "refctr_NE2c_north" }, + { "point": [ 12, 2, 0 ], "overmap": "refctr_NE3c_north" }, + { "point": [ 13, 2, 0 ], "overmap": "refctr_NE4c_north" }, + { "point": [ 14, 2, 0 ], "overmap": "refctr_NE5c_north" }, + { "point": [ 10, 3, 0 ], "overmap": "refctr_NE1d_north" }, + { "point": [ 11, 3, 0 ], "overmap": "refctr_NE2d_north" }, + { "point": [ 12, 3, 0 ], "overmap": "refctr_NE3d_north" }, + { "point": [ 13, 3, 0 ], "overmap": "refctr_NE4d_north" }, + { "point": [ 14, 3, 0 ], "overmap": "refctr_NE5d_north" }, + { "point": [ 10, 4, 0 ], "overmap": "refctr_NE1e_north" }, + { "point": [ 11, 4, 0 ], "overmap": "refctr_NE2e_north" }, + { "point": [ 12, 4, 0 ], "overmap": "refctr_NE3e_north" }, + { "point": [ 13, 4, 0 ], "overmap": "refctr_NE4e_north" }, + { "point": [ 14, 4, 0 ], "overmap": "refctr_NE5e_north" }, + { "point": [ 0, 5, 0 ], "overmap": "refctr_W1a_north" }, + { "point": [ 1, 5, 0 ], "overmap": "refctr_W2a_north" }, + { "point": [ 2, 5, 0 ], "overmap": "refctr_W3a_north" }, + { "point": [ 3, 5, 0 ], "overmap": "refctr_W4a_north" }, + { "point": [ 4, 5, 0 ], "overmap": "refctr_W5a_north" }, + { "point": [ 0, 6, 0 ], "overmap": "refctr_W1b_north" }, + { "point": [ 1, 6, 0 ], "overmap": "refctr_W2b_north" }, + { "point": [ 2, 6, 0 ], "overmap": "refctr_W3b_north" }, + { "point": [ 3, 6, 0 ], "overmap": "refctr_W4b_north" }, + { "point": [ 4, 6, 0 ], "overmap": "refctr_W5b_north" }, + { "point": [ 0, 7, 0 ], "overmap": "refctr_W1c_north" }, + { "point": [ 1, 7, 0 ], "overmap": "refctr_W2c_north" }, + { "point": [ 2, 7, 0 ], "overmap": "refctr_W3c_north" }, + { "point": [ 3, 7, 0 ], "overmap": "refctr_W4c_north" }, + { "point": [ 4, 7, 0 ], "overmap": "refctr_W5c_north" }, + { "point": [ 0, 8, 0 ], "overmap": "refctr_W1d_north" }, + { "point": [ 1, 8, 0 ], "overmap": "refctr_W2d_north" }, + { "point": [ 2, 8, 0 ], "overmap": "refctr_W3d_north" }, + { "point": [ 3, 8, 0 ], "overmap": "refctr_W4d_north" }, + { "point": [ 4, 8, 0 ], "overmap": "refctr_W5d_north" }, + { "point": [ 0, 9, 0 ], "overmap": "refctr_W1e_north" }, + { "point": [ 1, 9, 0 ], "overmap": "refctr_W2e_north" }, + { "point": [ 2, 9, 0 ], "overmap": "refctr_W3e_north" }, + { "point": [ 3, 9, 0 ], "overmap": "refctr_W4e_north" }, + { "point": [ 4, 9, 0 ], "overmap": "refctr_W5e_north" }, + { "point": [ 5, 5, 0 ], "overmap": "evac_center_1_north" }, + { "point": [ 6, 5, 0 ], "overmap": "evac_center_2_north" }, + { "point": [ 7, 5, 0 ], "overmap": "evac_center_3_north" }, + { "point": [ 8, 5, 0 ], "overmap": "evac_center_4_north" }, + { "point": [ 9, 5, 0 ], "overmap": "evac_center_5_north" }, + { "point": [ 5, 6, 0 ], "overmap": "evac_center_6_north" }, + { "point": [ 6, 6, 0 ], "overmap": "evac_center_7_north" }, + { "point": [ 7, 6, 0 ], "overmap": "evac_center_8_north" }, + { "point": [ 8, 6, 0 ], "overmap": "evac_center_9_north" }, + { "point": [ 9, 6, 0 ], "overmap": "evac_center_10_north" }, + { "point": [ 5, 7, 0 ], "overmap": "evac_center_11_north" }, + { "point": [ 6, 7, 0 ], "overmap": "evac_center_12_north" }, + { "point": [ 7, 7, 0 ], "overmap": "evac_center_13_north" }, + { "point": [ 8, 7, 0 ], "overmap": "evac_center_14_north" }, + { "point": [ 9, 7, 0 ], "overmap": "evac_center_15_north" }, + { "point": [ 5, 8, 0 ], "overmap": "evac_center_16_north" }, + { "point": [ 6, 8, 0 ], "overmap": "evac_center_17_north" }, + { "point": [ 7, 8, 0 ], "overmap": "evac_center_18_north" }, + { "point": [ 8, 8, 0 ], "overmap": "evac_center_19_north" }, + { "point": [ 9, 8, 0 ], "overmap": "evac_center_20_north" }, + { "point": [ 5, 9, 0 ], "overmap": "evac_center_21_north" }, + { "point": [ 6, 9, 0 ], "overmap": "evac_center_22_north" }, + { "point": [ 7, 9, 0 ], "overmap": "evac_center_23_north" }, + { "point": [ 8, 9, 0 ], "overmap": "evac_center_24_north" }, + { "point": [ 9, 9, 0 ], "overmap": "evac_center_25_north" }, + { "point": [ 10, 5, 0 ], "overmap": "refctr_E1a_north" }, + { "point": [ 11, 5, 0 ], "overmap": "refctr_E2a_north" }, + { "point": [ 12, 5, 0 ], "overmap": "refctr_E3a_north" }, + { "point": [ 13, 5, 0 ], "overmap": "refctr_E4a_north" }, + { "point": [ 14, 5, 0 ], "overmap": "refctr_E5a_north" }, + { "point": [ 10, 6, 0 ], "overmap": "refctr_E1b_north" }, + { "point": [ 11, 6, 0 ], "overmap": "refctr_E2b_north" }, + { "point": [ 12, 6, 0 ], "overmap": "refctr_E3b_north" }, + { "point": [ 13, 6, 0 ], "overmap": "refctr_E4b_north" }, + { "point": [ 14, 6, 0 ], "overmap": "refctr_E5b_north" }, + { "point": [ 10, 7, 0 ], "overmap": "refctr_E1c_north" }, + { "point": [ 11, 7, 0 ], "overmap": "refctr_E2c_north" }, + { "point": [ 12, 7, 0 ], "overmap": "refctr_E3c_north" }, + { "point": [ 13, 7, 0 ], "overmap": "refctr_E4c_north" }, + { "point": [ 14, 7, 0 ], "overmap": "refctr_E5c_north" }, + { "point": [ 10, 8, 0 ], "overmap": "refctr_E1d_north" }, + { "point": [ 11, 8, 0 ], "overmap": "refctr_E2d_north" }, + { "point": [ 12, 8, 0 ], "overmap": "refctr_E3d_north" }, + { "point": [ 13, 8, 0 ], "overmap": "refctr_E4d_north" }, + { "point": [ 14, 8, 0 ], "overmap": "refctr_E5d_north" }, + { "point": [ 10, 9, 0 ], "overmap": "refctr_E1e_north" }, + { "point": [ 11, 9, 0 ], "overmap": "refctr_E2e_north" }, + { "point": [ 12, 9, 0 ], "overmap": "refctr_E3e_north" }, + { "point": [ 13, 9, 0 ], "overmap": "refctr_E4e_north" }, + { "point": [ 14, 9, 0 ], "overmap": "refctr_E5e_north" }, + { "point": [ 0, 10, 0 ], "overmap": "refctr_SW1a_north" }, + { "point": [ 1, 10, 0 ], "overmap": "refctr_SW2a_north" }, + { "point": [ 2, 10, 0 ], "overmap": "refctr_SW3a_north" }, + { "point": [ 3, 10, 0 ], "overmap": "refctr_SW4a_north" }, + { "point": [ 4, 10, 0 ], "overmap": "refctr_SW5a_north" }, + { "point": [ 0, 11, 0 ], "overmap": "refctr_SW1b_north" }, + { "point": [ 1, 11, 0 ], "overmap": "refctr_SW2b_north" }, + { "point": [ 2, 11, 0 ], "overmap": "refctr_SW3b_north" }, + { "point": [ 3, 11, 0 ], "overmap": "refctr_SW4b_north" }, + { "point": [ 4, 11, 0 ], "overmap": "refctr_SW5b_north" }, + { "point": [ 0, 12, 0 ], "overmap": "refctr_SW1c_north" }, + { "point": [ 1, 12, 0 ], "overmap": "refctr_SW2c_north" }, + { "point": [ 2, 12, 0 ], "overmap": "refctr_SW3c_north" }, + { "point": [ 3, 12, 0 ], "overmap": "refctr_SW4c_north" }, + { "point": [ 4, 12, 0 ], "overmap": "refctr_SW5c_north" }, + { "point": [ 0, 13, 0 ], "overmap": "refctr_SW1d_north" }, + { "point": [ 1, 13, 0 ], "overmap": "refctr_SW2d_north" }, + { "point": [ 2, 13, 0 ], "overmap": "refctr_SW3d_north" }, + { "point": [ 3, 13, 0 ], "overmap": "refctr_SW4d_north" }, + { "point": [ 4, 13, 0 ], "overmap": "refctr_SW5d_north" }, + { "point": [ 0, 14, 0 ], "overmap": "refctr_SW1e_north" }, + { "point": [ 1, 14, 0 ], "overmap": "refctr_SW2e_north" }, + { "point": [ 2, 14, 0 ], "overmap": "refctr_SW3e_north" }, + { "point": [ 3, 14, 0 ], "overmap": "refctr_SW4e_north" }, + { "point": [ 4, 14, 0 ], "overmap": "refctr_SW5e_north" }, + { "point": [ 5, 10, 0 ], "overmap": "refctr_S1a_north" }, + { "point": [ 6, 10, 0 ], "overmap": "refctr_S2a_north" }, + { "point": [ 7, 10, 0 ], "overmap": "refctr_S3a_north" }, + { "point": [ 8, 10, 0 ], "overmap": "refctr_S4a_north" }, + { "point": [ 9, 10, 0 ], "overmap": "refctr_S5a_north" }, + { "point": [ 5, 11, 0 ], "overmap": "refctr_S1b_north" }, + { "point": [ 6, 11, 0 ], "overmap": "refctr_S2b_north" }, + { "point": [ 7, 11, 0 ], "overmap": "refctr_S3b_north" }, + { "point": [ 8, 11, 0 ], "overmap": "refctr_S4b_north" }, + { "point": [ 9, 11, 0 ], "overmap": "refctr_S5b_north" }, + { "point": [ 5, 12, 0 ], "overmap": "refctr_S1c_north" }, + { "point": [ 6, 12, 0 ], "overmap": "refctr_S2c_north" }, + { "point": [ 7, 12, 0 ], "overmap": "refctr_S3c_north" }, + { "point": [ 8, 12, 0 ], "overmap": "refctr_S4c_north" }, + { "point": [ 9, 12, 0 ], "overmap": "refctr_S5c_north" }, + { "point": [ 5, 13, 0 ], "overmap": "refctr_S1d_north" }, + { "point": [ 6, 13, 0 ], "overmap": "refctr_S2d_north" }, + { "point": [ 7, 13, 0 ], "overmap": "refctr_S3d_north" }, + { "point": [ 8, 13, 0 ], "overmap": "refctr_S4d_north" }, + { "point": [ 9, 13, 0 ], "overmap": "refctr_S5d_north" }, + { "point": [ 5, 14, 0 ], "overmap": "refctr_S1e_north" }, + { "point": [ 6, 14, 0 ], "overmap": "refctr_S2e_north" }, + { "point": [ 7, 14, 0 ], "overmap": "refctr_S3e_north" }, + { "point": [ 8, 14, 0 ], "overmap": "refctr_S4e_north" }, + { "point": [ 9, 14, 0 ], "overmap": "refctr_S5e_north" }, + { "point": [ 10, 10, 0 ], "overmap": "refctr_SE1a_north" }, + { "point": [ 11, 10, 0 ], "overmap": "refctr_SE2a_north" }, + { "point": [ 12, 10, 0 ], "overmap": "refctr_SE3a_north" }, + { "point": [ 13, 10, 0 ], "overmap": "refctr_SE4a_north" }, + { "point": [ 14, 10, 0 ], "overmap": "refctr_SE5a_north" }, + { "point": [ 10, 11, 0 ], "overmap": "refctr_SE1b_north" }, + { "point": [ 11, 11, 0 ], "overmap": "refctr_SE2b_north" }, + { "point": [ 12, 11, 0 ], "overmap": "refctr_SE3b_north" }, + { "point": [ 13, 11, 0 ], "overmap": "refctr_SE4b_north" }, + { "point": [ 14, 11, 0 ], "overmap": "refctr_SE5b_north" }, + { "point": [ 10, 12, 0 ], "overmap": "refctr_SE1c_north" }, + { "point": [ 11, 12, 0 ], "overmap": "refctr_SE2c_north" }, + { "point": [ 12, 12, 0 ], "overmap": "refctr_SE3c_north" }, + { "point": [ 13, 12, 0 ], "overmap": "refctr_SE4c_north" }, + { "point": [ 14, 12, 0 ], "overmap": "refctr_SE5c_north" }, + { "point": [ 10, 13, 0 ], "overmap": "refctr_SE1d_north" }, + { "point": [ 11, 13, 0 ], "overmap": "refctr_SE2d_north" }, + { "point": [ 12, 13, 0 ], "overmap": "refctr_SE3d_north" }, + { "point": [ 13, 13, 0 ], "overmap": "refctr_SE4d_north" }, + { "point": [ 14, 13, 0 ], "overmap": "refctr_SE5d_north" }, + { "point": [ 10, 14, 0 ], "overmap": "refctr_SE1e_north" }, + { "point": [ 11, 14, 0 ], "overmap": "refctr_SE2e_north" }, + { "point": [ 12, 14, 0 ], "overmap": "refctr_SE3e_north" }, + { "point": [ 13, 14, 0 ], "overmap": "refctr_SE4e_north" }, + { "point": [ 14, 14, 0 ], "overmap": "refctr_SE5e_north" }, + { "point": [ 0, 0, 1 ], "overmap": "refctr_NW1a_z1_north" }, + { "point": [ 1, 0, 1 ], "overmap": "refctr_NW2a_z1_north" }, + { "point": [ 2, 0, 1 ], "overmap": "refctr_NW3a_z1_north" }, + { "point": [ 3, 0, 1 ], "overmap": "refctr_NW4a_z1_north" }, + { "point": [ 4, 0, 1 ], "overmap": "refctr_NW5a_z1_north" }, + { "point": [ 0, 1, 1 ], "overmap": "refctr_NW1b_z1_north" }, + { "point": [ 1, 1, 1 ], "overmap": "refctr_NW2b_z1_north" }, + { "point": [ 2, 1, 1 ], "overmap": "refctr_NW3b_z1_north" }, + { "point": [ 3, 1, 1 ], "overmap": "refctr_NW4b_z1_north" }, + { "point": [ 4, 1, 1 ], "overmap": "refctr_NW5b_z1_north" }, + { "point": [ 0, 2, 1 ], "overmap": "refctr_NW1c_z1_north" }, + { "point": [ 1, 2, 1 ], "overmap": "refctr_NW2c_z1_north" }, + { "point": [ 2, 2, 1 ], "overmap": "refctr_NW3c_z1_north" }, + { "point": [ 3, 2, 1 ], "overmap": "refctr_NW4c_z1_north" }, + { "point": [ 4, 2, 1 ], "overmap": "refctr_NW5c_z1_north" }, + { "point": [ 0, 3, 1 ], "overmap": "refctr_NW1d_z1_north" }, + { "point": [ 1, 3, 1 ], "overmap": "refctr_NW2d_z1_north" }, + { "point": [ 2, 3, 1 ], "overmap": "refctr_NW3d_z1_north" }, + { "point": [ 3, 3, 1 ], "overmap": "refctr_NW4d_z1_north" }, + { "point": [ 4, 3, 1 ], "overmap": "refctr_NW5d_z1_north" }, + { "point": [ 0, 4, 1 ], "overmap": "refctr_NW1e_z1_north" }, + { "point": [ 1, 4, 1 ], "overmap": "refctr_NW2e_z1_north" }, + { "point": [ 2, 4, 1 ], "overmap": "refctr_NW3e_z1_north" }, + { "point": [ 3, 4, 1 ], "overmap": "refctr_NW4e_z1_north" }, + { "point": [ 4, 4, 1 ], "overmap": "refctr_NW5e_z1_north" }, + { "point": [ 5, 0, 1 ], "overmap": "refctr_N1a_z1_north" }, + { "point": [ 6, 0, 1 ], "overmap": "refctr_N2a_z1_north" }, + { "point": [ 7, 0, 1 ], "overmap": "refctr_N3a_z1_north" }, + { "point": [ 8, 0, 1 ], "overmap": "refctr_N4a_z1_north" }, + { "point": [ 9, 0, 1 ], "overmap": "refctr_N5a_z1_north" }, + { "point": [ 5, 1, 1 ], "overmap": "refctr_N1b_z1_north" }, + { "point": [ 6, 1, 1 ], "overmap": "refctr_N2b_z1_north" }, + { "point": [ 7, 1, 1 ], "overmap": "refctr_N3b_z1_north" }, + { "point": [ 8, 1, 1 ], "overmap": "refctr_N4b_z1_north" }, + { "point": [ 9, 1, 1 ], "overmap": "refctr_N5b_z1_north" }, + { "point": [ 5, 2, 1 ], "overmap": "refctr_N1c_z1_north" }, + { "point": [ 6, 2, 1 ], "overmap": "refctr_N2c_z1_north" }, + { "point": [ 7, 2, 1 ], "overmap": "refctr_N3c_z1_north" }, + { "point": [ 8, 2, 1 ], "overmap": "refctr_N4c_z1_north" }, + { "point": [ 9, 2, 1 ], "overmap": "refctr_N5c_z1_north" }, + { "point": [ 5, 3, 1 ], "overmap": "refctr_N1d_z1_north" }, + { "point": [ 6, 3, 1 ], "overmap": "refctr_N2d_z1_north" }, + { "point": [ 7, 3, 1 ], "overmap": "refctr_N3d_z1_north" }, + { "point": [ 8, 3, 1 ], "overmap": "refctr_N4d_z1_north" }, + { "point": [ 9, 3, 1 ], "overmap": "refctr_N5d_z1_north" }, + { "point": [ 5, 4, 1 ], "overmap": "refctr_N1e_z1_north" }, + { "point": [ 6, 4, 1 ], "overmap": "refctr_N2e_z1_north" }, + { "point": [ 7, 4, 1 ], "overmap": "refctr_N3e_z1_north" }, + { "point": [ 8, 4, 1 ], "overmap": "refctr_N4e_z1_north" }, + { "point": [ 9, 4, 1 ], "overmap": "refctr_N5e_z1_north" }, + { "point": [ 10, 0, 1 ], "overmap": "refctr_NE1a_z1_north" }, + { "point": [ 11, 0, 1 ], "overmap": "refctr_NE2a_z1_north" }, + { "point": [ 12, 0, 1 ], "overmap": "refctr_NE3a_z1_north" }, + { "point": [ 13, 0, 1 ], "overmap": "refctr_NE4a_z1_north" }, + { "point": [ 14, 0, 1 ], "overmap": "refctr_NE5a_z1_north" }, + { "point": [ 10, 1, 1 ], "overmap": "refctr_NE1b_z1_north" }, + { "point": [ 11, 1, 1 ], "overmap": "refctr_NE2b_z1_north" }, + { "point": [ 12, 1, 1 ], "overmap": "refctr_NE3b_z1_north" }, + { "point": [ 13, 1, 1 ], "overmap": "refctr_NE4b_z1_north" }, + { "point": [ 14, 1, 1 ], "overmap": "refctr_NE5b_z1_north" }, + { "point": [ 10, 2, 1 ], "overmap": "refctr_NE1c_z1_north" }, + { "point": [ 11, 2, 1 ], "overmap": "refctr_NE2c_z1_north" }, + { "point": [ 12, 2, 1 ], "overmap": "refctr_NE3c_z1_north" }, + { "point": [ 13, 2, 1 ], "overmap": "refctr_NE4c_z1_north" }, + { "point": [ 14, 2, 1 ], "overmap": "refctr_NE5c_z1_north" }, + { "point": [ 10, 3, 1 ], "overmap": "refctr_NE1d_z1_north" }, + { "point": [ 11, 3, 1 ], "overmap": "refctr_NE2d_z1_north" }, + { "point": [ 12, 3, 1 ], "overmap": "refctr_NE3d_z1_north" }, + { "point": [ 13, 3, 1 ], "overmap": "refctr_NE4d_z1_north" }, + { "point": [ 14, 3, 1 ], "overmap": "refctr_NE5d_z1_north" }, + { "point": [ 10, 4, 1 ], "overmap": "refctr_NE1e_z1_north" }, + { "point": [ 11, 4, 1 ], "overmap": "refctr_NE2e_z1_north" }, + { "point": [ 12, 4, 1 ], "overmap": "refctr_NE3e_z1_north" }, + { "point": [ 13, 4, 1 ], "overmap": "refctr_NE4e_z1_north" }, + { "point": [ 14, 4, 1 ], "overmap": "refctr_NE5e_z1_north" }, + { "point": [ 0, 5, 1 ], "overmap": "refctr_W1a_z1_north" }, + { "point": [ 1, 5, 1 ], "overmap": "refctr_W2a_z1_north" }, + { "point": [ 2, 5, 1 ], "overmap": "refctr_W3a_z1_north" }, + { "point": [ 3, 5, 1 ], "overmap": "refctr_W4a_z1_north" }, + { "point": [ 4, 5, 1 ], "overmap": "refctr_W5a_z1_north" }, + { "point": [ 0, 6, 1 ], "overmap": "refctr_W1b_z1_north" }, + { "point": [ 1, 6, 1 ], "overmap": "refctr_W2b_z1_north" }, + { "point": [ 2, 6, 1 ], "overmap": "refctr_W3b_z1_north" }, + { "point": [ 3, 6, 1 ], "overmap": "refctr_W4b_z1_north" }, + { "point": [ 4, 6, 1 ], "overmap": "refctr_W5b_z1_north" }, + { "point": [ 0, 7, 1 ], "overmap": "refctr_W1c_z1_north" }, + { "point": [ 1, 7, 1 ], "overmap": "refctr_W2c_z1_north" }, + { "point": [ 2, 7, 1 ], "overmap": "refctr_W3c_z1_north" }, + { "point": [ 3, 7, 1 ], "overmap": "refctr_W4c_z1_north" }, + { "point": [ 4, 7, 1 ], "overmap": "refctr_W5c_z1_north" }, + { "point": [ 0, 8, 1 ], "overmap": "refctr_W1d_z1_north" }, + { "point": [ 1, 8, 1 ], "overmap": "refctr_W2d_z1_north" }, + { "point": [ 2, 8, 1 ], "overmap": "refctr_W3d_z1_north" }, + { "point": [ 3, 8, 1 ], "overmap": "refctr_W4d_z1_north" }, + { "point": [ 4, 8, 1 ], "overmap": "refctr_W5d_z1_north" }, + { "point": [ 0, 9, 1 ], "overmap": "refctr_W1e_z1_north" }, + { "point": [ 1, 9, 1 ], "overmap": "refctr_W2e_z1_north" }, + { "point": [ 2, 9, 1 ], "overmap": "refctr_W3e_z1_north" }, + { "point": [ 3, 9, 1 ], "overmap": "refctr_W4e_z1_north" }, + { "point": [ 4, 9, 1 ], "overmap": "refctr_W5e_z1_north" }, + { "point": [ 5, 5, 1 ], "overmap": "evac_center_1_z1_north" }, + { "point": [ 6, 5, 1 ], "overmap": "evac_center_2_z1_north" }, + { "point": [ 7, 5, 1 ], "overmap": "evac_center_3_z1_north" }, + { "point": [ 8, 5, 1 ], "overmap": "evac_center_4_z1_north" }, + { "point": [ 9, 5, 1 ], "overmap": "evac_center_5_z1_north" }, + { "point": [ 5, 6, 1 ], "overmap": "evac_center_6_z1_north" }, + { "point": [ 6, 6, 1 ], "overmap": "evac_center_7_z1_north" }, + { "point": [ 7, 6, 1 ], "overmap": "evac_center_8_z1_north" }, + { "point": [ 8, 6, 1 ], "overmap": "evac_center_9_z1_north" }, + { "point": [ 9, 6, 1 ], "overmap": "evac_center_10_z1_north" }, + { "point": [ 5, 7, 1 ], "overmap": "evac_center_11_z1_north" }, + { "point": [ 6, 7, 1 ], "overmap": "evac_center_12_z1_north" }, + { "point": [ 7, 7, 1 ], "overmap": "evac_center_13_z1_north" }, + { "point": [ 8, 7, 1 ], "overmap": "evac_center_14_z1_north" }, + { "point": [ 9, 7, 1 ], "overmap": "evac_center_15_z1_north" }, + { "point": [ 5, 8, 1 ], "overmap": "evac_center_16_z1_north" }, + { "point": [ 6, 8, 1 ], "overmap": "evac_center_17_z1_north" }, + { "point": [ 7, 8, 1 ], "overmap": "evac_center_18_z1_north" }, + { "point": [ 8, 8, 1 ], "overmap": "evac_center_19_z1_north" }, + { "point": [ 9, 8, 1 ], "overmap": "evac_center_20_z1_north" }, + { "point": [ 5, 9, 1 ], "overmap": "evac_center_21_z1_north" }, + { "point": [ 6, 9, 1 ], "overmap": "evac_center_22_z1_north" }, + { "point": [ 7, 9, 1 ], "overmap": "evac_center_23_z1_north" }, + { "point": [ 8, 9, 1 ], "overmap": "evac_center_24_z1_north" }, + { "point": [ 9, 9, 1 ], "overmap": "evac_center_25_z1_north" }, + { "point": [ 10, 5, 1 ], "overmap": "refctr_E1a_z1_north" }, + { "point": [ 11, 5, 1 ], "overmap": "refctr_E2a_z1_north" }, + { "point": [ 12, 5, 1 ], "overmap": "refctr_E3a_z1_north" }, + { "point": [ 13, 5, 1 ], "overmap": "refctr_E4a_z1_north" }, + { "point": [ 14, 5, 1 ], "overmap": "refctr_E5a_z1_north" }, + { "point": [ 10, 6, 1 ], "overmap": "refctr_E1b_z1_north" }, + { "point": [ 11, 6, 1 ], "overmap": "refctr_E2b_z1_north" }, + { "point": [ 12, 6, 1 ], "overmap": "refctr_E3b_z1_north" }, + { "point": [ 13, 6, 1 ], "overmap": "refctr_E4b_z1_north" }, + { "point": [ 14, 6, 1 ], "overmap": "refctr_E5b_z1_north" }, + { "point": [ 10, 7, 1 ], "overmap": "refctr_E1c_z1_north" }, + { "point": [ 11, 7, 1 ], "overmap": "refctr_E2c_z1_north" }, + { "point": [ 12, 7, 1 ], "overmap": "refctr_E3c_z1_north" }, + { "point": [ 13, 7, 1 ], "overmap": "refctr_E4c_z1_north" }, + { "point": [ 14, 7, 1 ], "overmap": "refctr_E5c_z1_north" }, + { "point": [ 10, 8, 1 ], "overmap": "refctr_E1d_z1_north" }, + { "point": [ 11, 8, 1 ], "overmap": "refctr_E2d_z1_north" }, + { "point": [ 12, 8, 1 ], "overmap": "refctr_E3d_z1_north" }, + { "point": [ 13, 8, 1 ], "overmap": "refctr_E4d_z1_north" }, + { "point": [ 14, 8, 1 ], "overmap": "refctr_E5d_z1_north" }, + { "point": [ 10, 9, 1 ], "overmap": "refctr_E1e_z1_north" }, + { "point": [ 11, 9, 1 ], "overmap": "refctr_E2e_z1_north" }, + { "point": [ 12, 9, 1 ], "overmap": "refctr_E3e_z1_north" }, + { "point": [ 13, 9, 1 ], "overmap": "refctr_E4e_z1_north" }, + { "point": [ 14, 9, 1 ], "overmap": "refctr_E5e_z1_north" }, + { "point": [ 0, 10, 1 ], "overmap": "refctr_SW1a_z1_north" }, + { "point": [ 1, 10, 1 ], "overmap": "refctr_SW2a_z1_north" }, + { "point": [ 2, 10, 1 ], "overmap": "refctr_SW3a_z1_north" }, + { "point": [ 3, 10, 1 ], "overmap": "refctr_SW4a_z1_north" }, + { "point": [ 4, 10, 1 ], "overmap": "refctr_SW5a_z1_north" }, + { "point": [ 0, 11, 1 ], "overmap": "refctr_SW1b_z1_north" }, + { "point": [ 1, 11, 1 ], "overmap": "refctr_SW2b_z1_north" }, + { "point": [ 2, 11, 1 ], "overmap": "refctr_SW3b_z1_north" }, + { "point": [ 3, 11, 1 ], "overmap": "refctr_SW4b_z1_north" }, + { "point": [ 4, 11, 1 ], "overmap": "refctr_SW5b_z1_north" }, + { "point": [ 0, 12, 1 ], "overmap": "refctr_SW1c_z1_north" }, + { "point": [ 1, 12, 1 ], "overmap": "refctr_SW2c_z1_north" }, + { "point": [ 2, 12, 1 ], "overmap": "refctr_SW3c_z1_north" }, + { "point": [ 3, 12, 1 ], "overmap": "refctr_SW4c_z1_north" }, + { "point": [ 4, 12, 1 ], "overmap": "refctr_SW5c_z1_north" }, + { "point": [ 0, 13, 1 ], "overmap": "refctr_SW1d_z1_north" }, + { "point": [ 1, 13, 1 ], "overmap": "refctr_SW2d_z1_north" }, + { "point": [ 2, 13, 1 ], "overmap": "refctr_SW3d_z1_north" }, + { "point": [ 3, 13, 1 ], "overmap": "refctr_SW4d_z1_north" }, + { "point": [ 4, 13, 1 ], "overmap": "refctr_SW5d_z1_north" }, + { "point": [ 0, 14, 1 ], "overmap": "refctr_SW1e_z1_north" }, + { "point": [ 1, 14, 1 ], "overmap": "refctr_SW2e_z1_north" }, + { "point": [ 2, 14, 1 ], "overmap": "refctr_SW3e_z1_north" }, + { "point": [ 3, 14, 1 ], "overmap": "refctr_SW4e_z1_north" }, + { "point": [ 4, 14, 1 ], "overmap": "refctr_SW5e_z1_north" }, + { "point": [ 5, 10, 1 ], "overmap": "refctr_S1a_z1_north" }, + { "point": [ 6, 10, 1 ], "overmap": "refctr_S2a_z1_north" }, + { "point": [ 7, 10, 1 ], "overmap": "refctr_S3a_z1_north" }, + { "point": [ 8, 10, 1 ], "overmap": "refctr_S4a_z1_north" }, + { "point": [ 9, 10, 1 ], "overmap": "refctr_S5a_z1_north" }, + { "point": [ 5, 11, 1 ], "overmap": "refctr_S1b_z1_north" }, + { "point": [ 6, 11, 1 ], "overmap": "refctr_S2b_z1_north" }, + { "point": [ 7, 11, 1 ], "overmap": "refctr_S3b_z1_north" }, + { "point": [ 8, 11, 1 ], "overmap": "refctr_S4b_z1_north" }, + { "point": [ 9, 11, 1 ], "overmap": "refctr_S5b_z1_north" }, + { "point": [ 5, 12, 1 ], "overmap": "refctr_S1c_z1_north" }, + { "point": [ 6, 12, 1 ], "overmap": "refctr_S2c_z1_north" }, + { "point": [ 7, 12, 1 ], "overmap": "refctr_S3c_z1_north" }, + { "point": [ 8, 12, 1 ], "overmap": "refctr_S4c_z1_north" }, + { "point": [ 9, 12, 1 ], "overmap": "refctr_S5c_z1_north" }, + { "point": [ 5, 13, 1 ], "overmap": "refctr_S1d_z1_north" }, + { "point": [ 6, 13, 1 ], "overmap": "refctr_S2d_z1_north" }, + { "point": [ 7, 13, 1 ], "overmap": "refctr_S3d_z1_north" }, + { "point": [ 8, 13, 1 ], "overmap": "refctr_S4d_z1_north" }, + { "point": [ 9, 13, 1 ], "overmap": "refctr_S5d_z1_north" }, + { "point": [ 5, 14, 1 ], "overmap": "refctr_S1e_z1_north" }, + { "point": [ 6, 14, 1 ], "overmap": "refctr_S2e_z1_north" }, + { "point": [ 7, 14, 1 ], "overmap": "refctr_S3e_z1_north" }, + { "point": [ 8, 14, 1 ], "overmap": "refctr_S4e_z1_north" }, + { "point": [ 9, 14, 1 ], "overmap": "refctr_S5e_z1_north" }, + { "point": [ 10, 10, 1 ], "overmap": "refctr_SE1a_z1_north" }, + { "point": [ 11, 10, 1 ], "overmap": "refctr_SE2a_z1_north" }, + { "point": [ 12, 10, 1 ], "overmap": "refctr_SE3a_z1_north" }, + { "point": [ 13, 10, 1 ], "overmap": "refctr_SE4a_z1_north" }, + { "point": [ 14, 10, 1 ], "overmap": "refctr_SE5a_z1_north" }, + { "point": [ 10, 11, 1 ], "overmap": "refctr_SE1b_z1_north" }, + { "point": [ 11, 11, 1 ], "overmap": "refctr_SE2b_z1_north" }, + { "point": [ 12, 11, 1 ], "overmap": "refctr_SE3b_z1_north" }, + { "point": [ 13, 11, 1 ], "overmap": "refctr_SE4b_z1_north" }, + { "point": [ 14, 11, 1 ], "overmap": "refctr_SE5b_z1_north" }, + { "point": [ 10, 12, 1 ], "overmap": "refctr_SE1c_z1_north" }, + { "point": [ 11, 12, 1 ], "overmap": "refctr_SE2c_z1_north" }, + { "point": [ 12, 12, 1 ], "overmap": "refctr_SE3c_z1_north" }, + { "point": [ 13, 12, 1 ], "overmap": "refctr_SE4c_z1_north" }, + { "point": [ 14, 12, 1 ], "overmap": "refctr_SE5c_z1_north" }, + { "point": [ 10, 13, 1 ], "overmap": "refctr_SE1d_z1_north" }, + { "point": [ 11, 13, 1 ], "overmap": "refctr_SE2d_z1_north" }, + { "point": [ 12, 13, 1 ], "overmap": "refctr_SE3d_z1_north" }, + { "point": [ 13, 13, 1 ], "overmap": "refctr_SE4d_z1_north" }, + { "point": [ 14, 13, 1 ], "overmap": "refctr_SE5d_z1_north" }, + { "point": [ 10, 14, 1 ], "overmap": "refctr_SE1e_z1_north" }, + { "point": [ 11, 14, 1 ], "overmap": "refctr_SE2e_z1_north" }, + { "point": [ 12, 14, 1 ], "overmap": "refctr_SE3e_z1_north" }, + { "point": [ 13, 14, 1 ], "overmap": "refctr_SE4e_z1_north" }, + { "point": [ 14, 14, 1 ], "overmap": "refctr_SE5e_z1_north" }, + { "point": [ 0, 0, 2 ], "overmap": "refctr_NW1a_z2_north" }, + { "point": [ 1, 0, 2 ], "overmap": "refctr_NW2a_z2_north" }, + { "point": [ 2, 0, 2 ], "overmap": "refctr_NW3a_z2_north" }, + { "point": [ 3, 0, 2 ], "overmap": "refctr_NW4a_z2_north" }, + { "point": [ 4, 0, 2 ], "overmap": "refctr_NW5a_z2_north" }, + { "point": [ 0, 1, 2 ], "overmap": "refctr_NW1b_z2_north" }, + { "point": [ 1, 1, 2 ], "overmap": "refctr_NW2b_z2_north" }, + { "point": [ 2, 1, 2 ], "overmap": "refctr_NW3b_z2_north" }, + { "point": [ 3, 1, 2 ], "overmap": "refctr_NW4b_z2_north" }, + { "point": [ 4, 1, 2 ], "overmap": "refctr_NW5b_z2_north" }, + { "point": [ 0, 2, 2 ], "overmap": "refctr_NW1c_z2_north" }, + { "point": [ 1, 2, 2 ], "overmap": "refctr_NW2c_z2_north" }, + { "point": [ 2, 2, 2 ], "overmap": "refctr_NW3c_z2_north" }, + { "point": [ 3, 2, 2 ], "overmap": "refctr_NW4c_z2_north" }, + { "point": [ 4, 2, 2 ], "overmap": "refctr_NW5c_z2_north" }, + { "point": [ 0, 3, 2 ], "overmap": "refctr_NW1d_z2_north" }, + { "point": [ 1, 3, 2 ], "overmap": "refctr_NW2d_z2_north" }, + { "point": [ 2, 3, 2 ], "overmap": "refctr_NW3d_z2_north" }, + { "point": [ 3, 3, 2 ], "overmap": "refctr_NW4d_z2_north" }, + { "point": [ 4, 3, 2 ], "overmap": "refctr_NW5d_z2_north" }, + { "point": [ 0, 4, 2 ], "overmap": "refctr_NW1e_z2_north" }, + { "point": [ 1, 4, 2 ], "overmap": "refctr_NW2e_z2_north" }, + { "point": [ 2, 4, 2 ], "overmap": "refctr_NW3e_z2_north" }, + { "point": [ 3, 4, 2 ], "overmap": "refctr_NW4e_z2_north" }, + { "point": [ 4, 4, 2 ], "overmap": "refctr_NW5e_z2_north" }, + { "point": [ 5, 0, 2 ], "overmap": "refctr_N1a_z2_north" }, + { "point": [ 6, 0, 2 ], "overmap": "refctr_N2a_z2_north" }, + { "point": [ 7, 0, 2 ], "overmap": "refctr_N3a_z2_north" }, + { "point": [ 8, 0, 2 ], "overmap": "refctr_N4a_z2_north" }, + { "point": [ 9, 0, 2 ], "overmap": "refctr_N5a_z2_north" }, + { "point": [ 5, 1, 2 ], "overmap": "refctr_N1b_z2_north" }, + { "point": [ 6, 1, 2 ], "overmap": "refctr_N2b_z2_north" }, + { "point": [ 7, 1, 2 ], "overmap": "refctr_N3b_z2_north" }, + { "point": [ 8, 1, 2 ], "overmap": "refctr_N4b_z2_north" }, + { "point": [ 9, 1, 2 ], "overmap": "refctr_N5b_z2_north" }, + { "point": [ 5, 2, 2 ], "overmap": "refctr_N1c_z2_north" }, + { "point": [ 6, 2, 2 ], "overmap": "refctr_N2c_z2_north" }, + { "point": [ 7, 2, 2 ], "overmap": "refctr_N3c_z2_north" }, + { "point": [ 8, 2, 2 ], "overmap": "refctr_N4c_z2_north" }, + { "point": [ 9, 2, 2 ], "overmap": "refctr_N5c_z2_north" }, + { "point": [ 5, 3, 2 ], "overmap": "refctr_N1d_z2_north" }, + { "point": [ 6, 3, 2 ], "overmap": "refctr_N2d_z2_north" }, + { "point": [ 7, 3, 2 ], "overmap": "refctr_N3d_z2_north" }, + { "point": [ 8, 3, 2 ], "overmap": "refctr_N4d_z2_north" }, + { "point": [ 9, 3, 2 ], "overmap": "refctr_N5d_z2_north" }, + { "point": [ 5, 4, 2 ], "overmap": "refctr_N1e_z2_north" }, + { "point": [ 6, 4, 2 ], "overmap": "refctr_N2e_z2_north" }, + { "point": [ 7, 4, 2 ], "overmap": "refctr_N3e_z2_north" }, + { "point": [ 8, 4, 2 ], "overmap": "refctr_N4e_z2_north" }, + { "point": [ 9, 4, 2 ], "overmap": "refctr_N5e_z2_north" }, + { "point": [ 10, 0, 2 ], "overmap": "refctr_NE1a_z2_north" }, + { "point": [ 11, 0, 2 ], "overmap": "refctr_NE2a_z2_north" }, + { "point": [ 12, 0, 2 ], "overmap": "refctr_NE3a_z2_north" }, + { "point": [ 13, 0, 2 ], "overmap": "refctr_NE4a_z2_north" }, + { "point": [ 14, 0, 2 ], "overmap": "refctr_NE5a_z2_north" }, + { "point": [ 10, 1, 2 ], "overmap": "refctr_NE1b_z2_north" }, + { "point": [ 11, 1, 2 ], "overmap": "refctr_NE2b_z2_north" }, + { "point": [ 12, 1, 2 ], "overmap": "refctr_NE3b_z2_north" }, + { "point": [ 13, 1, 2 ], "overmap": "refctr_NE4b_z2_north" }, + { "point": [ 14, 1, 2 ], "overmap": "refctr_NE5b_z2_north" }, + { "point": [ 10, 2, 2 ], "overmap": "refctr_NE1c_z2_north" }, + { "point": [ 11, 2, 2 ], "overmap": "refctr_NE2c_z2_north" }, + { "point": [ 12, 2, 2 ], "overmap": "refctr_NE3c_z2_north" }, + { "point": [ 13, 2, 2 ], "overmap": "refctr_NE4c_z2_north" }, + { "point": [ 14, 2, 2 ], "overmap": "refctr_NE5c_z2_north" }, + { "point": [ 10, 3, 2 ], "overmap": "refctr_NE1d_z2_north" }, + { "point": [ 11, 3, 2 ], "overmap": "refctr_NE2d_z2_north" }, + { "point": [ 12, 3, 2 ], "overmap": "refctr_NE3d_z2_north" }, + { "point": [ 13, 3, 2 ], "overmap": "refctr_NE4d_z2_north" }, + { "point": [ 14, 3, 2 ], "overmap": "refctr_NE5d_z2_north" }, + { "point": [ 10, 4, 2 ], "overmap": "refctr_NE1e_z2_north" }, + { "point": [ 11, 4, 2 ], "overmap": "refctr_NE2e_z2_north" }, + { "point": [ 12, 4, 2 ], "overmap": "refctr_NE3e_z2_north" }, + { "point": [ 13, 4, 2 ], "overmap": "refctr_NE4e_z2_north" }, + { "point": [ 14, 4, 2 ], "overmap": "refctr_NE5e_z2_north" }, + { "point": [ 0, 5, 2 ], "overmap": "refctr_W1a_z2_north" }, + { "point": [ 1, 5, 2 ], "overmap": "refctr_W2a_z2_north" }, + { "point": [ 2, 5, 2 ], "overmap": "refctr_W3a_z2_north" }, + { "point": [ 3, 5, 2 ], "overmap": "refctr_W4a_z2_north" }, + { "point": [ 4, 5, 2 ], "overmap": "refctr_W5a_z2_north" }, + { "point": [ 0, 6, 2 ], "overmap": "refctr_W1b_z2_north" }, + { "point": [ 1, 6, 2 ], "overmap": "refctr_W2b_z2_north" }, + { "point": [ 2, 6, 2 ], "overmap": "refctr_W3b_z2_north" }, + { "point": [ 3, 6, 2 ], "overmap": "refctr_W4b_z2_north" }, + { "point": [ 4, 6, 2 ], "overmap": "refctr_W5b_z2_north" }, + { "point": [ 0, 7, 2 ], "overmap": "refctr_W1c_z2_north" }, + { "point": [ 1, 7, 2 ], "overmap": "refctr_W2c_z2_north" }, + { "point": [ 2, 7, 2 ], "overmap": "refctr_W3c_z2_north" }, + { "point": [ 3, 7, 2 ], "overmap": "refctr_W4c_z2_north" }, + { "point": [ 4, 7, 2 ], "overmap": "refctr_W5c_z2_north" }, + { "point": [ 0, 8, 2 ], "overmap": "refctr_W1d_z2_north" }, + { "point": [ 1, 8, 2 ], "overmap": "refctr_W2d_z2_north" }, + { "point": [ 2, 8, 2 ], "overmap": "refctr_W3d_z2_north" }, + { "point": [ 3, 8, 2 ], "overmap": "refctr_W4d_z2_north" }, + { "point": [ 4, 8, 2 ], "overmap": "refctr_W5d_z2_north" }, + { "point": [ 0, 9, 2 ], "overmap": "refctr_W1e_z2_north" }, + { "point": [ 1, 9, 2 ], "overmap": "refctr_W2e_z2_north" }, + { "point": [ 2, 9, 2 ], "overmap": "refctr_W3e_z2_north" }, + { "point": [ 3, 9, 2 ], "overmap": "refctr_W4e_z2_north" }, + { "point": [ 4, 9, 2 ], "overmap": "refctr_W5e_z2_north" }, + { "point": [ 5, 5, 2 ], "overmap": "evac_center_1_z2_north" }, + { "point": [ 6, 5, 2 ], "overmap": "evac_center_2_z2_north" }, + { "point": [ 7, 5, 2 ], "overmap": "evac_center_3_z2_north" }, + { "point": [ 8, 5, 2 ], "overmap": "evac_center_4_z2_north" }, + { "point": [ 9, 5, 2 ], "overmap": "evac_center_5_z2_north" }, + { "point": [ 5, 6, 2 ], "overmap": "evac_center_6_z2_north" }, + { "point": [ 6, 6, 2 ], "overmap": "evac_center_7_z2_north" }, + { "point": [ 7, 6, 2 ], "overmap": "evac_center_8_z2_north" }, + { "point": [ 8, 6, 2 ], "overmap": "evac_center_9_z2_north" }, + { "point": [ 9, 6, 2 ], "overmap": "evac_center_10_z2_north" }, + { "point": [ 5, 7, 2 ], "overmap": "evac_center_11_z2_north" }, + { "point": [ 6, 7, 2 ], "overmap": "evac_center_12_z2_north" }, + { "point": [ 7, 7, 2 ], "overmap": "evac_center_13_z2_north" }, + { "point": [ 8, 7, 2 ], "overmap": "evac_center_14_z2_north" }, + { "point": [ 9, 7, 2 ], "overmap": "evac_center_15_z2_north" }, + { "point": [ 5, 8, 2 ], "overmap": "evac_center_16_z2_north" }, + { "point": [ 6, 8, 2 ], "overmap": "evac_center_17_z2_north" }, + { "point": [ 7, 8, 2 ], "overmap": "evac_center_18_z2_north" }, + { "point": [ 8, 8, 2 ], "overmap": "evac_center_19_z2_north" }, + { "point": [ 9, 8, 2 ], "overmap": "evac_center_20_z2_north" }, + { "point": [ 5, 9, 2 ], "overmap": "evac_center_21_z2_north" }, + { "point": [ 6, 9, 2 ], "overmap": "evac_center_22_z2_north" }, + { "point": [ 7, 9, 2 ], "overmap": "evac_center_23_z2_north" }, + { "point": [ 8, 9, 2 ], "overmap": "evac_center_24_z2_north" }, + { "point": [ 9, 9, 2 ], "overmap": "evac_center_25_z2_north" }, + { "point": [ 10, 5, 2 ], "overmap": "refctr_E1a_z2_north" }, + { "point": [ 11, 5, 2 ], "overmap": "refctr_E2a_z2_north" }, + { "point": [ 12, 5, 2 ], "overmap": "refctr_E3a_z2_north" }, + { "point": [ 13, 5, 2 ], "overmap": "refctr_E4a_z2_north" }, + { "point": [ 14, 5, 2 ], "overmap": "refctr_E5a_z2_north" }, + { "point": [ 10, 6, 2 ], "overmap": "refctr_E1b_z2_north" }, + { "point": [ 11, 6, 2 ], "overmap": "refctr_E2b_z2_north" }, + { "point": [ 12, 6, 2 ], "overmap": "refctr_E3b_z2_north" }, + { "point": [ 13, 6, 2 ], "overmap": "refctr_E4b_z2_north" }, + { "point": [ 14, 6, 2 ], "overmap": "refctr_E5b_z2_north" }, + { "point": [ 10, 7, 2 ], "overmap": "refctr_E1c_z2_north" }, + { "point": [ 11, 7, 2 ], "overmap": "refctr_E2c_z2_north" }, + { "point": [ 12, 7, 2 ], "overmap": "refctr_E3c_z2_north" }, + { "point": [ 13, 7, 2 ], "overmap": "refctr_E4c_z2_north" }, + { "point": [ 14, 7, 2 ], "overmap": "refctr_E5c_z2_north" }, + { "point": [ 10, 8, 2 ], "overmap": "refctr_E1d_z2_north" }, + { "point": [ 11, 8, 2 ], "overmap": "refctr_E2d_z2_north" }, + { "point": [ 12, 8, 2 ], "overmap": "refctr_E3d_z2_north" }, + { "point": [ 13, 8, 2 ], "overmap": "refctr_E4d_z2_north" }, + { "point": [ 14, 8, 2 ], "overmap": "refctr_E5d_z2_north" }, + { "point": [ 10, 9, 2 ], "overmap": "refctr_E1e_z2_north" }, + { "point": [ 11, 9, 2 ], "overmap": "refctr_E2e_z2_north" }, + { "point": [ 12, 9, 2 ], "overmap": "refctr_E3e_z2_north" }, + { "point": [ 13, 9, 2 ], "overmap": "refctr_E4e_z2_north" }, + { "point": [ 14, 9, 2 ], "overmap": "refctr_E5e_z2_north" }, + { "point": [ 0, 10, 2 ], "overmap": "refctr_SW1a_z2_north" }, + { "point": [ 1, 10, 2 ], "overmap": "refctr_SW2a_z2_north" }, + { "point": [ 2, 10, 2 ], "overmap": "refctr_SW3a_z2_north" }, + { "point": [ 3, 10, 2 ], "overmap": "refctr_SW4a_z2_north" }, + { "point": [ 4, 10, 2 ], "overmap": "refctr_SW5a_z2_north" }, + { "point": [ 0, 11, 2 ], "overmap": "refctr_SW1b_z2_north" }, + { "point": [ 1, 11, 2 ], "overmap": "refctr_SW2b_z2_north" }, + { "point": [ 2, 11, 2 ], "overmap": "refctr_SW3b_z2_north" }, + { "point": [ 3, 11, 2 ], "overmap": "refctr_SW4b_z2_north" }, + { "point": [ 4, 11, 2 ], "overmap": "refctr_SW5b_z2_north" }, + { "point": [ 0, 12, 2 ], "overmap": "refctr_SW1c_z2_north" }, + { "point": [ 1, 12, 2 ], "overmap": "refctr_SW2c_z2_north" }, + { "point": [ 2, 12, 2 ], "overmap": "refctr_SW3c_z2_north" }, + { "point": [ 3, 12, 2 ], "overmap": "refctr_SW4c_z2_north" }, + { "point": [ 4, 12, 2 ], "overmap": "refctr_SW5c_z2_north" }, + { "point": [ 0, 13, 2 ], "overmap": "refctr_SW1d_z2_north" }, + { "point": [ 1, 13, 2 ], "overmap": "refctr_SW2d_z2_north" }, + { "point": [ 2, 13, 2 ], "overmap": "refctr_SW3d_z2_north" }, + { "point": [ 3, 13, 2 ], "overmap": "refctr_SW4d_z2_north" }, + { "point": [ 4, 13, 2 ], "overmap": "refctr_SW5d_z2_north" }, + { "point": [ 0, 14, 2 ], "overmap": "refctr_SW1e_z2_north" }, + { "point": [ 1, 14, 2 ], "overmap": "refctr_SW2e_z2_north" }, + { "point": [ 2, 14, 2 ], "overmap": "refctr_SW3e_z2_north" }, + { "point": [ 3, 14, 2 ], "overmap": "refctr_SW4e_z2_north" }, + { "point": [ 4, 14, 2 ], "overmap": "refctr_SW5e_z2_north" }, + { "point": [ 5, 10, 2 ], "overmap": "refctr_S1a_z2_north" }, + { "point": [ 6, 10, 2 ], "overmap": "refctr_S2a_z2_north" }, + { "point": [ 7, 10, 2 ], "overmap": "refctr_S3a_z2_north" }, + { "point": [ 8, 10, 2 ], "overmap": "refctr_S4a_z2_north" }, + { "point": [ 9, 10, 2 ], "overmap": "refctr_S5a_z2_north" }, + { "point": [ 5, 11, 2 ], "overmap": "refctr_S1b_z2_north" }, + { "point": [ 6, 11, 2 ], "overmap": "refctr_S2b_z2_north" }, + { "point": [ 7, 11, 2 ], "overmap": "refctr_S3b_z2_north" }, + { "point": [ 8, 11, 2 ], "overmap": "refctr_S4b_z2_north" }, + { "point": [ 9, 11, 2 ], "overmap": "refctr_S5b_z2_north" }, + { "point": [ 5, 12, 2 ], "overmap": "refctr_S1c_z2_north" }, + { "point": [ 6, 12, 2 ], "overmap": "refctr_S2c_z2_north" }, + { "point": [ 7, 12, 2 ], "overmap": "refctr_S3c_z2_north" }, + { "point": [ 8, 12, 2 ], "overmap": "refctr_S4c_z2_north" }, + { "point": [ 9, 12, 2 ], "overmap": "refctr_S5c_z2_north" }, + { "point": [ 5, 13, 2 ], "overmap": "refctr_S1d_z2_north" }, + { "point": [ 6, 13, 2 ], "overmap": "refctr_S2d_z2_north" }, + { "point": [ 7, 13, 2 ], "overmap": "refctr_S3d_z2_north" }, + { "point": [ 8, 13, 2 ], "overmap": "refctr_S4d_z2_north" }, + { "point": [ 9, 13, 2 ], "overmap": "refctr_S5d_z2_north" }, + { "point": [ 5, 14, 2 ], "overmap": "refctr_S1e_z2_north" }, + { "point": [ 6, 14, 2 ], "overmap": "refctr_S2e_z2_north" }, + { "point": [ 7, 14, 2 ], "overmap": "refctr_S3e_z2_north" }, + { "point": [ 8, 14, 2 ], "overmap": "refctr_S4e_z2_north" }, + { "point": [ 9, 14, 2 ], "overmap": "refctr_S5e_z2_north" }, + { "point": [ 10, 10, 2 ], "overmap": "refctr_SE1a_z2_north" }, + { "point": [ 11, 10, 2 ], "overmap": "refctr_SE2a_z2_north" }, + { "point": [ 12, 10, 2 ], "overmap": "refctr_SE3a_z2_north" }, + { "point": [ 13, 10, 2 ], "overmap": "refctr_SE4a_z2_north" }, + { "point": [ 14, 10, 2 ], "overmap": "refctr_SE5a_z2_north" }, + { "point": [ 10, 11, 2 ], "overmap": "refctr_SE1b_z2_north" }, + { "point": [ 11, 11, 2 ], "overmap": "refctr_SE2b_z2_north" }, + { "point": [ 12, 11, 2 ], "overmap": "refctr_SE3b_z2_north" }, + { "point": [ 13, 11, 2 ], "overmap": "refctr_SE4b_z2_north" }, + { "point": [ 14, 11, 2 ], "overmap": "refctr_SE5b_z2_north" }, + { "point": [ 10, 12, 2 ], "overmap": "refctr_SE1c_z2_north" }, + { "point": [ 11, 12, 2 ], "overmap": "refctr_SE2c_z2_north" }, + { "point": [ 12, 12, 2 ], "overmap": "refctr_SE3c_z2_north" }, + { "point": [ 13, 12, 2 ], "overmap": "refctr_SE4c_z2_north" }, + { "point": [ 14, 12, 2 ], "overmap": "refctr_SE5c_z2_north" }, + { "point": [ 10, 13, 2 ], "overmap": "refctr_SE1d_z2_north" }, + { "point": [ 11, 13, 2 ], "overmap": "refctr_SE2d_z2_north" }, + { "point": [ 12, 13, 2 ], "overmap": "refctr_SE3d_z2_north" }, + { "point": [ 13, 13, 2 ], "overmap": "refctr_SE4d_z2_north" }, + { "point": [ 14, 13, 2 ], "overmap": "refctr_SE5d_z2_north" }, + { "point": [ 10, 14, 2 ], "overmap": "refctr_SE1e_z2_north" }, + { "point": [ 11, 14, 2 ], "overmap": "refctr_SE2e_z2_north" }, + { "point": [ 12, 14, 2 ], "overmap": "refctr_SE3e_z2_north" }, + { "point": [ 13, 14, 2 ], "overmap": "refctr_SE4e_z2_north" }, + { "point": [ 14, 14, 2 ], "overmap": "refctr_SE5e_z2_north" }, + { "point": [ 0, 0, -1 ], "overmap": "refctr_NW1a_z-1_north" }, + { "point": [ 1, 0, -1 ], "overmap": "refctr_NW2a_z-1_north" }, + { "point": [ 2, 0, -1 ], "overmap": "refctr_NW3a_z-1_north" }, + { "point": [ 3, 0, -1 ], "overmap": "refctr_NW4a_z-1_north" }, + { "point": [ 4, 0, -1 ], "overmap": "refctr_NW5a_z-1_north" }, + { "point": [ 0, 1, -1 ], "overmap": "refctr_NW1b_z-1_north" }, + { "point": [ 1, 1, -1 ], "overmap": "refctr_NW2b_z-1_north" }, + { "point": [ 2, 1, -1 ], "overmap": "refctr_NW3b_z-1_north" }, + { "point": [ 3, 1, -1 ], "overmap": "refctr_NW4b_z-1_north" }, + { "point": [ 4, 1, -1 ], "overmap": "refctr_NW5b_z-1_north" }, + { "point": [ 0, 2, -1 ], "overmap": "refctr_NW1c_z-1_north" }, + { "point": [ 1, 2, -1 ], "overmap": "refctr_NW2c_z-1_north" }, + { "point": [ 2, 2, -1 ], "overmap": "refctr_NW3c_z-1_north" }, + { "point": [ 3, 2, -1 ], "overmap": "refctr_NW4c_z-1_north" }, + { "point": [ 4, 2, -1 ], "overmap": "refctr_NW5c_z-1_north" }, + { "point": [ 0, 3, -1 ], "overmap": "refctr_NW1d_z-1_north" }, + { "point": [ 1, 3, -1 ], "overmap": "refctr_NW2d_z-1_north" }, + { "point": [ 2, 3, -1 ], "overmap": "refctr_NW3d_z-1_north" }, + { "point": [ 3, 3, -1 ], "overmap": "refctr_NW4d_z-1_north" }, + { "point": [ 4, 3, -1 ], "overmap": "refctr_NW5d_z-1_north" }, + { "point": [ 0, 4, -1 ], "overmap": "refctr_NW1e_z-1_north" }, + { "point": [ 1, 4, -1 ], "overmap": "refctr_NW2e_z-1_north" }, + { "point": [ 2, 4, -1 ], "overmap": "refctr_NW3e_z-1_north" }, + { "point": [ 3, 4, -1 ], "overmap": "refctr_NW4e_z-1_north" }, + { "point": [ 4, 4, -1 ], "overmap": "refctr_NW5e_z-1_north" }, + { "point": [ 5, 0, -1 ], "overmap": "refctr_N1a_z-1_north" }, + { "point": [ 6, 0, -1 ], "overmap": "refctr_N2a_z-1_north" }, + { "point": [ 7, 0, -1 ], "overmap": "refctr_N3a_z-1_north" }, + { "point": [ 8, 0, -1 ], "overmap": "refctr_N4a_z-1_north" }, + { "point": [ 9, 0, -1 ], "overmap": "refctr_N5a_z-1_north" }, + { "point": [ 5, 1, -1 ], "overmap": "refctr_N1b_z-1_north" }, + { "point": [ 6, 1, -1 ], "overmap": "refctr_N2b_z-1_north" }, + { "point": [ 7, 1, -1 ], "overmap": "refctr_N3b_z-1_north" }, + { "point": [ 8, 1, -1 ], "overmap": "refctr_N4b_z-1_north" }, + { "point": [ 9, 1, -1 ], "overmap": "refctr_N5b_z-1_north" }, + { "point": [ 5, 2, -1 ], "overmap": "refctr_N1c_z-1_north" }, + { "point": [ 6, 2, -1 ], "overmap": "refctr_N2c_z-1_north" }, + { "point": [ 7, 2, -1 ], "overmap": "refctr_N3c_z-1_north" }, + { "point": [ 8, 2, -1 ], "overmap": "refctr_N4c_z-1_north" }, + { "point": [ 9, 2, -1 ], "overmap": "refctr_N5c_z-1_north" }, + { "point": [ 5, 3, -1 ], "overmap": "refctr_N1d_z-1_north" }, + { "point": [ 6, 3, -1 ], "overmap": "refctr_N2d_z-1_north" }, + { "point": [ 7, 3, -1 ], "overmap": "refctr_N3d_z-1_north" }, + { "point": [ 8, 3, -1 ], "overmap": "refctr_N4d_z-1_north" }, + { "point": [ 9, 3, -1 ], "overmap": "refctr_N5d_z-1_north" }, + { "point": [ 5, 4, -1 ], "overmap": "refctr_N1e_z-1_north" }, + { "point": [ 6, 4, -1 ], "overmap": "refctr_N2e_z-1_north" }, + { "point": [ 7, 4, -1 ], "overmap": "refctr_N3e_z-1_north" }, + { "point": [ 8, 4, -1 ], "overmap": "refctr_N4e_z-1_north" }, + { "point": [ 9, 4, -1 ], "overmap": "refctr_N5e_z-1_north" }, + { "point": [ 10, 0, -1 ], "overmap": "refctr_NE1a_z-1_north" }, + { "point": [ 11, 0, -1 ], "overmap": "refctr_NE2a_z-1_north" }, + { "point": [ 12, 0, -1 ], "overmap": "refctr_NE3a_z-1_north" }, + { "point": [ 13, 0, -1 ], "overmap": "refctr_NE4a_z-1_north" }, + { "point": [ 14, 0, -1 ], "overmap": "refctr_NE5a_z-1_north" }, + { "point": [ 10, 1, -1 ], "overmap": "refctr_NE1b_z-1_north" }, + { "point": [ 11, 1, -1 ], "overmap": "refctr_NE2b_z-1_north" }, + { "point": [ 12, 1, -1 ], "overmap": "refctr_NE3b_z-1_north" }, + { "point": [ 13, 1, -1 ], "overmap": "refctr_NE4b_z-1_north" }, + { "point": [ 14, 1, -1 ], "overmap": "refctr_NE5b_z-1_north" }, + { "point": [ 10, 2, -1 ], "overmap": "refctr_NE1c_z-1_north" }, + { "point": [ 11, 2, -1 ], "overmap": "refctr_NE2c_z-1_north" }, + { "point": [ 12, 2, -1 ], "overmap": "refctr_NE3c_z-1_north" }, + { "point": [ 13, 2, -1 ], "overmap": "refctr_NE4c_z-1_north" }, + { "point": [ 14, 2, -1 ], "overmap": "refctr_NE5c_z-1_north" }, + { "point": [ 10, 3, -1 ], "overmap": "refctr_NE1d_z-1_north" }, + { "point": [ 11, 3, -1 ], "overmap": "refctr_NE2d_z-1_north" }, + { "point": [ 12, 3, -1 ], "overmap": "refctr_NE3d_z-1_north" }, + { "point": [ 13, 3, -1 ], "overmap": "refctr_NE4d_z-1_north" }, + { "point": [ 14, 3, -1 ], "overmap": "refctr_NE5d_z-1_north" }, + { "point": [ 10, 4, -1 ], "overmap": "refctr_NE1e_z-1_north" }, + { "point": [ 11, 4, -1 ], "overmap": "refctr_NE2e_z-1_north" }, + { "point": [ 12, 4, -1 ], "overmap": "refctr_NE3e_z-1_north" }, + { "point": [ 13, 4, -1 ], "overmap": "refctr_NE4e_z-1_north" }, + { "point": [ 14, 4, -1 ], "overmap": "refctr_NE5e_z-1_north" }, + { "point": [ 0, 5, -1 ], "overmap": "refctr_W1a_z-1_north" }, + { "point": [ 1, 5, -1 ], "overmap": "refctr_W2a_z-1_north" }, + { "point": [ 2, 5, -1 ], "overmap": "refctr_W3a_z-1_north" }, + { "point": [ 3, 5, -1 ], "overmap": "refctr_W4a_z-1_north" }, + { "point": [ 4, 5, -1 ], "overmap": "refctr_W5a_z-1_north" }, + { "point": [ 0, 6, -1 ], "overmap": "refctr_W1b_z-1_north" }, + { "point": [ 1, 6, -1 ], "overmap": "refctr_W2b_z-1_north" }, + { "point": [ 2, 6, -1 ], "overmap": "refctr_W3b_z-1_north" }, + { "point": [ 3, 6, -1 ], "overmap": "refctr_W4b_z-1_north" }, + { "point": [ 4, 6, -1 ], "overmap": "refctr_W5b_z-1_north" }, + { "point": [ 0, 7, -1 ], "overmap": "refctr_W1c_z-1_north" }, + { "point": [ 1, 7, -1 ], "overmap": "refctr_W2c_z-1_north" }, + { "point": [ 2, 7, -1 ], "overmap": "refctr_W3c_z-1_north" }, + { "point": [ 3, 7, -1 ], "overmap": "refctr_W4c_z-1_north" }, + { "point": [ 4, 7, -1 ], "overmap": "refctr_W5c_z-1_north" }, + { "point": [ 0, 8, -1 ], "overmap": "refctr_W1d_z-1_north" }, + { "point": [ 1, 8, -1 ], "overmap": "refctr_W2d_z-1_north" }, + { "point": [ 2, 8, -1 ], "overmap": "refctr_W3d_z-1_north" }, + { "point": [ 3, 8, -1 ], "overmap": "refctr_W4d_z-1_north" }, + { "point": [ 4, 8, -1 ], "overmap": "refctr_W5d_z-1_north" }, + { "point": [ 0, 9, -1 ], "overmap": "refctr_W1e_z-1_north" }, + { "point": [ 1, 9, -1 ], "overmap": "refctr_W2e_z-1_north" }, + { "point": [ 2, 9, -1 ], "overmap": "refctr_W3e_z-1_north" }, + { "point": [ 3, 9, -1 ], "overmap": "refctr_W4e_z-1_north" }, + { "point": [ 4, 9, -1 ], "overmap": "refctr_W5e_z-1_north" }, + { "point": [ 5, 5, -1 ], "overmap": "evac_center_1_z-1_north" }, + { "point": [ 6, 5, -1 ], "overmap": "evac_center_2_z-1_north" }, + { "point": [ 7, 5, -1 ], "overmap": "evac_center_3_z-1_north" }, + { "point": [ 8, 5, -1 ], "overmap": "evac_center_4_z-1_north" }, + { "point": [ 9, 5, -1 ], "overmap": "evac_center_5_z-1_north" }, + { "point": [ 5, 6, -1 ], "overmap": "evac_center_6_z-1_north" }, + { "point": [ 6, 6, -1 ], "overmap": "evac_center_7_z-1_north" }, + { "point": [ 7, 6, -1 ], "overmap": "evac_center_8_z-1_north" }, + { "point": [ 8, 6, -1 ], "overmap": "evac_center_9_z-1_north" }, + { "point": [ 9, 6, -1 ], "overmap": "evac_center_10_z-1_north" }, + { "point": [ 5, 7, -1 ], "overmap": "evac_center_11_z-1_north" }, + { "point": [ 6, 7, -1 ], "overmap": "evac_center_12_z-1_north" }, + { "point": [ 7, 7, -1 ], "overmap": "evac_center_13_z-1_north" }, + { "point": [ 8, 7, -1 ], "overmap": "evac_center_14_z-1_north" }, + { "point": [ 9, 7, -1 ], "overmap": "evac_center_15_z-1_north" }, + { "point": [ 5, 8, -1 ], "overmap": "evac_center_16_z-1_north" }, + { "point": [ 6, 8, -1 ], "overmap": "evac_center_17_z-1_north" }, + { "point": [ 7, 8, -1 ], "overmap": "evac_center_18_z-1_north" }, + { "point": [ 8, 8, -1 ], "overmap": "evac_center_19_z-1_north" }, + { "point": [ 9, 8, -1 ], "overmap": "evac_center_20_z-1_north" }, + { "point": [ 5, 9, -1 ], "overmap": "evac_center_21_z-1_north" }, + { "point": [ 6, 9, -1 ], "overmap": "evac_center_22_z-1_north" }, + { "point": [ 7, 9, -1 ], "overmap": "evac_center_23_z-1_north" }, + { "point": [ 8, 9, -1 ], "overmap": "evac_center_24_z-1_north" }, + { "point": [ 9, 9, -1 ], "overmap": "evac_center_25_z-1_north" }, + { "point": [ 10, 5, -1 ], "overmap": "refctr_E1a_z-1_north" }, + { "point": [ 11, 5, -1 ], "overmap": "refctr_E2a_z-1_north" }, + { "point": [ 12, 5, -1 ], "overmap": "refctr_E3a_z-1_north" }, + { "point": [ 13, 5, -1 ], "overmap": "refctr_E4a_z-1_north" }, + { "point": [ 14, 5, -1 ], "overmap": "refctr_E5a_z-1_north" }, + { "point": [ 10, 6, -1 ], "overmap": "refctr_E1b_z-1_north" }, + { "point": [ 11, 6, -1 ], "overmap": "refctr_E2b_z-1_north" }, + { "point": [ 12, 6, -1 ], "overmap": "refctr_E3b_z-1_north" }, + { "point": [ 13, 6, -1 ], "overmap": "refctr_E4b_z-1_north" }, + { "point": [ 14, 6, -1 ], "overmap": "refctr_E5b_z-1_north" }, + { "point": [ 10, 7, -1 ], "overmap": "refctr_E1c_z-1_north" }, + { "point": [ 11, 7, -1 ], "overmap": "refctr_E2c_z-1_north" }, + { "point": [ 12, 7, -1 ], "overmap": "refctr_E3c_z-1_north" }, + { "point": [ 13, 7, -1 ], "overmap": "refctr_E4c_z-1_north" }, + { "point": [ 14, 7, -1 ], "overmap": "refctr_E5c_z-1_north" }, + { "point": [ 10, 8, -1 ], "overmap": "refctr_E1d_z-1_north" }, + { "point": [ 11, 8, -1 ], "overmap": "refctr_E2d_z-1_north" }, + { "point": [ 12, 8, -1 ], "overmap": "refctr_E3d_z-1_north" }, + { "point": [ 13, 8, -1 ], "overmap": "refctr_E4d_z-1_north" }, + { "point": [ 14, 8, -1 ], "overmap": "refctr_E5d_z-1_north" }, + { "point": [ 10, 9, -1 ], "overmap": "refctr_E1e_z-1_north" }, + { "point": [ 11, 9, -1 ], "overmap": "refctr_E2e_z-1_north" }, + { "point": [ 12, 9, -1 ], "overmap": "refctr_E3e_z-1_north" }, + { "point": [ 13, 9, -1 ], "overmap": "refctr_E4e_z-1_north" }, + { "point": [ 14, 9, -1 ], "overmap": "refctr_E5e_z-1_north" }, + { "point": [ 0, 10, -1 ], "overmap": "refctr_SW1a_z-1_north" }, + { "point": [ 1, 10, -1 ], "overmap": "refctr_SW2a_z-1_north" }, + { "point": [ 2, 10, -1 ], "overmap": "refctr_SW3a_z-1_north" }, + { "point": [ 3, 10, -1 ], "overmap": "refctr_SW4a_z-1_north" }, + { "point": [ 4, 10, -1 ], "overmap": "refctr_SW5a_z-1_north" }, + { "point": [ 0, 11, -1 ], "overmap": "refctr_SW1b_z-1_north" }, + { "point": [ 1, 11, -1 ], "overmap": "refctr_SW2b_z-1_north" }, + { "point": [ 2, 11, -1 ], "overmap": "refctr_SW3b_z-1_north" }, + { "point": [ 3, 11, -1 ], "overmap": "refctr_SW4b_z-1_north" }, + { "point": [ 4, 11, -1 ], "overmap": "refctr_SW5b_z-1_north" }, + { "point": [ 0, 12, -1 ], "overmap": "refctr_SW1c_z-1_north" }, + { "point": [ 1, 12, -1 ], "overmap": "refctr_SW2c_z-1_north" }, + { "point": [ 2, 12, -1 ], "overmap": "refctr_SW3c_z-1_north" }, + { "point": [ 3, 12, -1 ], "overmap": "refctr_SW4c_z-1_north" }, + { "point": [ 4, 12, -1 ], "overmap": "refctr_SW5c_z-1_north" }, + { "point": [ 0, 13, -1 ], "overmap": "refctr_SW1d_z-1_north" }, + { "point": [ 1, 13, -1 ], "overmap": "refctr_SW2d_z-1_north" }, + { "point": [ 2, 13, -1 ], "overmap": "refctr_SW3d_z-1_north" }, + { "point": [ 3, 13, -1 ], "overmap": "refctr_SW4d_z-1_north" }, + { "point": [ 4, 13, -1 ], "overmap": "refctr_SW5d_z-1_north" }, + { "point": [ 0, 14, -1 ], "overmap": "refctr_SW1e_z-1_north" }, + { "point": [ 1, 14, -1 ], "overmap": "refctr_SW2e_z-1_north" }, + { "point": [ 2, 14, -1 ], "overmap": "refctr_SW3e_z-1_north" }, + { "point": [ 3, 14, -1 ], "overmap": "refctr_SW4e_z-1_north" }, + { "point": [ 4, 14, -1 ], "overmap": "refctr_SW5e_z-1_north" }, + { "point": [ 5, 10, -1 ], "overmap": "refctr_S1a_z-1_north" }, + { "point": [ 6, 10, -1 ], "overmap": "refctr_S2a_z-1_north" }, + { "point": [ 7, 10, -1 ], "overmap": "refctr_S3a_z-1_north" }, + { "point": [ 8, 10, -1 ], "overmap": "refctr_S4a_z-1_north" }, + { "point": [ 9, 10, -1 ], "overmap": "refctr_S5a_z-1_north" }, + { "point": [ 5, 11, -1 ], "overmap": "refctr_S1b_z-1_north" }, + { "point": [ 6, 11, -1 ], "overmap": "refctr_S2b_z-1_north" }, + { "point": [ 7, 11, -1 ], "overmap": "refctr_S3b_z-1_north" }, + { "point": [ 8, 11, -1 ], "overmap": "refctr_S4b_z-1_north" }, + { "point": [ 9, 11, -1 ], "overmap": "refctr_S5b_z-1_north" }, + { "point": [ 5, 12, -1 ], "overmap": "refctr_S1c_z-1_north" }, + { "point": [ 6, 12, -1 ], "overmap": "refctr_S2c_z-1_north" }, + { "point": [ 7, 12, -1 ], "overmap": "refctr_S3c_z-1_north" }, + { "point": [ 8, 12, -1 ], "overmap": "refctr_S4c_z-1_north" }, + { "point": [ 9, 12, -1 ], "overmap": "refctr_S5c_z-1_north" }, + { "point": [ 5, 13, -1 ], "overmap": "refctr_S1d_z-1_north" }, + { "point": [ 6, 13, -1 ], "overmap": "refctr_S2d_z-1_north" }, + { "point": [ 7, 13, -1 ], "overmap": "refctr_S3d_z-1_north" }, + { "point": [ 8, 13, -1 ], "overmap": "refctr_S4d_z-1_north" }, + { "point": [ 9, 13, -1 ], "overmap": "refctr_S5d_z-1_north" }, + { "point": [ 5, 14, -1 ], "overmap": "refctr_S1e_z-1_north" }, + { "point": [ 6, 14, -1 ], "overmap": "refctr_S2e_z-1_north" }, + { "point": [ 7, 14, -1 ], "overmap": "refctr_S3e_z-1_north" }, + { "point": [ 8, 14, -1 ], "overmap": "refctr_S4e_z-1_north" }, + { "point": [ 9, 14, -1 ], "overmap": "refctr_S5e_z-1_north" }, + { "point": [ 10, 10, -1 ], "overmap": "refctr_SE1a_z-1_north" }, + { "point": [ 11, 10, -1 ], "overmap": "refctr_SE2a_z-1_north" }, + { "point": [ 12, 10, -1 ], "overmap": "refctr_SE3a_z-1_north" }, + { "point": [ 13, 10, -1 ], "overmap": "refctr_SE4a_z-1_north" }, + { "point": [ 14, 10, -1 ], "overmap": "refctr_SE5a_z-1_north" }, + { "point": [ 10, 11, -1 ], "overmap": "refctr_SE1b_z-1_north" }, + { "point": [ 11, 11, -1 ], "overmap": "refctr_SE2b_z-1_north" }, + { "point": [ 12, 11, -1 ], "overmap": "refctr_SE3b_z-1_north" }, + { "point": [ 13, 11, -1 ], "overmap": "refctr_SE4b_z-1_north" }, + { "point": [ 14, 11, -1 ], "overmap": "refctr_SE5b_z-1_north" }, + { "point": [ 10, 12, -1 ], "overmap": "refctr_SE1c_z-1_north" }, + { "point": [ 11, 12, -1 ], "overmap": "refctr_SE2c_z-1_north" }, + { "point": [ 12, 12, -1 ], "overmap": "refctr_SE3c_z-1_north" }, + { "point": [ 13, 12, -1 ], "overmap": "refctr_SE4c_z-1_north" }, + { "point": [ 14, 12, -1 ], "overmap": "refctr_SE5c_z-1_north" }, + { "point": [ 10, 13, -1 ], "overmap": "refctr_SE1d_z-1_north" }, + { "point": [ 11, 13, -1 ], "overmap": "refctr_SE2d_z-1_north" }, + { "point": [ 12, 13, -1 ], "overmap": "refctr_SE3d_z-1_north" }, + { "point": [ 13, 13, -1 ], "overmap": "refctr_SE4d_z-1_north" }, + { "point": [ 14, 13, -1 ], "overmap": "refctr_SE5d_z-1_north" }, + { "point": [ 10, 14, -1 ], "overmap": "refctr_SE1e_z-1_north" }, + { "point": [ 11, 14, -1 ], "overmap": "refctr_SE2e_z-1_north" }, + { "point": [ 12, 14, -1 ], "overmap": "refctr_SE3e_z-1_north" }, + { "point": [ 13, 14, -1 ], "overmap": "refctr_SE4e_z-1_north" }, + { "point": [ 14, 14, -1 ], "overmap": "refctr_SE5e_z-1_north" }, + { "point": [ 0, 0, -2 ], "overmap": "refctr_NW1a_z-2_north" }, + { "point": [ 1, 0, -2 ], "overmap": "refctr_NW2a_z-2_north" }, + { "point": [ 2, 0, -2 ], "overmap": "refctr_NW3a_z-2_north" }, + { "point": [ 3, 0, -2 ], "overmap": "refctr_NW4a_z-2_north" }, + { "point": [ 4, 0, -2 ], "overmap": "refctr_NW5a_z-2_north" }, + { "point": [ 0, 1, -2 ], "overmap": "refctr_NW1b_z-2_north" }, + { "point": [ 1, 1, -2 ], "overmap": "refctr_NW2b_z-2_north" }, + { "point": [ 2, 1, -2 ], "overmap": "refctr_NW3b_z-2_north" }, + { "point": [ 3, 1, -2 ], "overmap": "refctr_NW4b_z-2_north" }, + { "point": [ 4, 1, -2 ], "overmap": "refctr_NW5b_z-2_north" }, + { "point": [ 0, 2, -2 ], "overmap": "refctr_NW1c_z-2_north" }, + { "point": [ 1, 2, -2 ], "overmap": "refctr_NW2c_z-2_north" }, + { "point": [ 2, 2, -2 ], "overmap": "refctr_NW3c_z-2_north" }, + { "point": [ 3, 2, -2 ], "overmap": "refctr_NW4c_z-2_north" }, + { "point": [ 4, 2, -2 ], "overmap": "refctr_NW5c_z-2_north" }, + { "point": [ 0, 3, -2 ], "overmap": "refctr_NW1d_z-2_north" }, + { "point": [ 1, 3, -2 ], "overmap": "refctr_NW2d_z-2_north" }, + { "point": [ 2, 3, -2 ], "overmap": "refctr_NW3d_z-2_north" }, + { "point": [ 3, 3, -2 ], "overmap": "refctr_NW4d_z-2_north" }, + { "point": [ 4, 3, -2 ], "overmap": "refctr_NW5d_z-2_north" }, + { "point": [ 0, 4, -2 ], "overmap": "refctr_NW1e_z-2_north" }, + { "point": [ 1, 4, -2 ], "overmap": "refctr_NW2e_z-2_north" }, + { "point": [ 2, 4, -2 ], "overmap": "refctr_NW3e_z-2_north" }, + { "point": [ 3, 4, -2 ], "overmap": "refctr_NW4e_z-2_north" }, + { "point": [ 4, 4, -2 ], "overmap": "refctr_NW5e_z-2_north" }, + { "point": [ 5, 0, -2 ], "overmap": "refctr_N1a_z-2_north" }, + { "point": [ 6, 0, -2 ], "overmap": "refctr_N2a_z-2_north" }, + { "point": [ 7, 0, -2 ], "overmap": "refctr_N3a_z-2_north" }, + { "point": [ 8, 0, -2 ], "overmap": "refctr_N4a_z-2_north" }, + { "point": [ 9, 0, -2 ], "overmap": "refctr_N5a_z-2_north" }, + { "point": [ 5, 1, -2 ], "overmap": "refctr_N1b_z-2_north" }, + { "point": [ 6, 1, -2 ], "overmap": "refctr_N2b_z-2_north" }, + { "point": [ 7, 1, -2 ], "overmap": "refctr_N3b_z-2_north" }, + { "point": [ 8, 1, -2 ], "overmap": "refctr_N4b_z-2_north" }, + { "point": [ 9, 1, -2 ], "overmap": "refctr_N5b_z-2_north" }, + { "point": [ 5, 2, -2 ], "overmap": "refctr_N1c_z-2_north" }, + { "point": [ 6, 2, -2 ], "overmap": "refctr_N2c_z-2_north" }, + { "point": [ 7, 2, -2 ], "overmap": "refctr_N3c_z-2_north" }, + { "point": [ 8, 2, -2 ], "overmap": "refctr_N4c_z-2_north" }, + { "point": [ 9, 2, -2 ], "overmap": "refctr_N5c_z-2_north" }, + { "point": [ 5, 3, -2 ], "overmap": "refctr_N1d_z-2_north" }, + { "point": [ 6, 3, -2 ], "overmap": "refctr_N2d_z-2_north" }, + { "point": [ 7, 3, -2 ], "overmap": "refctr_N3d_z-2_north" }, + { "point": [ 8, 3, -2 ], "overmap": "refctr_N4d_z-2_north" }, + { "point": [ 9, 3, -2 ], "overmap": "refctr_N5d_z-2_north" }, + { "point": [ 5, 4, -2 ], "overmap": "refctr_N1e_z-2_north" }, + { "point": [ 6, 4, -2 ], "overmap": "refctr_N2e_z-2_north" }, + { "point": [ 7, 4, -2 ], "overmap": "refctr_N3e_z-2_north" }, + { "point": [ 8, 4, -2 ], "overmap": "refctr_N4e_z-2_north" }, + { "point": [ 9, 4, -2 ], "overmap": "refctr_N5e_z-2_north" }, + { "point": [ 10, 0, -2 ], "overmap": "refctr_NE1a_z-2_north" }, + { "point": [ 11, 0, -2 ], "overmap": "refctr_NE2a_z-2_north" }, + { "point": [ 12, 0, -2 ], "overmap": "refctr_NE3a_z-2_north" }, + { "point": [ 13, 0, -2 ], "overmap": "refctr_NE4a_z-2_north" }, + { "point": [ 14, 0, -2 ], "overmap": "refctr_NE5a_z-2_north" }, + { "point": [ 10, 1, -2 ], "overmap": "refctr_NE1b_z-2_north" }, + { "point": [ 11, 1, -2 ], "overmap": "refctr_NE2b_z-2_north" }, + { "point": [ 12, 1, -2 ], "overmap": "refctr_NE3b_z-2_north" }, + { "point": [ 13, 1, -2 ], "overmap": "refctr_NE4b_z-2_north" }, + { "point": [ 14, 1, -2 ], "overmap": "refctr_NE5b_z-2_north" }, + { "point": [ 10, 2, -2 ], "overmap": "refctr_NE1c_z-2_north" }, + { "point": [ 11, 2, -2 ], "overmap": "refctr_NE2c_z-2_north" }, + { "point": [ 12, 2, -2 ], "overmap": "refctr_NE3c_z-2_north" }, + { "point": [ 13, 2, -2 ], "overmap": "refctr_NE4c_z-2_north" }, + { "point": [ 14, 2, -2 ], "overmap": "refctr_NE5c_z-2_north" }, + { "point": [ 10, 3, -2 ], "overmap": "refctr_NE1d_z-2_north" }, + { "point": [ 11, 3, -2 ], "overmap": "refctr_NE2d_z-2_north" }, + { "point": [ 12, 3, -2 ], "overmap": "refctr_NE3d_z-2_north" }, + { "point": [ 13, 3, -2 ], "overmap": "refctr_NE4d_z-2_north" }, + { "point": [ 14, 3, -2 ], "overmap": "refctr_NE5d_z-2_north" }, + { "point": [ 10, 4, -2 ], "overmap": "refctr_NE1e_z-2_north" }, + { "point": [ 11, 4, -2 ], "overmap": "refctr_NE2e_z-2_north" }, + { "point": [ 12, 4, -2 ], "overmap": "refctr_NE3e_z-2_north" }, + { "point": [ 13, 4, -2 ], "overmap": "refctr_NE4e_z-2_north" }, + { "point": [ 14, 4, -2 ], "overmap": "refctr_NE5e_z-2_north" }, + { "point": [ 0, 5, -2 ], "overmap": "refctr_W1a_z-2_north" }, + { "point": [ 1, 5, -2 ], "overmap": "refctr_W2a_z-2_north" }, + { "point": [ 2, 5, -2 ], "overmap": "refctr_W3a_z-2_north" }, + { "point": [ 3, 5, -2 ], "overmap": "refctr_W4a_z-2_north" }, + { "point": [ 4, 5, -2 ], "overmap": "refctr_W5a_z-2_north" }, + { "point": [ 0, 6, -2 ], "overmap": "refctr_W1b_z-2_north" }, + { "point": [ 1, 6, -2 ], "overmap": "refctr_W2b_z-2_north" }, + { "point": [ 2, 6, -2 ], "overmap": "refctr_W3b_z-2_north" }, + { "point": [ 3, 6, -2 ], "overmap": "refctr_W4b_z-2_north" }, + { "point": [ 4, 6, -2 ], "overmap": "refctr_W5b_z-2_north" }, + { "point": [ 0, 7, -2 ], "overmap": "refctr_W1c_z-2_north" }, + { "point": [ 1, 7, -2 ], "overmap": "refctr_W2c_z-2_north" }, + { "point": [ 2, 7, -2 ], "overmap": "refctr_W3c_z-2_north" }, + { "point": [ 3, 7, -2 ], "overmap": "refctr_W4c_z-2_north" }, + { "point": [ 4, 7, -2 ], "overmap": "refctr_W5c_z-2_north" }, + { "point": [ 0, 8, -2 ], "overmap": "refctr_W1d_z-2_north" }, + { "point": [ 1, 8, -2 ], "overmap": "refctr_W2d_z-2_north" }, + { "point": [ 2, 8, -2 ], "overmap": "refctr_W3d_z-2_north" }, + { "point": [ 3, 8, -2 ], "overmap": "refctr_W4d_z-2_north" }, + { "point": [ 4, 8, -2 ], "overmap": "refctr_W5d_z-2_north" }, + { "point": [ 0, 9, -2 ], "overmap": "refctr_W1e_z-2_north" }, + { "point": [ 1, 9, -2 ], "overmap": "refctr_W2e_z-2_north" }, + { "point": [ 2, 9, -2 ], "overmap": "refctr_W3e_z-2_north" }, + { "point": [ 3, 9, -2 ], "overmap": "refctr_W4e_z-2_north" }, + { "point": [ 4, 9, -2 ], "overmap": "refctr_W5e_z-2_north" }, + { "point": [ 5, 5, -2 ], "overmap": "evac_center_1_z-2_north" }, + { "point": [ 6, 5, -2 ], "overmap": "evac_center_2_z-2_north" }, + { "point": [ 7, 5, -2 ], "overmap": "evac_center_3_z-2_north" }, + { "point": [ 8, 5, -2 ], "overmap": "evac_center_4_z-2_north" }, + { "point": [ 9, 5, -2 ], "overmap": "evac_center_5_z-2_north" }, + { "point": [ 5, 6, -2 ], "overmap": "evac_center_6_z-2_north" }, + { "point": [ 6, 6, -2 ], "overmap": "evac_center_7_z-2_north" }, + { "point": [ 7, 6, -2 ], "overmap": "evac_center_8_z-2_north" }, + { "point": [ 8, 6, -2 ], "overmap": "evac_center_9_z-2_north" }, + { "point": [ 9, 6, -2 ], "overmap": "evac_center_10_z-2_north" }, + { "point": [ 5, 7, -2 ], "overmap": "evac_center_11_z-2_north" }, + { "point": [ 6, 7, -2 ], "overmap": "evac_center_12_z-2_north" }, + { "point": [ 7, 7, -2 ], "overmap": "evac_center_13_z-2_north" }, + { "point": [ 8, 7, -2 ], "overmap": "evac_center_14_z-2_north" }, + { "point": [ 9, 7, -2 ], "overmap": "evac_center_15_z-2_north" }, + { "point": [ 5, 8, -2 ], "overmap": "evac_center_16_z-2_north" }, + { "point": [ 6, 8, -2 ], "overmap": "evac_center_17_z-2_north" }, + { "point": [ 7, 8, -2 ], "overmap": "evac_center_18_z-2_north" }, + { "point": [ 8, 8, -2 ], "overmap": "evac_center_19_z-2_north" }, + { "point": [ 9, 8, -2 ], "overmap": "evac_center_20_z-2_north" }, + { "point": [ 5, 9, -2 ], "overmap": "evac_center_21_z-2_north" }, + { "point": [ 6, 9, -2 ], "overmap": "evac_center_22_z-2_north" }, + { "point": [ 7, 9, -2 ], "overmap": "evac_center_23_z-2_north" }, + { "point": [ 8, 9, -2 ], "overmap": "evac_center_24_z-2_north" }, + { "point": [ 9, 9, -2 ], "overmap": "evac_center_25_z-2_north" }, + { "point": [ 10, 5, -2 ], "overmap": "refctr_E1a_z-2_north" }, + { "point": [ 11, 5, -2 ], "overmap": "refctr_E2a_z-2_north" }, + { "point": [ 12, 5, -2 ], "overmap": "refctr_E3a_z-2_north" }, + { "point": [ 13, 5, -2 ], "overmap": "refctr_E4a_z-2_north" }, + { "point": [ 14, 5, -2 ], "overmap": "refctr_E5a_z-2_north" }, + { "point": [ 10, 6, -2 ], "overmap": "refctr_E1b_z-2_north" }, + { "point": [ 11, 6, -2 ], "overmap": "refctr_E2b_z-2_north" }, + { "point": [ 12, 6, -2 ], "overmap": "refctr_E3b_z-2_north" }, + { "point": [ 13, 6, -2 ], "overmap": "refctr_E4b_z-2_north" }, + { "point": [ 14, 6, -2 ], "overmap": "refctr_E5b_z-2_north" }, + { "point": [ 10, 7, -2 ], "overmap": "refctr_E1c_z-2_north" }, + { "point": [ 11, 7, -2 ], "overmap": "refctr_E2c_z-2_north" }, + { "point": [ 12, 7, -2 ], "overmap": "refctr_E3c_z-2_north" }, + { "point": [ 13, 7, -2 ], "overmap": "refctr_E4c_z-2_north" }, + { "point": [ 14, 7, -2 ], "overmap": "refctr_E5c_z-2_north" }, + { "point": [ 10, 8, -2 ], "overmap": "refctr_E1d_z-2_north" }, + { "point": [ 11, 8, -2 ], "overmap": "refctr_E2d_z-2_north" }, + { "point": [ 12, 8, -2 ], "overmap": "refctr_E3d_z-2_north" }, + { "point": [ 13, 8, -2 ], "overmap": "refctr_E4d_z-2_north" }, + { "point": [ 14, 8, -2 ], "overmap": "refctr_E5d_z-2_north" }, + { "point": [ 10, 9, -2 ], "overmap": "refctr_E1e_z-2_north" }, + { "point": [ 11, 9, -2 ], "overmap": "refctr_E2e_z-2_north" }, + { "point": [ 12, 9, -2 ], "overmap": "refctr_E3e_z-2_north" }, + { "point": [ 13, 9, -2 ], "overmap": "refctr_E4e_z-2_north" }, + { "point": [ 14, 9, -2 ], "overmap": "refctr_E5e_z-2_north" }, + { "point": [ 0, 10, -2 ], "overmap": "refctr_SW1a_z-2_north" }, + { "point": [ 1, 10, -2 ], "overmap": "refctr_SW2a_z-2_north" }, + { "point": [ 2, 10, -2 ], "overmap": "refctr_SW3a_z-2_north" }, + { "point": [ 3, 10, -2 ], "overmap": "refctr_SW4a_z-2_north" }, + { "point": [ 4, 10, -2 ], "overmap": "refctr_SW5a_z-2_north" }, + { "point": [ 0, 11, -2 ], "overmap": "refctr_SW1b_z-2_north" }, + { "point": [ 1, 11, -2 ], "overmap": "refctr_SW2b_z-2_north" }, + { "point": [ 2, 11, -2 ], "overmap": "refctr_SW3b_z-2_north" }, + { "point": [ 3, 11, -2 ], "overmap": "refctr_SW4b_z-2_north" }, + { "point": [ 4, 11, -2 ], "overmap": "refctr_SW5b_z-2_north" }, + { "point": [ 0, 12, -2 ], "overmap": "refctr_SW1c_z-2_north" }, + { "point": [ 1, 12, -2 ], "overmap": "refctr_SW2c_z-2_north" }, + { "point": [ 2, 12, -2 ], "overmap": "refctr_SW3c_z-2_north" }, + { "point": [ 3, 12, -2 ], "overmap": "refctr_SW4c_z-2_north" }, + { "point": [ 4, 12, -2 ], "overmap": "refctr_SW5c_z-2_north" }, + { "point": [ 0, 13, -2 ], "overmap": "refctr_SW1d_z-2_north" }, + { "point": [ 1, 13, -2 ], "overmap": "refctr_SW2d_z-2_north" }, + { "point": [ 2, 13, -2 ], "overmap": "refctr_SW3d_z-2_north" }, + { "point": [ 3, 13, -2 ], "overmap": "refctr_SW4d_z-2_north" }, + { "point": [ 4, 13, -2 ], "overmap": "refctr_SW5d_z-2_north" }, + { "point": [ 0, 14, -2 ], "overmap": "refctr_SW1e_z-2_north" }, + { "point": [ 1, 14, -2 ], "overmap": "refctr_SW2e_z-2_north" }, + { "point": [ 2, 14, -2 ], "overmap": "refctr_SW3e_z-2_north" }, + { "point": [ 3, 14, -2 ], "overmap": "refctr_SW4e_z-2_north" }, + { "point": [ 4, 14, -2 ], "overmap": "refctr_SW5e_z-2_north" }, + { "point": [ 5, 10, -2 ], "overmap": "refctr_S1a_z-2_north" }, + { "point": [ 6, 10, -2 ], "overmap": "refctr_S2a_z-2_north" }, + { "point": [ 7, 10, -2 ], "overmap": "refctr_S3a_z-2_north" }, + { "point": [ 8, 10, -2 ], "overmap": "refctr_S4a_z-2_north" }, + { "point": [ 9, 10, -2 ], "overmap": "refctr_S5a_z-2_north" }, + { "point": [ 5, 11, -2 ], "overmap": "refctr_S1b_z-2_north" }, + { "point": [ 6, 11, -2 ], "overmap": "refctr_S2b_z-2_north" }, + { "point": [ 7, 11, -2 ], "overmap": "refctr_S3b_z-2_north" }, + { "point": [ 8, 11, -2 ], "overmap": "refctr_S4b_z-2_north" }, + { "point": [ 9, 11, -2 ], "overmap": "refctr_S5b_z-2_north" }, + { "point": [ 5, 12, -2 ], "overmap": "refctr_S1c_z-2_north" }, + { "point": [ 6, 12, -2 ], "overmap": "refctr_S2c_z-2_north" }, + { "point": [ 7, 12, -2 ], "overmap": "refctr_S3c_z-2_north" }, + { "point": [ 8, 12, -2 ], "overmap": "refctr_S4c_z-2_north" }, + { "point": [ 9, 12, -2 ], "overmap": "refctr_S5c_z-2_north" }, + { "point": [ 5, 13, -2 ], "overmap": "refctr_S1d_z-2_north" }, + { "point": [ 6, 13, -2 ], "overmap": "refctr_S2d_z-2_north" }, + { "point": [ 7, 13, -2 ], "overmap": "refctr_S3d_z-2_north" }, + { "point": [ 8, 13, -2 ], "overmap": "refctr_S4d_z-2_north" }, + { "point": [ 9, 13, -2 ], "overmap": "refctr_S5d_z-2_north" }, + { "point": [ 5, 14, -2 ], "overmap": "refctr_S1e_z-2_north" }, + { "point": [ 6, 14, -2 ], "overmap": "refctr_S2e_z-2_north" }, + { "point": [ 7, 14, -2 ], "overmap": "refctr_S3e_z-2_north" }, + { "point": [ 8, 14, -2 ], "overmap": "refctr_S4e_z-2_north" }, + { "point": [ 9, 14, -2 ], "overmap": "refctr_S5e_z-2_north" }, + { "point": [ 10, 10, -2 ], "overmap": "refctr_SE1a_z-2_north" }, + { "point": [ 11, 10, -2 ], "overmap": "refctr_SE2a_z-2_north" }, + { "point": [ 12, 10, -2 ], "overmap": "refctr_SE3a_z-2_north" }, + { "point": [ 13, 10, -2 ], "overmap": "refctr_SE4a_z-2_north" }, + { "point": [ 14, 10, -2 ], "overmap": "refctr_SE5a_z-2_north" }, + { "point": [ 10, 11, -2 ], "overmap": "refctr_SE1b_z-2_north" }, + { "point": [ 11, 11, -2 ], "overmap": "refctr_SE2b_z-2_north" }, + { "point": [ 12, 11, -2 ], "overmap": "refctr_SE3b_z-2_north" }, + { "point": [ 13, 11, -2 ], "overmap": "refctr_SE4b_z-2_north" }, + { "point": [ 14, 11, -2 ], "overmap": "refctr_SE5b_z-2_north" }, + { "point": [ 10, 12, -2 ], "overmap": "refctr_SE1c_z-2_north" }, + { "point": [ 11, 12, -2 ], "overmap": "refctr_SE2c_z-2_north" }, + { "point": [ 12, 12, -2 ], "overmap": "refctr_SE3c_z-2_north" }, + { "point": [ 13, 12, -2 ], "overmap": "refctr_SE4c_z-2_north" }, + { "point": [ 14, 12, -2 ], "overmap": "refctr_SE5c_z-2_north" }, + { "point": [ 10, 13, -2 ], "overmap": "refctr_SE1d_z-2_north" }, + { "point": [ 11, 13, -2 ], "overmap": "refctr_SE2d_z-2_north" }, + { "point": [ 12, 13, -2 ], "overmap": "refctr_SE3d_z-2_north" }, + { "point": [ 13, 13, -2 ], "overmap": "refctr_SE4d_z-2_north" }, + { "point": [ 14, 13, -2 ], "overmap": "refctr_SE5d_z-2_north" }, + { "point": [ 10, 14, -2 ], "overmap": "refctr_SE1e_z-2_north" }, + { "point": [ 11, 14, -2 ], "overmap": "refctr_SE2e_z-2_north" }, + { "point": [ 12, 14, -2 ], "overmap": "refctr_SE3e_z-2_north" }, + { "point": [ 13, 14, -2 ], "overmap": "refctr_SE4e_z-2_north" }, + { "point": [ 14, 14, -2 ], "overmap": "refctr_SE5e_z-2_north" }, + { "point": [ 0, 0, -3 ], "overmap": "refctr_NW1a_z-3_north" }, + { "point": [ 1, 0, -3 ], "overmap": "refctr_NW2a_z-3_north" }, + { "point": [ 2, 0, -3 ], "overmap": "refctr_NW3a_z-3_north" }, + { "point": [ 3, 0, -3 ], "overmap": "refctr_NW4a_z-3_north" }, + { "point": [ 4, 0, -3 ], "overmap": "refctr_NW5a_z-3_north" }, + { "point": [ 0, 1, -3 ], "overmap": "refctr_NW1b_z-3_north" }, + { "point": [ 1, 1, -3 ], "overmap": "refctr_NW2b_z-3_north" }, + { "point": [ 2, 1, -3 ], "overmap": "refctr_NW3b_z-3_north" }, + { "point": [ 3, 1, -3 ], "overmap": "refctr_NW4b_z-3_north" }, + { "point": [ 4, 1, -3 ], "overmap": "refctr_NW5b_z-3_north" }, + { "point": [ 0, 2, -3 ], "overmap": "refctr_NW1c_z-3_north" }, + { "point": [ 1, 2, -3 ], "overmap": "refctr_NW2c_z-3_north" }, + { "point": [ 2, 2, -3 ], "overmap": "refctr_NW3c_z-3_north" }, + { "point": [ 3, 2, -3 ], "overmap": "refctr_NW4c_z-3_north" }, + { "point": [ 4, 2, -3 ], "overmap": "refctr_NW5c_z-3_north" }, + { "point": [ 0, 3, -3 ], "overmap": "refctr_NW1d_z-3_north" }, + { "point": [ 1, 3, -3 ], "overmap": "refctr_NW2d_z-3_north" }, + { "point": [ 2, 3, -3 ], "overmap": "refctr_NW3d_z-3_north" }, + { "point": [ 3, 3, -3 ], "overmap": "refctr_NW4d_z-3_north" }, + { "point": [ 4, 3, -3 ], "overmap": "refctr_NW5d_z-3_north" }, + { "point": [ 0, 4, -3 ], "overmap": "refctr_NW1e_z-3_north" }, + { "point": [ 1, 4, -3 ], "overmap": "refctr_NW2e_z-3_north" }, + { "point": [ 2, 4, -3 ], "overmap": "refctr_NW3e_z-3_north" }, + { "point": [ 3, 4, -3 ], "overmap": "refctr_NW4e_z-3_north" }, + { "point": [ 4, 4, -3 ], "overmap": "refctr_NW5e_z-3_north" }, + { "point": [ 5, 0, -3 ], "overmap": "refctr_N1a_z-3_north" }, + { "point": [ 6, 0, -3 ], "overmap": "refctr_N2a_z-3_north" }, + { "point": [ 7, 0, -3 ], "overmap": "refctr_N3a_z-3_north" }, + { "point": [ 8, 0, -3 ], "overmap": "refctr_N4a_z-3_north" }, + { "point": [ 9, 0, -3 ], "overmap": "refctr_N5a_z-3_north" }, + { "point": [ 5, 1, -3 ], "overmap": "refctr_N1b_z-3_north" }, + { "point": [ 6, 1, -3 ], "overmap": "refctr_N2b_z-3_north" }, + { "point": [ 7, 1, -3 ], "overmap": "refctr_N3b_z-3_north" }, + { "point": [ 8, 1, -3 ], "overmap": "refctr_N4b_z-3_north" }, + { "point": [ 9, 1, -3 ], "overmap": "refctr_N5b_z-3_north" }, + { "point": [ 5, 2, -3 ], "overmap": "refctr_N1c_z-3_north" }, + { "point": [ 6, 2, -3 ], "overmap": "refctr_N2c_z-3_north" }, + { "point": [ 7, 2, -3 ], "overmap": "refctr_N3c_z-3_north" }, + { "point": [ 8, 2, -3 ], "overmap": "refctr_N4c_z-3_north" }, + { "point": [ 9, 2, -3 ], "overmap": "refctr_N5c_z-3_north" }, + { "point": [ 5, 3, -3 ], "overmap": "refctr_N1d_z-3_north" }, + { "point": [ 6, 3, -3 ], "overmap": "refctr_N2d_z-3_north" }, + { "point": [ 7, 3, -3 ], "overmap": "refctr_N3d_z-3_north" }, + { "point": [ 8, 3, -3 ], "overmap": "refctr_N4d_z-3_north" }, + { "point": [ 9, 3, -3 ], "overmap": "refctr_N5d_z-3_north" }, + { "point": [ 5, 4, -3 ], "overmap": "refctr_N1e_z-3_north" }, + { "point": [ 6, 4, -3 ], "overmap": "refctr_N2e_z-3_north" }, + { "point": [ 7, 4, -3 ], "overmap": "refctr_N3e_z-3_north" }, + { "point": [ 8, 4, -3 ], "overmap": "refctr_N4e_z-3_north" }, + { "point": [ 9, 4, -3 ], "overmap": "refctr_N5e_z-3_north" }, + { "point": [ 10, 0, -3 ], "overmap": "refctr_NE1a_z-3_north" }, + { "point": [ 11, 0, -3 ], "overmap": "refctr_NE2a_z-3_north" }, + { "point": [ 12, 0, -3 ], "overmap": "refctr_NE3a_z-3_north" }, + { "point": [ 13, 0, -3 ], "overmap": "refctr_NE4a_z-3_north" }, + { "point": [ 14, 0, -3 ], "overmap": "refctr_NE5a_z-3_north" }, + { "point": [ 10, 1, -3 ], "overmap": "refctr_NE1b_z-3_north" }, + { "point": [ 11, 1, -3 ], "overmap": "refctr_NE2b_z-3_north" }, + { "point": [ 12, 1, -3 ], "overmap": "refctr_NE3b_z-3_north" }, + { "point": [ 13, 1, -3 ], "overmap": "refctr_NE4b_z-3_north" }, + { "point": [ 14, 1, -3 ], "overmap": "refctr_NE5b_z-3_north" }, + { "point": [ 10, 2, -3 ], "overmap": "refctr_NE1c_z-3_north" }, + { "point": [ 11, 2, -3 ], "overmap": "refctr_NE2c_z-3_north" }, + { "point": [ 12, 2, -3 ], "overmap": "refctr_NE3c_z-3_north" }, + { "point": [ 13, 2, -3 ], "overmap": "refctr_NE4c_z-3_north" }, + { "point": [ 14, 2, -3 ], "overmap": "refctr_NE5c_z-3_north" }, + { "point": [ 10, 3, -3 ], "overmap": "refctr_NE1d_z-3_north" }, + { "point": [ 11, 3, -3 ], "overmap": "refctr_NE2d_z-3_north" }, + { "point": [ 12, 3, -3 ], "overmap": "refctr_NE3d_z-3_north" }, + { "point": [ 13, 3, -3 ], "overmap": "refctr_NE4d_z-3_north" }, + { "point": [ 14, 3, -3 ], "overmap": "refctr_NE5d_z-3_north" }, + { "point": [ 10, 4, -3 ], "overmap": "refctr_NE1e_z-3_north" }, + { "point": [ 11, 4, -3 ], "overmap": "refctr_NE2e_z-3_north" }, + { "point": [ 12, 4, -3 ], "overmap": "refctr_NE3e_z-3_north" }, + { "point": [ 13, 4, -3 ], "overmap": "refctr_NE4e_z-3_north" }, + { "point": [ 14, 4, -3 ], "overmap": "refctr_NE5e_z-3_north" }, + { "point": [ 0, 5, -3 ], "overmap": "refctr_W1a_z-3_north" }, + { "point": [ 1, 5, -3 ], "overmap": "refctr_W2a_z-3_north" }, + { "point": [ 2, 5, -3 ], "overmap": "refctr_W3a_z-3_north" }, + { "point": [ 3, 5, -3 ], "overmap": "refctr_W4a_z-3_north" }, + { "point": [ 4, 5, -3 ], "overmap": "refctr_W5a_z-3_north" }, + { "point": [ 0, 6, -3 ], "overmap": "refctr_W1b_z-3_north" }, + { "point": [ 1, 6, -3 ], "overmap": "refctr_W2b_z-3_north" }, + { "point": [ 2, 6, -3 ], "overmap": "refctr_W3b_z-3_north" }, + { "point": [ 3, 6, -3 ], "overmap": "refctr_W4b_z-3_north" }, + { "point": [ 4, 6, -3 ], "overmap": "refctr_W5b_z-3_north" }, + { "point": [ 0, 7, -3 ], "overmap": "refctr_W1c_z-3_north" }, + { "point": [ 1, 7, -3 ], "overmap": "refctr_W2c_z-3_north" }, + { "point": [ 2, 7, -3 ], "overmap": "refctr_W3c_z-3_north" }, + { "point": [ 3, 7, -3 ], "overmap": "refctr_W4c_z-3_north" }, + { "point": [ 4, 7, -3 ], "overmap": "refctr_W5c_z-3_north" }, + { "point": [ 0, 8, -3 ], "overmap": "refctr_W1d_z-3_north" }, + { "point": [ 1, 8, -3 ], "overmap": "refctr_W2d_z-3_north" }, + { "point": [ 2, 8, -3 ], "overmap": "refctr_W3d_z-3_north" }, + { "point": [ 3, 8, -3 ], "overmap": "refctr_W4d_z-3_north" }, + { "point": [ 4, 8, -3 ], "overmap": "refctr_W5d_z-3_north" }, + { "point": [ 0, 9, -3 ], "overmap": "refctr_W1e_z-3_north" }, + { "point": [ 1, 9, -3 ], "overmap": "refctr_W2e_z-3_north" }, + { "point": [ 2, 9, -3 ], "overmap": "refctr_W3e_z-3_north" }, + { "point": [ 3, 9, -3 ], "overmap": "refctr_W4e_z-3_north" }, + { "point": [ 4, 9, -3 ], "overmap": "refctr_W5e_z-3_north" }, + { "point": [ 5, 5, -3 ], "overmap": "evac_center_1_z-3_north" }, + { "point": [ 6, 5, -3 ], "overmap": "evac_center_2_z-3_north" }, + { "point": [ 7, 5, -3 ], "overmap": "evac_center_3_z-3_north" }, + { "point": [ 8, 5, -3 ], "overmap": "evac_center_4_z-3_north" }, + { "point": [ 9, 5, -3 ], "overmap": "evac_center_5_z-3_north" }, + { "point": [ 5, 6, -3 ], "overmap": "evac_center_6_z-3_north" }, + { "point": [ 6, 6, -3 ], "overmap": "evac_center_7_z-3_north" }, + { "point": [ 7, 6, -3 ], "overmap": "evac_center_8_z-3_north" }, + { "point": [ 8, 6, -3 ], "overmap": "evac_center_9_z-3_north" }, + { "point": [ 9, 6, -3 ], "overmap": "evac_center_10_z-3_north" }, + { "point": [ 5, 7, -3 ], "overmap": "evac_center_11_z-3_north" }, + { "point": [ 6, 7, -3 ], "overmap": "evac_center_12_z-3_north" }, + { "point": [ 7, 7, -3 ], "overmap": "evac_center_13_z-3_north" }, + { "point": [ 8, 7, -3 ], "overmap": "evac_center_14_z-3_north" }, + { "point": [ 9, 7, -3 ], "overmap": "evac_center_15_z-3_north" }, + { "point": [ 5, 8, -3 ], "overmap": "evac_center_16_z-3_north" }, + { "point": [ 6, 8, -3 ], "overmap": "evac_center_17_z-3_north" }, + { "point": [ 7, 8, -3 ], "overmap": "evac_center_18_z-3_north" }, + { "point": [ 8, 8, -3 ], "overmap": "evac_center_19_z-3_north" }, + { "point": [ 9, 8, -3 ], "overmap": "evac_center_20_z-3_north" }, + { "point": [ 5, 9, -3 ], "overmap": "evac_center_21_z-3_north" }, + { "point": [ 6, 9, -3 ], "overmap": "evac_center_22_z-3_north" }, + { "point": [ 7, 9, -3 ], "overmap": "evac_center_23_z-3_north" }, + { "point": [ 8, 9, -3 ], "overmap": "evac_center_24_z-3_north" }, + { "point": [ 9, 9, -3 ], "overmap": "evac_center_25_z-3_north" }, + { "point": [ 10, 5, -3 ], "overmap": "refctr_E1a_z-3_north" }, + { "point": [ 11, 5, -3 ], "overmap": "refctr_E2a_z-3_north" }, + { "point": [ 12, 5, -3 ], "overmap": "refctr_E3a_z-3_north" }, + { "point": [ 13, 5, -3 ], "overmap": "refctr_E4a_z-3_north" }, + { "point": [ 14, 5, -3 ], "overmap": "refctr_E5a_z-3_north" }, + { "point": [ 10, 6, -3 ], "overmap": "refctr_E1b_z-3_north" }, + { "point": [ 11, 6, -3 ], "overmap": "refctr_E2b_z-3_north" }, + { "point": [ 12, 6, -3 ], "overmap": "refctr_E3b_z-3_north" }, + { "point": [ 13, 6, -3 ], "overmap": "refctr_E4b_z-3_north" }, + { "point": [ 14, 6, -3 ], "overmap": "refctr_E5b_z-3_north" }, + { "point": [ 10, 7, -3 ], "overmap": "refctr_E1c_z-3_north" }, + { "point": [ 11, 7, -3 ], "overmap": "refctr_E2c_z-3_north" }, + { "point": [ 12, 7, -3 ], "overmap": "refctr_E3c_z-3_north" }, + { "point": [ 13, 7, -3 ], "overmap": "refctr_E4c_z-3_north" }, + { "point": [ 14, 7, -3 ], "overmap": "refctr_E5c_z-3_north" }, + { "point": [ 10, 8, -3 ], "overmap": "refctr_E1d_z-3_north" }, + { "point": [ 11, 8, -3 ], "overmap": "refctr_E2d_z-3_north" }, + { "point": [ 12, 8, -3 ], "overmap": "refctr_E3d_z-3_north" }, + { "point": [ 13, 8, -3 ], "overmap": "refctr_E4d_z-3_north" }, + { "point": [ 14, 8, -3 ], "overmap": "refctr_E5d_z-3_north" }, + { "point": [ 10, 9, -3 ], "overmap": "refctr_E1e_z-3_north" }, + { "point": [ 11, 9, -3 ], "overmap": "refctr_E2e_z-3_north" }, + { "point": [ 12, 9, -3 ], "overmap": "refctr_E3e_z-3_north" }, + { "point": [ 13, 9, -3 ], "overmap": "refctr_E4e_z-3_north" }, + { "point": [ 14, 9, -3 ], "overmap": "refctr_E5e_z-3_north" }, + { "point": [ 0, 10, -3 ], "overmap": "refctr_SW1a_z-3_north" }, + { "point": [ 1, 10, -3 ], "overmap": "refctr_SW2a_z-3_north" }, + { "point": [ 2, 10, -3 ], "overmap": "refctr_SW3a_z-3_north" }, + { "point": [ 3, 10, -3 ], "overmap": "refctr_SW4a_z-3_north" }, + { "point": [ 4, 10, -3 ], "overmap": "refctr_SW5a_z-3_north" }, + { "point": [ 0, 11, -3 ], "overmap": "refctr_SW1b_z-3_north" }, + { "point": [ 1, 11, -3 ], "overmap": "refctr_SW2b_z-3_north" }, + { "point": [ 2, 11, -3 ], "overmap": "refctr_SW3b_z-3_north" }, + { "point": [ 3, 11, -3 ], "overmap": "refctr_SW4b_z-3_north" }, + { "point": [ 4, 11, -3 ], "overmap": "refctr_SW5b_z-3_north" }, + { "point": [ 0, 12, -3 ], "overmap": "refctr_SW1c_z-3_north" }, + { "point": [ 1, 12, -3 ], "overmap": "refctr_SW2c_z-3_north" }, + { "point": [ 2, 12, -3 ], "overmap": "refctr_SW3c_z-3_north" }, + { "point": [ 3, 12, -3 ], "overmap": "refctr_SW4c_z-3_north" }, + { "point": [ 4, 12, -3 ], "overmap": "refctr_SW5c_z-3_north" }, + { "point": [ 0, 13, -3 ], "overmap": "refctr_SW1d_z-3_north" }, + { "point": [ 1, 13, -3 ], "overmap": "refctr_SW2d_z-3_north" }, + { "point": [ 2, 13, -3 ], "overmap": "refctr_SW3d_z-3_north" }, + { "point": [ 3, 13, -3 ], "overmap": "refctr_SW4d_z-3_north" }, + { "point": [ 4, 13, -3 ], "overmap": "refctr_SW5d_z-3_north" }, + { "point": [ 0, 14, -3 ], "overmap": "refctr_SW1e_z-3_north" }, + { "point": [ 1, 14, -3 ], "overmap": "refctr_SW2e_z-3_north" }, + { "point": [ 2, 14, -3 ], "overmap": "refctr_SW3e_z-3_north" }, + { "point": [ 3, 14, -3 ], "overmap": "refctr_SW4e_z-3_north" }, + { "point": [ 4, 14, -3 ], "overmap": "refctr_SW5e_z-3_north" }, + { "point": [ 5, 10, -3 ], "overmap": "refctr_S1a_z-3_north" }, + { "point": [ 6, 10, -3 ], "overmap": "refctr_S2a_z-3_north" }, + { "point": [ 7, 10, -3 ], "overmap": "refctr_S3a_z-3_north" }, + { "point": [ 8, 10, -3 ], "overmap": "refctr_S4a_z-3_north" }, + { "point": [ 9, 10, -3 ], "overmap": "refctr_S5a_z-3_north" }, + { "point": [ 5, 11, -3 ], "overmap": "refctr_S1b_z-3_north" }, + { "point": [ 6, 11, -3 ], "overmap": "refctr_S2b_z-3_north" }, + { "point": [ 7, 11, -3 ], "overmap": "refctr_S3b_z-3_north" }, + { "point": [ 8, 11, -3 ], "overmap": "refctr_S4b_z-3_north" }, + { "point": [ 9, 11, -3 ], "overmap": "refctr_S5b_z-3_north" }, + { "point": [ 5, 12, -3 ], "overmap": "refctr_S1c_z-3_north" }, + { "point": [ 6, 12, -3 ], "overmap": "refctr_S2c_z-3_north" }, + { "point": [ 7, 12, -3 ], "overmap": "refctr_S3c_z-3_north" }, + { "point": [ 8, 12, -3 ], "overmap": "refctr_S4c_z-3_north" }, + { "point": [ 9, 12, -3 ], "overmap": "refctr_S5c_z-3_north" }, + { "point": [ 5, 13, -3 ], "overmap": "refctr_S1d_z-3_north" }, + { "point": [ 6, 13, -3 ], "overmap": "refctr_S2d_z-3_north" }, + { "point": [ 7, 13, -3 ], "overmap": "refctr_S3d_z-3_north" }, + { "point": [ 8, 13, -3 ], "overmap": "refctr_S4d_z-3_north" }, + { "point": [ 9, 13, -3 ], "overmap": "refctr_S5d_z-3_north" }, + { "point": [ 5, 14, -3 ], "overmap": "refctr_S1e_z-3_north" }, + { "point": [ 6, 14, -3 ], "overmap": "refctr_S2e_z-3_north" }, + { "point": [ 7, 14, -3 ], "overmap": "refctr_S3e_z-3_north" }, + { "point": [ 8, 14, -3 ], "overmap": "refctr_S4e_z-3_north" }, + { "point": [ 9, 14, -3 ], "overmap": "refctr_S5e_z-3_north" }, + { "point": [ 10, 10, -3 ], "overmap": "refctr_SE1a_z-3_north" }, + { "point": [ 11, 10, -3 ], "overmap": "refctr_SE2a_z-3_north" }, + { "point": [ 12, 10, -3 ], "overmap": "refctr_SE3a_z-3_north" }, + { "point": [ 13, 10, -3 ], "overmap": "refctr_SE4a_z-3_north" }, + { "point": [ 14, 10, -3 ], "overmap": "refctr_SE5a_z-3_north" }, + { "point": [ 10, 11, -3 ], "overmap": "refctr_SE1b_z-3_north" }, + { "point": [ 11, 11, -3 ], "overmap": "refctr_SE2b_z-3_north" }, + { "point": [ 12, 11, -3 ], "overmap": "refctr_SE3b_z-3_north" }, + { "point": [ 13, 11, -3 ], "overmap": "refctr_SE4b_z-3_north" }, + { "point": [ 14, 11, -3 ], "overmap": "refctr_SE5b_z-3_north" }, + { "point": [ 10, 12, -3 ], "overmap": "refctr_SE1c_z-3_north" }, + { "point": [ 11, 12, -3 ], "overmap": "refctr_SE2c_z-3_north" }, + { "point": [ 12, 12, -3 ], "overmap": "refctr_SE3c_z-3_north" }, + { "point": [ 13, 12, -3 ], "overmap": "refctr_SE4c_z-3_north" }, + { "point": [ 14, 12, -3 ], "overmap": "refctr_SE5c_z-3_north" }, + { "point": [ 10, 13, -3 ], "overmap": "refctr_SE1d_z-3_north" }, + { "point": [ 11, 13, -3 ], "overmap": "refctr_SE2d_z-3_north" }, + { "point": [ 12, 13, -3 ], "overmap": "refctr_SE3d_z-3_north" }, + { "point": [ 13, 13, -3 ], "overmap": "refctr_SE4d_z-3_north" }, + { "point": [ 14, 13, -3 ], "overmap": "refctr_SE5d_z-3_north" }, + { "point": [ 10, 14, -3 ], "overmap": "refctr_SE1e_z-3_north" }, + { "point": [ 11, 14, -3 ], "overmap": "refctr_SE2e_z-3_north" }, + { "point": [ 12, 14, -3 ], "overmap": "refctr_SE3e_z-3_north" }, + { "point": [ 13, 14, -3 ], "overmap": "refctr_SE4e_z-3_north" }, + { "point": [ 14, 14, -3 ], "overmap": "refctr_SE5e_z-3_north" }, + { "point": [ 0, 0, -4 ], "overmap": "refctr_NW1a_z-4_north" }, + { "point": [ 1, 0, -4 ], "overmap": "refctr_NW2a_z-4_north" }, + { "point": [ 2, 0, -4 ], "overmap": "refctr_NW3a_z-4_north" }, + { "point": [ 3, 0, -4 ], "overmap": "refctr_NW4a_z-4_north" }, + { "point": [ 4, 0, -4 ], "overmap": "refctr_NW5a_z-4_north" }, + { "point": [ 0, 1, -4 ], "overmap": "refctr_NW1b_z-4_north" }, + { "point": [ 1, 1, -4 ], "overmap": "refctr_NW2b_z-4_north" }, + { "point": [ 2, 1, -4 ], "overmap": "refctr_NW3b_z-4_north" }, + { "point": [ 3, 1, -4 ], "overmap": "refctr_NW4b_z-4_north" }, + { "point": [ 4, 1, -4 ], "overmap": "refctr_NW5b_z-4_north" }, + { "point": [ 0, 2, -4 ], "overmap": "refctr_NW1c_z-4_north" }, + { "point": [ 1, 2, -4 ], "overmap": "refctr_NW2c_z-4_north" }, + { "point": [ 2, 2, -4 ], "overmap": "refctr_NW3c_z-4_north" }, + { "point": [ 3, 2, -4 ], "overmap": "refctr_NW4c_z-4_north" }, + { "point": [ 4, 2, -4 ], "overmap": "refctr_NW5c_z-4_north" }, + { "point": [ 0, 3, -4 ], "overmap": "refctr_NW1d_z-4_north" }, + { "point": [ 1, 3, -4 ], "overmap": "refctr_NW2d_z-4_north" }, + { "point": [ 2, 3, -4 ], "overmap": "refctr_NW3d_z-4_north" }, + { "point": [ 3, 3, -4 ], "overmap": "refctr_NW4d_z-4_north" }, + { "point": [ 4, 3, -4 ], "overmap": "refctr_NW5d_z-4_north" }, + { "point": [ 0, 4, -4 ], "overmap": "refctr_NW1e_z-4_north" }, + { "point": [ 1, 4, -4 ], "overmap": "refctr_NW2e_z-4_north" }, + { "point": [ 2, 4, -4 ], "overmap": "refctr_NW3e_z-4_north" }, + { "point": [ 3, 4, -4 ], "overmap": "refctr_NW4e_z-4_north" }, + { "point": [ 4, 4, -4 ], "overmap": "refctr_NW5e_z-4_north" }, + { "point": [ 5, 0, -4 ], "overmap": "refctr_N1a_z-4_north" }, + { "point": [ 6, 0, -4 ], "overmap": "refctr_N2a_z-4_north" }, + { "point": [ 7, 0, -4 ], "overmap": "refctr_N3a_z-4_north" }, + { "point": [ 8, 0, -4 ], "overmap": "refctr_N4a_z-4_north" }, + { "point": [ 9, 0, -4 ], "overmap": "refctr_N5a_z-4_north" }, + { "point": [ 5, 1, -4 ], "overmap": "refctr_N1b_z-4_north" }, + { "point": [ 6, 1, -4 ], "overmap": "refctr_N2b_z-4_north" }, + { "point": [ 7, 1, -4 ], "overmap": "refctr_N3b_z-4_north" }, + { "point": [ 8, 1, -4 ], "overmap": "refctr_N4b_z-4_north" }, + { "point": [ 9, 1, -4 ], "overmap": "refctr_N5b_z-4_north" }, + { "point": [ 5, 2, -4 ], "overmap": "refctr_N1c_z-4_north" }, + { "point": [ 6, 2, -4 ], "overmap": "refctr_N2c_z-4_north" }, + { "point": [ 7, 2, -4 ], "overmap": "refctr_N3c_z-4_north" }, + { "point": [ 8, 2, -4 ], "overmap": "refctr_N4c_z-4_north" }, + { "point": [ 9, 2, -4 ], "overmap": "refctr_N5c_z-4_north" }, + { "point": [ 5, 3, -4 ], "overmap": "refctr_N1d_z-4_north" }, + { "point": [ 6, 3, -4 ], "overmap": "refctr_N2d_z-4_north" }, + { "point": [ 7, 3, -4 ], "overmap": "refctr_N3d_z-4_north" }, + { "point": [ 8, 3, -4 ], "overmap": "refctr_N4d_z-4_north" }, + { "point": [ 9, 3, -4 ], "overmap": "refctr_N5d_z-4_north" }, + { "point": [ 5, 4, -4 ], "overmap": "refctr_N1e_z-4_north" }, + { "point": [ 6, 4, -4 ], "overmap": "refctr_N2e_z-4_north" }, + { "point": [ 7, 4, -4 ], "overmap": "refctr_N3e_z-4_north" }, + { "point": [ 8, 4, -4 ], "overmap": "refctr_N4e_z-4_north" }, + { "point": [ 9, 4, -4 ], "overmap": "refctr_N5e_z-4_north" }, + { "point": [ 10, 0, -4 ], "overmap": "refctr_NE1a_z-4_north" }, + { "point": [ 11, 0, -4 ], "overmap": "refctr_NE2a_z-4_north" }, + { "point": [ 12, 0, -4 ], "overmap": "refctr_NE3a_z-4_north" }, + { "point": [ 13, 0, -4 ], "overmap": "refctr_NE4a_z-4_north" }, + { "point": [ 14, 0, -4 ], "overmap": "refctr_NE5a_z-4_north" }, + { "point": [ 10, 1, -4 ], "overmap": "refctr_NE1b_z-4_north" }, + { "point": [ 11, 1, -4 ], "overmap": "refctr_NE2b_z-4_north" }, + { "point": [ 12, 1, -4 ], "overmap": "refctr_NE3b_z-4_north" }, + { "point": [ 13, 1, -4 ], "overmap": "refctr_NE4b_z-4_north" }, + { "point": [ 14, 1, -4 ], "overmap": "refctr_NE5b_z-4_north" }, + { "point": [ 10, 2, -4 ], "overmap": "refctr_NE1c_z-4_north" }, + { "point": [ 11, 2, -4 ], "overmap": "refctr_NE2c_z-4_north" }, + { "point": [ 12, 2, -4 ], "overmap": "refctr_NE3c_z-4_north" }, + { "point": [ 13, 2, -4 ], "overmap": "refctr_NE4c_z-4_north" }, + { "point": [ 14, 2, -4 ], "overmap": "refctr_NE5c_z-4_north" }, + { "point": [ 10, 3, -4 ], "overmap": "refctr_NE1d_z-4_north" }, + { "point": [ 11, 3, -4 ], "overmap": "refctr_NE2d_z-4_north" }, + { "point": [ 12, 3, -4 ], "overmap": "refctr_NE3d_z-4_north" }, + { "point": [ 13, 3, -4 ], "overmap": "refctr_NE4d_z-4_north" }, + { "point": [ 14, 3, -4 ], "overmap": "refctr_NE5d_z-4_north" }, + { "point": [ 10, 4, -4 ], "overmap": "refctr_NE1e_z-4_north" }, + { "point": [ 11, 4, -4 ], "overmap": "refctr_NE2e_z-4_north" }, + { "point": [ 12, 4, -4 ], "overmap": "refctr_NE3e_z-4_north" }, + { "point": [ 13, 4, -4 ], "overmap": "refctr_NE4e_z-4_north" }, + { "point": [ 14, 4, -4 ], "overmap": "refctr_NE5e_z-4_north" }, + { "point": [ 0, 5, -4 ], "overmap": "refctr_W1a_z-4_north" }, + { "point": [ 1, 5, -4 ], "overmap": "refctr_W2a_z-4_north" }, + { "point": [ 2, 5, -4 ], "overmap": "refctr_W3a_z-4_north" }, + { "point": [ 3, 5, -4 ], "overmap": "refctr_W4a_z-4_north" }, + { "point": [ 4, 5, -4 ], "overmap": "refctr_W5a_z-4_north" }, + { "point": [ 0, 6, -4 ], "overmap": "refctr_W1b_z-4_north" }, + { "point": [ 1, 6, -4 ], "overmap": "refctr_W2b_z-4_north" }, + { "point": [ 2, 6, -4 ], "overmap": "refctr_W3b_z-4_north" }, + { "point": [ 3, 6, -4 ], "overmap": "refctr_W4b_z-4_north" }, + { "point": [ 4, 6, -4 ], "overmap": "refctr_W5b_z-4_north" }, + { "point": [ 0, 7, -4 ], "overmap": "refctr_W1c_z-4_north" }, + { "point": [ 1, 7, -4 ], "overmap": "refctr_W2c_z-4_north" }, + { "point": [ 2, 7, -4 ], "overmap": "refctr_W3c_z-4_north" }, + { "point": [ 3, 7, -4 ], "overmap": "refctr_W4c_z-4_north" }, + { "point": [ 4, 7, -4 ], "overmap": "refctr_W5c_z-4_north" }, + { "point": [ 0, 8, -4 ], "overmap": "refctr_W1d_z-4_north" }, + { "point": [ 1, 8, -4 ], "overmap": "refctr_W2d_z-4_north" }, + { "point": [ 2, 8, -4 ], "overmap": "refctr_W3d_z-4_north" }, + { "point": [ 3, 8, -4 ], "overmap": "refctr_W4d_z-4_north" }, + { "point": [ 4, 8, -4 ], "overmap": "refctr_W5d_z-4_north" }, + { "point": [ 0, 9, -4 ], "overmap": "refctr_W1e_z-4_north" }, + { "point": [ 1, 9, -4 ], "overmap": "refctr_W2e_z-4_north" }, + { "point": [ 2, 9, -4 ], "overmap": "refctr_W3e_z-4_north" }, + { "point": [ 3, 9, -4 ], "overmap": "refctr_W4e_z-4_north" }, + { "point": [ 4, 9, -4 ], "overmap": "refctr_W5e_z-4_north" }, + { "point": [ 5, 5, -4 ], "overmap": "evac_center_1_z-4_north" }, + { "point": [ 6, 5, -4 ], "overmap": "evac_center_2_z-4_north" }, + { "point": [ 7, 5, -4 ], "overmap": "evac_center_3_z-4_north" }, + { "point": [ 8, 5, -4 ], "overmap": "evac_center_4_z-4_north" }, + { "point": [ 9, 5, -4 ], "overmap": "evac_center_5_z-4_north" }, + { "point": [ 5, 6, -4 ], "overmap": "evac_center_6_z-4_north" }, + { "point": [ 6, 6, -4 ], "overmap": "evac_center_7_z-4_north" }, + { "point": [ 7, 6, -4 ], "overmap": "evac_center_8_z-4_north" }, + { "point": [ 8, 6, -4 ], "overmap": "evac_center_9_z-4_north" }, + { "point": [ 9, 6, -4 ], "overmap": "evac_center_10_z-4_north" }, + { "point": [ 5, 7, -4 ], "overmap": "evac_center_11_z-4_north" }, + { "point": [ 6, 7, -4 ], "overmap": "evac_center_12_z-4_north" }, + { "point": [ 7, 7, -4 ], "overmap": "evac_center_13_z-4_north" }, + { "point": [ 8, 7, -4 ], "overmap": "evac_center_14_z-4_north" }, + { "point": [ 9, 7, -4 ], "overmap": "evac_center_15_z-4_north" }, + { "point": [ 5, 8, -4 ], "overmap": "evac_center_16_z-4_north" }, + { "point": [ 6, 8, -4 ], "overmap": "evac_center_17_z-4_north" }, + { "point": [ 7, 8, -4 ], "overmap": "evac_center_18_z-4_north" }, + { "point": [ 8, 8, -4 ], "overmap": "evac_center_19_z-4_north" }, + { "point": [ 9, 8, -4 ], "overmap": "evac_center_20_z-4_north" }, + { "point": [ 5, 9, -4 ], "overmap": "evac_center_21_z-4_north" }, + { "point": [ 6, 9, -4 ], "overmap": "evac_center_22_z-4_north" }, + { "point": [ 7, 9, -4 ], "overmap": "evac_center_23_z-4_north" }, + { "point": [ 8, 9, -4 ], "overmap": "evac_center_24_z-4_north" }, + { "point": [ 9, 9, -4 ], "overmap": "evac_center_25_z-4_north" }, + { "point": [ 10, 5, -4 ], "overmap": "refctr_E1a_z-4_north" }, + { "point": [ 11, 5, -4 ], "overmap": "refctr_E2a_z-4_north" }, + { "point": [ 12, 5, -4 ], "overmap": "refctr_E3a_z-4_north" }, + { "point": [ 13, 5, -4 ], "overmap": "refctr_E4a_z-4_north" }, + { "point": [ 14, 5, -4 ], "overmap": "refctr_E5a_z-4_north" }, + { "point": [ 10, 6, -4 ], "overmap": "refctr_E1b_z-4_north" }, + { "point": [ 11, 6, -4 ], "overmap": "refctr_E2b_z-4_north" }, + { "point": [ 12, 6, -4 ], "overmap": "refctr_E3b_z-4_north" }, + { "point": [ 13, 6, -4 ], "overmap": "refctr_E4b_z-4_north" }, + { "point": [ 14, 6, -4 ], "overmap": "refctr_E5b_z-4_north" }, + { "point": [ 10, 7, -4 ], "overmap": "refctr_E1c_z-4_north" }, + { "point": [ 11, 7, -4 ], "overmap": "refctr_E2c_z-4_north" }, + { "point": [ 12, 7, -4 ], "overmap": "refctr_E3c_z-4_north" }, + { "point": [ 13, 7, -4 ], "overmap": "refctr_E4c_z-4_north" }, + { "point": [ 14, 7, -4 ], "overmap": "refctr_E5c_z-4_north" }, + { "point": [ 10, 8, -4 ], "overmap": "refctr_E1d_z-4_north" }, + { "point": [ 11, 8, -4 ], "overmap": "refctr_E2d_z-4_north" }, + { "point": [ 12, 8, -4 ], "overmap": "refctr_E3d_z-4_north" }, + { "point": [ 13, 8, -4 ], "overmap": "refctr_E4d_z-4_north" }, + { "point": [ 14, 8, -4 ], "overmap": "refctr_E5d_z-4_north" }, + { "point": [ 10, 9, -4 ], "overmap": "refctr_E1e_z-4_north" }, + { "point": [ 11, 9, -4 ], "overmap": "refctr_E2e_z-4_north" }, + { "point": [ 12, 9, -4 ], "overmap": "refctr_E3e_z-4_north" }, + { "point": [ 13, 9, -4 ], "overmap": "refctr_E4e_z-4_north" }, + { "point": [ 14, 9, -4 ], "overmap": "refctr_E5e_z-4_north" }, + { "point": [ 0, 10, -4 ], "overmap": "refctr_SW1a_z-4_north" }, + { "point": [ 1, 10, -4 ], "overmap": "refctr_SW2a_z-4_north" }, + { "point": [ 2, 10, -4 ], "overmap": "refctr_SW3a_z-4_north" }, + { "point": [ 3, 10, -4 ], "overmap": "refctr_SW4a_z-4_north" }, + { "point": [ 4, 10, -4 ], "overmap": "refctr_SW5a_z-4_north" }, + { "point": [ 0, 11, -4 ], "overmap": "refctr_SW1b_z-4_north" }, + { "point": [ 1, 11, -4 ], "overmap": "refctr_SW2b_z-4_north" }, + { "point": [ 2, 11, -4 ], "overmap": "refctr_SW3b_z-4_north" }, + { "point": [ 3, 11, -4 ], "overmap": "refctr_SW4b_z-4_north" }, + { "point": [ 4, 11, -4 ], "overmap": "refctr_SW5b_z-4_north" }, + { "point": [ 0, 12, -4 ], "overmap": "refctr_SW1c_z-4_north" }, + { "point": [ 1, 12, -4 ], "overmap": "refctr_SW2c_z-4_north" }, + { "point": [ 2, 12, -4 ], "overmap": "refctr_SW3c_z-4_north" }, + { "point": [ 3, 12, -4 ], "overmap": "refctr_SW4c_z-4_north" }, + { "point": [ 4, 12, -4 ], "overmap": "refctr_SW5c_z-4_north" }, + { "point": [ 0, 13, -4 ], "overmap": "refctr_SW1d_z-4_north" }, + { "point": [ 1, 13, -4 ], "overmap": "refctr_SW2d_z-4_north" }, + { "point": [ 2, 13, -4 ], "overmap": "refctr_SW3d_z-4_north" }, + { "point": [ 3, 13, -4 ], "overmap": "refctr_SW4d_z-4_north" }, + { "point": [ 4, 13, -4 ], "overmap": "refctr_SW5d_z-4_north" }, + { "point": [ 0, 14, -4 ], "overmap": "refctr_SW1e_z-4_north" }, + { "point": [ 1, 14, -4 ], "overmap": "refctr_SW2e_z-4_north" }, + { "point": [ 2, 14, -4 ], "overmap": "refctr_SW3e_z-4_north" }, + { "point": [ 3, 14, -4 ], "overmap": "refctr_SW4e_z-4_north" }, + { "point": [ 4, 14, -4 ], "overmap": "refctr_SW5e_z-4_north" }, + { "point": [ 5, 10, -4 ], "overmap": "refctr_S1a_z-4_north" }, + { "point": [ 6, 10, -4 ], "overmap": "refctr_S2a_z-4_north" }, + { "point": [ 7, 10, -4 ], "overmap": "refctr_S3a_z-4_north" }, + { "point": [ 8, 10, -4 ], "overmap": "refctr_S4a_z-4_north" }, + { "point": [ 9, 10, -4 ], "overmap": "refctr_S5a_z-4_north" }, + { "point": [ 5, 11, -4 ], "overmap": "refctr_S1b_z-4_north" }, + { "point": [ 6, 11, -4 ], "overmap": "refctr_S2b_z-4_north" }, + { "point": [ 7, 11, -4 ], "overmap": "refctr_S3b_z-4_north" }, + { "point": [ 8, 11, -4 ], "overmap": "refctr_S4b_z-4_north" }, + { "point": [ 9, 11, -4 ], "overmap": "refctr_S5b_z-4_north" }, + { "point": [ 5, 12, -4 ], "overmap": "refctr_S1c_z-4_north" }, + { "point": [ 6, 12, -4 ], "overmap": "refctr_S2c_z-4_north" }, + { "point": [ 7, 12, -4 ], "overmap": "refctr_S3c_z-4_north" }, + { "point": [ 8, 12, -4 ], "overmap": "refctr_S4c_z-4_north" }, + { "point": [ 9, 12, -4 ], "overmap": "refctr_S5c_z-4_north" }, + { "point": [ 5, 13, -4 ], "overmap": "refctr_S1d_z-4_north" }, + { "point": [ 6, 13, -4 ], "overmap": "refctr_S2d_z-4_north" }, + { "point": [ 7, 13, -4 ], "overmap": "refctr_S3d_z-4_north" }, + { "point": [ 8, 13, -4 ], "overmap": "refctr_S4d_z-4_north" }, + { "point": [ 9, 13, -4 ], "overmap": "refctr_S5d_z-4_north" }, + { "point": [ 5, 14, -4 ], "overmap": "refctr_S1e_z-4_north" }, + { "point": [ 6, 14, -4 ], "overmap": "refctr_S2e_z-4_north" }, + { "point": [ 7, 14, -4 ], "overmap": "refctr_S3e_z-4_north" }, + { "point": [ 8, 14, -4 ], "overmap": "refctr_S4e_z-4_north" }, + { "point": [ 9, 14, -4 ], "overmap": "refctr_S5e_z-4_north" }, + { "point": [ 10, 10, -4 ], "overmap": "refctr_SE1a_z-4_north" }, + { "point": [ 11, 10, -4 ], "overmap": "refctr_SE2a_z-4_north" }, + { "point": [ 12, 10, -4 ], "overmap": "refctr_SE3a_z-4_north" }, + { "point": [ 13, 10, -4 ], "overmap": "refctr_SE4a_z-4_north" }, + { "point": [ 14, 10, -4 ], "overmap": "refctr_SE5a_z-4_north" }, + { "point": [ 10, 11, -4 ], "overmap": "refctr_SE1b_z-4_north" }, + { "point": [ 11, 11, -4 ], "overmap": "refctr_SE2b_z-4_north" }, + { "point": [ 12, 11, -4 ], "overmap": "refctr_SE3b_z-4_north" }, + { "point": [ 13, 11, -4 ], "overmap": "refctr_SE4b_z-4_north" }, + { "point": [ 14, 11, -4 ], "overmap": "refctr_SE5b_z-4_north" }, + { "point": [ 10, 12, -4 ], "overmap": "refctr_SE1c_z-4_north" }, + { "point": [ 11, 12, -4 ], "overmap": "refctr_SE2c_z-4_north" }, + { "point": [ 12, 12, -4 ], "overmap": "refctr_SE3c_z-4_north" }, + { "point": [ 13, 12, -4 ], "overmap": "refctr_SE4c_z-4_north" }, + { "point": [ 14, 12, -4 ], "overmap": "refctr_SE5c_z-4_north" }, + { "point": [ 10, 13, -4 ], "overmap": "refctr_SE1d_z-4_north" }, + { "point": [ 11, 13, -4 ], "overmap": "refctr_SE2d_z-4_north" }, + { "point": [ 12, 13, -4 ], "overmap": "refctr_SE3d_z-4_north" }, + { "point": [ 13, 13, -4 ], "overmap": "refctr_SE4d_z-4_north" }, + { "point": [ 14, 13, -4 ], "overmap": "refctr_SE5d_z-4_north" }, + { "point": [ 10, 14, -4 ], "overmap": "refctr_SE1e_z-4_north" }, + { "point": [ 11, 14, -4 ], "overmap": "refctr_SE2e_z-4_north" }, + { "point": [ 12, 14, -4 ], "overmap": "refctr_SE3e_z-4_north" }, + { "point": [ 13, 14, -4 ], "overmap": "refctr_SE4e_z-4_north" }, + { "point": [ 14, 14, -4 ], "overmap": "refctr_SE5e_z-4_north" }, + { "point": [ 7, 15, 0 ], "overmap": "road_end_south" } + ], + "connections": [ { "point": [ 7, 15, 0 ] } ], + "locations": [ "wilderness" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "UNIQUE", "SAFE_AT_WORLDGEN" ] + }, + { + "type": "overmap_special", + "id": "bandit_cabin", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "bandit_cabin_north" } ], + "locations": [ "forest" ], + "city_distance": [ 20, -1 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS", "UNIQUE", "SAFE_AT_WORLDGEN" ] + }, + { + "type": "overmap_special", + "id": "bandit_camp", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "bandit_camp_1_north" }, + { "point": [ 1, 0, 0 ], "overmap": "bandit_camp_2_north" }, + { "point": [ 0, 1, 0 ], "overmap": "bandit_camp_3_north" }, + { "point": [ 1, 1, 0 ], "overmap": "bandit_camp_4_north" } + ], + "locations": [ "wilderness" ], + "city_distance": [ 20, -1 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS", "UNIQUE", "SAFE_AT_WORLDGEN" ] + }, + { + "type": "overmap_special", + "id": "ranch_camp", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "ranch_camp_1_north" }, + { "point": [ 1, 0, 0 ], "overmap": "ranch_camp_2_north" }, + { "point": [ 2, 0, 0 ], "overmap": "ranch_camp_3_north" }, + { "point": [ 3, 0, 0 ], "overmap": "ranch_camp_4_north" }, + { "point": [ 4, 0, 0 ], "overmap": "ranch_camp_5_north" }, + { "point": [ 5, 0, 0 ], "overmap": "ranch_camp_6_north" }, + { "point": [ 6, 0, 0 ], "overmap": "ranch_camp_7_north" }, + { "point": [ 7, 0, 0 ], "overmap": "ranch_camp_8_north" }, + { "point": [ 8, 0, 0 ], "overmap": "ranch_camp_9_north" }, + { "point": [ 0, 1, 0 ], "overmap": "ranch_camp_10_north" }, + { "point": [ 1, 1, 0 ], "overmap": "ranch_camp_11_north" }, + { "point": [ 2, 1, 0 ], "overmap": "ranch_camp_12_north" }, + { "point": [ 3, 1, 0 ], "overmap": "ranch_camp_13_north" }, + { "point": [ 4, 1, 0 ], "overmap": "ranch_camp_14_north" }, + { "point": [ 5, 1, 0 ], "overmap": "ranch_camp_15_north" }, + { "point": [ 6, 1, 0 ], "overmap": "ranch_camp_16_north" }, + { "point": [ 7, 1, 0 ], "overmap": "ranch_camp_17_north" }, + { "point": [ 8, 1, 0 ], "overmap": "ranch_camp_18_north" }, + { "point": [ 0, 2, 0 ], "overmap": "ranch_camp_19_north" }, + { "point": [ 1, 2, 0 ], "overmap": "ranch_camp_20_north" }, + { "point": [ 2, 2, 0 ], "overmap": "ranch_camp_21_north" }, + { "point": [ 3, 2, 0 ], "overmap": "ranch_camp_22_north" }, + { "point": [ 4, 2, 0 ], "overmap": "ranch_camp_23_north" }, + { "point": [ 5, 2, 0 ], "overmap": "ranch_camp_24_north" }, + { "point": [ 6, 2, 0 ], "overmap": "ranch_camp_25_north" }, + { "point": [ 7, 2, 0 ], "overmap": "ranch_camp_26_north" }, + { "point": [ 8, 2, 0 ], "overmap": "ranch_camp_27_north" }, + { "point": [ 0, 3, 0 ], "overmap": "ranch_camp_28_north" }, + { "point": [ 1, 3, 0 ], "overmap": "ranch_camp_29_north" }, + { "point": [ 2, 3, 0 ], "overmap": "ranch_camp_30_north" }, + { "point": [ 3, 3, 0 ], "overmap": "ranch_camp_31_north" }, + { "point": [ 4, 3, 0 ], "overmap": "ranch_camp_32_north" }, + { "point": [ 5, 3, 0 ], "overmap": "ranch_camp_33_north" }, + { "point": [ 6, 3, 0 ], "overmap": "ranch_camp_34_north" }, + { "point": [ 7, 3, 0 ], "overmap": "ranch_camp_35_north" }, + { "point": [ 8, 3, 0 ], "overmap": "ranch_camp_36_north" }, + { "point": [ 0, 4, 0 ], "overmap": "ranch_camp_37_north" }, + { "point": [ 1, 4, 0 ], "overmap": "ranch_camp_38_north" }, + { "point": [ 2, 4, 0 ], "overmap": "ranch_camp_39_north" }, + { "point": [ 3, 4, 0 ], "overmap": "ranch_camp_40_north" }, + { "point": [ 4, 4, 0 ], "overmap": "ranch_camp_41_north" }, + { "point": [ 5, 4, 0 ], "overmap": "ranch_camp_42_north" }, + { "point": [ 6, 4, 0 ], "overmap": "ranch_camp_43_north" }, + { "point": [ 7, 4, 0 ], "overmap": "ranch_camp_44_north" }, + { "point": [ 8, 4, 0 ], "overmap": "ranch_camp_45_north" }, + { "point": [ 0, 5, 0 ], "overmap": "ranch_camp_46_north" }, + { "point": [ 1, 5, 0 ], "overmap": "ranch_camp_47_north" }, + { "point": [ 2, 5, 0 ], "overmap": "ranch_camp_48_north" }, + { "point": [ 3, 5, 0 ], "overmap": "ranch_camp_49_north" }, + { "point": [ 4, 5, 0 ], "overmap": "ranch_camp_50_north" }, + { "point": [ 5, 5, 0 ], "overmap": "ranch_camp_51_north" }, + { "point": [ 6, 5, 0 ], "overmap": "ranch_camp_52_north" }, + { "point": [ 7, 5, 0 ], "overmap": "ranch_camp_53_north" }, + { "point": [ 8, 5, 0 ], "overmap": "ranch_camp_54_north" }, + { "point": [ 0, 6, 0 ], "overmap": "ranch_camp_55_north" }, + { "point": [ 1, 6, 0 ], "overmap": "ranch_camp_56_north" }, + { "point": [ 2, 6, 0 ], "overmap": "ranch_camp_57_north" }, + { "point": [ 2, 6, 1 ], "overmap": "ranch_camp_57_roof_north" }, + { "point": [ 2, 6, 2 ], "overmap": "ranch_camp_57_silo_north" }, + { "point": [ 2, 6, 3 ], "overmap": "ranch_camp_57_silocap_north" }, + { "point": [ 3, 6, 0 ], "overmap": "ranch_camp_58_north" }, + { "point": [ 4, 6, 0 ], "overmap": "ranch_camp_59_north" }, + { "point": [ 5, 6, 0 ], "overmap": "ranch_camp_60_north" }, + { "point": [ 6, 6, 0 ], "overmap": "ranch_camp_61_north" }, + { "point": [ 7, 6, 0 ], "overmap": "ranch_camp_62_north" }, + { "point": [ 8, 6, 0 ], "overmap": "ranch_camp_63_north" }, + { "point": [ 0, 7, 0 ], "overmap": "ranch_camp_64_north" }, + { "point": [ 1, 7, 0 ], "overmap": "ranch_camp_65_north" }, + { "point": [ 1, 7, 1 ], "overmap": "ranch_camp_65_roof_north" }, + { "point": [ 2, 7, 0 ], "overmap": "ranch_camp_66_north" }, + { "point": [ 2, 7, 1 ], "overmap": "ranch_camp_66_roof_north" }, + { "point": [ 3, 7, 0 ], "overmap": "ranch_camp_67_north" }, + { "point": [ 3, 7, 1 ], "overmap": "ranch_camp_67_roof_north" }, + { "point": [ 4, 7, 0 ], "overmap": "ranch_camp_68_north" }, + { "point": [ 4, 7, 1 ], "overmap": "ranch_camp_68_roof_north" }, + { "point": [ 4, 7, -1 ], "overmap": "ranch_camp_68_basement_north" }, + { "point": [ 5, 7, 0 ], "overmap": "ranch_camp_69_north" }, + { "point": [ 6, 7, 0 ], "overmap": "ranch_camp_70_north" }, + { "point": [ 7, 7, 0 ], "overmap": "ranch_camp_71_north" }, + { "point": [ 8, 7, 0 ], "overmap": "ranch_camp_72_north" }, + { "point": [ 0, 8, 0 ], "overmap": "ranch_camp_73_north" }, + { "point": [ 1, 8, 0 ], "overmap": "ranch_camp_74_north" }, + { "point": [ 1, 8, 1 ], "overmap": "ranch_camp_74_roof_north" }, + { "point": [ 2, 8, 0 ], "overmap": "ranch_camp_75_north" }, + { "point": [ 2, 8, 1 ], "overmap": "ranch_camp_75_roof_north" }, + { "point": [ 3, 8, 0 ], "overmap": "ranch_camp_76_north" }, + { "point": [ 4, 8, 0 ], "overmap": "ranch_camp_77_north" }, + { "point": [ 5, 8, 0 ], "overmap": "ranch_camp_78_north" }, + { "point": [ 6, 8, 0 ], "overmap": "ranch_camp_79_north" }, + { "point": [ 7, 8, 0 ], "overmap": "ranch_camp_80_north" }, + { "point": [ 8, 8, 0 ], "overmap": "ranch_camp_81_north" }, + { "point": [ 4, 9, 0 ], "overmap": "road_end_south" } + ], + "connections": [ { "point": [ 4, 9, 0 ] } ], + "locations": [ "wilderness" ], + "city_distance": [ 3, -1 ], + "rotate": false, + "occurrences": [ 0, 0 ], + "flags": [ "UNIQUE", "SAFE_AT_WORLDGEN" ] + }, + { + "type": "overmap_special", + "id": "campsite", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "campsite_north" } ], + "locations": [ "forest" ], + "city_distance": [ 20, -1 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "campsite_cabin_incomplete", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "campsite_cabin_incomplete_north" } ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "campsite_field_biker", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "campsite_field_biker_north" } ], + "locations": [ "field" ], + "city_distance": [ 20, -1 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "campsite_a", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "campsite_a_north" } ], + "locations": [ "forest" ], + "city_distance": [ 20, -1 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "campsite_field_biker_destroyed", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "campsite_field_biker_destroyed_north" } ], + "locations": [ "field" ], + "city_distance": [ 20, -1 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "cemetery_religious", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "cemetery_4square_00_north" }, + { "point": [ 1, 0, 0 ], "overmap": "cemetery_4square_10_north" }, + { "point": [ 0, 1, 0 ], "overmap": "cemetery_4square_01_north" }, + { "point": [ 1, 1, 0 ], "overmap": "cemetery_4square_11_north" }, + { "point": [ 0, 2, 0 ], "overmap": "road_end_south" } + ], + "connections": [ { "point": [ 0, 2, 0 ] } ], + "locations": [ "wilderness" ], + "city_distance": [ 2, 5 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC" ] + }, + { + "type": "overmap_special", + "id": "Swamp Shack", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "hunter_shack_north" }, + { "point": [ 0, 0, 1 ], "overmap": "hunter_shack_roof_north" } + ], + "locations": [ "swamp" ], + "city_distance": [ 10, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Swamp Shack 1", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "hunter_shack_1_north" }, + { "point": [ 0, 0, 1 ], "overmap": "hunter_shack_roof_1_north" } + ], + "locations": [ "swamp" ], + "city_distance": [ 10, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Derelict Property", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "derelict_property_north" } ], + "locations": [ "wilderness" ], + "city_distance": [ 1, 10 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Hunting Blind", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "hunting_blind_north" } ], + "locations": [ "wilderness" ], + "city_distance": [ 10, 40 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Mansion_Wild", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "mansion_c3_north" }, + { "point": [ 0, 0, 2 ], "overmap": "mansion_c3_roof_north" }, + { "point": [ 1, 0, 0 ], "overmap": "mansion_e1_north" }, + { "point": [ 1, 0, 2 ], "overmap": "mansion_e1_roof_north" }, + { "point": [ 2, 0, 0 ], "overmap": "mansion_c1_east" }, + { "point": [ 2, 0, 2 ], "overmap": "mansion_c1_roof_east" }, + { "point": [ 0, 1, 0 ], "overmap": "mansion_t4_east" }, + { "point": [ 0, 1, 2 ], "overmap": "mansion_t4_roof_east" }, + { "point": [ 1, 1, 0 ], "overmap": "mansion_+4_north" }, + { "point": [ 1, 1, 2 ], "overmap": "mansion_+4_roof_north" }, + { "point": [ 2, 1, 0 ], "overmap": "mansion_t2_west" }, + { "point": [ 2, 1, 2 ], "overmap": "mansion_t2_roof_west" }, + { "point": [ 0, 2, 0 ], "overmap": "mansion_c2_west" }, + { "point": [ 0, 2, 2 ], "overmap": "mansion_c2_roof_west" }, + { "point": [ 1, 2, 0 ], "overmap": "mansion_t2_north" }, + { "point": [ 1, 2, 2 ], "overmap": "mansion_t2_roof_north" }, + { "point": [ 2, 2, 0 ], "overmap": "mansion_c4_south" }, + { "point": [ 2, 2, 2 ], "overmap": "mansion_c4_roof_south" }, + { "point": [ 0, 0, 1 ], "overmap": "mansion_c3u_north" }, + { "point": [ 1, 0, 1 ], "overmap": "mansion_e1u_north" }, + { "point": [ 2, 0, 1 ], "overmap": "mansion_c1u_east" }, + { "point": [ 0, 1, 1 ], "overmap": "mansion_t4u_east" }, + { "point": [ 1, 1, 1 ], "overmap": "mansion_+4u_north" }, + { "point": [ 2, 1, 1 ], "overmap": "mansion_t2u_west" }, + { "point": [ 0, 2, 1 ], "overmap": "mansion_c2u_west" }, + { "point": [ 1, 2, 1 ], "overmap": "mansion_t2u_north" }, + { "point": [ 2, 2, 1 ], "overmap": "mansion_c4u_south" }, + { "point": [ 0, 0, -1 ], "overmap": "mansion_c3d_north" }, + { "point": [ 1, 0, -1 ], "overmap": "mansion_e1d_north" }, + { "point": [ 2, 0, -1 ], "overmap": "mansion_c1d_east" }, + { "point": [ 0, 1, -1 ], "overmap": "mansion_t4d_east" }, + { "point": [ 1, 1, -1 ], "overmap": "mansion_+4d_north" }, + { "point": [ 2, 1, -1 ], "overmap": "mansion_t2d_west" }, + { "point": [ 0, 2, -1 ], "overmap": "mansion_c2d_west" }, + { "point": [ 1, 2, -1 ], "overmap": "mansion_t2d_north" }, + { "point": [ 2, 2, -1 ], "overmap": "mansion_c4d_south" } + ], + "locations": [ "wilderness" ], + "city_distance": [ 15, 50 ], + "occurrences": [ 0, 0 ], + "flags": [ "UNIQUE", "CLASSIC" ] + }, + { + "type": "overmap_special", + "id": "Mansion_WildAlt", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "mansion_c2_north" }, + { "point": [ 0, 0, 2 ], "overmap": "mansion_c2_roof_north" }, + { "point": [ 1, 0, 0 ], "overmap": "mansion_e2_north" }, + { "point": [ 1, 0, 2 ], "overmap": "mansion_e2_roof_north" }, + { "point": [ 2, 0, 0 ], "overmap": "mansion_c5_east" }, + { "point": [ 2, 0, 2 ], "overmap": "mansion_c5_roof_east" }, + { "point": [ 0, 1, 0 ], "overmap": "mansion_t1_east" }, + { "point": [ 0, 1, 2 ], "overmap": "mansion_t1_roof_east" }, + { "point": [ 1, 1, 0 ], "overmap": "mansion_+3_north" }, + { "point": [ 1, 1, 2 ], "overmap": "mansion_+3_roof_north" }, + { "point": [ 2, 1, 0 ], "overmap": "mansion_t6_west" }, + { "point": [ 2, 1, 2 ], "overmap": "mansion_t6_roof_west" }, + { "point": [ 0, 2, 0 ], "overmap": "mansion_c4_west" }, + { "point": [ 0, 2, 2 ], "overmap": "mansion_c4_roof_west" }, + { "point": [ 1, 2, 0 ], "overmap": "mansion_t7_north" }, + { "point": [ 1, 2, 2 ], "overmap": "mansion_t7_roof_north" }, + { "point": [ 2, 2, 0 ], "overmap": "mansion_c3_south" }, + { "point": [ 2, 2, 2 ], "overmap": "mansion_c3_roof_south" }, + { "point": [ 0, 0, 1 ], "overmap": "mansion_c2u_north" }, + { "point": [ 1, 0, 1 ], "overmap": "mansion_e2u_north" }, + { "point": [ 2, 0, 1 ], "overmap": "mansion_c5u_east" }, + { "point": [ 0, 1, 1 ], "overmap": "mansion_t1u_east" }, + { "point": [ 1, 1, 1 ], "overmap": "mansion_+3u_north" }, + { "point": [ 2, 1, 1 ], "overmap": "mansion_t6u_west" }, + { "point": [ 0, 2, 1 ], "overmap": "mansion_c4u_west" }, + { "point": [ 1, 2, 1 ], "overmap": "mansion_t7u_north" }, + { "point": [ 2, 2, 1 ], "overmap": "mansion_c3u_south" }, + { "point": [ 0, 0, -1 ], "overmap": "mansion_c2d_north" }, + { "point": [ 1, 0, -1 ], "overmap": "mansion_e2d_north" }, + { "point": [ 2, 0, -1 ], "overmap": "mansion_c5d_east" }, + { "point": [ 0, 1, -1 ], "overmap": "mansion_t1d_east" }, + { "point": [ 1, 1, -1 ], "overmap": "mansion_+2d_north" }, + { "point": [ 2, 1, -1 ], "overmap": "mansion_t6d_west" }, + { "point": [ 0, 2, -1 ], "overmap": "mansion_c4d_west" }, + { "point": [ 1, 2, -1 ], "overmap": "mansion_t7d_north" }, + { "point": [ 2, 2, -1 ], "overmap": "mansion_c3d_south" } + ], + "locations": [ "wilderness" ], + "city_distance": [ 15, 50 ], + "occurrences": [ 0, 0 ], + "flags": [ "UNIQUE", "CLASSIC" ] + }, + { + "type": "overmap_special", + "id": "desolate barn", + "locations": [ "land" ], + "city_distance": [ 10, 40 ], + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "desolatebarn_north" } ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Homeless Camp", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "homelesscamp_north" } ], + "locations": [ "land" ], + "city_distance": [ 3, 10 ], + "city_sizes": [ 8, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "URBAN" ] + }, + { + "type": "overmap_special", + "id": "Moonshine Still", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "moonshine_still_north" }, + { "point": [ 0, 0, 1 ], "overmap": "moonshine_still_roof_north" } + ], + "locations": [ "forest" ], + "city_distance": [ 20, 60 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Moonshine Still 1", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "moonshine_still_1_north" }, + { "point": [ 0, 0, 1 ], "overmap": "moonshine_still_roof_1_north" } + ], + "locations": [ "forest" ], + "city_distance": [ 20, 60 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Moonshine Still 2", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "moonshine_still_2_north" }, + { "point": [ 0, 0, 1 ], "overmap": "moonshine_still_roof_2_north" } + ], + "locations": [ "forest" ], + "city_distance": [ 20, 60 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "ws_survivor_bunker_place", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "ws_survivor_bunker_f0_north" }, + { "point": [ 0, 0, -1 ], "overmap": "ws_survivor_bunker_f-1_north" } + ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "ws_survivor_camp_place", + "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "ws_survivor_camp_north" } ], + "locations": [ "wilderness" ], + "city_distance": [ 25, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "ws_fire_lookout_tower", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "ws_fire_lookout_tower_base_north" }, + { "point": [ 0, 0, 1 ], "overmap": "ws_fire_lookout_tower_f1_north" }, + { "point": [ 0, 0, 2 ], "overmap": "ws_fire_lookout_tower_f2_north" }, + { "point": [ 0, 0, 3 ], "overmap": "ws_fire_lookout_tower_f3_north" } + ], + "locations": [ "wilderness" ], + "city_distance": [ 0, 0 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "lake_shore_dock_small", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface", "locations": [ "lake_surface" ] }, + { "point": [ 1, 0, 0 ], "overmap": "lake_dock_small_north", "locations": [ "lake_surface" ] }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface", "locations": [ "lake_surface" ] }, + { "point": [ 0, 1, 0 ], "overmap": "lake_shore", "locations": [ "lake_shore" ] }, + { "point": [ 1, 1, 0 ], "overmap": "lake_shore_dock_small_north", "locations": [ "lake_shore" ] }, + { "point": [ 2, 1, 0 ], "overmap": "lake_shore", "locations": [ "lake_shore" ] } + ], + "city_sizes": [ 1, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "LAKE" ] + }, + { + "type": "overmap_special", + "id": "Island", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "forest_water" }, + { "point": [ 3, 3, 0 ], "overmap": "island_forest_thick_north" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 5, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 1 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Lighthouse Island", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_cabin_water_north" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 0 ], "overmap": "lighthouse_ground_north" }, + { "point": [ 1, 1, 1 ], "overmap": "lighthouse_z1_north" }, + { "point": [ 1, 1, 2 ], "overmap": "lighthouse_z2_north" }, + { "point": [ 1, 1, 3 ], "overmap": "lighthouse_z3_north" }, + { "point": [ 1, 1, 4 ], "overmap": "lighthouse_z4_north" }, + { "point": [ 1, 1, 5 ], "overmap": "lighthouse_z5_north" }, + { "point": [ 1, 1, 6 ], "overmap": "lighthouse_roof_north" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_cabin_water_north" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 2, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "LAKE" ] + }, + { + "type": "overmap_special", + "id": "Lake Cabin", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_cabin_water_north" }, + { "point": [ 1, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 1, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 2, 0 ], "overmap": "lake_cabin_boathouse_north" }, + { "point": [ 3, 2, 1 ], "overmap": "lake_cabin_boathouse_roof_north" }, + { "point": [ 4, 2, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 3, 0 ], "overmap": "cabin_lake_north" }, + { "point": [ 2, 3, 1 ], "overmap": "cabin_lake_roof_north" }, + { "point": [ 3, 3, 0 ], "overmap": "forest_thick" }, + { "point": [ 4, 3, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 3, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 2, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 3, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 4, 4, 0 ], "overmap": "lake_shore" }, + { "point": [ 5, 4, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 3, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 4, 5, 0 ], "overmap": "lake_surface" }, + { "point": [ 5, 5, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_distance": [ 3, -1 ], + "city_sizes": [ 4, 12 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "LAKE", "WILDERNESS" ] + }, + { + "id": "airliner_crashed", + "type": "overmap_special", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "airliner_1a_north" }, + { "point": [ 1, 0, 0 ], "overmap": "airliner_2a_north" }, + { "point": [ 2, 0, 0 ], "overmap": "airliner_3a_north" }, + { "point": [ 0, 1, 0 ], "overmap": "airliner_1b_north" }, + { "point": [ 1, 1, 0 ], "overmap": "airliner_2b_north" }, + { "point": [ 2, 1, 0 ], "overmap": "airliner_3b_north" }, + { "point": [ 0, 2, 0 ], "overmap": "airliner_1c_north" }, + { "point": [ 1, 2, 0 ], "overmap": "airliner_2c_north" }, + { "point": [ 2, 2, 0 ], "overmap": "airliner_3c_north" }, + { "point": [ 0, 3, 0 ], "overmap": "airliner_1d_north" }, + { "point": [ 1, 3, 0 ], "overmap": "airliner_2d_north" }, + { "point": [ 2, 3, 0 ], "overmap": "airliner_3d_north" }, + { "point": [ 0, 4, 0 ], "overmap": "airliner_1e_north" }, + { "point": [ 1, 4, 0 ], "overmap": "airliner_2e_north" }, + { "point": [ 2, 4, 0 ], "overmap": "airliner_3e_north" }, + { "point": [ 0, 5, 0 ], "overmap": "airliner_1f_north" }, + { "point": [ 1, 5, 0 ], "overmap": "airliner_2f_north" }, + { "point": [ 2, 5, 0 ], "overmap": "airliner_3f_north" }, + { "point": [ 0, 6, 0 ], "overmap": "airliner_1g_north" }, + { "point": [ 1, 6, 0 ], "overmap": "airliner_2g_north" }, + { "point": [ 2, 6, 0 ], "overmap": "airliner_3g_north" }, + { "point": [ 0, 7, 0 ], "overmap": "airliner_1h_north" }, + { "point": [ 1, 7, 0 ], "overmap": "airliner_2h_north" }, + { "point": [ 2, 7, 0 ], "overmap": "airliner_3h_north" }, + { "point": [ 0, 8, 0 ], "overmap": "airliner_1i_north" }, + { "point": [ 1, 8, 0 ], "overmap": "airliner_2i_north" }, + { "point": [ 2, 8, 0 ], "overmap": "airliner_3i_north" }, + { "point": [ 0, 9, 0 ], "overmap": "airliner_1j_north" }, + { "point": [ 1, 9, 0 ], "overmap": "airliner_2j_north" }, + { "point": [ 2, 9, 0 ], "overmap": "airliner_3j_north" }, + { "point": [ 1, 0, 1 ], "overmap": "airliner_2a_1_north" }, + { "point": [ 1, 1, 1 ], "overmap": "airliner_2b_1_north" }, + { "point": [ 1, 2, 1 ], "overmap": "airliner_2c_1_north" }, + { "point": [ 1, 1, -1 ], "overmap": "airliner_2b_-1_north" }, + { "point": [ 1, 2, -1 ], "overmap": "airliner_2c_-1_north" } + ], + "locations": [ "land" ], + "city_distance": [ 6, -1 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "mil_base", + "overmaps": [ + { "point": [ 3, -2, 0 ], "overmap": "road_end_north" }, + { "point": [ 0, 0, 0 ], "overmap": "mil_base_1a_north" }, + { "point": [ 1, 0, 0 ], "overmap": "mil_base_2a_north" }, + { "point": [ 2, 0, 0 ], "overmap": "mil_base_3a_north" }, + { "point": [ 3, 0, 0 ], "overmap": "mil_base_4a_north" }, + { "point": [ 4, 0, 0 ], "overmap": "mil_base_5a_north" }, + { "point": [ 5, 0, 0 ], "overmap": "mil_base_6a_north" }, + { "point": [ 6, 0, 0 ], "overmap": "mil_base_7a_north" }, + { "point": [ 7, 0, 0 ], "overmap": "mil_base_8a_north" }, + { "point": [ 0, 1, 0 ], "overmap": "mil_base_1b_north" }, + { "point": [ 1, 1, 0 ], "overmap": "mil_base_2b_north" }, + { "point": [ 2, 1, 0 ], "overmap": "mil_base_3b_north" }, + { "point": [ 3, 1, 0 ], "overmap": "mil_base_4b_north" }, + { "point": [ 4, 1, 0 ], "overmap": "mil_base_5b_north" }, + { "point": [ 5, 1, 0 ], "overmap": "mil_base_6b_north" }, + { "point": [ 6, 1, 0 ], "overmap": "mil_base_7b_north" }, + { "point": [ 7, 1, 0 ], "overmap": "mil_base_8b_north" }, + { "point": [ 0, 2, 0 ], "overmap": "mil_base_1c_north" }, + { "point": [ 1, 2, 0 ], "overmap": "mil_base_2c_north" }, + { "point": [ 2, 2, 0 ], "overmap": "mil_base_3c_north" }, + { "point": [ 3, 2, 0 ], "overmap": "mil_base_4c_north" }, + { "point": [ 4, 2, 0 ], "overmap": "mil_base_5c_north" }, + { "point": [ 5, 2, 0 ], "overmap": "mil_base_6c_north" }, + { "point": [ 6, 2, 0 ], "overmap": "mil_base_7c_north" }, + { "point": [ 7, 2, 0 ], "overmap": "mil_base_8c_north" }, + { "point": [ 0, 3, 0 ], "overmap": "mil_base_1d_north" }, + { "point": [ 1, 3, 0 ], "overmap": "mil_base_2d_north" }, + { "point": [ 2, 3, 0 ], "overmap": "mil_base_3d_north" }, + { "point": [ 3, 3, 0 ], "overmap": "mil_base_4d_north" }, + { "point": [ 4, 3, 0 ], "overmap": "mil_base_5d_north" }, + { "point": [ 5, 3, 0 ], "overmap": "mil_base_6d_north" }, + { "point": [ 6, 3, 0 ], "overmap": "mil_base_7d_north" }, + { "point": [ 7, 3, 0 ], "overmap": "mil_base_8d_north" }, + { "point": [ 0, 4, 0 ], "overmap": "mil_base_1e_north" }, + { "point": [ 1, 4, 0 ], "overmap": "mil_base_2e_north" }, + { "point": [ 2, 4, 0 ], "overmap": "mil_base_3e_north" }, + { "point": [ 3, 4, 0 ], "overmap": "mil_base_4e_north" }, + { "point": [ 4, 4, 0 ], "overmap": "mil_base_5e_north" }, + { "point": [ 5, 4, 0 ], "overmap": "mil_base_6e_north" }, + { "point": [ 6, 4, 0 ], "overmap": "mil_base_7e_north" }, + { "point": [ 7, 4, 0 ], "overmap": "mil_base_8e_north" }, + { "point": [ 0, 5, 0 ], "overmap": "mil_base_1f_north" }, + { "point": [ 1, 5, 0 ], "overmap": "mil_base_2f_north" }, + { "point": [ 2, 5, 0 ], "overmap": "mil_base_3f_north" }, + { "point": [ 3, 5, 0 ], "overmap": "mil_base_4f_north" }, + { "point": [ 4, 5, 0 ], "overmap": "mil_base_5f_north" }, + { "point": [ 5, 5, 0 ], "overmap": "mil_base_6f_north" }, + { "point": [ 6, 5, 0 ], "overmap": "mil_base_7f_north" }, + { "point": [ 7, 5, 0 ], "overmap": "mil_base_8f_north" }, + { "point": [ 0, 6, 0 ], "overmap": "mil_base_1g_north" }, + { "point": [ 1, 6, 0 ], "overmap": "mil_base_2g_north" }, + { "point": [ 2, 6, 0 ], "overmap": "mil_base_3g_north" }, + { "point": [ 3, 6, 0 ], "overmap": "mil_base_4g_north" }, + { "point": [ 4, 6, 0 ], "overmap": "mil_base_5g_north" }, + { "point": [ 5, 6, 0 ], "overmap": "mil_base_6g_north" }, + { "point": [ 6, 6, 0 ], "overmap": "mil_base_7g_north" }, + { "point": [ 7, 6, 0 ], "overmap": "mil_base_8g_north" }, + { "point": [ 0, 7, 0 ], "overmap": "mil_base_1h_north" }, + { "point": [ 1, 7, 0 ], "overmap": "mil_base_2h_north" }, + { "point": [ 2, 7, 0 ], "overmap": "mil_base_3h_north" }, + { "point": [ 3, 7, 0 ], "overmap": "mil_base_4h_north" }, + { "point": [ 4, 7, 0 ], "overmap": "mil_base_5h_north" }, + { "point": [ 5, 7, 0 ], "overmap": "mil_base_6h_north" }, + { "point": [ 6, 7, 0 ], "overmap": "mil_base_7h_north" }, + { "point": [ 7, 7, 0 ], "overmap": "mil_base_8h_north" }, + { "point": [ 0, 8, 0 ], "overmap": "mil_base_1i_north" }, + { "point": [ 1, 8, 0 ], "overmap": "mil_base_2i_north" }, + { "point": [ 2, 8, 0 ], "overmap": "mil_base_3i_north" }, + { "point": [ 3, 8, 0 ], "overmap": "mil_base_4i_north" }, + { "point": [ 4, 8, 0 ], "overmap": "mil_base_5i_north" }, + { "point": [ 5, 8, 0 ], "overmap": "mil_base_6i_north" }, + { "point": [ 6, 8, 0 ], "overmap": "mil_base_7i_north" }, + { "point": [ 7, 8, 0 ], "overmap": "mil_base_8i_north" }, + { "point": [ 0, 9, 0 ], "overmap": "mil_base_1j_north" }, + { "point": [ 1, 9, 0 ], "overmap": "mil_base_2j_north" }, + { "point": [ 2, 9, 0 ], "overmap": "mil_base_3j_north" }, + { "point": [ 3, 9, 0 ], "overmap": "mil_base_4j_north" }, + { "point": [ 4, 9, 0 ], "overmap": "mil_base_5j_north" }, + { "point": [ 5, 9, 0 ], "overmap": "mil_base_6j_north" }, + { "point": [ 6, 9, 0 ], "overmap": "mil_base_7j_north" }, + { "point": [ 7, 9, 0 ], "overmap": "mil_base_8j_north" }, + { "point": [ 0, 10, 0 ], "overmap": "mil_base_1k_north" }, + { "point": [ 1, 10, 0 ], "overmap": "mil_base_2k_north" }, + { "point": [ 2, 10, 0 ], "overmap": "mil_base_3k_north" }, + { "point": [ 3, 10, 0 ], "overmap": "mil_base_4k_north" }, + { "point": [ 4, 10, 0 ], "overmap": "mil_base_5k_north" }, + { "point": [ 5, 10, 0 ], "overmap": "mil_base_6k_north" }, + { "point": [ 6, 10, 0 ], "overmap": "mil_base_7k_north" }, + { "point": [ 7, 10, 0 ], "overmap": "mil_base_8k_north" }, + { "point": [ 0, -1, 0 ], "overmap": "mil_base_minefield_n_north" }, + { "point": [ 1, -1, 0 ], "overmap": "mil_base_minefield_n_north" }, + { "point": [ 2, -1, 0 ], "overmap": "mil_base_minefield_ne_north" }, + { "point": [ 3, -1, 0 ], "overmap": "mil_base_road_entrance_north" }, + { "point": [ 4, -1, 0 ], "overmap": "mil_base_minefield_nw_north" }, + { "point": [ 5, -1, 0 ], "overmap": "mil_base_minefield_n_north" }, + { "point": [ 6, -1, 0 ], "overmap": "mil_base_minefield_n_north" }, + { "point": [ 7, -1, 0 ], "overmap": "mil_base_minefield_n_north" }, + { "point": [ 8, -1, 0 ], "overmap": "mil_base_minefield_ne_north" }, + { "point": [ 8, 0, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 1, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 2, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 3, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 4, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 5, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 6, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 7, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 8, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 9, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 10, 0 ], "overmap": "mil_base_minefield_e_north" }, + { "point": [ 8, 11, 0 ], "overmap": "mil_base_minefield_se_north" }, + { "point": [ 7, 11, 0 ], "overmap": "mil_base_minefield_s_north" }, + { "point": [ 6, 11, 0 ], "overmap": "mil_base_minefield_s_north" }, + { "point": [ 5, 11, 0 ], "overmap": "mil_base_minefield_s_north" }, + { "point": [ 4, 11, 0 ], "overmap": "mil_base_minefield_s_north" }, + { "point": [ 3, 11, 0 ], "overmap": "mil_base_minefield_s_north" }, + { "point": [ 2, 11, 0 ], "overmap": "mil_base_minefield_s_north" }, + { "point": [ 1, 11, 0 ], "overmap": "mil_base_minefield_s_north" }, + { "point": [ 0, 11, 0 ], "overmap": "mil_base_minefield_s_north" }, + { "point": [ -1, 11, 0 ], "overmap": "mil_base_minefield_sw_north" }, + { "point": [ -1, 10, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, 9, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, 8, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, 7, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, 6, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, 5, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, 4, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, 3, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, 2, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, 1, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, 0, 0 ], "overmap": "mil_base_minefield_w_north" }, + { "point": [ -1, -1, 0 ], "overmap": "mil_base_minefield_nw_north" }, + { "point": [ 5, 4, -1 ], "overmap": "mil_base_tunnels_a_north" }, + { "point": [ 5, 5, -1 ], "overmap": "mil_base_tunnels_b_north" }, + { "point": [ 5, 6, -1 ], "overmap": "mil_base_tunnels_c_north" }, + { "point": [ 5, 7, -1 ], "overmap": "mil_base_tunnels_b_north" }, + { "point": [ 5, 8, -1 ], "overmap": "mil_base_tunnels_d_north" }, + { "point": [ 4, 6, -1 ], "overmap": "mil_base_tunnels_e_north" }, + { "point": [ 4, 7, -1 ], "overmap": "mil_base_tunnels_f_north" }, + { "point": [ 3, 6, -1 ], "overmap": "mil_base_tunnels_g_north" }, + { "point": [ 2, 6, -1 ], "overmap": "mil_base_tunnels_h_north" }, + { "point": [ 6, 4, -1 ], "overmap": "mil_base_tunnels_i_north" }, + { "point": [ 0, 0, 1 ], "overmap": "mil_base_1a1_north" }, + { "point": [ 1, 0, 1 ], "overmap": "mil_base_2a1_north" }, + { "point": [ 2, 0, 1 ], "overmap": "mil_base_3a1_north" }, + { "point": [ 3, 0, 1 ], "overmap": "mil_base_4a1_north" }, + { "point": [ 4, 0, 1 ], "overmap": "mil_base_5a1_north" }, + { "point": [ 5, 0, 1 ], "overmap": "mil_base_6a1_north" }, + { "point": [ 6, 0, 1 ], "overmap": "mil_base_7a1_north" }, + { "point": [ 7, 0, 1 ], "overmap": "mil_base_8a1_north" }, + { "point": [ 0, 1, 1 ], "overmap": "mil_base_1b1_north" }, + { "point": [ 1, 1, 1 ], "overmap": "mil_base_2b1_north" }, + { "point": [ 2, 1, 1 ], "overmap": "mil_base_3b1_north" }, + { "point": [ 3, 1, 1 ], "overmap": "mil_base_4b1_north" }, + { "point": [ 4, 1, 1 ], "overmap": "mil_base_5b1_north" }, + { "point": [ 5, 1, 1 ], "overmap": "mil_base_6b1_north" }, + { "point": [ 6, 1, 1 ], "overmap": "mil_base_7b1_north" }, + { "point": [ 7, 1, 1 ], "overmap": "mil_base_8b1_north" }, + { "point": [ 0, 2, 1 ], "overmap": "mil_base_1c1_north" }, + { "point": [ 1, 2, 1 ], "overmap": "mil_base_2c1_north" }, + { "point": [ 2, 2, 1 ], "overmap": "mil_base_3c1_north" }, + { "point": [ 3, 2, 1 ], "overmap": "mil_base_4c1_north" }, + { "point": [ 4, 2, 1 ], "overmap": "mil_base_5c1_north" }, + { "point": [ 5, 2, 1 ], "overmap": "mil_base_6c1_north" }, + { "point": [ 6, 2, 1 ], "overmap": "mil_base_7c1_north" }, + { "point": [ 7, 2, 1 ], "overmap": "mil_base_8c1_north" }, + { "point": [ 0, 3, 1 ], "overmap": "mil_base_1d1_north" }, + { "point": [ 1, 3, 1 ], "overmap": "mil_base_2d1_north" }, + { "point": [ 2, 3, 1 ], "overmap": "mil_base_3d1_north" }, + { "point": [ 3, 3, 1 ], "overmap": "mil_base_4d1_north" }, + { "point": [ 4, 3, 1 ], "overmap": "mil_base_5d1_north" }, + { "point": [ 5, 3, 1 ], "overmap": "mil_base_6d1_north" }, + { "point": [ 6, 3, 1 ], "overmap": "mil_base_7d1_north" }, + { "point": [ 7, 3, 1 ], "overmap": "mil_base_8d1_north" }, + { "point": [ 0, 4, 1 ], "overmap": "mil_base_1e1_north" }, + { "point": [ 1, 4, 1 ], "overmap": "mil_base_2e1_north" }, + { "point": [ 2, 4, 1 ], "overmap": "mil_base_3e1_north" }, + { "point": [ 3, 4, 1 ], "overmap": "mil_base_4e1_north" }, + { "point": [ 4, 4, 1 ], "overmap": "mil_base_5e1_north" }, + { "point": [ 5, 4, 1 ], "overmap": "mil_base_6e1_north" }, + { "point": [ 6, 4, 1 ], "overmap": "mil_base_7e1_north" }, + { "point": [ 7, 4, 1 ], "overmap": "mil_base_8e1_north" }, + { "point": [ 0, 5, 1 ], "overmap": "mil_base_1f1_north" }, + { "point": [ 1, 5, 1 ], "overmap": "mil_base_2f1_north" }, + { "point": [ 2, 5, 1 ], "overmap": "mil_base_3f1_north" }, + { "point": [ 3, 5, 1 ], "overmap": "mil_base_4f1_north" }, + { "point": [ 4, 5, 1 ], "overmap": "mil_base_5f1_north" }, + { "point": [ 5, 5, 1 ], "overmap": "mil_base_6f1_north" }, + { "point": [ 6, 5, 1 ], "overmap": "mil_base_7f1_north" }, + { "point": [ 7, 5, 1 ], "overmap": "mil_base_8f1_north" }, + { "point": [ 0, 6, 1 ], "overmap": "mil_base_1g1_north" }, + { "point": [ 1, 6, 1 ], "overmap": "mil_base_2g1_north" }, + { "point": [ 2, 6, 1 ], "overmap": "mil_base_3g1_north" }, + { "point": [ 3, 6, 1 ], "overmap": "mil_base_4g1_north" }, + { "point": [ 4, 6, 1 ], "overmap": "mil_base_5g1_north" }, + { "point": [ 5, 6, 1 ], "overmap": "mil_base_6g1_north" }, + { "point": [ 6, 6, 1 ], "overmap": "mil_base_7g1_north" }, + { "point": [ 7, 6, 1 ], "overmap": "mil_base_8g1_north" }, + { "point": [ 0, 7, 1 ], "overmap": "mil_base_1h1_north" }, + { "point": [ 1, 7, 1 ], "overmap": "mil_base_2h1_north" }, + { "point": [ 2, 7, 1 ], "overmap": "mil_base_3h1_north" }, + { "point": [ 3, 7, 1 ], "overmap": "mil_base_4h1_north" }, + { "point": [ 4, 7, 1 ], "overmap": "mil_base_5h1_north" }, + { "point": [ 5, 7, 1 ], "overmap": "mil_base_6h1_north" }, + { "point": [ 6, 7, 1 ], "overmap": "mil_base_7h1_north" }, + { "point": [ 7, 7, 1 ], "overmap": "mil_base_8h1_north" }, + { "point": [ 0, 8, 1 ], "overmap": "mil_base_1i1_north" }, + { "point": [ 1, 8, 1 ], "overmap": "mil_base_2i1_north" }, + { "point": [ 2, 8, 1 ], "overmap": "mil_base_3i1_north" }, + { "point": [ 3, 8, 1 ], "overmap": "mil_base_4i1_north" }, + { "point": [ 4, 8, 1 ], "overmap": "mil_base_5i1_north" }, + { "point": [ 5, 8, 1 ], "overmap": "mil_base_6i1_north" }, + { "point": [ 6, 8, 1 ], "overmap": "mil_base_7i1_north" }, + { "point": [ 7, 8, 1 ], "overmap": "mil_base_8i1_north" }, + { "point": [ 0, 9, 1 ], "overmap": "mil_base_1j1_north" }, + { "point": [ 1, 9, 1 ], "overmap": "mil_base_2j1_north" }, + { "point": [ 2, 9, 1 ], "overmap": "mil_base_3j1_north" }, + { "point": [ 3, 9, 1 ], "overmap": "mil_base_4j1_north" }, + { "point": [ 4, 9, 1 ], "overmap": "mil_base_5j1_north" }, + { "point": [ 5, 9, 1 ], "overmap": "mil_base_6j1_north" }, + { "point": [ 6, 9, 1 ], "overmap": "mil_base_7j1_north" }, + { "point": [ 7, 9, 1 ], "overmap": "mil_base_8j1_north" }, + { "point": [ 0, 10, 1 ], "overmap": "mil_base_1k1_north" }, + { "point": [ 1, 10, 1 ], "overmap": "mil_base_2k1_north" }, + { "point": [ 2, 10, 1 ], "overmap": "mil_base_3k1_north" }, + { "point": [ 3, 10, 1 ], "overmap": "mil_base_4k1_north" }, + { "point": [ 4, 10, 1 ], "overmap": "mil_base_5k1_north" }, + { "point": [ 5, 10, 1 ], "overmap": "mil_base_6k1_north" }, + { "point": [ 6, 10, 1 ], "overmap": "mil_base_7k1_north" }, + { "point": [ 7, 10, 1 ], "overmap": "mil_base_8k1_north" }, + { "point": [ 2, 8, 2 ], "overmap": "mil_base_3i2_north" }, + { "point": [ 2, 8, 3 ], "overmap": "mil_base_3i3_north" }, + { "point": [ 2, 8, 4 ], "overmap": "mil_base_3i4_north" } + ], + "locations": [ "field" ], + "connections": [ { "point": [ 3, -2, 0 ] } ], + "city_distance": [ 5, -1 ], + "city_sizes": [ 4, -1 ], + "occurrences": [ 0, 0 ], + "//": "Inflated chance, in effect ~10%", + "flags": [ "MILITARY", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Freshwater Research Station", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 0, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 1, 1 ], "overmap": "sealab_small_roof_north" }, + { "point": [ 1, 1, 0 ], "overmap": "sealab_small_surface_north" }, + { "point": [ 1, 1, -1 ], "overmap": "sealab_small_-1_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 1, 1, -2 ], "overmap": "sealab_small_-2_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 1, 1, -3 ], "overmap": "sealab_small_-3_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 1, 1, -4 ], "overmap": "sealab_small_-4_north", "locations": [ "lake_water_cube" ] }, + { "point": [ 1, 1, -5 ], "overmap": "sealab_small_-5_north", "locations": [ "lake_bed" ] }, + { "point": [ 2, 1, 0 ], "overmap": "lake_surface" }, + { "point": [ 0, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 1, 2, 0 ], "overmap": "lake_surface" }, + { "point": [ 2, 2, 0 ], "overmap": "lake_surface" } + ], + "locations": [ "lake_surface" ], + "city_sizes": [ 1, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "LAKE" ] + }, + { + "type": "overmap_special", + "id": "Bastion Fort", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "fort_1a_north" }, + { "point": [ 1, 0, 0 ], "overmap": "fort_2a_north" }, + { "point": [ 2, 0, 0 ], "overmap": "fort_3a_north" }, + { "point": [ 3, 0, 0 ], "overmap": "fort_4a_north" }, + { "point": [ 0, 1, 0 ], "overmap": "fort_1b_north" }, + { "point": [ 1, 1, 0 ], "overmap": "fort_2b_north" }, + { "point": [ 2, 1, 0 ], "overmap": "fort_3b_north" }, + { "point": [ 3, 1, 0 ], "overmap": "fort_4b_north" }, + { "point": [ 0, 2, 0 ], "overmap": "fort_1c_north" }, + { "point": [ 1, 2, 0 ], "overmap": "fort_2c_north" }, + { "point": [ 2, 2, 0 ], "overmap": "fort_3c_north" }, + { "point": [ 3, 2, 0 ], "overmap": "fort_4c_north" }, + { "point": [ 0, 0, 1 ], "overmap": "fort_1a_1_north" }, + { "point": [ 1, 0, 1 ], "overmap": "fort_2a_1_north" }, + { "point": [ 2, 0, 1 ], "overmap": "fort_3a_1_north" }, + { "point": [ 3, 0, 1 ], "overmap": "fort_4a_1_north" }, + { "point": [ 0, 1, 1 ], "overmap": "fort_1b_1_north" }, + { "point": [ 1, 1, 1 ], "overmap": "fort_2b_1_north" }, + { "point": [ 2, 1, 1 ], "overmap": "fort_3b_1_north" }, + { "point": [ 3, 1, 1 ], "overmap": "fort_4b_1_north" }, + { "point": [ 0, 2, 1 ], "overmap": "fort_1c_1_north" }, + { "point": [ 1, 2, 1 ], "overmap": "fort_2c_1_north" }, + { "point": [ 2, 2, 1 ], "overmap": "fort_3c_1_north" }, + { "point": [ 3, 2, 1 ], "overmap": "fort_4c_1_north" } + ], + "locations": [ "wilderness" ], + "city_distance": [ 10, 100 ], + "city_sizes": [ 0, 12 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "UNIQUE" ] + }, + { + "type": "overmap_special", + "id": "Occupied LMOE Shelter", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lmoe_zombie_north" }, + { "point": [ 0, 0, 1 ], "overmap": "lmoe_roof_north" }, + { "point": [ 0, 0, -1 ], "overmap": "lmoe_zombie_under_empty_north" } + ], + "locations": [ "forest_without_trail" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 12 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC" ] + }, + { + "type": "overmap_special", + "id": "Cabin_prepper", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "cabin_prepper_north" }, + { "point": [ 0, 0, 1 ], "overmap": "cabin_roof_1_north" }, + { "point": [ 0, 0, -1 ], "overmap": "cabin_prepper_shelter_north" } + ], + "locations": [ "forest" ], + "city_distance": [ 25, -1 ], + "city_sizes": [ 0, 20 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "Hunting Lodge", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "lodge_ground1_north" }, + { "point": [ 1, 0, 0 ], "overmap": "lodge_ground2_north" }, + { "point": [ 0, 0, 1 ], "overmap": "lodge_2ndfloor1_north" }, + { "point": [ 1, 0, 1 ], "overmap": "lodge_2ndfloor2_north" }, + { "point": [ 0, 0, -1 ], "overmap": "lodge_basement_residential1_north" }, + { "point": [ 1, 0, -1 ], "overmap": "lodge_basement_residential2_north" } + ], + "connections": [ { "point": [ 0, -1, 0 ], "terrain": "road", "existing": true } ], + "locations": [ "land", "swamp" ], + "city_distance": [ 15, -1 ], + "city_sizes": [ 0, 12 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "bunker shop", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "bunker_shop_g_south" }, + { "point": [ 0, 0, -1 ], "overmap": "bunker_shop_b_south" } + ], + "connections": [ { "point": [ 0, -1, 0 ], "terrain": "road", "existing": true, "connection": "local_road", "from": [ 0, 0, 0 ] } ], + "locations": [ "wilderness" ], + "city_distance": [ 10, -1 ], + "city_sizes": [ 1, 12 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "UNIQUE", "WILDERNESS" ] + }, + { + "type": "overmap_special", + "id": "gas station bunker", + "overmaps": [ + { "point": [ 0, 0, 0 ], "overmap": "s_gas_g0_south" }, + { "point": [ 0, 1, 0 ], "overmap": "s_gas_g1_south" }, + { "point": [ 0, 1, -1 ], "overmap": "s_gas_b11_south" }, + { "point": [ 0, 0, -2 ], "overmap": "s_gas_b20_south" }, + { "point": [ 0, 1, -2 ], "overmap": "s_gas_b21_south" } + ], + "connections": [ { "point": [ 0, -1, 0 ], "terrain": "road", "existing": true, "connection": "local_road", "from": [ 0, 0, 0 ] } ], + "locations": [ "wilderness" ], + "city_sizes": [ 1, 12 ], + "occurrences": [ 0, 0 ], + "flags": [ "CLASSIC", "UNIQUE" ] + } +] diff --git a/data/mods/innawood/overmap/terrain_hardcoded.json b/data/mods/innawood/overmap/terrain_hardcoded.json new file mode 100644 index 0000000000000..4fcb4346196d3 --- /dev/null +++ b/data/mods/innawood/overmap/terrain_hardcoded.json @@ -0,0 +1,42 @@ +[ + { + "type": "overmap_terrain", + "id": "cave_innawood", + "name": "cave", + "looks_like": "cave", + "sym": "C", + "color": "brown", + "see_cost": 2, + "flags": [ "NO_ROTATE", "SOURCE_SAFETY" ] + }, + { + "type": "overmap_terrain", + "id": "cave_underground_innawood", + "name": "cave", + "looks_like": "cave_underground", + "sym": "C", + "color": "brown", + "see_cost": 2, + "flags": [ "NO_ROTATE", "SOURCE_SAFETY" ] + }, + { + "type": "overmap_terrain", + "id": "cave_rat_underground_innawood", + "name": "rat cave", + "looks_like": "cave_rat_underground", + "sym": "C", + "color": "brown", + "see_cost": 2, + "flags": [ "NO_ROTATE", "SOURCE_SAFETY" ] + }, + { + "type": "overmap_terrain", + "id": "cave_rat_innawood", + "name": "rat cave", + "looks_like": "cave_rat", + "sym": "C", + "color": "dark_gray", + "see_cost": 2, + "flags": [ "KNOWN_DOWN", "NO_ROTATE", "SOURCE_SAFETY" ] + } +] diff --git a/data/mods/innawood/readme.md b/data/mods/innawood/readme.md new file mode 100644 index 0000000000000..7667946e8cece --- /dev/null +++ b/data/mods/innawood/readme.md @@ -0,0 +1,20 @@ +# Goal + +The goal of the mod is to create a 'innawood' experience, where the player can experience exploring an untouched land, and have to craft rather than loot everything they want to use. +- Removal of manmade items: The goal is to remove the spawning of all man made items and structures. Especially if they could give the survivor an edge. +- Make the game more 'innawood' friendly: Several recipes have been added or tweaked. The goal is to make it possible to get to at least around late medieval technology on your own. +- A shift towards a longer, less eventful, more stationary lifestyle. It might take a third of a season to get enough metal to even craft an anvil. Hopefully this will encourage players to plant crops and make plans for surviving the winter. + +# Changes + +- Cities, roads, cabins, and most other man made structures have been removed. +- Caves and monster locations that spawned cool loot now mostly spawn natural items instead. +- Sand spawns somewhat commonly in plains. +- Get a lot of withered plants from smashing young trees. +- Bog iron can be extracted and refined to allow metalworking. +- The old ammonia recipe is back. +- Ammonia, glass from sand, cattail jelly, quicklime, cement, and mortar are auto learned. +- Mortar can be made without a cement mixer, but now requires water. +- Man made junk found on the ground or though foraging is removed. +- You can make nails without first needing a nail. + diff --git a/data/mods/innawood/recipes/armor_head.json b/data/mods/innawood/recipes/armor_head.json new file mode 100644 index 0000000000000..449e2bdfeed42 --- /dev/null +++ b/data/mods/innawood/recipes/armor_head.json @@ -0,0 +1,44 @@ +[ + { + "result": "glasses_safety", + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HEAD", + "skill_used": "fabrication", + "difficulty": 5, + "time": "2 h", + "autolearn": true, + "qualities": [ { "id": "CUT", "level": 1 } ], + "tools": [ + [ [ "tongs", -1 ] ], + [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], + [ [ "sheet_metal", -1 ], [ "sheet_metal_small", -1 ] ], + [ [ "forge", 25 ] ] + ], + "components": [ + [ [ "cordage", 1, "LIST" ] ], + [ [ "glass_shard", 3 ], [ "pipe_glass", 1 ], [ "flask_glass", 3 ], [ "test_tube", 6 ], [ "marble", 75 ] ] + ], + "proficiencies": [ { "proficiency": "prof_glassblowing" } ] + }, + { + "result": "goggles_welding", + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HEAD", + "skill_used": "mechanics", + "difficulty": 2, + "skills_required": [ "fabrication", 1 ], + "time": "1 h", + "autolearn": true, + "book_learn": [ [ "textbook_fabrication", 3 ], [ "welding_book", 3 ] ], + "components": [ + [ [ "goggles_ski", 1 ], [ "goggles_swim", 1 ], [ "glasses_safety", 1 ] ], + [ [ "eclipse_glasses", 1 ], [ "glass_tinted", 3 ] ], + [ [ "duct_tape", 40 ], [ "medical_tape", 40 ], [ "superglue", 2 ] ] + ], + "proficiencies": [ { "proficiency": "prof_plasticworking" } ] + } +] diff --git a/data/mods/innawood/recipes/medsandchemicals.json b/data/mods/innawood/recipes/medsandchemicals.json new file mode 100644 index 0000000000000..943a621ca058e --- /dev/null +++ b/data/mods/innawood/recipes/medsandchemicals.json @@ -0,0 +1,33 @@ +[ + { + "type": "recipe", + "result": "ammonia", + "category": "CC_CHEM", + "subcategory": "CSC_CHEM_CHEMICALS", + "skill_used": "chemistry", + "difficulty": 5, + "time": "36 m", + "autolearn": true, + "qualities": [ { "id": "CHEM", "level": 1 } ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], + "components": [ + [ [ "water_clean", 1 ], [ "water", 1 ] ], + [ [ "scrap", 1 ] ], + [ [ "charcoal", 5 ], [ "coal_lump", 5 ], [ "lye_powder", 20 ] ] + ] + }, + { + "result": "cattail_jelly", + "byproducts": [ [ "plant_fibre" ] ], + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MEDICAL", + "skill_used": "survival", + "difficulty": 1, + "time": "5 m", + "autolearn": true, + "qualities": [ { "id": "CUT", "level": 2 } ], + "components": [ [ [ "cattail_stalk", 4 ] ] ] + } +] diff --git a/data/mods/innawood/recipes/other_materials.json b/data/mods/innawood/recipes/other_materials.json new file mode 100644 index 0000000000000..024171763ba41 --- /dev/null +++ b/data/mods/innawood/recipes/other_materials.json @@ -0,0 +1,114 @@ +[ + { + "type": "recipe", + "activity_level": "fake", + "result": "material_quicklime", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "skills_required": [ "chemistry", 2 ], + "difficulty": 3, + "time": "1 h", + "autolearn": true, + "batch_time_factors": [ 75, 4 ], + "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 250 ], [ "oxy_torch", 50 ] ] ], + "components": [ [ [ "material_limestone", 50 ] ] ] + }, + { + "type": "recipe", + "activity_level": "fake", + "result": "material_cement", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "skills_required": [ "chemistry", 3 ], + "difficulty": 4, + "time": "1 h 30 m", + "autolearn": true, + "batch_time_factors": [ 75, 3 ], + "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 250 ], [ "oxy_torch", 50 ] ] ], + "components": [ [ [ "material_quicklime", 50 ] ], [ [ "material_sand", 50 ], [ "material_gravel", 50 ] ] ] + }, + { + "type": "recipe", + "activity_level": "fake", + "result": "mortar_build", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_OTHER", + "skill_used": "fabrication", + "difficulty": 2, + "time": "10 m", + "autolearn": true, + "batch_time_factors": [ 75, 3 ], + "qualities": [ { "id": "CONTAIN", "level": 1 } ], + "components": [ [ [ "material_cement", 50 ] ], [ [ "material_sand", 150 ] ], [ [ "water", 5 ], [ "water_clean", 5 ] ] ] + }, + { + "result": "steel_lump", + "type": "recipe", + "id_suffix": "from ore", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "proficiencies": [ { "proficiency": "prof_metallurgy" } ], + "difficulty": 1, + "result_mult": 4, + "time": "9 h", + "batch_time_factors": [ 90, 4 ], + "reversible": true, + "autolearn": true, + "tools": [ [ [ "bloomery", -1 ] ] ], + "qualities": [ { "id": "HAMMER", "level": 1 } ], + "components": [ [ [ "iron_ore", 68 ] ], [ [ "charcoal", 165 ] ] ] + }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "glass_shard", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "skills_required": [ "chemistry", 4 ], + "difficulty": 4, + "time": "30 m", + "autolearn": true, + "proficiencies": [ { "proficiency": "prof_glassblowing" } ], + "result_mult": 4, + "qualities": [ { "id": "CHEM", "level": 1 } ], + "tools": [ + [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], + [ [ "sheet_metal", -1 ] ], + [ [ "forge", 25 ] ], + [ [ "surface_heat", 15, "LIST" ] ] + ], + "components": [ + [ [ "material_sand", 10 ] ], + [ [ "ammonia", 1 ] ], + [ [ "salt", 20 ], [ "salt_water", 2 ], [ "saline", 10 ] ], + [ [ "water", 2 ], [ "water_clean", 2 ], [ "salt_water", 2 ], [ "saline", 10 ] ], + [ [ "material_quicklime", 2 ], [ "bone_meal_any", 1, "LIST" ] ] + ] + }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "glass_tinted", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "difficulty": 4, + "time": "30 m", + "autolearn": true, + "batch_time_factors": [ 90, 2 ], + "proficiencies": [ { "proficiency": "prof_glassblowing" } ], + "qualities": [ { "id": "CHEM", "level": 1 } ], + "tools": [ + [ [ "tongs", -1 ] ], + [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], + [ [ "sheet_metal_small", -1 ], [ "sheet_metal", -1 ] ], + [ [ "forge", 60 ] ] + ], + "components": [ [ [ "glass_shard", 2 ] ], [ [ "chem_sulphur", 1 ] ], [ [ "scrap", 1 ] ], [ [ "charcoal", 1 ] ] ] + } +] diff --git a/data/mods/innawood/recipes/recipe_others.json b/data/mods/innawood/recipes/recipe_others.json new file mode 100644 index 0000000000000..a95e1b2012f9b --- /dev/null +++ b/data/mods/innawood/recipes/recipe_others.json @@ -0,0 +1,37 @@ +[ + { + "type": "recipe", + "activity_level": "fake", + "result": "chemistry_set_basic", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "skill_used": "fabrication", + "skills_required": [ "chemistry", 2 ], + "time": "2 m", + "reversible": true, + "decomp_learn": 0, + "flags": [ "BLIND_EASY" ], + "autolearn": true, + "components": [ + [ [ "glasses_safety", 1 ] ], + [ [ "hose", 3 ], [ "makeshift_hose", 3 ] ], + [ [ "flask_glass", 4 ], [ "jar_glass_sealed", 4 ], [ "bottle_glass", 4 ], [ "test_tube", 20 ] ], + [ [ "box_small", 1 ], [ "bag_canvas", 1 ], [ "backpack", 1 ], [ "backpack_leather", 1 ], [ "rucksack", 1 ] ] + ] + }, + { + "type": "recipe", + "activity_level": "fake", + "result": "chemistry_set", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "skill_used": "fabrication", + "skills_required": [ "chemistry", 2 ], + "time": "3 m", + "reversible": true, + "decomp_learn": 0, + "flags": [ "BLIND_HARD" ], + "autolearn": true, + "components": [ [ [ "cable", 10 ], [ "wire", 1 ] ], [ [ "hotplate", 1 ] ], [ [ "chemistry_set_basic", 1 ] ] ] + } +] diff --git a/data/mods/innawood/recipes/tools_containers.json b/data/mods/innawood/recipes/tools_containers.json new file mode 100644 index 0000000000000..50769c2443401 --- /dev/null +++ b/data/mods/innawood/recipes/tools_containers.json @@ -0,0 +1,78 @@ +[ + { + "type": "recipe", + "activity_level": "MODERATE_EXERCISE", + "result": "jar_3l_glass_sealed", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "difficulty": 7, + "time": "1 h 30 m", + "autolearn": true, + "proficiencies": [ { "proficiency": "prof_glassblowing" } ], + "qualities": [ { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "tongs", -1 ] ], [ [ "pipe", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 150 ] ] ], + "components": [ [ [ "glass_shard", 5 ], [ "flask_glass", 5 ], [ "test_tube", 10 ], [ "marble", 125 ] ] ] + }, + { + "type": "recipe", + "activity_level": "MODERATE_EXERCISE", + "result": "bottle_glass", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "difficulty": 6, + "time": "1 h", + "autolearn": true, + "proficiencies": [ { "proficiency": "prof_glassblowing" } ], + "qualities": [ { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "tongs", -1 ] ], [ [ "pipe", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 75 ] ] ], + "components": [ [ [ "glass_shard", 3 ], [ "pipe_glass", 1 ], [ "flask_glass", 3 ], [ "test_tube", 6 ], [ "marble", 75 ] ] ] + }, + { + "type": "recipe", + "activity_level": "MODERATE_EXERCISE", + "result": "jar_glass_sealed", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "difficulty": 5, + "time": "40 m", + "autolearn": true, + "proficiencies": [ { "proficiency": "prof_glassblowing" } ], + "qualities": [ { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "tongs", -1 ] ], [ [ "pipe", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 50 ] ] ], + "components": [ [ [ "glass_shard", 2 ], [ "flask_glass", 2 ], [ "test_tube", 4 ], [ "marble", 50 ] ] ] + }, + { + "type": "recipe", + "activity_level": "MODERATE_EXERCISE", + "result": "flask_glass", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "difficulty": 4, + "time": "20 m", + "autolearn": true, + "proficiencies": [ { "proficiency": "prof_glassblowing" } ], + "qualities": [ { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "tongs", -1 ] ], [ [ "pipe", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 25 ] ] ], + "components": [ [ [ "glass_shard", 1 ], [ "test_tube", 2 ], [ "marble", 25 ] ] ] + }, + { + "type": "recipe", + "activity_level": "MODERATE_EXERCISE", + "result": "test_tube", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "difficulty": 4, + "time": "4 m", + "autolearn": true, + "proficiencies": [ { "proficiency": "prof_glassblowing" } ], + "result_mult": 2, + "qualities": [ { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "tongs", -1 ] ], [ [ "pipe", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 5 ] ] ], + "components": [ [ [ "glass_shard", 1 ], [ "flask_glass", 1 ], [ "marble", 25 ] ] ] + } +] diff --git a/data/mods/innawood/recipes/tools_hand.json b/data/mods/innawood/recipes/tools_hand.json new file mode 100644 index 0000000000000..c1336957f19d9 --- /dev/null +++ b/data/mods/innawood/recipes/tools_hand.json @@ -0,0 +1,43 @@ +[ + { + "type": "recipe", + "activity_level": "MODERATE_EXERCISE", + "result": "metalworking_tongs", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "skill_used": "fabrication", + "difficulty": 2, + "time": "60 m", + "autolearn": true, + "qualities": [ { "id": "ANVIL", "level": 1 }, { "id": "HAMMER", "level": 2 } ], + "tools": [ [ [ "forge", 150 ], [ "oxy_torch", 30 ] ] ], + "proficiencies": [ + { "proficiency": "prof_metalworking" }, + { "proficiency": "prof_blacksmithing" }, + { "proficiency": "prof_toolsmithing" } + ], + "components": [ + [ [ "steel_lump", 1 ], [ "pipe", 2 ], [ "rebar", 2 ] ], + [ [ "nail", 1 ], [ "steel_chunk", 2 ], [ "scrap", 6 ], [ "steel_lump", 1 ] ] + ] + }, + { + "type": "recipe", + "activity_level": "BRISK_EXERCISE", + "result": "metal_file", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "skill_used": "fabrication", + "difficulty": 4, + "time": "2 h", + "autolearn": true, + "proficiencies": [ + { "proficiency": "prof_metalworking" }, + { "proficiency": "prof_blacksmithing" }, + { "proficiency": "prof_toolsmithing" } + ], + "qualities": [ { "id": "CHISEL", "level": 3 }, { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 } ], + "tools": [ [ [ "forge", 20 ], [ "oxy_torch", 20 ], [ "fake_arc_furnace", 10 ] ], [ [ "metalworking_tongs", -1 ] ] ], + "components": [ [ [ "scrap", 2 ], [ "steel_lump", 1 ] ] ] + } +] diff --git a/data/mods/innawood/scenario_whitelist.json b/data/mods/innawood/scenario_whitelist.json new file mode 100644 index 0000000000000..d78ed525645b0 --- /dev/null +++ b/data/mods/innawood/scenario_whitelist.json @@ -0,0 +1,24 @@ +[ + { + "type": "SCENARIO_BLACKLIST", + "subtype": "whitelist", + "scenarios": [ + "evacuee", + "medieval", + "migo_prisoner", + "mutant", + "wilderness", + "strong_portal_storm", + "portal_dependent", + "heli_crash", + "infected", + "hunted_start", + "fungal_start", + "bad_day", + "bordered", + "ambushed", + "summer_advanced_start", + "car_crash" + ] + } +] diff --git a/data/mods/innawood/scenarios.json b/data/mods/innawood/scenarios.json new file mode 100644 index 0000000000000..360c23d265eaa --- /dev/null +++ b/data/mods/innawood/scenarios.json @@ -0,0 +1,130 @@ +[ + { + "type": "scenario", + "id": "evacuee", + "//": "Overriding evacuee to put it at the top of the list of available scenarios.", + "name": "In a cave", + "points": 0, + "description": "Somehow, you found yourself in a cave.", + "allowed_locs": [ "sloc_cave_underground_innawood", "sloc_cave_innawood" ], + "start_name": "Cave", + "flags": [ ] + }, + { + "type": "scenario", + "name": "Infected", + "description": "In the chaos and panic of evacuation, you got bitten by something! You didn't get proper medical care, and now the wound has started turning green.", + "flags": [ "CHALLENGE", "LONE_START" ], + "id": "infected", + "points": -4, + "start_name": "Wilderness", + "allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island", "sloc_river" ], + "eoc": [ "scenario_infected" ] + }, + { + "type": "scenario", + "id": "hunted_start", + "name": "Challenge - Hunted", + "points": -2, + "forced_traits": [ "HAS_NEMESIS" ], + "description": "Since the start of the Cataclysm, something has been hunting you relentlessly. You can outrun it, but it always seems to find you eventually. The only escape is for one of you to die.", + "allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island", "sloc_river" ], + "start_name": "Wilderness", + "flags": [ "CHALLENGE", "LONE_START" ], + "missions": [ "MISSION_KILL_NEMESIS" ] + }, + { + "type": "scenario", + "id": "fungal_start", + "name": "Challenge - Fungal Infection", + "points": -8, + "description": "You feel spores crawling beneath your skin. It's only a matter of time.", + "start_name": "Wilderness", + "allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island", "sloc_river" ], + "eoc": [ "scenario_fungal_infection" ], + "flags": [ "CHALLENGE", "LONE_START" ] + }, + { + "type": "scenario", + "id": "bad_day", + "name": "Challenge - Really Bad Day", + "points": -8, + "description": "You start drunk to the point of incapacitation, depressed, infected, surrounded by fire, and sick with the flu. This day went downhill really fast.", + "start_name": "Wilderness", + "allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island", "sloc_river" ], + "professions": [ "svictim", "tweaker" ], + "eoc": [ "scenario_infected", "scenario_bad_day" ], + "flags": [ "FIRE_START", "CHALLENGE", "LONE_START" ] + }, + { + "type": "scenario", + "id": "bordered", + "name": "Challenge - Bordered", + "points": -2, + "description": "You have survived the initial wave of panic, and have achieved (relative) safety in a wilderness. The only thing that really bothers you is a mysterious sky-high wall seen in the distance.", + "start_name": "Wilderness", + "allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island", "sloc_river" ], + "flags": [ "CHALLENGE", "BORDERED" ] + }, + { + "type": "scenario", + "id": "ambushed", + "name": "Ambush", + "points": -3, + "description": "It is the winter after zero hour. As you were scavenging for food and a warm place to stay at, you heard the sound of lots of movement nearby.", + "allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island", "sloc_river" ], + "start_name": "Outside Town", + "surround_groups": [ [ "GROUP_BLACK_ROAD", 70.0 ] ], + "flags": [ "LONE_START" ], + "custom_initial_date": { "season": "winter" }, + "add_professions": true, + "professions": [ "sheltered_survivor", "sheltered_militia", "winter_scavenger", "winter_army" ] + }, + { + "type": "scenario", + "id": "summer_advanced_start", + "name": "The Next Summer", + "points": 0, + "description": "A little over a year has passed since the apocalypse started, and you're about to face your second summer in Hell.", + "allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island", "sloc_river" ], + "start_name": "Outside Town", + "flags": [ "LONE_START" ], + "custom_initial_date": { "season": "summer", "year": 2 }, + "add_professions": true, + "professions": [ "sheltered_survivor", "sheltered_militia", "winter_scavenger", "winter_army" ] + }, + { + "type": "scenario", + "id": "last_flight", + "name": "Last Flight", + "//": "Doesn't seem to spawn the helicopter without a road nearby. Dissabeled until this can be fixed.", + "points": 2, + "description": "Once it became clear that the world was ending you took to the skies, hoping that your flying skills could lead you to safety. During your flight you got lost and had to land on an empty field.", + "start_name": "Emergency Landing Site", + "allowed_locs": [ "sloc_field" ], + "vehicle": "2seater2_scenario", + "professions": [ "heli_pilot" ], + "flags": [ "LONE_START" ] + }, + { + "type": "scenario", + "id": "wilderness", + "name": "Wilderness", + "points": 0, + "description": "You find yourself amongst trees. The screaming and the moaning is fainter this far from civilization, but you'd better know what you're doing out here.", + "start_name": "Wilderness", + "allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island", "sloc_river" ], + "flags": [ "LONE_START" ] + }, + { + "type": "scenario", + "id": "car_crash", + "name": "Car Crash", + "points": -2, + "description": "You decided the open road would be a better prospect than the zombie-filled cities. While en route to your destination, you were involved in a wreck. When you look around, you can no longer spot the road you were driving on. Just how hard did you hit your head?", + "allowed_locs": [ "sloc_field" ], + "start_name": "Crash Site", + "map_extra": "mx_mayhem", + "flags": [ "CHALLENGE", "HELI_CRASH", "LONE_START" ] + } +] diff --git a/data/mods/innawood/start_locations.json b/data/mods/innawood/start_locations.json new file mode 100644 index 0000000000000..257006e48ac74 --- /dev/null +++ b/data/mods/innawood/start_locations.json @@ -0,0 +1,14 @@ +[ + { + "type": "start_location", + "id": "sloc_cave_innawood", + "name": "Cave - on the surface", + "terrain": [ "cave_innawood" ] + }, + { + "type": "start_location", + "id": "sloc_cave_underground_innawood", + "name": "Cave - underground", + "terrain": [ "cave_underground_innawood" ] + } +] diff --git a/data/mods/innawood/terrain-floors-outdoors.json b/data/mods/innawood/terrain-floors-outdoors.json new file mode 100644 index 0000000000000..c3c403117caed --- /dev/null +++ b/data/mods/innawood/terrain-floors-outdoors.json @@ -0,0 +1,50 @@ +[ + { + "type": "terrain", + "id": "t_pavement", + "name": "pavement", + "connects_to": "PAVEMENT", + "description": "A segment of asphalt, slowly degrading from cracks, frost heaves and lack of maintenance.", + "symbol": ".", + "color": "dark_gray", + "move_cost": 2, + "flags": [ "TRANSPARENT", "FLAT", "ROAD", "MINEABLE" ], + "bash": { + "ter_set": "t_null", + "str_min": 50, + "str_max": 400, + "str_min_supported": 100, + "items": [ { "item": "rock", "count": [ 2, 10 ] } ] + } + }, + { + "type": "terrain", + "id": "t_pavement_y", + "name": "yellow pavement", + "connects_to": "PAVEMENT", + "description": "Streaks of carefully aligned yellow paint mark the road to inform drivers not to cross. No one is enforcing these rules anymore.", + "symbol": ".", + "color": "yellow", + "move_cost": 2, + "flags": [ "TRANSPARENT", "FLAT", "ROAD", "MINEABLE" ], + "bash": { + "ter_set": "t_null", + "str_min": 50, + "str_max": 400, + "str_min_supported": 100, + "items": [ { "item": "rock", "count": [ 2, 10 ] } ] + } + }, + { + "type": "terrain", + "id": "t_bog_iron", + "name": "bog iron", + "description": "A wet pit full of raw bog iron, suitable for bloomery refining if it was extracted properly.", + "symbol": "*", + "looks_like": "f_wreckage", + "color": "brown", + "move_cost": 6, + "flags": [ "TRANSPARENT", "DIGGABLE", "FLAT" ], + "bash": { "sound": "thump", "ter_set": "t_null", "str_min": 50, "str_max": 100, "str_min_supported": 100, "bash_below": true } + } +] diff --git a/data/mods/innawood/terrain-flora.json b/data/mods/innawood/terrain-flora.json new file mode 100644 index 0000000000000..345db698f1009 --- /dev/null +++ b/data/mods/innawood/terrain-flora.json @@ -0,0 +1,22 @@ +[ + { + "type": "terrain", + "id": "t_tree_young", + "name": "young tree", + "looks_like": "t_tree", + "description": "A relatively young sapling of an indeterminate species. It could take decades before reaching maturity, so there's no use waiting around.", + "symbol": "1", + "color": [ "green", "green", "green", "brown" ], + "//": "barren in winter", + "move_cost": 4, + "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "NOITEM", "YOUNG", "REDUCE_SCENT" ], + "bash": { + "str_min": 4, + "str_max": 50, + "sound": "crunch!", + "sound_fail": "whack!", + "ter_set": "t_dirt", + "items": [ { "item": "stick_long", "count": [ 1, 5 ] }, { "item": "withered", "count": [ 2, 6 ] } ] + } + } +] diff --git a/data/mods/innawood/terrain-walls.json b/data/mods/innawood/terrain-walls.json new file mode 100644 index 0000000000000..10db4fb43d511 --- /dev/null +++ b/data/mods/innawood/terrain-walls.json @@ -0,0 +1,31 @@ +[ + { + "type": "terrain", + "id": "t_rock", + "name": "solid rock", + "description": "It's solid rock, could be full of all kinds of interesting things. Best grab your pickaxe or equivalent digging implement, and strike the earth!", + "symbol": "#", + "color": "white", + "move_cost": 0, + "coverage": 100, + "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "NO_SCENT", "MINEABLE", "BLOCK_WIND" ], + "roof": "t_rock_floor_no_roof", + "bash": { + "str_min": 100, + "str_max": 400, + "sound": "crash!", + "sound_fail": "whump!", + "ter_set": "t_rock_floor", + "ter_set_bashed_from_above": "t_rock_floor_no_roof", + "items": [ + { "item": "rock", "count": [ 3, 7 ] }, + { "item": "coal_lump", "charges": [ 250, 500 ], "prob": 10 }, + { "item": "material_limestone", "charges": [ 10, 25 ], "prob": 80 }, + { "item": "material_rocksalt", "count": [ 0, 1 ], "prob": 20 }, + { "item": "material_rhodonite", "count": [ 0, 1 ], "prob": 3 }, + { "item": "material_zincite", "count": [ 0, 5 ], "prob": 5 }, + { "item": "chunk_sulfur", "count": [ 0, 5 ], "prob": 5 } + ] + } + } +]